/* 
Theme Name: Architect Theme
Theme URL: http://ithemes.com
Description: Architect Theme is a custom theme created for WordPress.
Author: iThemes
Author URI: http://ithemes.com
Version: 1.0

Version History
    0.1 - 2009-01-09
        Initial version
    0.1.1 - 2009-01-12
        Updated lib/theme-options/theme-options.php and lib/tutorials/tutorials.php
		in order to add support for wp_tutorial_var
	0.1.2 - 2009-01-12
		Updated functions.php and footer.php to standardize the tracking code action
	0.1.3 - 2009-01-13
		Updated footer.php to include credits
		Updated /lib/theme-options/theme-options.php to take out category checkboxes
		Updated 404.php to call sidebar correctly
		Updated README.txt to latest version from Jesse
	0.1.4 - 2009-01-13
		Updated lib/featured-images/featured-images.php to 1.1.0
		Updated functions.php to disable the Featured Images height
	1.0 - 2009-01-13
		Updated style.css to fix style issues
		Updated /lib/custom-header.php to fix RSS icon bg issue
		Updated /lib/theme-options/theme-options.php to remove remnant categories reference
		Updated header.php to restructure the wrap div
*/

body {
	background: #333;
	width: 880px;
	color: #454545;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF;
	width: 880px;
	margin: 0px auto 0px;
	padding: 0px;
	float: left;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #C4290B;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	/* background: url(images/header.jpg) no-repeat; */
	width: 880px;
	height: 100px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#header a {
	font-family: Arial, Tahoma, Verdana;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	}

#header a:hover{
	color: #C4290B;
	}
	
#header a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#headerleft {
	width: 815px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}

#headerleft a {
	display: block;
	text-indent: -99999px;
	height: 100px;
}
#headerright {
	width: 50px;
	float: right;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 50px 15px 0px 0px;
	overflow: hidden;
	}
	
#headerright p {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: url(images/navbg.gif) no-repeat;
	width: 880px;
	height: 42px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}

#nav {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	z-index: 10000;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    margin: 0px 25px 0px 0px;
	padding: 13px 10px 13px 10px;
	}
	
#nav a:hover {
	background: #6A1906 url(images/navhov.gif);
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 25px 0px 0px;
	padding: 13px 10px 13px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 180px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #07456D;
	width: 180px;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	border-top: 1px solid #FFFFFF;

	}
	
#nav li li a:hover, #nav li li a:active {
	background: #6A1906;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	width: 880px;
	margin: 0px auto 0px;
	padding: 15px 0px 0px 0px;
	line-height: 15px;
	}

#homepage p {
	color: #454545;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#homepage h1 {
	color: #98250A;
	font-size: 22px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homepage h1 a, #homepage h1 a:visited  {
	color: #98250A;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#homepage h1 a:hover {
	color: #98250A;
	text-decoration: none;
	}
	
#homepage h3 {
	color: #202020;
	font-size: 22px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homepage img {
	float: left;
	border: none;
	margin: 0px 20px 0px 0px;
	}
	
#homepage ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homepage ul li {
    list-style: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
#homepageleft {
	float: left;
	width: 262px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	}
	
#homepageleft ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#homepageleft ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#homepageleft ul li a {
	background: #FFFFFF url(images/hp-black2.png);
	width: 222px;
	height: 70px;
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	padding: 15px 0px 0px 40px;
	margin: 0px;
	text-decoration: none;
	}

#homepageleft ul li a:hover {
	background: #FFFFFF url(images/hp-orange2.png);
	color: #FFFFFF;
	}
	
#menu span {
	color: #C7D3DF;
	font-size: 22px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	display: block;
	}
	
.homeleft1 {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	}
	
.homeleft2 {
	background: #DDDDDD;
	width: 300px;
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.homeleft3 {
	background: #EEEEEE;
	width: 300px;
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homepageleft p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#homepageright {
	background: #FFFFFF;
	float: left;
	width: 585px;
	height: 254px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
/************************************************
*	Homepage Bottom					     		* 
************************************************/

#homebottom {
	width: 880px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 18px;
	}
	
#homebottom p {
	color: #454545;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#homebottom h2 {
	color: #063C5D;
	font-size: 16px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}

