/*
// Project: lex.tm
// Customer: Softloop GmbH

// Copyright 2011 nightstomp.com
// Hirbod Mirjavadi
// info@nightstomp.com 
*/

@font-face {
	font-family: 'Conv_National-Regular';
	src: url('http://lextm.softloop.net/css/fonts/national-regular.eot');
	src: local('☺'), url('http://lextm.softloop.net/css/fonts/national-regular.woff') format('woff'), url('http://lextm.softloop.net/css/fonts/national-regular.ttf') format('truetype'), url('http://lextm.softloop.net/css/fonts/national-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_National-Bold';
	src: url('http://lextm.softloop.net/css/fonts/national-bold.eot');
	src: local('☺'), url('http://lextm.softloop.net/css/fonts/national-bold.woff') format('woff'), url('http://lextm.softloop.net/css/fonts/national-bold.ttf') format('truetype'), url('css/fonts/national-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_National-Medium';
	src: url('http://lextm.softloop.net/css/fonts/national-medium.eot');
	src: local('☺'), url('http://lextm.softloop.net/css/fonts/national-medium.woff') format('woff'), url('http://lextm.softloop.net/css/fonts/national-medium.ttf') format('truetype'), url('http://lextm.softloop.net/css/fonts/national-medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_National-Semibold';
	src: url('http://lextm.softloop.net/css/fonts/national-semibold.eot');
	src: local('☺'), url('http://lextm.softloop.net/css/fonts/national-semibold.woff') format('woff'), url('http://lextm.softloop.net/css/fonts/national-semibold.ttf') format('truetype'), url('http://lextm.softloop.net/css/fonts/national-semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #049b04; color: #fff; text-shadow: none; }
::selection { background: #049b04; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #32819f; }
a:visited { color: #32819f; }
a:hover { color: #32819f; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
html,body{
	height:100%;
	width:100%;
}

body{	
	background: #fff; /* Old browsers */
	
}

a, a:hover, a:active, a:focus {
	outline: none !important;
}

.bold{
	font-weight: bold;
}

.dark_green{
	color:#006633;
}
.dark_green_bold {
	color: #006633;
	font-weight: bold;
}

#form_wrapper {
    background: none repeat scroll 0 0 #DDDDDD;
    margin-top: 5px;
    padding: 12px;
}
#form_wrapper label{
	display:none;
}
#form_wrapper textarea{
	width:396px;
	padding: 5px 20px;
}
#form_wrapper form{
	position: relative;
}

#form_wrapper input, #form_wrapper textarea {
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#form_wrapper input[type="text"] {
    background-image: url("../img/input_arrow_bg.png");
    background-position: 5px 8px;
    background-repeat: no-repeat;
    border: 0 none;
    padding-left: 20px;
	font-family: Arial;
	font-size: 11px;
	height: 22px;
	text-transform: uppercase;
	width: 150px;
	font-weight: bold;
}

#form_wrapper textarea {
    background-image: url("../img/input_arrow_bg.png");
    background-position: 5px 7px;
    background-repeat: no-repeat;
    border: 0 none;
    padding-left: 20px;
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.formcaptcha input{
    background-position: 5px 7px !important;
    font-size: 11px !important;
    height: 20px !important;
    width: 130px !important;
}

span.as-label img {
	cursor: pointer;
}


input.submit {
    background: url("../img/contact_btn_bg.jpg") repeat-x scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    height: 21px;
    padding: 0 16px;
    text-align: center;
    text-shadow: -1px 1px #000000;
    text-transform: capitalize;
}
p.formsubmit{
    bottom: 24px;
    margin: 0!important;
    position: absolute;
    right: 0;
}

input.form_warning,
textarea.form_warning {
	border: 1px solid #ff5757 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}


.border_heading{
    height: 16px;
    position: relative;
    width: 100%;
}
.border_heading span{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #009900;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    left: 0;
    padding-right: 4px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 99;
	letter-spacing: 0.05em;
}
.green_heading_bg{
    border-bottom: 1px solid #009900;
    height: 11px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#header_menu{
    background: none repeat scroll 0 0 #009900;
    height: 16px;
	display: none;
}

#header_menu ul{
	margin:0;
	padding: 0;
	width:100%;
	height:100%;
	list-style: none;
}
#header_menu li {   
    float: left;
    font-size: 12px;
    font-family:'Conv_National-Medium';
    height: 16px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#header_menu li a{
	color:#fff;
	text-decoration: none;
	position: relative;
	top: 2px;
}

#main_menu {
	display: none;
}

#main_menu div.grid_14{
	padding:0;	
	margin-top:0;
	margin-bottom:0;
	list-style: none;
	height:30px;
	border-bottom: 1px solid #000;
	float:right;
}
#main_menu .rex-navi1 {
    height: 61px;
    list-style: none outside none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#main_menu .pipe{
	display:none;
}

