@charset "utf-8";

@media all
{	/* reset */
	* { margin:0; padding: 0 }

	option { padding-left: 0.4em }
/*
	* html body * { overflow:visible; }
	* html iframe, * html frame { overflow:auto; }
	* html frameset { overflow:hidden; }
*/
	html { height: 100%; margin-bottom: -1px; overflow-y: scroll; }
	body {
		font-size: 100.01%;

		color: #3e3e3e;
		background: #ffffff;
		text-align: left;
	}

	fieldset, img { border: 0 solid; }

	p { margin: 0 0 0.5em 0; }

	ul, ol, dl { margin: 1em 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.7em; }

	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }

	blockquote { margin: 0 0 1em 1.5em; }
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix { display: block }

#ie_clearing { display: none }

.skip, .hideme, .print {
		position: absolute;
		top: -1000em;
		left: -1000em;
}

.subcolumns { display:table; width:100%; table-layout:fixed; }

.c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float:left; }
.c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float:right; margin-left:-5px; }

.c20l, .c20r { width:20%; }
.c40l, .c40r { width:40%; }
.c60l, .c60r { width:60%; }
.c80l, .c80r { width:80%; }
.c25l, .c25r { width:25%; }
.c33l, .c33r { width:33.333%; }
.c50l, .c50r { width:50%; }
.c66l, .c66r { width:66.666%; }
.c75l, .c75r { width:75%; }
.c38l, .c38r { width:38.2%; }
.c62l, .c62r { width:61.8%; }

.subc  { padding:0 0.5em; }
.subcl { padding:0 1em 0 0; }
.subcr { padding:0 0 0 1em; }

.equalize, .equalize .subcolumns { table-layout:fixed; }

.equalize > div {
	display:table-cell;
	float:none;
	margin:0;
	overflow:hidden;
	vertical-align:top;
}

.page_margins {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	
	padding: 0 20px;
}

body {
	height: 100%;

	font-family: 'Roboto', Verdana, sans-serif;
	font-size: 18px;
	font-weight: 300;
	
	line-height: 1.4em;
}

body a {
	color: #303f9f;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body strong {
	color: #000000;
	font-weight: 500;
}

p {
	text-align: justify;
}


#head {
	margin: 5px 0 0 0;
	padding: 0 0 20px 0;
	height: 120px;
	text-align: left;
}

#header {
	position: relative;
	height: 700px;
}

.logo {
	margin-top: 30px;
	text-align: center;
	float: left;
}

#main {
	margin: 80px 0
}

#col1 {
	float: left;
	width: 300px;

}


#col1 div.block_content {
	padding: 0 0 30px 0;
	font-size: 12px;
	font-weight: normal;
}

#col3 {
	margin-left: 0;
}

#col1_content {
	padding: 0 0;
}


#col3_content {
	padding-bottom:40px;
	padding-top: 10px;

	min-height: 400px;
	height: auto !important;
	height: 400px;

}

.tb_image {
	max-width: 100%;
}

.tb_image.align_right {
	margin-left: 25px;
}


#nav { margin: 2px 0 0 0; padding: 0; height: 50px; background: #edeeef;}
#nav ul { margin:0 0 0 0; padding:0 0 0 0; list-style:none; }
#nav ul li { float:left; padding: 0 0 0 0; margin:0 0 0 0; font:normal 18px 'Roboto', sans-serif;}
#nav ul li a { margin:0px; padding:14px 25px; color:#474f4f; font:normal 18px 'Roboto', sans-serif; text-decoration:none; display: block; }
#nav ul li.path a { color:#fff; background: #303f9f;}
#nav ul li a:hover {color:#fff; background: #303f9f;}
#nav ul li.active a { color:#fff; background: #303f9f;}


ul#sub_nav {margin: 0 0 45px 0px;}
ul#sub_nav li { padding:0; margin:0; list-style: none; text-decoration: none;}
ul#sub_nav li a {display: block; padding: 14px 0; font:normal 16px 'Roboto'; color: #58585A; text-decoration: none;}
ul#sub_nav li.active a {color: #303f9f; text-decoration: none;}
ul#sub_nav li a:hover {color: #303f9f; text-decoration: none;}
ul#sub_nav li.path a {color: #303f9f; text-decoration: none;}


