@media only screen{
/* arimo-regular - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/arimo-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Arimo Regular'), local('Arimo-Regular'),
       url('../fonts/arimo-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/arimo-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/arimo-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/arimo-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/arimo-v11-latin-regular.svg#Arimo') format('svg'); /* Legacy iOS */
}

/* arimo-700 - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/arimo-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Arimo Bold'), local('Arimo-Bold'),
       url('../fonts/arimo-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/arimo-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/arimo-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/arimo-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/arimo-v11-latin-700.svg#Arimo') format('svg'); /* Legacy iOS */
}
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display: block;
}
.img{
	border: 0px solid white;
}
a:link, a:visited{
	color: #003399;
  font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus, a:active{
	color: #003399;
	text-decoration: underline;
	transition: .3s all ease;
}
.white a:link, .white a:visited{
	color: #fff;
	text-decoration: underline;
  font-weight: normal;
}
.white a:hover, .white a:focus, .white a:active{
	color: #fff;
	text-decoration: none;
	transition: .3s all ease;
}
body, html {
	font-family: 'Arimo', 'Verdana', sans-serif;
	font-size: 15px;
	background-color: #EBEFF7;
	-webkit-text-size-adjust: none;
	color: #333;
	letter-spacing: .07em;
}
h1, h2, h3, h4{
	font-weight: normal;
  font-size: 15px;
}
.delay{
  animation-delay: 1s;
}
.white{
	color: #fff;
}
.block {
	display: block;
}
.bold{
	font-weight: 600;
}
.italic{
	font-style: italic;
}
.col{
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
}
/*vertikale Zentrierung*/
.zentriert {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.last, #main p.last{
  padding-bottom: 0;
  margin-bottom: 0;
}
.center{
	text-align: center;
}
.divided {
	float: left;
	width: 50%;
}
.hidden_text, .show_print{
	display: none;
}
.hidden{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.uppercase{
	text-transform: uppercase;
}
#main p{
  padding-bottom: 15px;
  line-height: 1.5em;
}
#main p.small.italic.right{
  text-align: right;
}
/*@media only screen and (min-width: 1167px){
  #main p{
    text-align: justify;
  }
}*/
  #main p{
    text-align: justify;
  }
#main ul{
  margin-left: 15px;
  margin-bottom: 15px;
}
#main ul li{
  list-style-type: square;
}
/****************EIGENE CLASSES**************************************************************************/
.small{
  font-size: 13px;
}
.medium{
  font-size: 25px;
  text-transform: uppercase;
}
.large{
  font-size: 40px;
}
.white{
  color: #fff;
}
.wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.right{
  text-align: right;
}
.button{
  display: inline-block;
  padding: 15px 15px;
  background-color: #003399;
  transition: .05s all ease;
}
.line{
  width: 100%;
  height: 1px;
  background: rgba(0,51,153,.2);
  margin: 40px 0 15px 0;
}
a:link .button, a:visited .button{
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 2px 2px 3px #333;
}
a:hover .button, a:focus .button, a:active .button{
  transform: scale(.985);
  box-shadow: 1px 1px 2px #333;
}
#back-to-top{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
#back-to-top{
  width: 40px;
  box-shadow: 2px 2px 3px #333;
}
#back-to-top img{
  width: 100%;
}
/**********MEDIA*QUERIES**************************************************************************/
#p-wrap{
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
#pagewrapper{
  min-height: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 6px #333;
}
@media only screen and (min-width: 1167px){
  body,
  html,
  #p-wrap{
    height: 100%;
  }
  #pagewrapper{
    min-height: 100%;
  }
}
header{
  min-height: 55px;
  padding-top: 5%;
  margin-bottom: 5%;
}
header img{
  display: none;
}
header h1{
  display: inline-block;
  font-size: 30px;
  background: #003399;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 15px;
}
@media only screen and (min-width: 631px){
  header{
    padding-left: 25px;
  }
  header img{
    display: block;
    float: left;
    height: 55px;
  }
  header h1{
    width: auto;
    text-align: left;
    font-size: 45px;
    height: 55px;
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width: 713px){
  header{
    text-align: left;
    padding: 50px 0 0px 50px;
  }
  header h1{
    display: inline-block;
    padding: 1px 40px 0 20px;
  }
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #003399;
	padding: 15px 20px;
	display: none;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 18px;
}
.show-menu:hover{
  cursor: pointer;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
@media only screen and (max-width: 799px){
	/*Make dropdown links appear inline*/
	ul#menu {
		position: static;
		display: none;
	}
	/*Make all menu links full width*/
	ul#menu li, #menu li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display: block;
	}
}
nav ul li{
  list-style-type: none;
  background: rgba(0,51,153,.2);
  margin-bottom: 3px;
  transition: .3s all ease;
}
nav ul li a:link, nav ul li a:visited{
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  color: #fff;
}
nav ul li.active{
  background: rgba(0,51,154,.8);
}
nav ul li:hover{
  background: rgba(0,51,154,1);
}
nav ul li i{
  visibility: hidden;
  transition: .2s all ease;
}
nav ul li:hover i, nav ul li.active i{
  visibility: visible;
}
@media only screen and (min-width: 800px){
  nav{
    display: block;
    float: left;
    margin-right: 40px;
  }
  nav ul{
    display: inline-block;
  }
}
#element{
  display: none;
}
#logo{
  width: 100%;
  max-width: 300px;
  display: block;
  padding: 0 0 15px 15px;
  float: left;
}
@media only screen and (min-width: 525px) and (max-width: 1166px) and (min-height: 0px){
  #element{
    display: block;
    float: right;
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1166px) and (min-height: 800px){
  #logo{
    display: block;
    padding: 0 0 15px 15px;
    float: left;
    width: 300px;
  }
}
@media only screen and (min-width: 1167px) and (min-height: 0px){
  #logo{
    display: block;
    float: none;
    position: absolute;
    bottom: 105px;
    left: 25px;
    width: 300px;
  }
  #element{
    display: block;
    float: none;
    position: absolute;
    bottom: 80px;
    right: 0;
  }
}
#main{
  padding: 50px 25px 0 25px;
}
@media only screen and (min-width: 800px){
  #main{
    padding-left: 220px;
  }
}
@media screen and (min-width: 1167px){
  #main{
    padding-bottom: 250px;
    margin-right: 400px;
    min-height: 700px;
  }
  #main.start{
    max-width: 900px;
  }
}
#zitat p{
  font-size: 25px;
  line-height: 1.2em;
  text-align: left;
}
@media only screen and (min-width: 500px){
  #zitat p{
    background-image: url(../img/element.svg);
    background-position: top left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-left: 95px;
  }
}
@media screen and (min-width: 675px) and (max-width: 800px){
  #zitat p{
    background-size: auto 100%;
    padding-left: 70px;
  }
}
@media screen and (min-width: 800px){
  #zitat{
    margin: 110px 0 0 60px;
  }
}