#main_sub_menu_bg{
	height:30px;
	float:right;
	border-bottom: 1px solid #000;
}
#main_menu ul li{
	float:left;
	font-size: 24px;
	text-transform:uppercase;
	margin-right:34px;
    font-family:'Conv_National-Bold';
   
}
#main_menu ul li a{
	text-decoration: none;
	letter-spacing: 0.04em;
}
#main_menu ul li ul {    
    left: 0;
    position: absolute;
    top: 37px;
    width: 820px;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display:none;
}
#main_menu ul .rex-active ul{
	display:block;
}

#main_menu ul li ul li {
    font-family: 'Conv_National-Semibold';
    font-size: 15px;
    margin-right: 0px;
    top: 5px;
}

#main_menu ul li ul li a.rex-current {
	color: #999;
}

#main_menu .rex-navi2 .pipe {
    height: 100%;
    margin: 0 14px 0 11px;
    width: 1px;
    display:block;
}

#main_menu ul li a{
	color:#000;
}

#header, #language_menu_wrapper{
	height:148px;
}
#language_menu_wrapper{
	float:right;
	display: none;
}
#language_menu, #print_menu{
	margin:0;
	padding-left:0;
	float:right;
	list-style:none;
	font-size: 14px;
	text-transform:uppercase;
    font-family:'Conv_National-Medium';
    margin-top:30px;
	letter-spacing: 0.04em;
}
#language_menu li a, #print_menu li a{
	color:#999;	
	text-decoration:none;
}

#print_menu li {
    background: url("../img/print_menu_bg.jpg") no-repeat scroll left 6px transparent;
    padding-left: 13px;
}

#language_menu li a.active{
	color:#000;
}

#logo{
	float:left;
}

#content{
	float:right;
	padding-top:30px; 
	color:#000;
	font-family:'Arial';
	font-size: 14px;
	margin-bottom: 30px;
}

#content_left{
	float:left;
}
#content_right{
	float:right;
}
#content p{
	margin:20px 0;
}
#content_left ul{
	padding: 0;
}
#content_left ul li {
    background: url("../img/bullet_bg.jpg") no-repeat scroll left 9px transparent;
    list-style: none outside none;
    margin: 3px 0;
    padding-left: 25px;
}

#content_left ul.green_list li{
	background: url("../img/green_li_bg.jpg") no-repeat scroll left 4px transparent;
    list-style: none outside none;
    margin: 15px 0;
    padding-left: 25px;
}

.anwaltstext ul li{
	background: url("../img/green_li_bg.jpg") no-repeat scroll left 4px transparent !important;
    list-style: none outside none !important;
    margin: 15px 0 !important;
    padding-left: 25px !important;
}

div.strong, .hervorgehoben {
    background: url("../img/strong_arrow.png") no-repeat scroll left 4px transparent;   
    margin: 10px 0;
    padding-left: 25px;
	display: block;
}

.kein_abstand {
	margin: 0 !important;
}

.quote{
	font-weight:bold;
	text-align: center;
	width:100%;
	display: block;
}

h1{
	font-size: 14px;
	color:#009900;	
	margin-bottom: 4px;
	text-transform:uppercase;
}

h1:first-child {
	margin-top: 0 !important;
}
h2{
	font-size: 14px;
	color:#000;
	margin-top:30px;
	margin-bottom:0;	
	text-transform:uppercase;
}
h3{
	color: #000;
	font-size: 14px;
	margin-bottom:0;	
	margin-top:25px;
}
#content_left ol{
	padding:0;
	margin: 20px 0;
	list-style: decimal inside 
}
#content_left ol li {    
    margin: 3px 0;
    padding-left: 0;
}
#content a{
	color:#000;
	text-decoration: underline;
}
#content a:hover{
	color:#006633
}