ul#sub_nav ul.level1 {margin:3px 0 10px 0;}
ul#sub_nav ul.level1 li { padding:0; margin:0; list-style: none;}
ul#sub_nav ul.level1 li a {display: block; margin-left: 20px; padding: 0 0 0 20px; font-size: 13px; color: #7a7a7a;}
ul#sub_nav ul.level1 li.active a {color: #303f9f; text-decoration: none;}
ul#sub_nav ul.level1 li.path a {color: #303f9f; text-decoration: none;}
ul#sub_nav ul.level1 li a:hover {color: #303f9f; text-decoration: none;}



h1 { 
	color:#303f9f;
	font: normal 36px 'Roboto', sans-serif;
	font-weight: 300;
	margin:0;
	padding-bottom:10px;
}

h2 {
	color:#3e3e3e;
	font:normal 24px 'Roboto', sans-serif;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 10px;
}

h3 { 
	color:#303f9f;
	font:bold 18px 'Roboto', sans-serif;
	padding-bottom: 20px;
	padding-top: 10px;
}

h3 a { 
	color:#303f9f;
	font:bold 14px 'Roboto', sans-serif;
	padding-bottom: 10px;
}

h4 { 
	color:#303f9f;
	font: normal 20px 'Roboto', sans-serif;
	margin:0;
	padding-bottom:0;
}

h5 { 
	color:#303f9f;
	font:normal 18px 'Roboto', sans-serif;
	margin:10px 0 0 0;
	padding-bottom:20px;
}


.kontakt {
	color: #303f9f;
	font: normal 15px 'Roboto';
	position: absolute;
	right: 20px;
	top: 10px;
	font-weight: 300;
}



#footer {
	background: #f6f6f6;
	
	font-size: 14px;
	font-weight: 300;
	
	text-align: left;

	line-height: 1.4em;

	color: #454545;
	
	padding: 20px;
}

#footer span {
	color: #454545;
}

#footer h1 {
	font-size: 14px;
	font-weight: bold;
	color: #454545;
}


#footer .subcl p {
	text-align: left;
	margin: 0 0 1em 0;
	
}

#footer .subcr p {
	text-align: right;
	margin: 0 0 0.6em 0;
}

#footer .subc p {
	text-align: center;
	margin: 0 0 1em 0;
}

#footer .subc {
	margin: 0 auto;
	text-align: center;
}

#footer .subc img {
	padding-top: 50px;
	max-width: 100%;
}

#footer a {
	text-decoration: none;
	font-size: 14px;
	color: #454545;
}
	
#footer a:hover {
	text-decoration: underline;
	color: #303f9f;
}

#footer .kwlayer,
#footer .kwlayer a {
	color: #ffffff;
	text-align: center;
	line-height: 1.5em;
	margin-top: 10px;
	font-size: 10px;
	
	background: #2b96cc;
}

#footer_datenschutz {
	background: #dddddd;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #454545;
}

#footer_datenschutz a {
	color: #454545;
}

#footer_datenschutz a:hover {
	color: #303f9f;
	text-decoration: underline;
}


.location{height:20px;margin-top:0px;color:#fff; }
.location a{color:#fff;}
.location a:hover{color:#fff;text-decoration:underline;}



.block_content.text_intro {
	background: #f5f5f5;
	padding: 15px;
	margin-bottom: 30px;
	height: 320px;
	position: relative;
}

.block_content.text_intro img.tb_image.align_top {
	margin: -15px 0 0 -15px;
}

.block_content.text_intro .more a {
	font-size: 0;
	line-height: 0;

	position: absolute;
	right: 0;
	bottom: 0;

	display: block;

	width: 76px;
	height: 76px;

	background: url(/stream/images/layout/more.png) no-repeat 100% 100%;
	
}

.block_content.text_intro .more {
	position: absolute;
	
	margin: 0;
	
	height: 40px;
	
	text-align: right;
	
	right: 0;
	bottom: 0
}

.block_content.contactform {
	line-height: 135%;
}

.block_content.contactform td {
	padding: 0 2em 0.25em 0;
	text-align: left;
	vertical-align: top;
}

.block_content.contactform .text {
	padding: 3px;
	width: 250px;
	border: 1px solid #ccc;
}

.block_content.contactform textarea.text {
	height: 130px;
}

.block_content.contactform #cform_plz {
	width: 35px;
}

.block_content.contactform #cform_ort {
	width: 203px;
}

table.error td {
	color: red;
}


#leistung {
	height: 120px;
	background: #303f9f;

	text-align: center;
}



#leistung h1 {
	padding-top: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	font-weight: 400;
}




div.kwlayer {
	margin: 1em auto 0 auto;

	width: 960px;

	font-size: 7pt;
	font-weight: normal;

	text-align: center;

	color: #8e8e8e !important;

}	

