@charset "utf-8";

body {
	padding-top: 75px;
	padding-left: 40px;
	padding-bottom: 100px;
	margin-bottom: 100px;
	background-color: #FFF;
	color: #000;
scroll-behavior: smooth;
}
.container-fluid {
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.container {
	padding-right: 15px;
	padding-left: 1px;
	margin-right: auto;
	margin-left: auto;
}
  .container {
    width: 750px;
  }
  .container {
    width: 970px;
  }
  .container {
	width: 1170px;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
  }

   .open  {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Open Sans', sans-serif;
	color: #F00;
   
   }
.do_boe {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 50px;
	color: #000;
	line-height: 60px;
	font-weight: bold;
}
.do_boe_0 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 45px;
	line-height: 60px;
	font-weight: bold;
}
.do_boe_2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 35px;
	color: #000;
	font-weight: bold;
}
.do_boe_3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	color: #000;
	font-weight: bold;
}


.hr3 {
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}



.open1 {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 50px;
	font-weight: bold;
}

    


*{
	outline: none;
	margin: 0px;
	padding: 0px;
	}
.tag {
	background-color: #CCC;
	border: 1px solid #000;
	font-size: 24px;
	color: #000;
}

.float_r {
	float: right;
}
.float_l {
	float: left;
}
.emboss
{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #000000;
	text-shadow: 0px 0px 0px #FFFFFF,0 1px 1px #666666;
	padding-left: 10px;
}
 .bcg {
	background-image: url(../Bilder/hintergrundtest2.jpg);
	background-repeat: repeat;
}
.flyer {
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #233A5C;
	height: 80px;
}
.test1 {
	background-color: #FFC;
}
.marglr10 {
	margin-right: 10px;
	margin-left: 10px;
}

.marglr15 {
	margin-right: 15px;
	margin-left: 15px;
}
.marglr5 {
	margin-right: 5px;
	margin-left: 5px;
}
.margtop15 {
	margin-top: 15px;
}
.margtop20 {
	margin-top: 20px;
}
.margtop200 {
	margin-top: 200px;
}
.margtop300 {
	margin-top: 300px;
}

.margtop100 {
	margin-top: 100px;
}



.margtop30 {
	margin-top: 30px;
}
.margtop30true {
	margin-top: 30px;
}
.marg20l30r {
	margin-right: 30px;
	margin-left: 20px;
}
.marg5l30r {
	margin-right: 30px;
	margin-left: 5px;
}


.margall10 {
	margin: 10px;
}
.margall5 {
	margin: 5px;
}
.margall3 {
	margin-top: 7px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}