.strong_green{
	color:#049b04;
	font-weight: bold;
}
.uppercase{	
	text-transform: uppercase
}
.tabright{
	margin-right:15px;
}
#content_right h1{
	color:#009900;
	font-size: 12px;
	text-transform: uppercase;
	
}
.module_right{
	border-bottom: 1px solid #009900;
	margin-bottom: 50px;
}

.module_right p {
	margin-top: 0px !important;
}

.module_right p:last-child {
	margin-bottom: 0px !important;
}

.no-heading.module_right{
	border-top: 1px solid #009900;
	padding: 8px 0;
}
.module_right_inner {
    background: none repeat scroll 0 0 #E7E7E7;
    padding:10px;
    margin: 5px 0 8px;    
}
.team_box_inner {
    background: none repeat scroll 0 0 #E7E7E7;
    height: 250px;
    margin: 8px 0;
    padding: 10px;
}
.team_box {
    border-bottom: 1px solid #009900;
    border-top: 1px solid #009900;
    margin: 0px 0 40px;
    padding: 0;
}

.team_box p:first-child{
	margin-top: 0 !important;
}

.team_box p:last-child {
	margin-bottom: 0 !important;
}

.team_box strong {
	text-transform: uppercase;
	color: #049B04;
	font-weight: bold;
	font-size: 12.5px;
	letter-spacing: 0.04em;
}

.team_box table td {
	padding-right: 10px;
	vertical-align: top;
}

.team_text{
    margin-left: 15px;
    width: 278px;
}
.team_social {
    float: left;
    height: 43px;
    padding-top: 18px;
    width: 440px;
}
.team_social a{
	margin-right:10px; 
}
.xing{
	margin-top: -5px;
}
.module_right_inner strong{
	color:#009900;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.module_right_inner ul{
	margin:10px 0;
	padding: 0;
}
.module_right_inner li{
    background: url("../img/list_bg_right_column.jpg") no-repeat scroll left 4px transparent;   
    margin: 0 0 20px;
    list-style:none;
    padding-left: 20px;
}

.module_right_inner table td {
	padding-right: 6px;
	vertical-align: top;
}

.module_right_inner li:last-child{
    margin-bottom: 0px !important;
}

.float_left{
	float:left;
}

#bottom_navi_1_wrapper,
#bottom_navi_2_wrapper {
	display: none;
}

#bottom_navi_1, #bottom_navi_2_wrapper .rex-navi1 {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 14px;
	text-transform:uppercase;
    font-family:'Conv_National-Medium';
}
#bottom_navi_1 a{
	color:#000;	
	text-decoration:none;
}

#bottom_navi_2_wrapper .rex-navi1 a{
	color:#999;	
	text-decoration:none;
}

#bottom_navi_2_wrapper .rex-navi1 a.rex-current {
	color:#000;	
	text-decoration:none;
}

#contact_bottom {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    height: 38px;
    margin-bottom: 5px;
    margin-top: 30px;
    padding-top:12px;
}

#contact_bottom_heading{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#contact_bottom .grid_3{
	font-size:11px;
}
#bottom_menu{
	padding-top: 12px;
	font-size: 11px;
	height: 38px;
	display: none;
}
#bottom_menu a{
	display:block;
	width:100%;
	color:#000;
	text-decoration: none;
}
#bottom_menu a:hover{
	color:#009900;
}

#bottom_stripe{
	background:#009900;
	height:16px;
	margin-bottom: 100px;
	display: none;
}

#bottom_arrow {
    background: url("../img/green_arrow_footer.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 8px;
    margin-left: 79px;
    margin-top: 4px;
    position: relative;
    text-indent: -9000px;
    width: 8px;
}

#to_top {
    background: url("../img/oben_icon.png") no-repeat scroll 0 6px transparent;
    padding-left: 11px;
}
#bottom_print {
    background: url("../img/print_icon.png") no-repeat scroll 0 6px transparent;
    padding-left: 11px;
}

.v_clear, hr{
	 background: url("../img/vertical_sep.jpg") no-repeat scroll 0 0 transparent;
	 height:2px;	 
	 width:100%;
	 margin: 30px 0 7px -10px;
	 border: 0;
}


#ansprechpartner_text{
    margin-left: 10px;
    width: 145px;
}
#ansprechpartner_box{
    min-height: 150px;
}


footer{
   
}



*{
	-webkit-backface-visibility: hidden;	
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

