<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playfair-display-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playfair-display-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}

/* playfair-display-italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/playfair-display-v30-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/playfair-display-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playfair-display-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playfair-display-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playfair-display-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playfair-display-v30-latin-italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	text-align: justify;
	font-weight: lighter;
	color: #666666;
}
a {
	color: #6A18A4;
	text-decoration: none;
}
a:hover {
	color: #AA44E9;
}
h1 {
	text-height: auto;
	color: #a744e9;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}
h2 {
	text-height: auto;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
h2 a{
	color: #666666;
}
h2 a:hover {
	color: #6A18A4;
}
h1 a{
	color: #AA44E9
}
h1 a:hover {
	color: #6A18A4;
}
p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
#logo {
	z-index: 999;
	margin-bottom: 5px;
}
#logo img {
	width: 280px;
	height: 70px;
}
.telefon {
	display: none;
}
#topper {
	width: 900px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.language {
	top: -0px;
	width: 135px;
	float: right;
	margin-top: -5px;
}
.language li a{
	color: #666666;
}
.language li a:hover{
	color: #a744e9;
}
.language li{
	position: relative;
	list-style: none;
	float: left;
	display: block;
	line-height: 16px;
	border-right: 1px solid #a744e9;
	font-family: 'Muli', sans-serif;
	font-weight: 100;
	font-size: 14px;
	color: #666666;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.language li:first-child  { border-left: none; }
.language li:last-child { border-right: none; }
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	z-index: 999;
}
 
.menu {
	height: 20px;
	width: 900px;
	z-index: 999;
}
 
.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 30px;
}
.menu li a {
	display: block;
	line-height: 20px;
	border-left: 1px solid #a744e9;
	font-family: 'Muli', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #666666;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-style: normal;
	font-variant: normal;
	text-indent: 0px;
	text-decoration: none;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover &gt; a {
	color: #a744e9;
}
.menu ul {
	position: absolute;
	top: 31px;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	background-color:  rgba(167,68,233, 0.7);  
}
 
.menu li:hover &gt; ul { opacity: 1; }
 
.menu ul li {
	overflow: hidden;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
.menu ul li a:hover {
	color: #4f1f6e;
}
.menu li:hover &gt; ul li {
    height: 65px;
    overflow: visible;
    padding: 0;
}
.menu ul li a {
	color: #FFF;
	width: 100px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border: none;
	padding-top: 15px;
	margin-left: 0;
	margin-right: 0;
	background-image: url('../img/subline.png');
	text-align: center;
	padding-bottom: 20px;
	top: 10px;
	position: relative;
	display: none;
}
.menu ul li:last-child a { border: none; }
#menuactive {
	color:#a744e9;
}
#menuactive:hover{
	color:#6a18a4;
}
#menu-li-active, #transport2{
	color: #4f1f6e;
}
#menu-li-active:hover, #transport2:hover {
	color: #fff;
}
#transport, #transport2 {
	background-image:none
}
#slider {
	background-image: url('../img/sliderbg.png');
	height: 304px;
	position: relative;
	top: 10px;
}
#slides {
	cursor: move;
	position: relative;
	top: 0px;
	width: 900px;
	height: 304px;
	overflow: hidden;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#slidershadowtop {
	background-image: url('../img/schadow-slider-top.png');
	height: 15px;
	position: relative;
	z-index: 991;
}
#sliderlinebottom {
	background-image: url('../img/sliderlinebottom.png');
	height: 9px;
	position: relative;
	z-index: 991;
	bottom: -282px;
}
#sliderimg {
	height: 304px;
	width: 900px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-left: auto;
	margin-right: auto;
}
#slider1_container {
	overflow: hidden;
	height: 304px;
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 990;
	top: -24px;
}
#img {
	height: 405px;
	width: 1200px;
	opacity: 1;
	z-index: -2;
}
.jssora05l,.jssora05r,.jssora05ldn,.jssora05rdn {
	cursor: pointer;
	overflow: hidden;
	display: none;
	background-image: url('../img/a17.png');
	background-repeat: no-repeat;
}
.jssora05l { background-position: -10px -35px; }
.jssora05r { background-position: -70px -35px; }
.jssora05l:hover { background-position: -129px -35px; }
.jssora05r:hover { background-position: -189px -35px; }
.jssora05ldn { background-position: -250px -35px; }
.jssora05rdn { background-position: -310px -35px;
}
.jssort07 {
	display: none;
}
.jssort07 .i {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 99px;
	height: 66px;
	filter: alpha(opacity=80);
	opacity: .8;
}
.jssort07 .p:hover .i, .jssort07 .pav .i {
	filter: alpha(opacity=100);
	opacity: 1;
}
.jssort07 .o {
 	position: absolute;
	top: 0px;
	left: 0px;
 	width: 97px;
	height: 64px;
	border: 1px solid #a744e9;
	transition: border-color .6s;
	-moz-transition: border-color .6s;
	-webkit-transition: border-color .6s;
	-o-transition: border-color .6s;
}
* html .jssort07 .o {
	width /**/: 99px;
	height /**/: 66px;
}
.jssort07 .pav .o, .jssort07 .p:hover .o {
	border-color: #c3f35f;
}
.jssort07 .pav:hover .o {
	border-color: #0099FF;
}
	.jssort07 .p:hover .o {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.jssora11l, .jssora11r, .jssora11ldn, .jssora11rdn {
                        position: absolute;
                        cursor: pointer;
                        display: block;
                        background: url(img/a11.png) no-repeat;
                        overflow: hidden;
                    }

                    .jssora11l {
                        background-position: -11px -41px;
                    }

                    .jssora11r {
                        background-position: -71px -41px;
                    }

                    .jssora11l:hover {
                        background-position: -131px -41px;
                    }

                    .jssora11r:hover {
                        background-position: -191px -41px;
                    }

                    .jssora11ldn {
                        background-position: -251px -41px;
                    }

                    .jssora11rdn {
                        background-position: -311px -41px;
                    }
#wrapperbg {
	height: 520px;
	background-image: url('../img/wrapperbg.png');
}
#wrapper {
	background-color: #FFF;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0 5px 10px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 10px 3px rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px 3px rgba(0,0,0,0.1);
	min-height: 500px;
}
#social,#social-kanzlei {
	float: right;
	z-index: 999;
	top: 15px;
	right: 15px;
	position: relative;
}
#social img, #social-kanzlei img{
	height: 20px;
	width: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