.margall10LogoTop50 {
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.margall10LogoTop40 {
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.margall10LogoTop30 {
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



.margall30 {
	margin: 30px;
}

.margall40 {
	margin: 40px;
}

.margall50 {
	margin: 50px;
}


.margbot15 {
	margin-bottom: 15px;
}
.padd_l_r_5 {
	padding-right: 10px;
	padding-left: 10px;
}

.height10 {
	height: 10px;
}
.margr30 {
	margin-right: 30px;
}

.widthtotal {
	width: 100%;
}
.butn {
	outline: 0;
	display: block;
	color: #828B92;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	}
.butnbackground {
	outline: 0;
	display: block;
	color: #828B92;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */


		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	height: 5px;
}

.butnadress {
	outline: 0;
	display: block;
	color: #828B92;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */






		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: -1px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

.butnohnepadding {
	outline: 0;
	display: block;
	color: #828B92;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.butnh {
	outline: 0;
	display: block;
	color: #828B92;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-align: left;
	 /*enthalten in .rg */
}
.butntheme {
	outline: 0;
	display: inline-block;
	color: #828B92;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	width: 100%;
}
.butngericht {
	outline: 0;
	display: block;
	color: #9fa8b0;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	font-size: 12px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.butngericht a {
	outline: 0;
	padding: 5px 12px;
	display: block;
	color: #9fa8b0;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	font-size: 12px;
}

 




.butnheadline {
	max-width: 950 px;
	outline: 0;
	display: block;
	color: #9FA8B0;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */





		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	/* Safari, Chrome */
	font-size: 20px;
	padding-top: 50px;
	padding-bottom: 75px;
	min-width: 777 px;
	text-align: center;
	height: 75px;
	 
}

.ulg {
	margin-left: -40px;
	}
.lig {
	list-style-type: square;
	color: #9fa8b0;
	display: block;
	list-style-position: inside;
	font-size: 16px;
}
.li_themen {
	list-style-type: none;
	color: #9fa8b0;
	font-size: 16px;
	list-style-position: inside;
	display: inline-block;
	text-align: justify;
}
.themenblock {
	margin-top: 15px;
	margin-bottom: 15px;
}
.butnCD {
	outline: 0;
	display: block;
	color: #9fa8b0;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	font-size: 11;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-top: 15px;
}
	
	.butn-horizon {
	outline: 0;
	padding: 5px 12px;
	display: block;
	color: #9fa8b0;
	font-weight: bold;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
}

.li_style {
	color: #CCC;
	list-style-type: none;
}
.rg {
	line-height: 30px;
	color: #9fa8b0;
	outline: none;
	display: block;
	color: #9FA8B0;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */


		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	
}
.minh1 {
	font-size: 12px;
	display: inline;
}
.minh2 {
	font-size: 12px;
	display: inline;
	color: #828B92;
}


/*
.btn-custom {
  background-color: #637985;
  border-color: #637985;
}


.btn-custom { background-color: hsl(214, 37%, 28%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a99c1", endColorstr="#2c4361"); background-image: -khtml-gradient(linear, left top, left bottom, from(#7a99c1), to(#2c4361)); background-image: -moz-linear-gradient(top, #7a99c1, #2c4361); background-image: -ms-linear-gradient(top, #7a99c1, #2c4361); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a99c1), color-stop(100%, #2c4361)); background-image: -webkit-linear-gradient(top, #7a99c1, #2c4361); background-image: -o-linear-gradient(top, #7a99c1, #2c4361); background-image: linear-gradient(#7a99c1, #2c4361); border-color: #2c4361 #2c4361 hsl(214, 37%, 19.5%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.56); -webkit-font-smoothing: antialiased; }*/



.xxxxxxxxxxxxxxxxxxxxxxxxx_FARBSTYLE BAUTEILE_sxxxxxx{}


.blackback {
	background-color: #1F2932;
	color: #FFF;
}
.blackback_1 {
	background-color: #1F2932;
	color: #F00;
	font-size: 36px;
}

.blackback1 {
	background-color: #39374A;
	color: #CCC;
}
.backgroud_blacklight {
	background-color: #39374A;
	color: #CCC;
}


.blackback2 {
	background-color: #455A64;
	color: #FFF;
}
.blackback3 {
	background-color: #383E42;
	color: #F00;
}
.blackback4 {
	background-color: #000;
	color: #FFF;
}
.blackback5 {
	background-color: #2E3940;
	color: #FFF;
}






.grau1{background-color: #c3cfdb; }
.grau2{background-color: #2E3E4B; }
.grau3{background-color: #000; }


.div_shadow
{
box-shadow: inset -6px 0px 50px 0px #ABABAB,3px -4px 17px 9px #F5F5F5;
-webkit-box-shadow: inset -6px 0px 50px 0px #ABABAB,3px -4px 17px 9px #F5F5F5;
-moz-box-shadow: inset -6px 0px 50px 0px #ABABAB,3px -4px 17px 9px #F5F5F5;
-o-box-shadow: inset -6px 0px 50px 0px #ABABAB,3px -4px 17px 9px #F5F5F5;
}
.div_shadow2 {
	-webkit-box-shadow: 10px 10px 13px -13px rgba(245,240,245,1);
-moz-box-shadow: 10px 10px 13px -13px rgba(245,240,245,1);
box-shadow: 10px 10px 13px -13px rgba(245,240,245,1);
}



.bordrfff {
	border: 1px solid #FFF;
}

/*
.dreiD{
font-family: Verdana, sans-serif;
line-height: 1em;
color: #f5f5f5;
font-weight:bold;
font-size: 27px;
text-shadow:0px 0px 0 rgb(189,189,189),1px 1px 0 rgb(160,160,160),2px 2px 0 rgb(131,131,131), 3px 3px 0 rgb(102,102,102),4px 4px 3px rgba(0,0,0,0.25),4px 4px 1px rgba(0,0,0,0.5),0px 0px 3px rgba(0,0,0,.2);}
*/

.dreiD{
font-family: Verdana, sans-serif;
line-height: 1em;
color: #d5d9de;
font-weight:bold;
font-size: 18px
;
text-shadow:0px 0px 0 rgb(171,175,180),1px 1px 0 rgb(129,133,138),2px 2px 0 rgb(87,91,96), 3px 3px 0 rgb(45,49,54),4px 4px 3px rgba(0,0,0,1),4px 4px 1px rgba(0,0,0,0.5),0px 0px 3px rgba(0,0,0,.2);}
.dreiD_1 {
	font-family: Verdana, sans-serif;
	line-height: 1em;
	color: #d5d9de;
	font-weight: bold;
	font-size: 16px
;
	text-shadow: 0px 0px 0 rgb(171,175,180),1px 1px 0 rgb(129,133,138),2px 2px 0 rgb(87,91,96), 3px 3px 0 rgb(45,49,54),4px 4px 3px rgba(0,0,0,1),4px 4px 1px rgba(0,0,0,0.5),0px 0px 3px rgba(0,0,0,.2);
}
.dreiD_2 {
	font-family: Verdana, sans-serif;
	line-height: 1em;
	color: #d5d9de;
	font-size: 30px
;
	text-shadow: 0px 0px 0 rgb(171,175,180),1px 1px 0 rgb(129,133,138),2px 2px 0 rgb(87,91,96), 3px 3px 0 rgb(45,49,54),4px 4px 3px rgba(0,0,0,1),4px 4px 1px rgba(0,0,0,0.5),0px 0px 3px rgba(0,0,0,.2);
	font-weight: bold;
	letter-spacing: 2px;
}


	#content {
	background-color: #1F2932;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	padding-right: 40px;
	padding-bottom: 1px;
	margin-top: 22px;
}

.schrift {
	letter-spacing: 1.5px;
	font-size: 1em;
	color: #FFF;
}
.schriftadress {
	letter-spacing: 1.5px;
	margin-top: -1px;
}

.adrdata {
	outline: 0;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px #1f272b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #3d4850; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzNkNDg1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMzEzZDQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIzMmIzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #3d4850 3%, #313d45 4%, #232b30 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3d4850), color-stop(4%,#313d45), color-stop(100%,#232b30)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d4850 3%,#313d45 4%,#232b30 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d4850 3%,#313d45 4%,#232b30 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d4850 3%,#313d45 4%,#232b30 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d4850 3%,#313d45 4%,#232b30 100%); /* W3C */




filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4850', endColorstr='#232b30',GradientType=0 ); /* IE6-8 */
	height: auto;
	text-align: center;
	line-height: 20px;
	width: auto;
	padding-right: 20px;
	margin-top: 15px;
	padding-bottom: 10px;
	
	
	
	
	
	
	
	
	
}
.werwo {
	outline: 0;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px #1f272b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #3d4850; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzNkNDg1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMzEzZDQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIzMmIzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #3d4850 3%, #313d45 4%, #232b30 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3d4850), color-stop(4%,#313d45), color-stop(100%,#232b30)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d4850 3%,#313d45 4%,#232b30 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d4850 3%,#313d45 4%,#232b30 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d4850 3%,#313d45 4%,#232b30 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d4850 3%,#313d45 4%,#232b30 100%); /* W3C */











filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4850', endColorstr='#232b30',GradientType=0 ); /* IE6-8 */
	height: auto;
	line-height: 20px;
	width: auto;
	padding-right: 20px;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.schriftweiss {
	color: #FFF;
}

.adressdaten1 {
	padding-top: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #FFFFFF;
	line-height: 18px;
}
.adressdaten1a {
	padding-top: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-transform: none;
	color: #FFFFFF;
	line-height: 18px;
}

.adressdaten2 {
	padding-top: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: none;
	display: inline-block;
	color: #FFF;
}
.adressdaten3 {
	padding-top: 10px;
	padding-right: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: none;
	display: inline-block;
	color: #FFF;
	padding-bottom: 10px;
}

.adressdaten3 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: none;
	display: inline-block;
	color: #FFF;
	padding-bottom: 10px;
}


.navbar-custom {
  background-color: #526065;
  border-color: #434f53;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#697b81), to(#526065));
  background-image: -webkit-linear-gradient(top, #697b81, 0%, #526065, 100%);
  background-image: -moz-linear-gradient(top, #697b81 0%, #526065 100%);
  background-image: linear-gradient(to bottom, #697b81 0%, #526065 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff697b81', endColorstr='#ff526065', GradientType=0);
}
.navbar-custom .navbar-brand {
  color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li:last-child > a {
  border-right: 1px solid #434f53;
}
.navbar-custom .navbar-nav > li > a {
  color: #ffffff;
  border-left: 1px solid #434f53;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #ffffff f;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #ffffff f;
  background-color: #434f53;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#434f53), to(#5a696f));
  background-image: -webkit-linear-gradient(top, #434f53, 0%, #5a696f, 100%);
  background-image: -moz-linear-gradient(top, #434f53 0%, #5a696f 100%);
  background-image: linear-gradient(to bottom, #434f53 0%, #5a696f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434f53', endColorstr='#ff5a696f', GradientType=0);
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #424d51;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff f;
  border-bottom-color: #ffffff f;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #434f53;
  color: #ffffff f;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff f;
  border-bottom-color: #ffffff f;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff f;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff f;
    background-color: #434f53;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #ffffff f;
}


.lineheigtcustom {
	line-height: 20px;
	color: #FFF;
	letter-spacing: 1px;
	font-size: 14px;
}
.typetcustom {
	line-height: 18px;
	color: #FFF;
	letter-spacing: 1px;
	font-size: 12px;
}
.entwurf {
	background-color: #CCC;
	 
}
.margbott20 {
	margin-bottom: 20px;
}
.height300 {
	 
	max-height: 300px;
}
.yell {
	background-color: #FF9;
}
.panel {
	background-color: #1F2932;
	padding: 20px;
	border: 1px solid #1F2932;
}
.panel-default {
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #2C373E;
	border-top-color: #2C373E;
}

.shadow {
	-moz-box-shadow: inset 3px 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px 3px #999;
	box-shadow: 3px 3px 3px 3px #303C44;
}


.xxxxxxxxxxxxxxxxxxxxxxxxx_schriftstyle_sxxxxxx{}
.mystyle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #CCC;
	color:#9fa8b0;
}
.mystyle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	color: #9fa8b0;
	line-height: 28px;
}
.mystyle_black_20 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #CCC;
	color: #000000;
	line-height: 28px;
}



.schriftcol1 {
	color: #9fa8b0
}
.schriftcol {
	color: #828B92;
}
.designAbsatz {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	color: #828B92;
	line-height: 28px;
}
.designHeadline {
	letter-spacing: 2px;
}


.z2 {
	z-index: 2;
	clip: rect(-5px,auto,auto,auto);
	margin-top: -25px;
	margin-left: -11px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.mininav_gerichte {
	margin-top: 100px;
}
.geri {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 8px;
	color: #9fa8b0;
}

/*
li.arbr {
	height: 1px;
}
.li_style .arbr {
	height: 30px;
	-webkit-transition: height 5.5s ease-in-out 0s;
	transition: height 5.5s ease-in-out 0s;
	overflow: hidden;
}
.li_style .arbr:hover {
	height: auto;
	-webkit-transition: height 6s ease-in-out;
	-moz-transition: height 6s ease-in-out;
	-ms-transition: height 6s ease-in-out;
	-o-transition: height 6s ease-in-out;
	transition: height 6s ease-in-out;
}
#navi-vert {
	
}
*/
.butnthemen {
	outline: 0;
	display: inline-block;
	color: #9fa8b0;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	font-size: 12px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

.btnc {
	display: inline;
	font-size: 9px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #828B92;
	border-radius: 4px;
	background-color: #1F2932;
	color: #828B92;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	float: right;
	margin-top: 5px;
	white-space: nowrap;
	vertical-align: middle;
}
.themeheadline {
	line-height: 30px;
	color: #9fa8b0;
	 /*enthalten in .rg */
}

.themelabel {
	line-height: 30px;
	color: #9fa8b0;
	font-size: 16px;
}


 .themenlink  {
	color: #9fa8b0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-right: 5px;
	padding-right: 5px;
}
.themenheadlink {
	color: #9fa8b0;
	 
}

a:hover,
a:focus {
	color: #FFFFFF;
	text-decoration: none;
}.separate {
	margin-top: 50px;
	margin-bottom: 50px;
}
.divrechtsgebiete {
	color: #FFF;
	outline: 0;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px #1f272b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #3d4850; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzNkNDg1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMzEzZDQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIzMmIzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #3d4850 3%, #313d45 4%, #232b30 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3d4850), color-stop(4%,#313d45), color-stop(100%,#232b30)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d4850 3%,#313d45 4%,#232b30 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d4850 3%,#313d45 4%,#232b30 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d4850 3%,#313d45 4%,#232b30 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d4850 3%,#313d45 4%,#232b30 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4850', endColorstr='#232b30',GradientType=0 );
	text-align: right;
	line-height: 20px;
	width: auto;
	padding-right: 20px;
	margin-top: 15px;
	font-size: 36px;	
	
	
	
	
	
}
	
}
.rechtsgebiet {
	padding-top: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30;
	text-transform: none;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	text-shadow: 1px 1px #1F272B;
	margin-top: 5px;
}
.rechtsgebiet_align_left {
	padding-top: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30;
	text-transform: none;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	text-shadow: 1px 1px #1F272B;
	margin-top: 5px;
}

.rechtsgebiet h1

{
	color: #FFF;
	font-size: 25px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1.2px;
	}
.gerichtsanschrift h1 {
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1.2px;
}
	
	.butnrechtsgebiet
	
	{
	max-width: 950 px;
	outline: 0;
	display: block;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	padding-top: 1px;
	padding-bottom: 10px;
	min-width: 777 px;
	text-align: right;
	padding-right: 25px;
}
		
 	.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1 ;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.dreihundert {
	height: 300px;
	width: 300px;
}
.rahmen {
	margin-bottom: 10px;	 
}
 /*
@media screen and ( max-width: 700px ) {
  p {
     font-size: 200px;
  }
}
*/
.center {
	text-align: center;
}
.btnc
{
	outline: none;
	 
	
	}
	*{ outline:none;
	}
	
	
	#anliegen {
	background-image: url(../PICS/Kontakt/Hintergrund.jpg);
}
.gelb {
	color: #FF0;
}
#anliegen {
	background-image: url(../PICS/Kontakt/Hintergrund.jpg);
}
.autor {
	outline: 0;
	max-width: 300px;
	display: block;
	color: #9fa8b0;
	font-weight: bold;
	text-shadow: 1px 1px #1f272b;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */



		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: -10px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.dropdown-menu {
	max-height: 400px;
	overflow: hidden;
	overflow-y: auto;
}
.inl {
	display: inline;
	color: #828B92;
}
.dreidrei {
	height: 300;
	width: 300;
}
.min350 {
	background-color: #F00;
	height: 2px;
	width: 350px;
}
.underline {
	text-decoration: underline;
}
.margr20 {
	margin-right: 20px;
}
.test1 {
	height: auto;
	width: auto;
}

.only

{
	
	
	
	}
 

@media (max-width: 420px) {
	
	.only

{
	font-size: 14px;
	
	
	
	}
	
}


@media (max-width: 300px) {
	
	.only

{
	font-size: 12px;
	
	
	
	}
	
}










.rolliback {
	background-image: url(../PICS/Schwerb/slide-1.jpg);
	background-size: cover;
	color: #FFF;
	opacity: 1.0
}
.rolliback2 {
	background-image: url(../level2Bilder/RolliGti.jpg);
	background-size: cover;
	color: #FFF;
	opacity: 1.0
}
.sb_ausweis {
	background-image: url(../level2Bilder/Rolli.jpg);
	height: 150px;
	background-size: cover;
}
.arbr_baustelle_blau {
	background-image: url(../level2Bilder/BaustelleH300.jpg);
	background-size: xxcover;
	color: #FFF;
	opacity: 1.0;
	background-repeat: no-repeat;
}

.opi
{opacity: 1.0

	
	}.bilder_level2 {
	height: 350px;
	background-image: url(../level2Bilder/main_1.jpg);
	width: auto;
}
.main_1 {
	background-image: url(../level2Bilder/Main_1c.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}
.h4 {
	background-image: url(../level2Bilder/h4/Hartz-4.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}
.alg1 {
	background-image: url(../level2Bilder/alg/Arbeitslosengeld-Rechtsanwalt-Konstanz.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}
.arzthaft {
	background-image: url(../level2Bilder/Arzthaftungsrecht/Arzthaftungsrecht-Rechtsanwalt.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}



.betriebspruef {
	background-image: url(../level2Bilder/Betriebspruefung.jpg);
	background-size: cover;
	height: 150px;
	width: auto;
}
.betriebspruef {
	background-image: url(../level2Bilder/Betriebspruefung.jpg);
}
.elternunt {
	background-image: url(../level2Bilder/Elternunterhalt.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}
.BUVers {
	background-image: url(../level2Bilder/Berufsunfaehigkeitsversicherung.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}
.Krankentagegeldversicherung {
	background-image: url(../level2Bilder/Krankentagegeldversicherung/Krankentagegeld-Versicherung-Anspruch.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}
.krankenversicherung {
	background-image: url(../level2Bilder/Krankenversicherung/Krankenversicherungsrecht-Konstanz.jpg);
	height: 500px;
	background-size: cover;
}
.Verkehrsrecht {
	background-image: url(../level2Bilder/Verkehrsrecht/Verkehrsrecht_Konstanz.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}
.Mietrecht {
	background-image: url(../level2Bilder/Mietrecht/Anwalt-Mietrecht-Konstanz.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}
.GmbHGeschaeftsfuehrer {
	background-image: url(../level2Bilder/GmbHGF/Betriebspruefung.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}
.Kontaktformular {
	background-image: url(../level2Bilder/Kontaktformular/Kontaktformular.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}
.Autokauf {
	background-image: url(../level2Bilder/Autokauf/Gebrauchtwagen-Mangel.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}
.Rente {
	background-image: url(../level2Bilder/Rente/Rente.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}
.Scheinselbstaendig {
	background-image: url(../level2Bilder/Scheinselbstaendigkeit/Scheinselbstaendig-Anwalt.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}











.Sekre {
	background-image: url(../Mitarbeiter/CDonly.jpg);
	height: 150px;
	width: inherit;
	background-size: cover;
}
.rad {
	background-image: url(../level2Bilder/RD/Rechtsanwalr-Dotterweich.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}


.CDmain {
	background-image: url(../Mitarbeiter/CD/cdss.jpg);
	height: 150px;
	width: auto;
	background-size: cover;
}






.h1reduced24 {
	font-size: 24px;
}
.layouttest1 {
	background-image: url(../level2Bilder/fotolialayout_50008577.jpg);
	background-repeat: repeat;
}
.backtohome {
	font-size: 16px;
	color: #F00;
	position: fixed;
	left: 4px;
	top: 50%;
}
.papersyle {
column-count: 3;
column-width: 150px;
}
.cube {
	height: 400px;
	width: 400px;
	padding: 10px;
	font-size: 16px;
}
.type16 {
	font-size: 15px;
}
.red1 {
	font-size: 18px;
	color: #F00;
	font-weight: bold;
}

.linesmini {
	background-image: url("../../HUSSENSTRASSE_STYLE NEU/Bilder/mini2.gif");
	background-repeat: repeat;
	height: auto;
	left: 979px;
	margin-top: 10px;
	top: 287px;
	width: auto;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.up25 {
	margin-top: -25px;
}
.blackonwhite {
	color: #000;
	background-color: #FFF;
}
.backgrblack {
	background-color: #000;
}

.whiteonblack {
	color: #FFF;
	background-color: #000;
}

html, body, form
{
    height: 100%;
    margin: 0px;
    padding: 0px;
}.heigt100 {
	height: 100%;
}
.height100percent {
	height: 100%;
}
.height50percent {
	height: 50%;
}
.test {
	font-family: Chicle;
}
.lato {
font-family: 'Lato', sans-serif;}.textsize_18 {
	font-size: 18px;
	line-height: 150%;
}

.roboto {
font-family: 'Roboto', sans-serif;}



.montserrat {
font-family: 'Montserrat', sans-serif;}
.box {
	background-color: #CCC;
	height: 250px;
	width: 250px;
	margin-left: 10px;
	margin-top: 10px;
}
.cover {
	background-size: contain;
}
.header_alu {
	background-image: url(../Bilder/RECHTSANWALT-KONSTANZ-ARBEITSRECHT-SOZIALRECHT.jpg);
	background-size: cover;
	height: 800px;
}
t-shadow: {3px 4px 4px rgba(0,0,0,0.6);}
.text_white {
	color: #CCCCCC;
}
  // Mixin
.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}

// Verwendung
.container {
  .clearfix();
}
.lineheight20 {
	line-height: 20px;
}
.lineheight30 {
	line-height: 30px;
}
.shadow3 {
	
-webkit-box-shadow: 0px -1px 1px 1px rgba(107,107,107,0.66);
-moz-box-shadow: 0px -1px 1px 1px rgba(107,107,107,0.66);
box-shadow: 0px -1px 1px 1px rgba(107,107,107,0.66);
	
	
}
.whiteback {
	background-color: #FFF;
}

	



.verlauf1 {
	height: 200px;
	background-image: linear-gradient(
      #1F2932, #ffffff
    );
}
.lines {
	background-image: url(../Bilder/Line1.jpg);
	height: 50px;
}
.height2 {
	height: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.height5 {
	height: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.height4 {
	height: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.height3 {
	height: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.height1 {
	height: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.whitesmoke {
	background-color: #F5F5F5;
}
.gainsboro {
	background-color: #a9a9a9;
}
.quartercircle-border{
	background: #037CA9;
	width: 100%;
	height: 100%;
	border-radius: 0 0 600px 0;
}
.quartercircle {
	border-radius: 0px 0px 550px 0px;
	background-color: #1F2932;
	padding-top: 100px;
}
.margtop-150 {
	margin-top: -150px;
}
.margtop-250Kopie {
	margin-top: -250px;
}
.margtop-250 {
	margin-top: -250px;
}
.schild {
	margin-bottom: 200px;
}
.rahmenweiss {
	border: thin solid #FFF;
}
.rahmengrau {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: ridge;
	border-left-style: ridge;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 3px;
	margin: 3px;
}
.margpado {
	margin: 0px;
	padding: 0px;
}
.black {
	color: #000;
	background-color: #000;
}
.hr_2 {
	font-size: 2px;
	color: #000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
.headline_logo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 40px;
	color: #000;
	font-weight: 800;
	letter-spacing: 0.1em;
}
.headline_ra_fa {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: #000;
	vertical-align: middle;
	font-weight: 800;
}
.s16 {
	font-size: 16px;
	color: #000;
}
.s18 {
	font-size: 18px;
}
.s20 {
	font-size: 20px;
}
.s25 {
	font-size: 25px;
	color: #000;
}
.s30 {
	font-size: 30px;
	color: #000;
	font-weight: 200;
}
.s40 {
	font-size: 40px;
}
.s50 {
	font-size: 50px;
	color: #000;
}
.vert10X100 {
	background-color: #FFF;
	background-image: url(../Bilder/schwarz10X10.jpg);
	background-repeat: repeat;
	height: 100px;
	width: 10px;
}
.vert10Xauto {
	height: auto;
	width: 10px;
}
.margleft_10_black {
	border-left-style: solid;
	background-repeat: repeat-y;
	border-left-width: 10px;
	border-left-color: #000;
}
.margtop_10_black {
	margin-top: 10px;
	background-image: url(../Bilder/schwarz10X10.jpg);
	background-repeat: repeat-x;
}
.margright_10_black {
	background-repeat: repeat-y;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #000;
}




.margre_30 {
	margin-right: 30px;
}
.margle_30 {
	margin-left: 30px;
}
.margtop_30 {
	margin-top: 30px;
}
.margtop_50 {
	margin-top: 50px;
}









.margbott300 {
	margin-bottom: 300px;
}
.margtop_100 {
	margin-top: 100px;
}

.margbott50 {
	margin-bottom: 50px;
}
.margbott150 {
	margin-bottom: 150px;
}
.margbott100 {
	margin-bottom: 100px;
}
.marg_bott_top_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.marg_bott_top_2 {
	margin-top: 2px;
	margin-bottom: 2px;
}


.padding_top_20 {
	padding-top: 20px;
}

.spacer20 {
	height: 20px;
	width: auto;
}





.border_left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
}
.height500 {
	height: 500px;
}
.height250 {
	height: 250px;
}







.shadow1 {
	
	-webkit-box-shadow: 8px 8px 14px -1px rgba(171,171,171,1);
-moz-box-shadow: 8px 8px 14px -1px rgba(171,171,171,1);
box-shadow: 8px 8px 14px -1px rgba(171,171,171,1);
	
	
}
.margr3 {
	margin-right: 3px;
}

.shadow2 {

-webkit-box-shadow: 1px 1px 12px -2px rgba(171,171,171,1);
-moz-box-shadow: 1px 1px 12px -2px rgba(171,171,171,1);
box-shadow: 1px 1px 12px -2px rgba(171,171,171,1);
}.margall2 {
	margin: 2px;
}



.shadow3 {

-webkit-box-shadow: 5px 4px 9px 3px #A59FAD; 
box-shadow: 5px 4px 9px 3px #A59FAD;
}

a:focus {
outline: none;}
a:focus {
	outline: none;
}




a:visited {
	color: #000000;
	font-weight: 500;
	background-color: #FFF;
}
.spacer100 {
	height: 100px;
}
.gradientblacktowhite {
	background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(31,41,50,1) 98%);
	height: 10px;
}
.black2021 {
	background-color: #000;
}
.max_with_2045 {
	max-width: 2045px;
}
.backgroud_white {
	background-color: #FFF;
	color: #000;
}
.height_100px {
	height: 100px;
}
.height_80px {
	height: 80px;
}

.height_1000px {
	height: 1000px;
}
.height20px {
	height: 20px;
}
.height_20px {
	height: 20px;
}



.marg_top_bott_50px {
	margin-top: 50px;
	margin-bottom: 50px;
}
.marg_top_bott_20px {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margtop_500 {
	margin-top: 500px;
}
.border_left_1_px {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
.border_right_1_px {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

.border_top_1_px {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

.padding_left_20_px {
	padding-left: 20px;
}
.montserrat {
	font-family: 'Montserrat', sans-serif;
	;
	font-weight: 400;
}
.montserrat2 {
	font-family: 'Montserrat', sans-serif;
	;
	font-weight: 900;
	
}




.roboto {
 font-family: 'Roboto', sans-serif;

}


.capitals {
	text-transform: uppercase;
	font-weight: lighter;
}
.textsize_20_px_black {
	font-size: 20px;
	color: #000;
}
.padding_right_20_px {
	padding-right: 20px;
}

.blackline {
	background-color: #000;
	height: 2px;
	margin-top: 2px;
}
.height_2 {
	height: 2px;
	margin-top: 2px;
}
.schrift_schwarz {
	color: #000;
	text-transform: none;
	font-weight: 500;
}
.colour_light_turky {
	color: #5B8795;
}
.corona {
	color: #F00;
}

.colour_light_turky1 {
	color: #93A8B0;
};
.laufweite_plus {
	letter-spacing: 3px;
}
.margtop_minus50px {
	margin-top: -50px;
	margin-left: 50px;
	margin-bottom: -50px;
}
.border_black_LOGO {
	border: 1px double #000;
	padding: 1px;
	margin-right: 1px;
	margin-left: 1px;
}
.marg_left_top_10 {
	margin-top: 10px;
	margin-left: 10px;
}







h5 {
	color: #CCCCCC;
	background-color: #3F5670;
.border_right_1_px {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.corona {
	color: #C00;
}

a {
	color: #333;
}

a:hover {
	color: #000;
}
.red_dark {
	color: #B00;
	font-family: Tahoma, Geneva, sans-serif;
}
.bold {
	color: #F69;
}
.margtop_175 {
	margin-top: 175px;
}
.margtop_120 {
	margin-top: 120px;
}
.margtop_minus_200 {
	margin-top: -200px;
}
.lineheight50 {
	line-height: 100px;
}
.height_150 {
	height: 150px;
}
.height_200 {
	height: 200px;
	width: auto;
}
.margin_left_20 {
	margin-left: 20px;
}
.padding_left_20 {
	padding-left: 20px;
}
.padding_left_right_20 {
	padding-right: 20px;
	padding-left: 20px;
}

.hr_black_1px {
	color: #000;
	border-top-style: solid;
	border-top-color: #000;
	line-height: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.actiontuerky {
	background-color: #739CB2;
}.back_green {
	font-size: 24px;
	color: #000;
	background-color: #0F0;
}
.justitia {
	background-image: url(../Bilder/jusAdobeStock_141436988_Preview.jpg);
	background-repeat: no-repeat;
}
.margtop_3000 {
	margin-top: 3000px;
}
.margbott_3000 {
	margin-bottom: 3000px;
}
.first_letter {
	text-transform: capitalize;
}
.textshadow_headline {text-shadow: 3px 4px 5px rgba(4, 0, 0, 0.74);
}
.marglr_2 {
	margin-right: 2px;
	margin-left: 2px;
}
.paddlr_2 {
	padding-right: 2px;
	padding-left: 2px;
}