#kontakt img{
  width: 100%;
  max-width: 400px;
  float: right;
}
#kontakt .text{
  background: rgba(0,51,154,.2);
  text-align: right;
}
.clear2{
  width: 0;
  height: 0;
  clear: both;
}
@media only screen and (min-width: 658px) and (max-width: 1166px){
  #kontakt img{
    float: right;
    width: 350px;
  }
  #kontakt .text{
    display: inline-block;
    float: left;
  }
  .clear2{
    display: none;
  }
}
@media only screen and (min-width: 747px){
  #kontakt img{
    width: auto;
  }
}
.linie{
  width: 100%;
  height: 1px;
  background: rgba(0,51,153,.2);
  margin: 50px 0;
}
@media only screen and (min-width: 1167px){
  .linie{
    display: none;
  }
  #kontakt{
    float: none;
    position: absolute;
    top: 25px;
    right: 0;
  }
  #kontakt .text{
    float: right;
    display: inline-block;
  }
}
@media only screen and (min-width: 1167px) and (min-height: 800px){
  #kontakt{
    display: block;
    position: absolute;
    top: 8%;
    right: 0;
  }
  #kontakt img{
    width: 400px;
    float: none;
    display: block;
  }
  #kontakt .text{
    background-image: url(../img/corner.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    float: right;
  }
}
#kontakt .box{
  background: #003399;
  padding: 30px;
}
#kontakt .box h1:first-child{
  font-size: 22px;
}
#kontakt .box h1:nth-child(2){
  font-size: 18px;
  letter-spacing: .065em;
}
#kontakt .box2{
  padding: 20px;
}
footer{
  height: 80px;
  width: 100%;
  background-color: #003399;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1167px){
  footer{
    margin-top: -80px;
    width: 100%;
    background-color: #003399;
    position: relative;
    z-index: 3;
  }
}
footer .left, footer .right{
  text-align: left;
  line-height: 1.5em;
  padding: 0 60px 0 15px;
}
footer .ce{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 587px){
  footer .left{
    float: left;
    position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
    padding-left: 25px;
  }
  footer .right{
    float: right;
    position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
    padding-right: 60px;
    text-align: right;
  }
}
/*-------------PERSON--------------------------------------------------------*/
.img, .img2, #map{
  width: 100%;
  margin: 0 20px 15px 0;
  box-shadow: 2px 2px 3px #333;
}
@media only screen and (min-width: 700px){
  .img, #map{
    max-width: 450px;
    float: left;
  }
  .img2{
    width: auto;
    height: 337px;
    float: left;
  }
}
#main.person .break{
  clear: both;
}
@media only screen and (min-width: 917px) and (max-width: 1166px){
  #main.person .break{
    clear: none;
  }
}
@media only screen and (min-width: 1167px) and (max-width: 1330px){
  #main.person .break{
    clear: both;
  }
}
@media only screen and (min-width: 1331px){
  #main.person .break{
    clear: none;
  }
}
/*------------KANZLEI--------------------------------------------------------*/
.button.mar{
  margin-bottom: 15px;
}
#map{
  position: relative;
}
#map img{
  width: 100%;
}
#map p.rechts{
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(255,255,255,.8);
  padding: 3px 5px;
}
#map a:link, #map a:visited{
  text-decoration: none;
  font-weight: normal;
}
#map a:hover, #map a:focus, #map a:active{
  text-decoration: underline;
}
#main.kanzlei .break{
  clear: both;
}
@media only screen and (min-width: 917px) and (max-width: 1166px){
  #main.kanzlei .break{
    clear: none;
  }
}
@media only screen and (min-width: 1167px) and (max-width: 1330px){
  #main.kanzlei .break{
    clear: both;
  }
}
@media only screen and (min-width: 1331px){
  #main.kanzlei .break{
    clear: none;
  }
}
.hundred{
  width: 100%;
  height: 1px;
  background: none;
  margin-top: 30px;
}
/*-------------Rechtsgebiete--------------------------------------------------------*/
#main.rechtsgebiete .list{
  border: 1px solid #ccc;
  padding: 15px;
}
#main.rechtsgebiete ul li{
  margin-bottom: 15px;
}
#main.rechtsgebiete ul li h1{
  text-transform: uppercase;
}
#main.rechtsgebiete ul li h1 .small{
  text-transform: none;
}
/*-------------gesetze--------------------------------------------------------*/
#main.gesetze{
  text-align: center;
}
#main.gesetze .box{
  margin: 2%;
  position: relative;
  background: rgba(0,51,153,.2);
  background-size: cover;
  text-align: center;
  box-shadow: 3px 3px 5px #333;
  transition: .2s all ease;
}
#main.gesetze a:link, #main.gesetze a:visited{
  text-decoration: none;
}
@media only screen and (min-width: 1600px){
  #main.gesetze .box{
    width: 43%;
    margin: 2%;
    float: left;
  }
}
#main.gesetze .box.one{
  background-image: url(../img/koerperverletzung.jpg);
}
#main.gesetze .box.two{
  background-image: url(../img/deutsche_gesetze.jpg);
}
#main.gesetze .box.three{
  background-image: url(../img/gesetze4.jpg);
}
#main.gesetze .box.four{
  background-image: url(../img/gesetze3.jpg);
}
#main.gesetze .box.five{
  background-image: url(../img/gesetze2.jpg);
}
#main.gesetze .box.six{
  background-image: url(../img/gesetze.jpg);
}
#main.gesetzes .box:hover{
  box-shadow: 2px 2px 3px #333;
  transform: scale(.98);
}
.hov{
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  padding: 30px 5px;
  text-shadow: 2px 2px 0 #000;
  opacity: .3;
  transition: .2s all ease;
}
@media only screen and (min-width: 493px){
  .hov{
    font-size: 90px;
    padding: 30px;
  }
}
#main.gesetze .box:hover > .hov{
  opacity: .8;
}
#main.gesetze .box h1.bot{
  background: rgba(0,51,153,.8);
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
}
#main.gesetze .button{
  margin-top: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 1599px){
  #main.gesetze .button{
    width: 96%;
  }
}
/*-------------Kontakt--------------------------------------------------------*/
#main.kont i{
  width: 20px;
}
#main.kont h1.big{
  font-size: 23px;
  margin-bottom: 8px;
}
/*-------------Impressum--------------------------------------------------------*/
#main.impressum .big{
  font-size: 25px;
}
#main.impressum p.uppercase.bold{
  margin-top: 20px;
  margin-bottom: -10px;
}
#main.impressum p.first.uppercase.bold{
  margin-top: 0px;
}
#main.impressum ul li{
  line-height: 1.5em;
}
#main.impressum ul.l li{
  margin-bottom: 12px;
}
.blue-bg{
  background-color: rgba(0,51,153,.2);
  padding: 15px 15px 0 15px;
}
/*-------------PERSON--------------------------------------------------------*/
/*-------------PERSON--------------------------------------------------------*/
}
/*----------------------------------------------------------------print---------------------------------------------------------------------------*/
@media print {
	body {
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
	}
	header, #galerie, footer, img, .waben, #leistungen, .print, .single-item, .single-item2, .hidden_text, form, #sidrwrapper, #button-top, .back_to_top {
		display: none !important;
	}
  p{
   margin: 0;
   padding: 0;
   padding-bottom: 10px;
  }
	.bold{
		font-weight: 600;
	}
	h1, h2, h3, h4, .large {
		font-weight: 700;
		font-size: 105%;
	}
  .large{
    margin-top: 25px;
  }
	.heading{
		font-size: 105%;
		font-weight: 700;
	}
  .clear {
  	clear: both;
  }
  #about .le{
    display: inline-block;
    font-weight: bold;
  }
  #about .re{
    display: inline-block;
  }
	.link_print a[href]:after {
		content: " (" attr(href) ")";
	}
	.accordion > *, #accordion > *{
		display: block !important;
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}
}