div.kwlayer a {
	text-decoration: none;
	
	line-height: 1.6em !important;

	color: #8e8e8e !important;
}

div.kwlayer a:hover {
	text-decoration: underline;

	color: #303f9f !important;
}




body#default #header {
	display: none;
}


/* Einspaltig */

body#layout_1col #col1 {
	display: none;
}

body#layout_1col #col2 {
	display: none;
}

body#layout_1col #header {
	display: none;
}

body#layout_1col #col3 {
	margin: 0;
}



/* zweispaltig */



body#layout_3col #header {
	display: none;
}

body#layout_3col #col3 {
	margin-right: 400px;
}

body#layout_3col #col1 {
	margin: 0;
	float: right;
}

body#layout_3col h2 {
	color: #303f9f;
	margin-bottom: 20px;
}




/* Startseite */

body#intropage .location {
	display: none;
}

body#intropage #col1 {
	display: none;
}

body#intropage #col3{
	margin: 0;
}

body#intropage h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 300;
}

body#intropage h2 {
	font-size: 30px;
	font-weight: 100;
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
}

body#intropage h3 { 
	color: #303f9f;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 24px;
	padding: 10px 0;
	margin: 50px 0;
	line-height: 0;
	
}

body#intropage #main {
	text-align: center;
}

body#intropage p {
	margin: 0 0 0.5em 0;
	/*text-align: center;*/
}

body#intropage.view {
	overflow: auto;
}

body#layout_1col.view {
	overflow: auto;
}

body#intropage .block_content.text {
	margin-bottom: 0px;
}

body#intropage #col3_content {
	min-height: 0px;
	height: auto !important;
	height: 0px;
}


body#intropage .block_content.text_intro {
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
}

body#intropage .tb_image.align_right {
	margin-left: 20px;
}




/* Tabs */

.tab-liste {
    margin-top: 60px;
    text-align: left;
}

.tab-liste .block_content.text {
    margin-bottom: 0em !important;
}

ul.tabs {
    margin: 0px !important;
    padding: 0px !important;
    list-style: none !important;
}

ul.tabs li {
    background: none !important;
    color: #303f9f !important;
    display: inline-block !important;
    padding: 10px 15px !important;
    cursor: pointer !important;
    margin-bottom: -1px;
    
    margin-left: 0;
    font-weight: 400;
}

ul.tabs li.current {
    background: #f6f6f6 !important;
    color: #474747 !important;
    

}

.tab-content {
    display: none !important;
    background: #f6f6f6 !important;
    padding: 30px 15px !important;
    
    text-align: left;
}

.tab-content.current {
    display: inherit !important;
}

.tab-content h2 {
    color: #474747;    
    margin-bottom: 20px !important;
     
    text-align: left !important;
    
    font-family: 'Roboto', sans-serif;
	font-weight: 700 !important;
	font-size: 18px !important;
}


.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: 'Roboto';
  color: #ffffff;
  font-size: 18px;
  background: #303f9f;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #777777;
  text-decoration: none;
}



#left.animBlock.floatl.viewed, #left.animBlock.floatll.viewed {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#right.animBlock.floatr.viewed, #right.animBlock.floatrr.viewed {
	position: absolute;
	bottom: 0px;
	right: 30px;
}

.text-left {
	height: 260px;
	width: 400px;
	background: #dbdbdb;
}

.text-left p {
	text-align: left !important;
}

.text-left .block_content {
	padding: 30px;
	display: block;
}

.text-left .block_content h2 {
	margin-bottom: 10px !important;
	text-align: left !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}

.text-right {
	height: 325px;
	width: 800px;
	background: #303f9f;
	color: #ffffff;
}

.text-right .block_content {
	padding: 30px;
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	color: #9e9e9e;
}

.text-right .block_content strong {
	color: #ffffff;
	font-size: 16px;
}



table.standard caption {
	width: 100%;
	margin: 0px 2px;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	color: #000000;
}

table.standard a {
	color: #4c4c4c;
}	

table.standard td,
table.standard th {
	padding: 5px;
	font-size: 16px;
	vertical-align: top;
	background: #f2f2f2;
}

table.standard.outer td {
	background: none;
}

table.standard.outer table.standard td {
	background: #f5f5f5;
}
/*
table.standard th {
	height: 20px;
	text-align: left;
	font-size: 16px;
	text-shadow: 1px 1px 0px #fff;
	vertical-align: middle;
	color: #f67b33;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 38%, #ededed 72%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#f9f9f9), color-stop(72%,#ededed), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e2e2e2',GradientType=0 );
}
*/
table.standard p {
	margin: 0;
}

