@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: static;	/*padding u. border werden nicht addiert */
}


/*mobil-------------------------------------------------------------------------*/


/*mobil-------------------------------------------------------------------------*/


/*mobil-------------------------------------------------------------------------*/


/*mobil-------------------------------------------------------------------------*/

@media screen and (max-width:724px) {
  /*------------------------------nav------------------------*/
.header {
 	height: 110px;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px 1px 7px 1px #ebebeb;
	box-shadow: 0px 1px 7px 1px #ebebeb;
	z-index: 12000;
	background-color: #fff;
	padding-top: 10px;
}
	
.headerfelder {
			text-align: center;			
			}
.border {
	border-bottom: 1.8px solid #000;
	border-top: 1.8px solid #000;
	margin-top: -23px;
	line-height: 20px;
	color: #fff;
			}
	
.slogan {
    padding-top: 9px;
	display: flex;
    align-items: center;
    justify-content: center;
	}			

.slogan p {
	font-family: Source Sans Pro, sans-serif;
    letter-spacing: 0.5px;
	float: left;
    padding-right: 20px;
	   }
	
	h6 {
    font-family: Source Sans Pro, sans-serif;
    font-weight: bold;
    font-size: 80px;
	padding-top: 10px;
		
	}
	
  /*-------------------------------------------nav-------------------------------*/		
#topnav {
		display: none;
	}
	
	
	#topnavmobile h6 {
    line-height: 60px;
    text-align: right;
    font-size: 80px;
    padding-right: 20px;
	color: #fff;
  }
	
	
	
	
	
#topnavmobile ul {
	list-style: none;
	}
	
	
#topnavmobile ul li a {
    color: grey;
    text-decoration: none;
 	border-bottom: 0px solid #fff;
    overflow: hidden;
    transition: all 0.3s;
	line-height: 60px;
	text-align: center;
	background-color: white;
	display: none;
	font-size: 24px
	}
	

#topnavmobile ul li a:hover {
		background: #eee;
	}
	
	

	
#topnavmobile ul li ul li a:before {
		content:"\00bb \00a0";
	}
	

	
#topnavmobile:target ul li a {
		display: block;
	}
	#topnavmobile:target ul li ul li a {
		display: block;
	}
		
	
#topnavmobile .zu, 
#topnavmobile:target .auf {
		display: none;
	
	}
	
#topnavmobile:target .zu {
		display: block;
	}
	
#topnavmobile h6 a {
		text-decoration: none;
		color: #000;
		display: block;
		line-height: 60px;
	}
.auf a {text-decoration: none;
	color:#fff;}
	
	.zu a {text-decoration: none;
	color:#fff;}
	
	
	/*---------------------*/
	
		  #topnavmobile ul li ul {
    position: absolute;
    visibility: hidden;
    transition: all 0.3s;
	 
			 
 	  
  }
	
	
	
  #topnavmobile ul li:hover ul {
    opacity: 5;
    visibility: visible;
	  margin: auto;
	  position:inherit; /*vorher:absolute.............impressum rutscht runter:)))...aber impressum!nicht anwählbar*/
	    transition: all 0.3s;

  }
	
	
	.weg {
		position:relative;
	}


	

		
	
		
		
		

		
		
		

	
	
	
	
	

	
	

	
	

	


	  
	
	/*---------------------*/  
  
	
#navchecker {
    display: none;
  }
	

	/*---------------------------main---------------------------------------*/
main {
	margin: auto;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 160px;
	}	
	all {
		
	}
#anfahrt {
	
	text-align: center;
	margin: auto;
	max-width: 300px;
	}
.zero {
	
		text-align: center;
		
	}
#headline {
		padding-bottom: 50px;
			
	}

#text {
		padding-left: 50px;
		padding-right: 100px;
		text-align: left;
	}
	
body {
    font: 17px Source Sans Pro, sans-serif;
    margin: auto;
	width: 100%;
	}
	
h1,h2 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    line-height: 30px;
	color: #363636;
    text-align: center;
	vertical-align: middle;
    }
h1 {
		padding-top: 40px;
	}
	
h3 {
		text-align: center;
		padding-bottom: 50px;
	}
h2 {
	font-size: 30px;
	}
	
	

.text2 { 
	padding-top: 15px;
	
}
.text3 {
		padding-top: 40px;
	}
.fett {
	font-weight: bold;
}
.klein {
	font-size: 0.85em;
	margin-left: 5px;
}
	
.anruf {
	padding-top: 60px;
	padding-bottom: 40px;
	width: 250px;
	}
	
.anruf a{
	text-decoration: none;
	line-height: 50px;
	background: #ddd;
	color: #000;
	font-weight: bold;
	padding: 25px;
	border-radius: 10px;
			
	}
#parken {
		padding-top: 30px;
	}
	
.anwaltverein {
	display: none;
	}


/*---------------------------footer---------------------------------------*/
#footer {
    display: none;
}
	
	
} 