#homebottom img {
	float: left;
	border: none;
	margin: 0px 0px 10px 0px;
	}
	
#homebottom ul {
	list-style-type: square;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homebottom ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
#homebottomleft {
	background: #FFFFFF url(images/homebottom.png);
	float: left;
	width: 280px;
	height: 192px;
	margin: 0px 18px 15px 15px;
	padding: 15px 15px 0px 15px;
	display: inline;
	}

	
#homebottommiddle {
	background: #FFFFFF url(images/homebottom.png);
	float: left;
	width: 280px;
	height: 192px;
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 0px 15px;
	display: inline;
	}
	
#homebottomright {
	background: #FFFFFF url(images/subscribe.png);
	float: right;
	width: 160px;
	height: 192px;
	margin: 0px 18px 15px 0px;
	padding: 15px 15px 0px 15px;
	display: inline;
	overflow: hidden;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	float: left;
	/*width: 880px;*/
	max-width:610px;
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}

#content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}
	
#content h1 {
	color: #063C5D;
	font-size: 18px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #063C5D;
	font-size: 18px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}

#content h1 a:hover {
	color: #C4290B;
	text-decoration: none;
	}
	
#contentleft h2 {
	color: #063C5D;
	font-size: 18px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}
	
#content h3 {
	color: #063C5D;
	font-size: 18px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#content h4 {
	color: #063C5D;
	font-size: 16px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}

#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: left;
	width: 540px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 20px;
	}

#contentleft p img {
	border: none;
	margin: 0px 10px 0px 0px;
	}
	
#contentleft ol {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft ul {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

blockquote {
	margin: 0px 20px 15px 20px;
	padding: 5px 0px 5px 15px;
	border-left: 5px solid #C0C0C0;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postmeta {
	width: 500px;
	font-size: 12px;
	padding: 5px 0px 50px 0px;
	margin: 0px;
	border-top: double #C0C0C0;
	}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 20px 20px 20px 0px;
	line-height: 20px;
	display: inline;
	}
	
#sidebar p {
	padding: 0px;
	margin: 0px;
	}
	
#sidebar h2 {
	color: #063C5D;
	font-size: 16px;
	font-family: Trebuchet MS, Times New Roman, Georgia;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 15px;
	}
	
#sidebar li {
	list-style-type: none;
	margin:  0px;
	padding: 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar ul li {
	list-style-type: square;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.sideblock {
	background: #FFFFFF url(images/sidebar.png) no-repeat;
	width: 250px;
	min-height: 175px;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}
	
.sideblock .textwidget {
	padding: 0px 15px 0px 15px;
	margin: 0px;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: url(images/footer.gif) top no-repeat;
	width: 880px;	
	color: #666;
	height: 40px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	float: left;
	}
	
#footer p {
	color: #666;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#subscribe {
	background: #EFEFEF;
	width: 150px;
	color: #f2f2f2;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	padding: 3px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#subscribe-sidebar {
	background: #EFEFEF;
	width: 200px;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	padding: 3px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#subbutton {
	background: #07456D url(images/navbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #234B69;
	font-weight: bold;
	}
	
#search {
	background: #EEEEEE;
	width: 150px;
	color: #202020;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 5px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#sbutt {
	background: #E5E5E5;
	color: #f2f2f2;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	border: 2px solid #999999;
	font-weight: bold;
	}
	
#myS {
	background: #FFFFFF;
	width: 220px;
	color: #f2f2f2;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 5px 0px 20px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#signup {
	background: #F5F5F5;
	width: 240px;
	color: #f2f2f2;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}

#name, #email, #url, #submit {
	background: #FFFFFF;
	color: #f2f2f2;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#words {
	background: #FFFFFF;
	width: 380px;
	color: #f2f2f2;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
/************************************************
*	Comments									*
************************************************/

	
#commentblock {
	width: 440px;
	color: #000000;
	float: left;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#commentblock ol {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	}
	
