@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);
* {
  margin: 0;
  padding: 0;
  outline: none;
}
.clearer:after { content: "."; display: block; clear: both; font-size: 0; height: 0; visibility: hidden; }
*:first-child+html .clearer { min-height: 0; }
* html .clearer { height: 1%; }
html{
	overflow-x:hidden;
	height:100%;
}

body{
	width:100%;
	font-family: helvetica,arial,sans-serif;	
	font-weight:100;
	font-size:16px;
	line-height:120%;
	color:#747475;
	text-align: left;
	height:100%;
	overflow-x:hidden;
	
}

#logo{
	width:100%;
	position:relative;
	top:10px;
	z-index:2;
	text-align: center;
}

#logo img{
	max-width:80%;
}

#weiss{
	width:100%;
	position:absolute;
	top:0px;
	z-index:1;
	height:100px;
	background-color:#fff;
	
}

/* #################################################### TITELBILDER #################################################### 
  #########################################################################################################################*/
 
#titelbild{
	margin-top:22px;
	width:100%;
	height:340px;
	background: url(../img/titelbild_kanzlei-kofahl_.jpg);
	background-size:cover;
	position:relative;
	z-index:1;
}

#titelbild2{
	margin-top:22px;
	width:100%;
	height:340px;
	background: url(../img/titelbild_kanzlei-kofahl_2.jpg);
	background-size:cover;
	position:relative;
	z-index:1;
}

#titelbild3{
	margin-top:22px;
	width:100%;
	height:340px;
	background: url(../img/titelbild_kanzlei-kofahl_3.jpg);
	background-size:cover;
	position:relative;
	z-index:1;
}

#titelbild4{
	margin-top:22px;
	width:100%;
	height:340px;
	background: url(../img/titelbild_kanzlei-kofahl_4.jpg);
	background-size:cover;
	position:relative;
	z-index:1;
}

#titelbild5{
	margin-top:22px;
	width:100%;
	height:340px;
	background: url(../img/titelbild_kanzlei-kofahl_5.jpg);
	background-size:cover;
	position:relative;
	z-index:1;
}

#titelbild6{
	margin-top:22px;
	width:100%;
	height:340px;
	background: url(../img/titelbild_kanzlei-kofahl_6.jpg);
	background-size:cover;
	position:relative;
	z-index:1;
}

#titelbild7{
	margin-top:22px;
	width:100%;
	height:340px;
	background: url(../img/titelbild_kanzlei-kofahl_7.jpg);
	background-size:cover;
	position:relative;
	z-index:1;
}

#titelbild8{
	margin-top:22px;
	width:100%;
	height:340px;
	background: url(../img/titelbild_kanzlei-kofahl_8.jpg);
	background-size:cover;
	position:relative;
	z-index:1;
}

/* #################################################### TITELBILDER ENDE #################################################### 
  #########################################################################################################################*/
 
 
/* #################################################### NAVIGATION START #################################################### 
  #########################################################################################################################*/
@media screen and (max-width : 640px)  {
	nav{
	display:none;
	}	
}

/* Main Navigation */
#nav {
	position:relative;
	width:100%;
	left:50%; 
	margin-left:-370px;
	margin-top:-9px;
	padding:10px;
	z-index:200;
}

ul#navigation {
	margin:0px auto;
	position:relative;
	float:left;
}

ul#navigation li {
	display:inline;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	float:left;
	position:relative;

}

ul#navigation li a {
	padding:10px 25px;
	color:#616161;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border-right:1px solid #fff;
	border-left:1px solid #C2C2C2;
	border-top:1px solid #fff;
	background: #f5f5f5;
	
	-moz-transition: all 350ms ease-in;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

ul#navigation li a:hover {
	background:#f8f8f8;
	color:#282828;
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}

ul#navigation li:hover > a {
	background:#fff;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
/*the next 2 styles are very important, 
being the ones which make the drop-down to stay hidden */
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99999;
	width:180px;
	background:#f8f8f8;
	box-shadow:1px 1px 3px #ccc;
/* css3 transitions for smooth hover effect */
  -moz-transition: all 350ms ease-in;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

ul#navigation ul {
    top: 43px;
    left: 1px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px; /* strong related to width:180px; from above */
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	color:#616161;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:150px;
}

/* #################################################### MOBILE-NAVIGATION START ##################################################*/ 
#mobil-navi {
	display:none;
}

@media screen and (max-width : 640px)  {
	#mobil-navi{
	text-transform:uppercase;
	display:block;
	position:relative;
	margin-top:-300px;
	list-style: none;
	text-align:center;
	-webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;        
	}	
}

#mobil-navi:hover, #mobil-navi:focus{
	margin-top:0px;
}

#mobil-navi li:hover{
	opacity:0.6;	
}

.m-active{
	opacity:0.6;		
}

.mobil1{
	background: #dbdbdb;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	line-height: 30px;
	color: grey;
	font-size:15px;		
}

.naviausloeser{
	background: #f5f5f5;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	line-height: 50px;
	color: grey;
	font-weight:300;
	border-top: 1px solid #fff;
	font-size:16px;	

}