/*tablet-------------------------------------------------------------------------*/
/*tablet-------------------------------------------------------------------------*/
/*tablet-------------------------------------------------------------------------*/
/*tablet-------------------------------------------------------------------------*/
/*tablet-------------------------------------------------------------------------*/
@media screen and (min-width:725px) and (max-width:1024px) {


.header {
 height: 110px;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px 1px 7px 1px #ebebeb;
	box-shadow: 0px 1px 7px 1px #ebebeb;
	z-index: 12000;
	background-color: #fff;
		padding-top: 10px;
}
	
.headerfelder {
			text-align: center;			
			}
.border {
	border-bottom: 1.8px solid #000;
	border-top: 1.8px solid #000;
	margin-top: -24px;
	line-height: 22px;
	color: #fff;
			}
	
.slogan {
    padding-top: 8px;
	display: flex;
    align-items: center;
    justify-content: center;
	}				

.slogan p {
	font-family: Source Sans Pro, sans-serif;
    letter-spacing: 0.5px;
	float: left;
    padding-right: 20px;
	   }
	
	  	  /*-------------------------------------------nav-------------------------------*/	
	.weg {
		display: none;
	}	
	#topnav {
		display: none;
	}
	
	
	#topnavmobile h6 {
    line-height: 60px;
    text-align: right;
    font-size: 80px;
    padding-right: 20px;
	color: #fff;
  }
	
	
	
	
	
#topnavmobile ul {
	list-style: none;
	}
	
	
#topnavmobile ul li a {
    color: grey;
    text-decoration: none;
 	border-bottom: 0px solid #fff;
    overflow: hidden;
    transition: all 0.3s;
	line-height: 60px;
	text-align: center;
	background-color: white;
	display: none;
	font-size: 24px
	}
	

#topnavmobile ul li a:hover {
		background: #eee;
	}
	
	

	
#topnavmobile ul li ul li a:before {
		content:"\00bb \00a0";
	}
	

	
#topnavmobile:target ul li a {
		display: block;
	}
	#topnavmobile:target ul li ul li a {
		display: block;
	}
		
	
#topnavmobile .zu, 
#topnavmobile:target .auf {
		display: none;
	
	}
	
#topnavmobile:target .zu {
		display: block;
	}
	
#topnavmobile h6 a {
		text-decoration: none;
		color: #000;
		display: block;
		line-height: 60px;
	}
.auf a {text-decoration: none;
	color:#fff;}
	
	.zu a {text-decoration: none;
	color:#fff;}
	
	
	/*---------------------*/
	
		  #topnavmobile ul li ul {
    position: absolute;
    visibility: hidden;
    transition: all;
	 
			 
 	  
  }
	
	
	
  #topnavmobile ul li:hover ul {
    opacity: 5;
    visibility: visible;
	  margin: auto;
	  position:inherit; /*vorher:absolute.............impressum rutscht runter:)))...aber impressum!nicht anwählbar*/
	    transition: all 0.3s;

  }
	
	
	.weg {
		position:relative;
	}


	

		
	
		
		
		

		
		
		

	
	
	
	
	

	
	

	
	

	


	  
	
	/*---------------------*/  
  
	
#navchecker {
    display: none;
  }
	
	
	/*---------------------------main---------------------------------------*/
main {
	margin: auto;
	text-align: center;
	padding-top: 160px;
	padding-bottom: 160px;
	}	
#anfahrt {
	
	text-align: center;
	
	margin: auto;
	max-width: 300px;
	}
	

.zero {
	
		text-align: center;
		
	}
	article.zero {
	width: 60%;
	padding: 1%;
	min-height: 100px;
	text-align: center;
	margin: auto;
}
#headline {
		padding-bottom: 50px;
	}
	#text {
		padding-left: 40px;
		padding-right: 100px;
		margin-left: 100px;
		text-align: left;
	}
	
body {
    font: 17px Source Sans Pro, sans-serif;
    margin: auto;
	width: 100%;
	}
	
h1,h2 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    line-height: 30px;
	color: #363636;

    text-align: center;
	vertical-align: middle;
    }
	
	h3 {
		text-align: center;
		padding-bottom: 50px;
	}
	
	
	#headline {
		padding-bottom: 50px;
	}
	
	
		.anruf a{
		text-decoration: none;
		line-height: 50px;
		background: #ddd;
		color:#000;
		font-weight: bold;
		padding:25px;
		border-radius: 10px;
			
	}
	
	.text2 { 
	padding-top: 15px;
	
}
	.text3 {
		padding-top: 40px;
	}
	.fett {
	font-weight: bold;
}
	.klein {font-size: 0.85em;
margin-left: 5px;
}
	.anruf {
		padding-top: 60px;
		padding-bottom: 40px;
		width:250px;
	}
	#parken {
		padding-top: 30px;
	}
	
	.anwaltverein {
		display: none;
	}

	/*---------------------------footer---------------------------------------*/
#footer {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: white;
    color: white;
    text-align: right;
    padding-right: 150px;
    padding-top: 48px;
    margin-bottom: 0px;
    z-index: 15000;
    -webkit-box-shadow: 0px 1px 10px 2px #ebebeb;
	box-shadow: 0px 1px 10px 2px #ebebeb;
    padding-bottom: 15px;
	font-family: Source Sans Pro, sans-serif;
}	
#footer a {
	text-decoration:none;
	color: #000;
	}
	