.commentdate {
	font-weight: bold;
	font-size: 12px;
	}

.commentname {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

.commentinfo {
	clear: both;
	}

.commenttext {
	width: 440px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 20px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}

.commenttext-admin {
	width: 440px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 20px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

img.portrait {
	float:left;
	margin:0px 10px 10px 0px; 
	border:1px solid #a5a5a5; 
	padding:4px;
	width:85px
	height:120px;
}

/* ================================================ Syleanpassungen mai 2014 ab hier ==> vor diesem punkt wurde nichts verändert */

.anwalt_img_home{width:206.3px;height:206.5px;float:left;position:relative;margin-right:5px;opacity:1;border-radius:6px;border: 1px solid #CCCCCC;}
.anwalt_img_home:hover{opacity:1;}
.anwalt_img_home_1		{background:url("/wp-content/themes/heldt-zuelch/images/home_img/start_bw_200/jan_zuelch.jpg");}
.anwalt_img_home_1:hover{background:url("/wp-content/themes/heldt-zuelch/images/home_img/start_farbe_200/jan_zuelch.jpg");}
.anwalt_img_home_2		{background:url("/wp-content/themes/heldt-zuelch/images/home_img/start_bw_200/heiner_heldt.jpg");}
.anwalt_img_home_2:hover{background:url("/wp-content/themes/heldt-zuelch/images/home_img/start_farbe_200/heiner_heldt.jpg");}
.anwalt_img_home_3		{background:url("/wp-content/themes/heldt-zuelch/images/home_img/start_bw_200/sebastian_hofacker.jpg");}
.anwalt_img_home_3:hover{background:url("/wp-content/themes/heldt-zuelch/images/home_img/start_farbe_200/sebastian_hofacker.jpg");}


.anwalt_img_home_4		{background:url("/wp-content/themes/heldt-zuelch/images/home_img/start_bw_200/ines_grille4.jpg");}
.anwalt_img_home_4:hover{background:url("/wp-content/themes/heldt-zuelch/images/home_img/start_farbe_200/ines_grille4.jpg");}


.anwalt_img_home .a_name{display:none;width:96%;text-align:center;position:absolute;bottom:0px;left:0px;font-weight:bold;color:#000;font-size:14px;background:#fff;padding:2% 10px;opacity:0.8;}
.anwalt_img_home:hover .a_name{display:block;}
#homepageleft {width: 100%;}
#homepage ul li{float: left;}
.homepage_imagebox{margin-bottom:20px;}
#homepageleft ul li a {margin-right: 5px;width: 168px;border-top-right-radius: 6px;border-bottom-right-radius: 6px;}
#homepageleft ul li a {border-bottom-right-radius: 6px;border-top-right-radius: 6px;margin-right: 5px;width: 239px;}
a, a:visited {text-decoration: none;}

#header{position:relative;}

#lang_sel_list {
    height: 32px;
    position: absolute;
    right: 9px;
    top: 8px;
    z-index: 99;
    background:none;
}

#lang_sel_list a{
    font-family: verdana,arial,sans-serif;
    font-size:12px;
    padding-right: 5px;
    background:none;
    color:#fff;
}

.icl-de {margin-right:5px;}
.icl-en a:before {content:'| ';}


#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
    background:#000 !important;
    color: #aaa !important;
}

#lang_sel_list ul a:hover{color:#ccc !important;}

#lang_sel_list a.lang_sel_sel {color:#fff !important;}

#homebottomright {
    padding: 15px 5px 0 15px;
    width: 170px;
}

#footer_navi{
	width:100%;
	text-align:center  !important;;
	font-weight:bold;
	margin-left:18px;
	color:#fff !important;
	margin-bottom:10px;
}

#footer_navi a{
	color:#fff !important;
}

#footer{margin-bottom:50px;}

.rg_wrap{
	width:100%;
	text-align:center;
	display:table;
	margin-bottom:50px;
	min-height:40px;
}