.mobil2{
	background: #f5f5f5;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	line-height: 30px;
	color: grey;
	font-size:15px;	
	
}

/* #################################################### MOBILE-NAVIGATION ENDE ##################################################*/ 
 
 
 
/* #################################################### NAVIGATION ENDE #################################################### 
  #########################################################################################################################*/
 
#wrapper {
    position: relative;
    min-height: 15%;
    height: auto !important;
    z-index:5;
}

#content{
	width:100%;
	max-width:720px;
	position:relative;
	left:50%;
	margin-left:-355px;
	top:55px;
	margin-top:35px;
	padding-bottom:200px;
}
#content p {
  margin-bottom: 15px;
}
#content p > span.fett {
  font-weight: 700;
}

#foto-jan {
  float: right;
  padding: 4px;
  background: rgba(125,125,125,0.1);
  border: 1px solid rgba(125,125,125,0.15);
  border-radius: 3px;
}

#content ul.downloadList > li {
  list-style: none;
  padding: 12px 0 12px 40px;
  margin-left: 25px;
  background: transparent url(../img/pdf-icon.png) left center no-repeat;
}

#content .list {
  padding-left: 25px;
  margin-bottom: 18px;
}
#content .list li {
  list-style: none;
}

@media screen and (max-width : 780px)  {
	#foto-jan {
    float: none;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width : 780px)  {
	#content{
	left:30px;	
	margin-left:0;
	width:80%;
	}	
}

#content strong{
	font-weight:bold;	
}

#content a {
	color:#707072;
	text-decoration: underline;
}

#content a:hover{
	color:black;
}

h1{
	font-family:'Julius Sans One', sans-serif;
	font-size:32px;
	font-weight:200;
	line-height:120%;
  margin-bottom: 25px;
}

@media screen and (max-width : 460px)  {
	h1{
	font-size:26px;
	}	
}

@media screen and (max-width : 340px)  {
	h1{
	font-size:22px;
	}	
}

h3{
	font-family:'Julius Sans One', sans-serif;
	font-size:24px;
	font-weight:200;
	line-height:120%;
}

#copyright{
    width: 100%;
    background-color:#242424;
    height:40px;
    font-size:small;
	padding-top: 10px;
	height: 31px; 
	text-align: center;
	border-top:2px solid #fff;
	position: relative;
	bottom:-120px;

}
#copyright a {
  color: #747475;
}

@media screen and (max-width : 600px)  {
	#copyright{
    height:60px;
	}	
}

#footer{
	width:100%;
	position:relative;
	bottom:-127px;
	left:50%;
	color:#fff;
	margin-left:-300px;
}

@media screen and (max-width : 600px)  {
	#footer{
	width:100%;
	margin-left:0;
	text-align: center;
	left:auto;
	}	
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	color:#707072;
}

#footerliste li{
	float:left;
	list-style: none;
	padding-right:10%;
}

@media screen and (max-width : 600px)  {
	#footerliste li{
	padding-right: 0;
	float:none;
	}	
}

@media screen and (max-width : 600px)  {
	#footerliste{
	padding-bottom:30px;
	}	
}

#bg-footer{
	margin-top:-40px;
	width:100%;
	background-color:#d0d0d0;
	height:150px;
	position:relative;
	bottom:-120px;
	z-index:-1;
}

@media screen and (max-width : 600px)  {
	#bg-footer{
	height:250px;
	margin-top:-210px;
	}	
}

/* #################################################### Kontaktformulat ANFANG #################################################### 
  #########################################################################################################################*/

fieldset{
	border:0px;
	padding:0px;
	margin:12px 0px 0px 0px
}

label {
    width:100px;
    float:left;
}

input,
input.submit,
textarea{
	background-color:#d0d0d0;
	border:2px solid #fff;
	height:32px;
    font-size: 15px;
	width:190px;
	text-indent:0.5em;
	color: #fff;     
}

@media screen and (max-width : 600px)  {
	input,
	input.submit,
	textarea{
	width:100%;
	max-width: 190px;
	}	
}

	input:focus,
	input.submit:focus,
	textarea:focus {
    border-color: #747475;
}

input.text {
    width:325px;
    margin-bottom:0.75em
}

input.small {
    width:75px;
    margin-bottom:0.75em;
    text-align:center;
    height:26px
}

input.submit {
    height:26px;
    width:80px !important;
    background:#fff;
    border:1px solid #d0d0d0;
    text-align:center;
    text-indent:0;
    margin:0 0 0 -10.5em
}

.submit:hover {
    background:#d0d0d0;
    color:#fff;
    cursor: pointer;
}

input.formular {
    width:250px;
    cursor:pointer
}

textarea {
	font-family: helvetica,arial,sans-serif;	
    height:200px;
    width:323px
}
input.submit {
  height: 32px;
  color: #6d6e70;
}

.submitbutton{
	margin-left:260px;
}

 @media screen and (max-width : 385px)  {
	.submitbutton{
	margin-left:160px;
	}	
}
 /* #################################################### Kontaktformulat ENDE #################################################### 
  #########################################################################################################################*/
 
 
#anfahrt{
	width:100%;
	max-width:450px;
}
 
 
 