#q-siegel,#q-siegel-kanzlei {
	background-image: url('../img/q-siegel.png');
	z-index: 99;
	width: 140px;
	height: 200px;
	position: relative;
	float: right;
	clear: right;
	top: 70px;
	right: 35px;
	display: none;
}
#wrapperin, #wrapperin-kanzlei, #wrapperin-rechtsanwaltin {
	margin-left: 100px;
	margin-right: 100px;
	padding-top: 44px;
	padding-bottom: 40px;
	position: relative;
}
#wrapperin-kanzlei {
	width: 580px;
}
#wrapperin-rechtsanwaltin {
	width: 300px;
	top: 30px;
}
#wrapperin ul{
	list-style-type: disc;
}
#rechtsanwaeltin {
	position: relative;
	margin-left: 10px;
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: left;
	width: 550px;
}
#rechtsanwaeltin ul {
}
#anwaeltin-bild {
	margin-right: 41px;
}
#taetigkeit {
	clear: left;
	top: 43px;
	position: relative;
}
#taetigkeit ul{
	padding-left: 19px;
}
#circle {
	width: 34px;
	height: 34px;
	background: #c3f35f;
	border-radius: 17px;
	float: left;
}
#date {
	font-style: italic;
	margin-top: 30px;
}
#titel-actually {
	font-weight: bold;
	margin-top: -12px;
	margin-bottom: 22px;
}
.list p {
	margin-left: 50px;
	margin-top: 11px;
}
.list li {
	margin-left: 20px;
}
#urteil-border {
	border-bottom: 1px dashed #a744e9;
	left: 50px;
	position: relative;
	width: 650px;
}
#weiter7,#weiter6,#weiter5,#weiter3,#weiter2,#weiter{
	color: #6A18A4;
	font-size: 11px;
	cursor: pointer;
	position: relative;
	left: 403px;
	top: -34px;
	margin-bottom: -5px;
}
#weiter7:hover,#weiter6:hover,#weiter5:hover,#weiter3:hover,#weiter2:hover,#weiter:hover{
	color: #AA44E9;
	width: 85px;
}
#weiter6{
	left: 135px;
}
#weiter5{
	top: -14px;
	left: 50px;
}
#weiter3{
	left: 92px;
}
#weiter2{
	left: 616px;
}
#weiter{
	left: 395px;
}
#weniger7,#weniger6,#weniger5,#weniger3,#weniger2,#weniger{
	color: #6A18A4;
	font-size: 11px;
	cursor: pointer;
	position: relative;
	margin-left: 9px;
}
#weniger7:hover,#weniger6:hover,#weniger5:hover,#weniger3:hover,#weniger2:hover,#weniger:hover{
	color: #AA44E9;
}
.list img{
	float: left;
}
.list a {
	color: #6A18A4;
	font-size: 11px;
}
.list a:hover {
	color: #AA44E9;
}
#rechtsgebiete-title {
	margin-top: 30px;
	padding-top: 7px;
	margin-left: 10px;
	padding-left: 35px;
}
#rechtsgebiete-title a{
	width: auto;
	color: #AA44E9;
	font-size: 16px;
}
#rechtsgebiete-title a:hover{
	color: #6A18A4;
}
#pdficon {
	margin-top: -2px;
	margin-left: 16px;
}
#pdf, #pdf2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
#downloadlink,#downloadlink2 {
	margin-left: 102px;
	text-align: left;
}
#downloadlink2 {
	padding-top: 8px;
}
#pdf-info {
	margin-left: 102px;
	font-style: italic;
}
#pdf-info a{
	font-size: 14px;
}
#pdf-border {
	border-bottom: 1px dashed #a744e9;
	padding-bottom: 40px;
	margin-left: 55px;
	margin-bottom: 45px;
}
#parking-icon {
	width: 80px;
	height: 80px;
	float: left;
}
#parking-text {
	position: relative;
	left: 25px;
	top: 7px;
}
#parking-table td:first-child {
	font-weight: bold;
}
#parking-table {
	display: none
}
#anfahrt {
	position: relative;
	padding-bottom: 0px;
	left: 21px;
	bottom: 12px;
	width: 650px;
	height: 400px;
}
#adress {
	float: left;
}
#vcard {
	padding-top: 0px;
	margin-top: -17px;
	margin-bottom: 26px;
	margin-left: -3px;
}   
.nameIcon:before, .mailIcon:before, .msgIcon:before{
	content: '\1f464';
	position: absolute;
	margin-top: 9px;
	margin-left: 15px;
	width: 50px;
	opacity: 0.5;
}
.mailIcon:before{content:'\2709';}
.msgIcon:before{content:'\270e';}
#kontakt {
	float: left;
}
#name, #email, #content {
	left: 53px;
	padding-left: 13px;
	font-size: 14px;
}
form {
	padding: 3px 0 0;
	margin: 10px auto;
	width: 430px;
}
fieldset {
	border: none;
	margin: 0;
	font-weight: bold;
	font-size: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
form li {
	float: left;
  padding: 10px;
}
li.last {
  float: none;
  clear: both;
text-align: right;
}
fieldset legend {
	margin: 15px 0 0 6px;
}
label {
	display: block;
	cursor: pointer;
	font-weight: bold;
	line-height: 24px;
}
input, textarea {
	background-color: #fff;
	color: #4d4d4d;
	border: 2px solid #CCCCCC;
	padding: 8px 12px;
	width: 240px;
	border-radius: 5px;
	height: 18px;
}
textarea {
	width: 380px;
	overflow: auto;
	height: 144px;
}
#submit {
	background-color: #AA44E9;
	border-style: none;
	width: 100px;
	height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
	float: left;
}
#submit:hover {
	background-color: #6A18A4;
}
#submit:active {
	background-color: #6A18A4;
	opacity: 0.6;
}
#fehlermeldung {
	color: #FF0000;
}
#footer-container {
	padding-top: 30px;
	padding-bottom: 50px;
}
#footer {
	background-color: #FFF;
	width: 900px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0 5px 10px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 10px 3px rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px 3px rgba(0,0,0,0.1);
	z-index: 1;
	position: relative;
}
.zitat {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 650px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contact {
	padding-top: 25px;
	padding-left: 60px;
	position: relative;
	width: 300px;
	float: left;
	text-align: left;
}
#map {
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 310px;
	left: 20px;
	top: 20px;
	float: left;
}
.map_canvas {
	width: 100%;
	height: 310px;
	z-index: 0;
}
#map i {
    position: absolute;
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.map-top {
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
}
.map-right {
	right: -5px;
	top: 0;
	bottom: 0;
	width: 5px;
}
.map-bottom {
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
}
.map-left {
    left: -5px;
    top: 0;
    bottom: 0;
    width: 5px;
}
#mapinner {
	width: inherit;
	height: inherit;
	margin-left: -140px;
}
#content-googleinfo {
	width: 280px;
	text-align: left;
}
#impressum-container {
	width: 900px;
	height: 21px;
	margin-left: auto;
	margin-right: auto;
}
#impressum-container a:nth-child(2n) {
	margin-right: 10px;
}
#impressum{
	display: block;
	line-height: 20px;
	font-family: 'Muli', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #666666;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-style: normal;
	font-variant: normal;
	text-indent: 0px;
	text-decoration: none;
	float: right;
	margin-top: 5px;
}
#impressum:hover {
	color: #AA44E9;
}
#scheidungsrechner-header {
	margin-top: 60px;
	margin-bottom: 40px;
}
#fa_scheidungskosten_rechner_val_berechnen {
	background-color: #AA44E9;
	border-style: none;
	width: 120px;
	height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
	margin-left: -62px;
}
#fa_scheidungskosten_rechner_linkdiv {
	display: none;
}
</pre></body></html>