#footer a:hover {
	color: #8E8E8E;
}

} 


/*desktop-------------------------------------------------------------------------*/
/*desktop-------------------------------------------------------------------------*/
/*desktop-------------------------------------------------------------------------*/
/*desktop-------------------------------------------------------------------------*/
/*desktop-------------------------------------------------------------------------*/
/*desktop-------------------------------------------------------------------------*/
	
@media screen and (min-width:1025px) {

.header {
 height: 150px;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px 1px 7px 1px #ebebeb;
	box-shadow: 0px 1px 7px 1px #ebebeb;
	z-index: 12000;
	background-color: #fff;
}
.headerfelder {
				float:right;
				margin-right: 130px;
				margin-top: 35px;

			
			}
.border {
				border-bottom: 1.8px solid #000;
				border-top: 1.8px solid #000;
				margin-top: 80px;
				line-height: 20px;
				color: #fff;
			}


.slogan {
    float: right;
    margin-right: 90px;
    margin-top: 14px;
			}		

.slogan p {
				float: left;
				padding-left: 23px;
				font-family: Source Sans Pro, sans-serif;
	letter-spacing: 0.5px;
		   }
					

/*nav---------------------------------------------------------------*/

 
 #topnavmobile {
		display: none;
	}
	
#topnav {
		max-width: 900px;
		line-height: 40px;
	padding-top: 5px;
	margin-left: 30px;
	font-family: Source Sans Pro, sans-serif;
	font-size: 18px;
	letter-spacing: 0.9px;
	z-index: 90000;
	}
	
	#topnav ul {
		list-style: none;
	}
	#topnav ul li a {
		text-decoration: none;
		color: #000;
		float: left;
		width: 15%;
		text-align: left;
		display: block;
	}
	#topnav ul li a:hover {
		color: #8E8E8E;

		
	}
  #topnav #aktuell a {
    font-weight: bold;
  }
	
	/*--------------------------neu*/
	
		  #topnav ul li ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    margin-top: 18px;
		    padding-left: 10px;
		   margin-left: 438px;
			font-size: 15px; 
		  
  }
  #topnav ul li:hover ul {
    opacity: 5;
    visibility: visible;
    background: rgba(255, 255, 255,5.8);
    border-radius: 8px;
    padding-top: 25px;
	     margin-top: 30px;
    padding-bottom: 13px;
    width: 370px;
	  box-shadow: 0,8;

	  
	  
  }
	  #topnav ul li ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    margin-top:18px;
		  padding-left: 0px;
		   margin-left: 400px;
			font-size: 15px; 
		  width: 370px;
  }
	#topnav ul li ul li a {
		  margin-left: 10px;
		
		 width: 370px;
	}
	
	
	
  #topnav ul li:hover ul {
    opacity: 5;
    visibility: visible;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 290px;
	  
  }
  #topnav ul li ul li {
    float: none;
	
  }
	
 /*main---------------------------------------------------------------*/	

	body {
	font: 17px Source Sans Pro, sans-serif;
}
h1, h2 {
	margin-bottom: 8px;
	font-size: 19px; 
	font-family: Source Sans Pro, sans-serif;
	font-weight: bold;
	color: #363636;
	padding-bottom: 15px;
	}
#all {
	max-width: 1350px;
	min-hight: 1300px;
	margin: 0px auto;
	margin-left: 330px;
	overflow:hidden;
	padding-top: 200px;

}

header {
	height: 190px;
	color: #fff;
	padding: 1%;
}

article.zero {
	float: left;
	width: 30%;
	padding: 1%;

}

article.one { 
	float: left;
	width: 50%;
	padding: 1%;
	min-height: 800px;
	
}



.text1 {
	padding-top: 50px;
	
}
.text2 { 
	padding-top: 15px;
	
}
.text3 { 
	padding-top: 35px;
	
}
.anruf {
		display: none;
	}
.img {
    padding-top: 20px;
    align: left;
		}

#text4 { 
	margin-top: -40px;
	line-height: 20px;
	padding-left: 45px;
}

.klein {font-size: 0.85em;
margin-left: 5px;
}

.fett {
	font-weight: bold;
}

.anwaltverein {
    min-height: 70px;
    }

#anfahrt {
	padding-top: 80px;
	max-width: 300px;
}
	
aside {
	width: 20%;
	float: left;
	padding: 1%;
}

	/*---------------------------footer---------------------------------------*/
#footer {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: white;
    color: white;
    text-align: right;
    padding-right: 150px;
    padding-top: 48px;
    margin-bottom: 0px;
    z-index: 15000;
    -webkit-box-shadow: 0px 1px 10px 2px #ebebeb;
	box-shadow: 0px 1px 10px 2px #ebebeb;
    padding-bottom: 15px;
	font-family: Source Sans Pro, sans-serif;
}	
#footer a {
	text-decoration:none;
	color: #000;
	}

#footer a:hover {
	color: #8E8E8E;
}

} 




/*------------------------------------------------------------------------*/
/*                                                                        */
/*                           this is the end                              */
/*                                                                        */
/*------------------------------------------------------------------------*/