table.standard tr:nth-child(even) td,
table.standard tr:nth-child(even) th {
background: #FFF !important;
}

table.standard.vertical th {
	background: #f4f4f4;
	text-shadow: 1px 1px 0px #fff;
	height: 20px;
	font-size: 16px;
	vertical-align: middle;		
}

table.standard.vertical tr td {
	background: #f4f4f4 !important;
	vertical-align: middle;		
}


.info {
    padding: 10px 0 0 0;
}

.info .pager {
    margin: 0 0 10px 0;
}

.info .list .info-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px
}

.info .list .item-header {
    padding: 4px 0 5px 0;
    margin-top: 0px;
    font-weight: normal;
    text-align: left;
}

.info .list .info-item .item-header a {
    color: #303f9f;
    font-size: 20px;
}

.info .item-header h1 {
    margin-left: 0;
    padding-bottom: 15px;
    text-transform: none;
    font-size: 150%;
}

.info .item-header h2 {
    margin-left: 0;
    font-size: 100%;
    font-weight: bold;
    float: right;
}

.info .item-header h4 {
    padding-bottom: 20px;
}

.info .list .item-text {
    padding: 10px 10px 10px 0;
    display: inline-block;
}

.info .detail .item-text {
    padding: 0px;
    margin: 0px;
    padding-left: 0;
}

.info .item-backlink {
    margin: 10px 0 0 0;
}

.info .item-author {
    margin: 0;
}

.info .item-gericht {
    margin: 0;
}

.info .item-normen {
    margin: 0;
}

.info .item-url {
    margin: 0;
}




.law img {
	transition: filter .4s ease-in-out;
	-webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(100%); /* FF 35+ */
	
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.law img:hover {
	-webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(0%); /* FF 35+ */
	
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}


.block_content img {
	max-width: 100%;
}

#mainimage img {
	max-width: 100%
}

@media only screen 
and (max-width : 1150px) {
	
	#header {
		height: 670px;
	}

	.text-right {
		height: 380px;
		width: 750px;
		background: #303f9f;
		color: #ffffff;
	}

	.text-right .block_content {
		padding: 30px 30px;
		display: block;
		font-size: 14px;
		line-height: 1.4em;
		color: #9e9e9e;
	}

	#right.animBlock.floatrr.viewed {
		bottom: -30px;
	}


}

@media only screen 
and (max-width : 1100px) {
	
	#header {
		height: 650px;
	}

	#right.animBlock.floatrr.viewed {
		right: 0;
	}

	#left.animBlock.floatll.viewed {
		left: 0;
	}


}


@media only screen 
and (max-width : 1050px) {
	
	#header {
		height: 630px;
	}

	.text-right {
		height: 350px;
		width: 730px;
		background: #303f9f;
		color: #ffffff;
	}

	.text-right .block_content {
		padding: 30px 15px;
		display: block;
		font-size: 14px;
		line-height: 1.4em;
		color: #9e9e9e;
	}

	#right.animBlock.floatrr.viewed {
		bottom: -20px;
	}

	.text-left .block_content {
		padding: 30px 15px;
	}

}


@media only screen 
and (max-width : 950px) {
	
	#header {
		display: block;
		position: relative;
		height: auto;
		margin-bottom: 620px;
	}

	#left.animBlock.floatll.viewed {
		width: 100%;
		bottom: initial;
		position: relative;
	}

	.text-left {
		height: 220px;
		width: 100%;
		position: relative;
		/*float: left;*/

	}

	.text-left .block_content {
		padding: 15px;
	}


	#right.animBlock.floatrr.viewed {
		width: 100%;
		bottom: initial;
		position: relative;
	}


	.text-right {
		height: 350px;
		width: 100%;
		background: #303f9f;
		color: #ffffff;
		/*float: left;*/
	}

	.text-right .block_content {
		padding: 15px;
		display: block;
		font-size: 14px;
		line-height: 1.4em;
		color: #9e9e9e;
	}

	#mainimage img {
		display: block;
	}


}


@media only screen 
and (max-width : 870px) {
	
	/*#header {
		height: 593px;
	}*/

	/*#right.animBlock.floatrr.viewed {
		right: 0;
	}

	#left.animBlock.floatll.viewed {
		display: none;
	}*/

	/*.text-right .block_content {
		padding: 15px;
	}

	.text-right {
		width: 728px;
	}*/
}