.rg_box{
	width:150px;
	line-height:20px;
	padding: 20px 10px;
	color:#fff !important;
	margin:0px;
	border-radius:15px;
	border:1px solid #28a9dF;
	background:#2879aF;
	display: table-cell;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	vertical-align: middle;
	-webkit-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow:         3px 3px 10px 3px rgba(0, 0, 0, 0.2); 
    min-height:40px;
}


.rg_box1{margin-left:20px;}
.rg_box2{margin-right:20px;}

.rg_box3,
.rg_box4{width:110px;}

.anwalt_img_home_2{margin-left:15px;}




@media screen and (max-width: 880px) {

	#homepage,
	#homebottom,
	#header,
	#wrap,
	body{width: 100% !important;}
	
	#footer{
		margin-left: 10%;
    	width: 80% !important;
    	background:0px;
    }
	
	.homepage_imagebox{ 
		padding-left: 15px;
	}
	
	.anwalt_img_home_2{margin-left:0px;}

	.anwalt_img_home{margin-bottom:15px;}
	
	#headerright{
		position:absolute;
		right:0px;
		float:none;
	
	}
	
	.homepage_imagebox>span{ 
		display: block;
   	 	width: 427px;
   	 	margin:0 auto;
   	}
	
	#sec_nav_home_1{}
	#sec_nav_home_2{}
	#sec_nav_home_3{clear:both}
	#sec_nav_home_4{}
	
	#menu{
		width: 326px;
		margin:0 auto !important;
		position:relative;
		left:-7px;
	}
	
	#homebottom {
	    text-align: center;
	    width: 100%;
	}
		
	#homebottomleft,
	#homebottommiddle,
	#homebottomright{
		display:block;
		margin:10 auto !important;
		clear:both;
		float:none;
		margin: 10px auto;
		text-align: left;
	}
	
	#content{
		width:100%;

	}
	#contentleft {
	 	float: left;
	    margin: 0;
	    padding: 2% 0 2% 2%;
	    width: 96%;
	}

	#sidebar{
		width:93%;
		padding:0px;
		margin:10px auto;
	}
	#navbar{
		display:none;
	}
	
	#homebottomright{
		background: url("images/homebottom.png") !important;
		width: 290px;
	}
	#homepageleft ul li a {
		background: #444;
		 width: 270px;
		margin-bottom:10px;
		border-radius: 6px;
	}

	#homepageleft ul li a:hover {
		background: #a22;
		
	}
	
	.sideblock {
		background:none !important;
	}	
	
}

@media screen and (max-width: 445px) {
	.homepage_imagebox{text-align:center;}
	
	.homepage_imagebox>span>span{margin:0 auto 15px;}
	.homepage_imagebox a {display: inline-block;}
	
	#menu{
		clear: both;
	    display: block;
	    float: none;
	    /*margin: 10px 39% 5% auto !important;*/
	}
	
	.homepage_imagebox > span {
	    width: 300px;
	}
	
	.menu-toggle {
	    right: 30%;
	}

	
	#homepage ul li {
	    float: none;
	   
	}

	.wp-caption{
		width: 90% !important;
	} 
	
	.wp-caption img{
		width: 100%;
		height:auto;
	} 
	.anwalt_img_home{
		width: 151px;
		margin-right:5px !important;
		
	}
	
	.anwalt_img_home_1:hover,
	.anwalt_img_home_1{background-position: -40px 0;}
	.anwalt_img_home_2:hover,
	.anwalt_img_home_2{background-position: -40px 0;}
	.anwalt_img_home_3:hover,
	.anwalt_img_home_3{background-position: -14px 0;}
	.anwalt_img_home_4:hover,
	.anwalt_img_home_4{background-position: -40px 0;}
	
	.homepage_imagebox {
	    padding-left: 0;
	}
	

	.homepage_imagebox > span {
	    width: 316px;
	}
		
	
}


#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}



.wpui-light .ui-collapsible-content, .wpui-light .ui-accordion .ui-accordion-content {
    height: auto !important;
}

.wp-accordion .ui-accordion-content .wp-tab-content-wrapper {
    padding: 10px 23px !important;
}



