/* ----------------------------------------------
=r Reset
---------------------------------------------- */
/* set font-size to 10px */
/* now 10px = 1em in ALL BROWSERS */
body {
  font-size: 62.5%;
  font-family: Arial, sans-serif;
  height: 100%;
}

/* ----------------------------------------------
=g Global
---------------------------------------------- */
html {
  height: 100%;
}

body * {
  color: #666;
}

.ie7 body {
  overflow: visible;
}

::-webkit-validation-bubble-message { 
  display: none; 
}

.hide {
   display: none;
}

.print-only {
  display: none;
}

h1 {
  margin: 0; /* override YAML rules */
}

hr {
  display: none;
}

a, a:focus, a:active, a:visited {
  color: #003c76;
}

a:hover {
  background-color: transparent; /* override YAML rules */
  color: #003c76;
  text-decoration: underline;
}

a:focus {
  background-color: transparent; /* override YAML rules */ 
}

/* override YAML rules */
ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}

li {
  line-height: normal; /* override YAML rules */
  line-height:1.3em;
}

.selected, .active {
  color: #003c76;
}

.ym-wrapper {
  width: 947px;
  max-width: none;
}

.ym-wbox {
  padding: 0; /* override YAML rules */
  position: relative;
}

.ym-gbox {
  padding: 0; /* override YAML rules */
}

.separator {
  clear: both;
  height: 4.4em;
}

table td.align-right {
   text-align: right;
}

.help-wrapper { margin-top: -2em; }
.help-wrapper + .help-wrapper {
  margin-top: 3.4em;
}

.error_msg {
  font-size: 1.2em;
  color: #fff;
  margin: 0 0 10px 2px;
}

input:focus {
  outline: none;
}

.content .error {
  background: none;
  color: #f42837;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: .3em;
  margin-bottom: .3em;
}

.content .success {
  background: none;
  color: green;
}

.tx-wx-soap-auth .error {
  margin-bottom: 1em;
}

.tx-wx-soap-auth .error ul {
  list-style: none;
}

.tx-wx-soap-auth .error ul li {
  background: none;
  color: #f42837;
  font-weight: bold;
  margin: 0;
  font-size: 13px;
}

.tx-anwaltsblatt form fieldset input.small.rounded,
.tx-anwaltsblatt form fieldset select.small.rounded {
	display: inline-block;
}

.ac_results strong {
  color: #f42837;
}

.ui-autocomplete-loading {
  background: url('../Images/indicator.gif') no-repeat 92% center;
}

.ui-menu {
  max-height: 400px;
  overflow: auto;
}

/* ----------------------------------------------
=h Header
---------------------------------------------- */
#header a {
  color: #666;
}

#header a.logout {
  color: #e2001a;
  font-size: 1.9em;
  position: absolute;
  bottom: 17px;
  right: 45px;
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}

.en #header a.logout {
  display: none;
}

#header a.logout:hover {
  text-decoration: none;
  color: #cc0018;
}

#header a.logout:before {
  content: ">";
  padding-right: 5px;
}

/* This change color of header border to red if is user logged in */
.logged-in #header .ym-wbox {
  border-bottom: none;
  background: url('../Images/header_border_red_2.png') no-repeat left bottom;
  height: 7.75em;
  z-index: 3;
}

.logged-in #nav .last-child.active a[title="Mitglieder"]:link,
.logged-in #nav .last-child.active a[title="Mitglieder"]:visited {
  color: #f42837;
}

.logged-in #nav li.last-child.active .parent a {
background: url('../Images/arrows/red_down.png') no-repeat left center;
}

.language-selection {
  float: right;
  font-size: 1.3em;
  margin-left: 2em;
  margin-right: .2em;
}

.language-selection a:hover,
.language-selection a:active {
  text-decoration: none;
  color: #003366;
}

.useful-links {
  float: right;
  font-size: 1.3em;
}

.useful-links ul {
  list-style-type: none;
}

.useful-links li {
  float: left;
  margin: 0;
}

.useful-links li a {
  background: url('../Images/metanav-separator.gif') no-repeat center left;
  padding-left: 10px;
  margin-left: 10px;
}

.useful-links li:first-child a,
/* .ym-gbox .content .csc-textpic-image a { */
.ym-gbox .content .ce-gallery a {
  background: none;
  padding-left: 0;
  margin-left: 0;
}

#useful ul li a.current {
  color: #003366;
}

#useful ul li a:hover,
#useful ul li a:active {
  text-decoration: none;
  color: #003366;
}

/* ---------------------------------------------- 
  Search
---------------------------------------------- */

.search h2 {
  font-size: 2.1em;
  margin: 0;
  line-height: normal;
  display: inline;
  position: relative;
  right: -.2em;
  top: .1em;
}

.mac .chrome .search h2 {
  width: 29.5em;
}

.gecko .search h2 {
  top: 0;
}

.search .tx-solr {
  float: right;
}

.search .ym-searchform {
  line-height: normal;
  padding: 0;
}

.search .ym-searchform .ym-searchfield {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url('../Images/search_input_bg.png') no-repeat 0 0;
  width: 13.1em;
  height: 2em;
  display: inline;
  line-height: normal;
  padding: 0 .8em 0 .5em;
  text-shadow: none;
  position: relative;
  top: -.5em;
  left: 13px;
  font-size: 1.3em;
}

.ie7 .search .ym-searchform .ym-searchfield {
  top: -1.9em;
}

.ie8 .search .ym-searchform .ym-searchfield {
  top: -.8em;
}

.android .search .ym-searchform .ym-searchfield {
  top: -.55em;
}

.gecko .search .ym-searchform .ym-searchfield {
  width: 13em;
}

.search .ym-searchform .ym-searchbutton {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  display: inline;
  line-height: normal;
  text-shadow: none;
  position: relative;
  top: 0px;
  left: 10px;
}

.gecko .search .ym-searchbutton {
  /* top: 2px; */
  top: 0;
}

.ff2 .search .ym-searchbutton {
  top: 1px;
}

.ie8 .search .ym-searchform .ym-searchbutton,
.ie9 .search .ym-searchform .ym-searchbutton,
.ie1 .search .ym-searchform .ym-searchbutton {
  top: .2em;
}

.ie7 .search .ym-searchform .ym-searchbutton {
  top: -2.2em;
}

/*----------------------------------*\
|*----------------- Flash messages -*|
\*----------------------------------*/

#typo3-messages {
  margin-bottom: 10px;
  font-family: arial, sans-serif; }

.typo3-message {
  margin-bottom: 4px;
  padding: 12px;
  padding-left: 36px; }

.typo3-message ul, .typo3-message ol {
  padding-left: 16px; }

.typo3-message .message-header {
  display: block; }

.typo3-message {
  border: 1px solid;
  background-position: 10px 12px;
  background-repeat: no-repeat; }

.typo3-message a {
  text-decoration: underline; }

.typo3-message li {
  margin-bottom: 10px;
  list-style: disc; }

.typo3-message .message-header {
  font-size: 11px;
  font-weight: bold; }

.message-notice {
  color: #777;
  background-color: #f6f7fa;
  background-image: url("/typo3/sysext/t3skin/icons/gfx/notice.png");
  border-color: #c2cbcf; }

.message-notice a {
  color: #777; }

.message-information {
  color: #4c73a1;
  background-color: #eaf7ff;
  background-image: url("/typo3/sysext/t3skin/icons/gfx/information.png");
  border-color: #c5dbe6; }

.message-information a {
  color: #4c73a1; }

.message-ok {
  color: #3b7826;
  background-color: #cdeaca;
  background-image: url("/typo3/sysext/t3skin/icons/gfx/ok.png");
  border-color: #58b548; }

.message-ok a {
  color: #3b7826; }

.message-warning {
  color: #9e7d4a;
  background-color: #fbf6de;
  background-image: url("/typo3/sysext/t3skin/icons/gfx/warning.png");
  border-color: #b1905c; }

.message-warning a {
  color: #9e7d4a; }

.message-error {
  color: #aa0225;
  background-color: #f6d3cf;
  background-image: url("/typo3/sysext/t3skin/icons/gfx/error.png");
  border-color: #d66c68; }

.message-error a {
  color: #aa0225; }

/* ----------------------------------------------
=c Content
---------------------------------------------- */
#main {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: -101px 0 -75px 0;
}

.ym-wrapper.content {
  position: relative;
  left: -1px;
  width: 100%;
  max-width: none;
}

.ym-wrapper.content .ym-wbox {
	width: 948px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 2em;
}
.breadcrumbs {
  margin-bottom: 2.15em;
  font-size: 1.2em;
}

.breadcrumbs ul {
  list-style-type: none;
}

.breadcrumbs li {
  display: inline;
  margin-left: 0;
}

.breadcrumbs li,
.breadcrumbs a {
  color: #999;
}

.ym-gbox .content {
  max-width: 43em;
}

.ym-gbox .content h1,
.ym-gbox .content h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
.ym-gbox .content h1 + h2 {
  font-size: 13px;
  margin: 0.75em 0 0.75em 0;
  line-height: 1.3em;
}
.ym-gbox .content .subheading {
  margin:  22px 0 8px;
}

.ym-gbox .content .detailSearch {
  margin: 15px 0 10px;
}

.ym-gbox .content h3 {
  font-weight: normal;
}

.ym-gbox .content h3,
.ym-gbox .content h4,
.ym-gbox .content h5,
.ym-gbox .content h6 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 1.55em 0 0 0;
}

.ym-gbox .content p {
  font-size: 13px;
  margin: 0.75em 0 0.75em 0;
  line-height: 1.3em;
}
.ym-gbox .content .count p { margin: 0 15px 0 0; }

.ym-gbox .content .ce-bodytext a {
  padding: 0;
  background: none;
}
.total small { line-height: 14px; color: #000; display: block; padding-top: 3px; }
.ym-gbox .content p.imageLeft img {
  float: left;
  margin-right: 1.35em;
}

.ym-gbox .content .cdr-info {
  margin: 20px 0 0 0;
}

.ym-gbox .content .cdr-info img {
  margin-right: 13px;
}

.ym-gbox .content .cdr-info p {
  margin: 0;
}

.ym-gbox .content p span.important {
  text-decoration:underline;
}
.order-info { display: flex; }
.ym-gbox .content a {
  font-weight: 700;
  color: #003c76;
  position: relative;
  background-image: url('../Images/arrows/blue_right.png');
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 15px;
  display: inline-block;
}
.ym-gbox .content blockquote a {
  font-weight: 400;
}
.ym-gbox .content .news-img-wrap-off a {
	padding: 0;
	background: none;
}
.ym-gbox .button_set a,
.ym-gbox .button_set input[type="submit"].arrowRight {
  background-image: url('../Images/arrows/blue_right.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left:15px;
}

.ym-gbox .button_set a.button1.blue.arrowRight {
  background-image: url('../Images/arrows/white_right.png');
  color: #fff;
}
.ym-gbox .button_set a.button1.blue.arrowLeft {
  background-image: url('../Images/arrows/white_left.png');
  color: #fff;
}

.ym-grid .ym-gbox a.blue.button1:hover {
  background-color: #0e4780;
}

.ym-gbox .content .bodytext a {
 /* -ms-word-wrap: break-word;
   word-wrap: break-word;
     word-break: break-all;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;*/
      white-space: normal;
}

.ym-gbox .content .bodytext a:before {
  margin-left: 2px;
}

.search_body {
  display: none;
}

.keq_question {
  font-size: 1.3em;
}

.keq_question label {
  font-size: 13px;
}

.keq_selection {
  margin: 1.5em 0;
}

.keq_selection .section.radio label p {
  display: inline;
  font-size: inherit;
}

.keq_selection fieldset input.checkbox {
  position: relative;
  top: 2px;
}

.opera .keq_selection fieldset input.checkbox,
.mac .keq_selection fieldset input.checkbox {
  top: 0;
}

.keq_selection .section.radio table tr td input[type="radio"] {
  margin-right: 7px;
}

.keq-moveable {
  cursor: move;
  font-size: 1.5em;
  background: #f4f4f4;
  margin-bottom: 4px;
  padding: .5em;
  border-radius: 4px;
}

.keq-moveable:hover {
  background: #ededed;
}

.ym-gbox .content .tx-ke-questionnaire .keqMandatory {
  display: none;
}

.ym-gbox .content .tx-ke-questionnaire label input[type="radio"],
.ym-gbox .content .tx-ke-questionnaire label input[type="checkbox"] {
  display: inline-block;
}

.ym-gbox .content .tx-ke-questionnaire .question p {
  margin: 0;
}

.ym-gbox .content .tx-ke-questionnaire .question .helpbox span {
  font-size: 1.3em;
}

.ym-gbox .content .tx-ke-questionnaire .question .helpbox p {
  margin: 0;
  color: #999;
  display: inline;
}

.ym-gbox .content .tx-ke-questionnaire .keq_selection table p {
  margin: 0;
}

.content .gsc-input-box {
  background: none;
  border: none; 
  height: auto;
}

.content .gsc-input-box .gsib_b {
  display: none!important;
}

.content .gsc-input-box input.gsc-input {
  background-position: 10% 50%!important;
  border-left: solid 1px #c5c5c5!important;
  border-top: solid 1px #c5c5c5!important;
  border-right: solid 1px #dedede!important;
  border-bottom: solid 1px #dedede!important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 1.45em!important;
  line-height: 1.45em!important;
  width: 14.35em!important;
}

.content .gsib_a {
  padding: 0;
}

.content .gsc-control-cse {
  padding: 0;
  background: none;
}

.content .gsc-control-cse .gsc-search-box table tbody tr:hover {
  background: none!important;
}

.content .gsc-control-cse .gsc-search-box table.gstl_50 tr:hover {
  background: none!important;
}

.content .gsc-control-cse table tr:hover th,
.content .gsc-control-cse table tr:hover td {
  background: none!important;
}

.content form.gsc-search-box {
  margin: 0;
}

.content .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
  vertical-align: top;
}

.content .gsc-control-cse input.gsc-search-button {
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dedede;
}

.content .gsc-search-box .gsc-input>input:focus, .gsc-input-box-focus {
  border: none;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  outline: none;
}

.content table.gsc-search-box {
  width: 260px;
}

.content .cse .gsc-search-button input.gsc-search-button-v2, 
.content input.gsc-search-button-v2 {
  padding: 5px;
}

.content .gsc-search-box .gsc-input>input:hover, 
.gsc-input-box-hover {
  box-shadow: none!important;
}

.no-ie,
.gecko .no-gecko {
  display: block;
}

.visible.ie1,
.visible.ie9,
.visible.ie8,
.visible.ie7,
.ie .no-ie {
  display: none;
}

.ie1 .visible.ie1,
.ie9 .visible.ie9,
.ie8 .visible.ie8,
.ie7 .visible.ie7
.gecko .visible.gecko {
  display: block;
}

.content-default .ce-textpic {
  overflow: visible;
}


/* ----------------------------------------------
=n Navigation
---------------------------------------------- */


.tx-wx-promoitems {

}

.tx-wx-promoitems .promoitem {
  margin-bottom: 14px;
}

.tx-wx-promoitems .promoitem .overview {
  border-bottom: solid 1px #d6d6d5;
  height: 55px;
}

.tx-wx-promoitems .promoitem .description,
.tx-wx-promoitems .promoitem .price,
.tx-wx-promoitems .promoitem .image,
.tx-wx-promoitems .promoitem .count {
  box-sizing: border-box;
  padding: 18px;
}

.tx-wx-promoitems .promoitem .image a {
  padding: 0;
  background: none;
}

.tx-wx-promoitems .promoitem .image img {
  max-width: 100%;
  height: auto;
}

.tx-wx-promoitems .promoitem .description p {
  
}


.tx-wx-promoitems .promoitem .description .title {
  font-size: 16px;
  margin-top: 0px;
}

.tx-wx-promoitems .promoitem .price {
  border-right: solid 1px #d6d6d5;
}

.tx-wx-promoitems .promoitem .price p {
  line-height: 20px;
  height: 20px;
  margin: 0;
  font-size: 14px;
}

.tx-wx-promoitems .promoitem .count {
  
}

.tx-wx-promoitems .promoitem .count label {
  font-size: 14px!important;
}

.tx-wx-promoitems .promoitem .count label input {
  font-size: 13px!important;
}

.tx-wx-promoitems .promoitem .price,
.tx-wx-promoitems .promoitem .count {
  text-align: right;
}

.tx-wx-promoitems .summaryTable {
  width: 100%;
  color: #666;
}


.tx-wx-promoitems .summaryTable thead {

}

.tx-wx-promoitems .summaryTable thead th {
  border-top: solid 1px #dededd;
  border-bottom: solid 1px #dededd;
  font-size: 14px;
  font-weight: normal;
}

.tx-wx-promoitems .summaryTable thead td {
  font-size: 14px;
}

.tx-wx-promoitems .summaryTable thead th,
.tx-wx-promoitems .summaryTable tbody td {
  line-height: 25px;
}

.tx-wx-promoitems .summaryTable thead th.price,
.tx-wx-promoitems .summaryTable tbody td.price, td.singlePrice, th.singleItemPrice {
  text-align: right;
}

.tx-wx-promoitems .summaryTable thead th.itemsCount,
.tx-wx-promoitems .summaryTable tbody td.itemsCount {
  text-align: center;
}

.tx-wx-promoitems .summaryTable tbody tr.total td {
  border-top: solid 1px #dededd;
}



/* ----------------------------------------------
=s Servis redirect plugin
---------------------------------------------- */
.compas-form strong {
  color: #003c76;
}
.compas-form div.ym-gr img {
  float: right;
}
.compas-form input.w100 {
    width: 100%;
    margin: 0.5em 0px;
}
.compas-form input[type="submit"] {
   background: #ddd url('../Images/arrows/blue_right.png') 95% center no-repeat;
   padding-right: 1.7em;
}


/* ----------------------------------------------
=n Navigation
---------------------------------------------- */


#nav {
  position: absolute;
  top: 101px;
  height: 8.2em;
  width: 100%;
  z-index: 0;
}

.ym-wrapper.nav {
  background: url('../Images/main_nav_bg.png') no-repeat -1px 0;
  width: 979px;
  height: 8.2em;
}

#nav .ym-hlist {
  background: none;
  line-height: normal;
  padding-top: 2.3em;
  width: 947px;
  margin-left: 1.6em;
  overflow:visible; /* for sub menus to span across slider image */
  z-index: 9999;
}

#nav ul {
  list-style-type: none;
  float: none;
  padding: 0;
}

#nav li {
  font-size: inherit;
  line-height: normal;
  margin: 0;
  padding: 0 .6em 0 .67em;
  font-size: 2.1em;
  position: relative;
  height: 1.5em;
}

#nav .top-level > li {
  background: url('../Images/main_nav_after.png') no-repeat left top;
}

/* IE supports ONLY fist-child,
    so we set different margin-left only for first-child
*/
#nav li:first-child {
  margin-left: 5px;
  background: none;
}

#nav li a,
#nav li strong {
  color: #666;
  line-height: normal;
  padding: 0;
  text-shadow: none;
}

#nav li a:hover,
#nav li a:focus,
#nav li a:active {
  background: none;
}

#nav li .parent a {
  background: url('../Images/arrows/grey_right.png') no-repeat left center;
  padding-left: 17px;
}

#nav li.active .parent a {
  background: url('../Images/arrows/grey_down.png') no-repeat left center;
}

#nav li.active .parent a,
#nav li.active .parent a *{
  color: #003c76;
}

/* submenu */
#nav .child {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  width: 917px; /* 94.8em w/o padding */
  font-size: .476em;  /* reset the font size again to 10px/1em */
  padding: 1.2em 1.6em;
  margin-top: 3.1em;
  -webkit-box-shadow:0 -4px 7px 5px #f9f9f9;
  -moz-box-shadow:0 -4px 7px 5px #f9f9f9;
  box-shadow:0 -4px 7px 5px #f9f9f9;
}

#nav .child.page2 {
  height: auto;
}

#nav .child.page765 {
  height: auto;
}

#nav .child.page3 {
  padding-bottom: 2.6em;
}

#nav .column {
  float: left;
  margin-left: 4.4em;
  overflow: hidden;
}

#nav .column.anwaltsblatt h4 {
  margin-bottom: 18px;
}

#nav .column.anwaltsblatt li {
  padding-left: 20px;
}

#nav .column.anwaltsblatt li:first-child {
  border-top: 0;
  padding-bottom: 13px;
}

#nav .column.anwaltsblatt li:first-child a {
  background: url('../Images/anwaltsblatt_icon.png') no-repeat;
  width: 110px;
  height: 156px;
  display: block;
  text-indent: -9999px;
}

#nav .column.first {
  margin-left: .1em;
}

#nav .child h4 {
  background: url('../Images/arrows/grey_down.png') no-repeat 7px 7px;
  font-size: 1.3em;
  width: 13.15em; /* 14.9em w/o padding */
  background-color: #f4f4f4;
  margin: 0 0 1.7em 0;
  line-height: normal;
  padding: .3em 0 .3em 1.7em;
  position: relative;
}

.chrome #nav .child h4:before,
.ie #nav .child h4:before {
  top: 4px;
}

#nav li li {
  font-size: 1.2em;
  line-height: normal;
  margin: 0;
  padding: 3px 18px;
  height: auto;
  float: none;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  max-width: 157px;
}

#nav .no-border {
  border:0 !important; /* override first-child rule */
}

#nav li li:first-child {
  margin-left: 0;
  border-top: 1px solid #dfdfdf;
}

/* Left Sidebar Menu */
#subMenu ul {
  list-style: none;
  width: 19.4em;
}

#subMenu li {
  font-size: 1.3em;
  line-height: normal;
  margin: 0 0 .2em 0;
  position: relative;
}

#subMenu .parent {
  background-color: #f4f4f4;
  padding: .3em 0 .3em 1.7em;
  width: 13.15em;
}

#subMenu .child { 
  margin: 1.7em 0;
}

#subMenu .child .column {
  padding: 0.3em 1.8em 0.3em 1.85em;
  border-bottom: 1px solid #dfdfdf;
}

/* Styling of 3rd level menu */
#subMenu .child .column > ul {
  margin-top: 4px;
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
}

#subMenu .child .column > ul li {
  padding-left: 39px;
  background-image: url('../Images/menu_3rd_level_line.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 1.5em;
  min-height: 1.5em;
}

#subMenu .child .column > ul li.active a:link,
#subMenu .child .column > ul li.active a:visited {
  color: #003366;
}

#subMenu .child div.column:first-child {
  border-top: 1px solid #dfdfdf;
}

#subMenu .child h4 {
  width: 13.15em; /* 14.9em w/o padding */
  line-height: normal;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

#subMenu .separator {
  height: 0;
}

#subMenu li .parent {
  background-image: url('../Images/arrows/grey_right.png');
  background-repeat: no-repeat;
  background-position: 8px 7px;
  background-color: #f4f4f4;
}

#subMenu li a {
  color: #666;
}

#subMenu li a:hover {
  text-decoration: none;
  color: #003366;
}

#subMenu li.active .parent {
  background-image: url('../Images/arrows/grey_down.png');
}

/* 2nd level */
#subMenu li.active ul {
  list-style: none;
  font-size: .769em;
  background-color: #fff;
  width: 19.4em;
  margin: 2.2em 0 2.1em 0;
  position: relative;
  left: -2.2em;
}

#subMenu li.active h4.active a {
  color: #003c76;
}

/* ----------------------------------------------
=s Sidebar
---------------------------------------------- */
.ym-g25.ym-gr .ym-gbox {
  padding-left: .3em;
}
.ym-g25.ym-gr .button,
.ym-g25.ym-gr .frame-layout-101 {
	padding: 1.1em .9em;
	box-sizing: border-box;
}

.ym-g25.ym-gr .button p,
.ym-g25.ym-gr .frame-layout-101 p {
  margin: 0;
  font-size: 1.3em;
  line-height:1.3em;
}

.ym-g25.ym-gr .button p a,
.ym-g25.ym-gr .frame-layout-101 p a {
  position: relative;
  margin: 0;
  padding-left: 1.4em;

}

.ym-g25.ym-gr .button p a:before,
.ym-g25.ym-gr .frame-layout-101 p a:before {
  content: url('../Images/arrows/blue_right.png');
  position: absolute;
  left: 1px;
  top: 1px;
}

.ym-g25.ym-gr .button ul,
.ym-g25.ym-gr .frame-layout-101 ul {
  list-style-image: none!important;
  list-style-type: none!important;
  font-size: 13px!important;
  padding: 0!important;
  margin: 0!important;
}

.ym-g25.ym-gr .button li,
.ym-g25.ym-gr .frame-layout-101 li {
  position: relative;
  margin: 0;
  padding-left: 1.8em;
}

.ym-g25.ym-gr .button li:before,
.ym-g25.ym-gr .frame-layout-101 li:before {
  content: url('../Images/arrows/blue_right.png');
  position: absolute;
  left: 4px;
  top: 2px;
}

.ym-g25.ym-gr .button h3,
.ym-g25.ym-gr .frame-layout-101 h3 {
  line-height: normal;
  margin: 0;
  font-size: 2em;
  display: block;
  cursor: pointer;
}
.ym-g25.ym-gr .button h3 a,
.ym-g25.ym-gr .frame-layout-101 h3 a {
	display: block;
	color: #fff;
}

.ym-g25.ym-gr .button.grey h3,
.ym-g25.ym-gr .frame-layout-101 h3 {
  margin: 0 0 12px 0;
  color: #003c76;
}

.ym-g25.ym-gr .button,
.ym-g25.ym-gr .frame-layout-101 {
  margin-bottom: 1em;
}

.ym-g25.ym-gr .button.blue .additional_links,
.ym-g25.ym-gr .button.blue .additional_links {
  margin-top: 1.55em;
  margin-bottom: .4em;
}

.ym-g25.ym-gr .button.blue .additional_links a:link,
.ym-g25.ym-gr .button.blue .additional_links a:visited,
.ym-g25.ym-gr .button.blue .additional_links a:link,
.ym-g25.ym-gr .button.blue .additional_links a:visited {
  color: #fff;
  display: block;
  font-size: 1.3em;
  padding-left: 1em;
  background: url("../Images/arrows/white_right.png") no-repeat left center;
}

.ym-g25.ym-gr .button.blue .additional_links a:hover,
.ym-g25.ym-gr .button.blue .additional_links a:active,
.ym-g25.ym-gr .button.blue .additional_links a:hover,
.ym-g25.ym-gr .button.blue .additional_links a:active {
  text-decoration: underline;
}

.ym-g25.ym-gr .button.gray {
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: .9em .9em 2em .9em;
  width: 19.9em; /* 21.7 w/o padding from parent .button */
}
.ym-g25.ym-gr .button.gray h3,
.ym-g25.ym-gr .frame-layout-101 h3 {
  color: #003c76;
  margin-bottom: .65em;
}
.ym-g25.ym-gr .button.gray a {
  color: #003c76;
  font-size: 1.3em;
}

/* Mitglieder sidebar search */

.sidebar-search {
  overflow: hidden;
  padding: 16px 7px 21px 8px;
  margin-bottom: 1em;
  margin-top: -2px;
}

.sidebar-search h3 {
  line-height: 19px;
  color: #003c76;
  margin: 0 0 12px 0;
  cursor: default;
  display: block;
  font-size: 2em;
}

.sidebar-search .ym-searchform {
	float: none;
	padding: 0;  
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; 
}

.sidebar-search .ym-searchform .ym-searchfield {
  width: 153px;
  float: left;
  background: url('../Images/search_input_bg.png') no-repeat 0 0;
  height: 26px;
}

.sidebar-search .ym-searchform .ym-searchbutton {
  position: relative;
  left: -5px;
  top: 1px;
  padding: 0;
  filter:chroma(color=#000000);
  border: none;
  outline: none;
}

.sidebar-search .ym-searchform h3 b {
  color: #003c76; 
}

/* ----------------------------------------------
=f Footer
---------------------------------------------- */

.push {
  height: 75px;
}

#footer { position: relative; }

#footer .ym-wrapper {
  padding-top: .9em;
  position: relative;
}
#footer p {
  font-size: 1.3em;
  margin: 0;
  padding: 1.05em 0em 0 3.85em;
  color: #999;
}

#footer span {
  display: inline-block;
  padding: 0 .3em;
  color: #999;
}

.mobile-link {
  border: 1px solid #e6e6e6;
  text-align: center;
}

.mobile-link a {
  color: #999;
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 32px;
}

/* ----------------------------------------------
=13 Stellungnahmen Osterreich
---------------------------------------------- */

.stellungahmen .form {
  margin-top: 2em;
}

/* Content Search (06 and 13) */
.content_search input.title:focus { 
  outline: none;
}

.content_search .searchform {
  min-height: 2.5em;
}

.rss span {
  color: #999999;
  margin-right: 1em;
  font-size: 1.2em;
}


.ym-gbox .content .rss_link {
  background: none;
  color: #999;
  height: 33px;
  line-height: 33px;
  font-size: 1.3em;
  font-weight: normal;
  text-decoration: none;
  width: 185px;
  display: inline-block;
}


.stellungahmen .results {
  width: 43em;
}

.stellungahmen .results p {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1.8em;
  padding: .5em 0 .8em .5em;
}

/* Entry per page */
.entry_per_page {
  display: block;
  height: 2.2em;
  margin-bottom: 1.9em;
}

.entry_per_page .entry_per_page_container {
  float: right;
  width: 29em;
}

.entry_per_page span {
  float: left;
  font-size: 1.4em;
  height: 2.3em;
  line-height: 1.6em;
  margin-right: 1.5em; 
  width: 9em;
}

.entry_per_page ul {
  list-style: none;
  background-image: none;
}

.entry_per_page ul li {
  display: inline-block;
  background-color: #f4f4f4;
  width: 3.1em;
  height: 2.3em;
  line-height: 2.3em;
  margin: 0 .05em 0 0;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
  text-align: center;
}

.entry_per_page ul li a {
  padding: 0 !important;
}

.entry_per_page .entry_per_page_container ul li a:before,
.entry_per_page .entry_per_page_container ul li.active a:before {
  content: " ";
}

.entry_per_page ul li.active { 
  display: inline-block;
  background-color: #f4f4f4;
  width: 2.55em;
  height: 2.3em;
  margin: 0 .05em 0 0;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
  text-align: center;
  color: #999;
  font-weight: bold;
} 

.search-result-count span {
  border-bottom: 1px dotted #ccc;
  margin: 1.5em 0 1em 0;
  padding: .5em 0 .45em .5em;
  font-size: 1.2em;
  display: block;
}

.results-title {
  margin-top: 4em;
}

/* News search archive filter */
.news-search-form {
  margin-top: 1.45em;  
}

/* Presse archive search results */
.news-search-result .article.articletype-0,
.news-list-view .article.articletype-0 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1.65em;
  margin: 1.25em 0 0 0;
}

.news-search-result .article.articletype-0.last,
.news-list-view .article.articletype-0.last {
  border-bottom: 0;
  padding-bottom: 0;
}

.news-search-result .article.articletype-0 span.date,
.news-list-view .article.articletype-0 span.date {
  color: #999;
  display: block;
  padding-left: 1.15em;
  margin-bottom: 0.25em;
}

.news-search-result .article.articletype-0 a,
.news-list-view .article.articletype-0 a {
  background: url('../Images/left_arrow_blue.png') no-repeat 4px 5px;
  padding: 0 0 0 1.15em;
  display: inline-block;
}

.news-search-result .article.articletype-0 a:before,
.news-list-view .article.articletype-0 a:before {
  content: " ";
}

/* Presse downloads */
.news .article .news-related-wrap h4 {
  color: #959595;
  margin-bottom: 1.4em;
}

.item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em 2em 1.6em 2em;
  position: relative;
  width: 100%;
  display: inline-block;
}

.item ul {
  list-style: none;
  font-size: 1.3em;
  margin-bottom: .5em;
}

/* .ym-gbox .csc-default .item .mRow ul { */
.ym-gbox .content-default .item .mRow ul {
  font-size: 1em;
}

.item ul li {
  margin: 0;
}

.item table {
  width: 100%;
  font-size: 1.3em;
}

.item table tr td {
  line-height: 1.3em;
}

.item table tr > td {
	padding-bottom: 7px;
}

.item table .detail {
  color: #999;
}

.item table .detail.right {display:none;}

.ym-gbox .content .item h3 {
  margin: 0 0 .75em 0;
}

.ym-gbox .content .item table tr td a {
  display: inline-block;
  background-position: 0 5px;
}

.item table tr td:first-child {
  padding-right: 10px;
}

.item .imageThumbnail {
  position: relative;
  width: auto;
  float: left;
}

.item .imageThumbnail img {
  margin-right: .65em;
}

.item .description {
  max-width: 365px;
	position: relative;
}
.item .description:after {
	content: "";
	display: block;
	clear: both;
}
.item .description img + ul {
  padding-left: 140px;
}

.item .description ul li {
  list-style-image: none;
}

.item .description ul li.first-child {
  list-style-image: url("../Images/arrows/grey_right.png");
}

.item .description a {
  font-size: 1.3em;
  padding: 0;
  background: none;
}
.item .description a.image {
  float: left;
}
.item .description .details {
  padding-left: 1em;
}

.item .description img {
  float: left;
  margin-left: -10px;
	max-width: 113px;
	height: auto;
}
.ym-gbox .content .item .description img + ul {
	margin-left: 135px;
	padding-left: 0;
}
.ym-gbox .content .item .description ul {
  font-size: 1em;
  margin: 0 0 0 10px;
}

.item .description p {
  margin: 0;
}

.item .icon {
  text-align: right;
  position: absolute;
  right: 2em;
  top: 1.5em;
}

.item .icon img {  }
.item .description h3 {
  color: #036;
  margin: 0;
  font-size: 1.25em;
  line-height: 1.27em;
  font-style: normal;
}

.item .description h3 a {
  padding-left: 1.15em;
}

.item .description span {
  display: block;
  font-size: 1.2em;
}

.item .image {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}

.pagination {
  margin-top: 2.1em;
}
.slider.pagination {
  margin-top:0;
  margin-bottom: 2.1em;
}
.slider.pagination #slider-next a {
  margin-right: 0;
}
.pagination .pages {
  text-align: center;
  font-size: 1.3em;
}
.ym-gbox .content .pagination .pages ul {
  list-style: none;
  font-size: 1em;
  margin: 0;
}
.ym-gbox .content .pagination .pages ul li {
  display: inline;
  margin: 0 .1em 0 0;
  line-height: 1.95em;
}
.ym-gbox .content .pagination .pages ul li.current {
  color: #003c76;
}  
.ym-gbox .content .pagination .pages ul li a {
  padding: 0;
  color: #666;
  text-decoration: underline;
  background-image: none;
  font-weight: normal;
}
.ym-gbox .content .pagination .pages ul li a:hover {
  text-decoration: none;
}
ul.ce-bullets,
.ym-gbox .frame-default ul:not(.accordeon_list) {
  list-style-image: url("../Images/arrows/grey_right.png");
  font-size: 1.3em;
  margin: 1.25em 0 0 1.25em;
}
.ym-gbox .frame-default ul ul { font-size: 1em; }
.ym-gbox .frame-default ul.accordeon_list,
.ym-gbox .frame-default ul.definition_list,
.ym-gbox .frame-default ul.lawywer-search {
  list-style-image: none;
  margin-left: 0;
}
.ym-gbox .frame-default ul.accordeon_list li { font-size: 1em; }

.ym-gbox .frame-default ul:not(.accordeon_list) a {
  background: transparent none;
  padding: 0 0 0 15px;
}
.ym-gbox .frame-default .ce-bodytext ul:not(.accordeon_list) a,
.ym-gbox .frame-default .description ul:not(.accordeon_list) a,
.ym-gbox .frame-default ul.newsletters-content:not(.accordeon_list) a {
  padding: 0;
  display: inline;
}

.ym-gbox .frame-default ul li {
  margin: 0;
}

.ym-gbox .content .tx-obdk .item_heading label {
  font-size: inherit;
}

.ym-gbox .content .tx-obdk .item_heading label p {
  margin: 1em 0 0 0;
  padding-left: 2em;
}

.ym-gbox .content .tx-obdk .item_heading p input[type="checkbox"] {
  margin-left: -1.5em;
}

.ym-gbox .content .tx-obdk .item a {
  background: none;
  padding: 0;
}

.ym-gbox .content .tx-obdk .item .description {
  width: 37em;
}

.ym-gbox .content .tx-obdk .item .details h3 {
  margin: 0;
  display: inline;
}

.ym-gbox .content .tx-obdk .item .details .file {
  display: inline;
  padding-left: 6px;
}

.ym-gbox .content .tx-obdk .item .icon {
  top: 1em;
}

.ym-gbox .content .tx-wx-stellungnahmen .rss_link,
.ym-gbox .content .news .rss_link {
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: url('../Images/rss_subscribe.jpg') no-repeat center right;
}

.ym-gbox .content .tx-wx-stellungnahmen .rss_link {
  width: 166px;
}

.ym-gbox .content .tx-wx-stellungnahmen fieldset.rss.grey.rounded,
.ym-gbox .content .news fieldset.rss.grey.rounded {
padding: 0.5em 2em;
}




/* ----------------------------------------------
=06 Rechtsworterbuch
---------------------------------------------- */

.ym-gbox .content ul.glossary {
  list-style: none;
  font-size: inherit;
  background: url("../Images/letters_grid.png") no-repeat 0 0;
  margin-left: -2em;
  margin-right: -2em;
  padding-left: 27px;
  padding-right: 2em;
}

.ie7 .ym-gbox .content ul.glossary {
  display: block;
  background-image: url("../Images/letters_grid.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 27px;
  padding-right: 20px;
}

.ym-gbox .content ul.glossary li {
  text-align: center;
  display: block;
  width: 26px;
  height: 26px;
  float: left;
  margin-top: 1px;
  margin-right: 1px;
  margin-left: 0px;
}

.ym-gbox .content ul.glossary li a {
  background: none;
  padding: 0;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  display: block;
  font-weight: normal;
  color: #666;
}

.ym-gbox .content ul.glossary ul li:first-child {
  border-left: 1px solid #fff;
}

.ym-gbox .content ul.glossary li a:hover,
.ym-gbox .content ul.glossary li.current a {
  background-color: #003c76;
  color: #fff;
  text-decoration: none;
}

.ym-gbox .content ul.glossary li a:before {
  content: " ";
}

.glossary_detail {
  margin-top: 2em;
}

.rechtsworterbuch .glossary_detail .heading h2 {
  font-weight: normal;
  padding-left: .2em;
  margin-top: 0;
  margin-bottom: 4px;
  max-width: 14.25em;
}

.rechtsworterbuch .searchresult ul li a {
  background: none;
  padding: 0!important;
  font-weight: normal;
}

.rechtsworterbuch .glossary_detail .heading a {
  font-weight: bold;
}

.glossary_detail .content p {
  padding-left: .3em;
}

.glossary_detail .heading:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.socials {
  height: 2.4em;
  line-height: 3.3em;
  padding: .5em .7em;
  margin: 3em 0 0;
}

.socials span {
  float: left;
  color: #999;
  font-size: 1.3em;
  line-height: 1.8em;
}

.socials .addthis_toolbox {
  display: inline-block;
  margin: .75em 0 0 1em;
}

.socials .rss {
  display: block;
  margin: 3px 0 0 10px;
}

.ym-gbox .content .socials .rss_button {
  background: none;
  padding: 0;
}

.socials a.at300b {
  background-image: none;
  padding-left: 3px;
}

.button_set .socials .addthis_toolbox .at16nc {
  border-radius: 1px;
}

/* .subpage-socials .csc-default, */
.subpage-socials .content-default,  
.subpage-socials .socials,
.tx-obdk .socials {
  display: inline-block;
}

/* .subpage-socials .content-default { */


.subpage-socials .socials {
  margin: 0;
  float: left;
  height: 2.4em;
}

.subpage-socials .socials .addthis_toolbox,
.tx-obdk .socials .addthis_toolbox {
  margin: 4px 0 0 0;
}

.chrome .subpage-socials .socials .addthis_toolbox,
.chrome .tx-obdk .socials .addthis_toolbox {
  width: 84px;
}

.subpage-socials a.button1 {
  margin-left: 4px;
}

.ym-gbox .content ul.searchresult {
  list-style: none;
  font-size: 1em;
  margin: 0;
}

.ym-gbox .content ul.searchresult li {
  margin: 0;
}

.ym-gbox .content ul.searchresult li a {
  font-size: 1.2em;
  line-height: 1.35em;
}

.ce-gallery figcaption {
  text-align: left;
  caption-side: bottom;
  border-top: 1px dotted #ccc;
  margin-top: 0.5em;
  font-variant: normal;
  padding-top: 0.2em;
  color: #666;
  font-size: 1.1em;
  padding-right:2em;
}

.contenttable {
	border: 1px dotted #ccc;
	margin: 2.8em 0 1em 0;
	width: auto;
	font-size: 1.3em;
	display: table;
	overflow-x: auto;
}

.contenttable thead {
  background-color: #f4f4f4;
}

.contenttable thead tr th {
  padding: 10px;
}

.contenttable tbody tr td {
  padding: 11px;
}

.contenttable thead tr th {
  border-bottom: none;
  border-right: 1px dotted #ccc;
  vertical-align: middle;
  color: #666;
}

.contenttable tbody tr td {
  border-top: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
}

.contenttable tbody tr td.td-last {
  border-top: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

ul.csc-uploads li.csc-uploads-element {
  background-color: #f4f4f4;
  margin-bottom: .2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2em 2em 2em 1em;
  box-sizing: border-box;
  margin: 0 0 .2em 0;
}

ul.csc-uploads li.csc-uploads-element span.csc-uploads-fileName {
  text-decoration: none;
  margin-bottom: 0.5em;
}

ul.csc-uploads li.csc-uploads-element span.csc-uploads-fileName a {
  color: #036;
  margin: 0 0 0.5em 0;
  font-size: 1.25em;
  line-height: 1.27em;
  text-decoration: none;
}

.youtube_player {
  margin-top: 2.2em;
}

.news-img-wrap-off {
	overflow: hidden;
	clear: both;
	margin: 0 -5px;
}
.news-img-wrap-off .outer {
	padding: 5px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.news-img-wrap-off .outer img { max-width: 100%; height: auto; }
.news.news-single .article .news-img-wrap-single a {
  padding: 0;
  background: none;
}

.news .socials {
  width: 190px;
}

.news.news-single .article .socials span {
  margin-right: 10px;
}

.news .article .news-list-date {
  font-size: 1em;
  margin-bottom: 1.25em;
  display: block;
}

.news .article .teaser-text {
  font-size: 1.25em;
}

.news.news-single .article .news-img-wrap .mediaelement.mediaelement-image {
  margin: 0 !important;
}

.news.news-single .article .news-img-wrap .mediaelement.mediaelement-image a {
  padding: 0;
  border: none;
}

.news.news-single .article .news-img-wrap .mediaelement.mediaelement-image a:before {
  content: " ";
}

.news.news-single .article .header {
	margin: 0;
}

.news.news-single .article .footer {
  border: none;
  color: #666;
  padding: 0;
  margin-top: 2px;
}

.news.news-single .article .header h3 {
  color: #003c76;
  font-size: 2em;   
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 0.75em;
  float: none;
  width: 100%;
}

/* ----------------------------------------------
=06 Anwaltsblatt
---------------------------------------------- */

.download_big {
  padding: 15px 20px 12px 19px; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.5em 0 2px 0;
}

.download_big .description {
  padding-left: 2.2em;
  background: url('../Images/left_arrow_blue.png') no-repeat 10px 1px;
}

.download_big .description .title {
  margin-bottom: 1.5em;
  font-size: .9em;
}

.download_big .description .title p {
  margin:0;
}

.download_big .description .title a {
  font-size: 1.2em;
  padding: 0;
  background: none;
}

.download_big .description .title a:before {
  content: " ";
}

.download_big .description .icon  {
  text-align: right;
}

.folgeseite_link {
}

.folgeseite_link .csc-header h1 {
  border-bottom: 1px dotted #ccc;
  cursor: pointer;
  color: #003c76;
  font-size: 1.4em;
  padding: .9em 0 .6em 2.1em;
  background: url('../Images/article_after.png') no-repeat 4px center;
}

.csc-header.opened h1 {
  color: #666;
  background: url('../Images/arrow_down_gray.png') no-repeat 4px center;
}

.folgeseite_link p.bodytext {
  margin-bottom: 1.4em;
  padding-left: .2em;
}

.folgeseite_link p.bodytext a {
  display: block;
}

.downloads .item .description .details {
  background: url('../Images/left_arrow_blue.png') no-repeat 0 2px;
  padding-left: 1em;
}

.downloads .item .description h3 {
  color: #036;
  margin: 0 0 0.5em 0;
  font-size: 1.25em;
  line-height: 1.27em;
}

.downloads .item .description h3 a {
  padding: 0 !important;
  background: none;
}

.downloads .item .description h3 a:before {
  content: " ";
}

.downloads .item .description span {
  display: block;
  font-size: 1.2em;
}

.downloads .item .icon {
  text-align: right;
}

/* .csc-textpic-intext-left { */
.ce-textpic.ce-left.ce-intext {
  border-bottom: 1px dotted #ccc;
  margin-top: 1.8em;
	padding-bottom: 1.8em;
	margin-bottom: 1.8em;
}
.csc-textpic-left{
  margin-top: 1.8em;
}

.ce-textpic.ce-left.ce-intext .ce-gallery {
  margin-right: 1.7em !important;
}

.ce-textpic.ce-left.ce-intext .ce-gallery .csc-textpic-image {
  margin-bottom: 2px;
}

.ce-textpic.ce-left.ce-intext .ce-bodytext p {
  margin: 0;
}

.csc-frame-rulerAfter {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1.7em;
}

.csc-frame-rulerAfter h4 {
  padding: 0 0 0 1em;
  background: url('../Images/main_nav_before.png') no-repeat left center;
}

.csc-frame-rulerAfter p {
  padding: 0 0 0 1em;
}

ul.definition_list {
  margin-bottom: 3em;
  list-style: none;
}

ul.definition_list li {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 1.2em 0;
  background: none;
  margin: 0 !important;
}

ul.definition_list li h4 {
  margin-bottom: 1.3em;
  padding-left: .7em;
  background: url('../Images/main_nav_before.png') no-repeat left center;
}

ul.definition_list li p {
  font-size: 1.3em;
  padding-left: .7em;
}

p.accordeon-headline {
  padding-left: 15px;
  color: #003c76;
  background: url(../Images/arrows/blue_right.png) no-repeat 0 2px;
  cursor: pointer;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  font-weight: bold;
}

p.accordeon-headline strong {
  color: #003c76;
}

p.accordeon-headline.active {
  border: none;
  background: url(../Images/arrows/blue_down.png) no-repeat 0 2px;
  padding-bottom: 0;
}

p.accordeon-content {
  padding-left: 15px;
  display: none;
}

p.accordeon-content.active-accordeon-child + .accordeon-headline {
  border-top: 1px dotted #ccc;
  padding-top: 10px;
  background-position: 0 12px;
}

p.accordeon-content.active-accordeon-child:last-child {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}

ul.accordeon_list {
  list-style-image: none;
  list-style-type: none;
  font-size: 1em;
  margin: 1em 0 0;
}

ul.accordeon_list li  {
  margin: 0;
  background: #ffffff;
}
ul.accordeon_list li:last-child { margin-bottom: 0; }

ul.accordeon_list li:last-child > h3.toggler {
  border-bottom: 0;
}

ul.accordeon_list li .content p a {
  font-weight: normal;
}
ul.accordeon_list blockquote { font-family: inherit; max-height: 0; margin: 0; font-style: normal; padding-left: 2.25em; overflow: hidden; transition: max-height 500ms cubic-bezier(0, 1, 0, 1); }
ul.accordeon_list blockquote table { clear: both; display: table; }
ul.accordeon_list blockquote ul {
  list-style-image: url("../Images/arrows/grey_right.png");
  font-size: 1.3em;
  margin: .5em 1em;
}

ul.accordeon_list li h3.toggler  {
  font-style: normal !important;
  line-height:normal;
  color: #003c76;
  font-weight: bold !important;
  border-bottom: 1px dotted #ccc;
  padding-left: 2.25em;
  padding-bottom: 7px;
  padding-top: 7px;
  cursor: pointer;
  background-image: url('../Images/left_arrow_blue.png');
  background-repeat: no-repeat;
  background-position: 5px 10px;
  background-color: #ffffff;
  margin: 0;
}

ul.accordeon_list li h3.toggler.active  {
  background: url('../Images/mini_down_arrow_blue.png') no-repeat left 2px top 12px;
  /*color: #666;*/
}
ul.accordeon_list li h3.toggler.active + blockquote { max-height: 3000px; transition: max-height 500ms ease-in-out; }

.landerkammer {
  margin-top: 2.5em;
}

.landerkammer p.bodytext {
  margin: 0 0 1.1em 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  font-size: 0;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

.blue {
  background: #003c76 url('../Images/arrows/white_right.png') no-repeat 201px 34px;
}

.searchLink.grey.button {
  background: #eaeaea url('../Images/arrows/blue_right.png') no-repeat 201px 36px;
}

div .grey.button h3 a strong {
  color: #003c76;
}

.ym-g25.ym-gr .searchLink.grey.button {
  padding: 17px 10px 16px 10px;
  width: 197px;
}

.ym-g25.ym-gr .searchLink.grey.button h3 {
  margin: 0;
  line-height: 19px;
}

div .grey.button h3 a:hover {
  text-decoration: none;
}

.ie .blue {
  background-position: 201px 30px;
}

.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.darkBlue {
  background-color: #003c76;
}

.ym-gbox .content .darkBlue p.bodytext a {
  color: white;
  background: transparent url('../Images/arrows/white_right.png') 0 5px no-repeat;
  padding-left: 13px;
}

.grey {
  background-color: #f4f4f4;
}

.darkGrey {
  background-color: #ededed;
}

.sidebar .csc-default {
  width: 21.9em;
}

.sidebar .csc-default h3 {
  color: #003c76;
  margin: 0 0 12px 0;
  cursor: default;
  display: block;
  font-size: 2em;
  line-height: normal;
}

.sidebar .csc-default p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}

.sidebar .csc-default p a:before {
  content: url('../Images/arrows/blue_right.png');
  position: absolute;
  top: 1px;
  left: 1px;
}

.sidebar .csc-default p a {
  font-size: 1.3em;
  margin: 0;
  padding-left: 1.4em;
  position: relative;
}

.ym-gbox .withArrow:before {
  left: 3px;
  top: auto;
}

.ym-gbox .content .BlueUp {
  background-image: url('../Images/arrows/blue_up.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.ym-gbox .content .BlueDown {
  background-image: url('../Images/arrows/blue_down.png');
  background-repeat: no-repeat;
  background-position: left center;
}

#main .bx-wrapper {
  margin: 0 auto;
}

#main .news-img-caption {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 3px;
  color: #666;
  font-size: 12px;
  font-style: italic;
}

.ym-gbox .content .bx-prev,
.ym-gbox .content .bx-next {
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  font-weight: normal;
  font-size: 1.3em;
  display: inline-block;
  height: 1.8em;
  line-height: 1.8em;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ym-gbox .content .bx-prev { 
  background-position: 6px center;
  background-image: url('../Images/arrows/blue_left.png');
  padding-left: 1.7em;
  padding-right: .65em;
}

.ym-gbox .content .bx-next { 
  background-position: 96% center;
  background-image: url('../Images/arrows/blue_right.png');
  padding-right: 1.7em;
  padding-left: .65em;
  float: right;
}

.ym-gbox .content .BlueLeft,
.ym-gbox .button123 .BlueLeft,
.ym-gbox .button_set .BlueLeft,
.ym-gbox .pagination .BlueLeft,
.ym-gbox .bx-controls .BlueLeft {
  background-image: url('../Images/arrows/blue_left.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.ym-gbox  .BlueRight {
  background-image: url('../Images/arrows/blue_right.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.ym-gbox .GreyUp {
  background-image: url('../Images/arrows/grey_up.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.ym-gbox .GreyDown {
  background-image: url('../Images/arrows/grey_down.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.ym-gbox .GreyLeft {
  background-image: url('../Images/arrows/grey_left.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.ym-gbox .GreyRight {
  background-image: url('../Images/arrows/grey_right.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.ym-gbox .RedUp {
  background-image: url('../Images/arrows/red_up.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.ym-gbox .RedDown {
  background-image: url('../Images/arrows/red_down.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.ym-gbox .RedLeft {
  background-image: url('../Images/arrows/red_left.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.ym-gbox .RedRight {
  background-image: url('../Images/arrows/red_right.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.contentToggler .toggle {
  height: 2.3em;
  line-height: 2.3em;
  margin-top: 1px;
}

.basicSize {
  font-weight: normal !important;
}

.blueText,
.blueText * {
  color: #003c76;
}

.whiteText,
.whiteText *,
.whiteText a {
  color: #fff;
}

.whiteText a:hover {
  text-decoration: none;
}

.dottedBottom {
  border-bottom: dotted 1px #ccc;
}

.dottedTop {
  border-top: dotted 1px #ccc;
}

.paddingBottomSmaller {
  padding-bottom: 1.4em;
}

.paddingBottomXsmall {
  padding-bottom: .5em;
}

.noBottomMargin {
  margin-bottom: 0 !important;
}

.noTopMargin {
  margin-top: 0 !important;
}

.bottomMargin4 {
  margin-bottom: 4px;
}

.paddingBottom {
  padding-bottom: 2.5em;
}

.paddingLeft {
  padding-left: 25px;
}

.paddingBottomSmall {
  padding-bottom: 1.5em;
}

.paddingTop {
  padding-top: 1.5em;
}

.marginTop {
  margin-top: 2.5em;
}

.marginTopMini {
  margin-top: 5px!important;
}

.marginBottomMini {
  margin-bottom: 5px!important;
}

.noMargin {
  margin: 0;
}

fieldset.small-size {
  height: 5.8em;
}

.news .filter fieldset.small-size label {
  margin-bottom: .8em;
}

fieldset {
  padding: 1.5em 2em 1.2em 2em;
  margin-bottom: 2em;
  position: relative;
}

label {
  padding-right: .7em;
}

label .required {
  color: #003c76;
  padding-left: 5px;
  font-size: 1.2em;
}

label span.keq_error {
  color: #ff0000;
  font-weight: bold;
}

fieldset.legendOutstand {
  margin-top: 4em;
}

fieldset.legendOutstand legend {
  font-weight: bold;
  position: absolute;
  top: -25px;
  left: 0;
}

.section {
  margin: 0 0 .75em 0;
  display: block;
  width: 100%;
}

.oneThird .section .col1 label {
  display: inline-block;
}

.section .tx-srfreecap-pi1-cant-read {
  font-size: 1.3em;
  width: 190px;
  margin-bottom: 5px;
}

.section img.tx-srfreecap-pi1-image {
  margin-top: 5px;
  margin-bottom: 5px;
}

fieldset .section .col2.right p a {
  display: inline-block;
  background-position: 0px 3px;
}

table {
  border-collapse: collapse;
}
table,
table * {
  width: auto;
  padding: 0;
  margin: 0;
}

table,
table td {
  border-top: none;
  border-bottom: none;
}

table.radio {
  font-size: 1.3em;
  margin-bottom: 1em;
  width: 100%;
}

table.radio thead th {
  border-bottom: medium none;
  border-right: 1px dotted #d1d0d0;
  color: #666;
  font-weight: normal;
  padding: 3px 7px;
  text-align: center;
  vertical-align: bottom;
}

table.radio thead th:last-child {
  border-right: none;
}

table.radio tr td {
  text-align: center;
  vertical-align: bottom;
  padding: 3px 0;
}

table.radio tr td:first-child {
  text-align: left;
}

table.radio label {
  font-size: .9em;
}

table.radio input[type="radio"],
table.radio input[type="checkbox"] {
  display: inline-block;
  margin-right: 0;
}

strong.important {
  color: #003c76;
}

strong.important,
strong.additional {
  padding-left: .27em;
}

label strong.additional {
  color: #999;
  font-weight: normal;
  font-size: 1em;
}

.section.right.input_text input {
}

input[type="text"].small,
input[type="email"].small,
input[type="password"].small {
  width: 8.15em;
}

select.small {
  width: 8.65em;
}

input[type="text"].medium,
input[type="email"].medium,
input[type="password"].medium {
  width: 13.85em;
}

select.medium {
  width: 14.35em;
}

.fullWidth {
  width: 100%;
  box-sizing: border-box;
}

/* firefox bug? - FF stretches the input box when padding left applied - so we have to shorten it */
.gecko input[type="text"].fullWidth,
.gecko input[type="password"].fullWidth {
  width: 191px;
}

.ie7 input[type="text"].fullWidth,
.ie7 input[type="password"].fullWidth {
  width: 96%;
}

.working {
  /* don't use shorthand method here otherwise you would override the background color of the input element */
  background-image: url('../Images/indicator.gif');
  background-color: #fff !important;
  background-repeat: no-repeat;
  background-position: 86% 4px;
  color: #666;
}

.big {
  width: 20.5em;
}

select.big {
  width: 21.45em;
}

.section.twoColumn + label {
  float: left;
  width: 7.5em;
  padding: 0 !important;
}

fieldset.twoColumn.oneThird .col1 {
  width: 10.5em;
}

fieldset.twoColumn.oneThird .col2 {
  width: 27.5em;
}

.twoColumn.oneHalf .col1 {
  width: 15.5em;
}

.twoColumn.oneHalf .col2 {
  width: 23em;
}

.section.twoColumn div p {
  text-align: left;
}

.labelTop label {
  display: block;
  margin-bottom: .4em;
  margin-left: .2em;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  height: 1.95em;
  line-height: 1.95em;
  padding-left: 0.5em;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px #e2e2e2 inset;
  -moz-box-shadow: 1px 1px 5px #e2e2e2 inset;
  box-shadow: 1px 1px 5px #e2e2e2 inset;
  border-left: solid 1px #c5c5c5;
  border-top: solid 1px #c5c5c5;
  border-right: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  display: inline-block;
  box-sizing: border-box;
}

input[type="text"].error,
input[type="email"].error {
  background: #fae1e1;
  border-top: solid 1px #c7aeae;
  border-left: solid 1px #c7aeae;
  border-bottom: solid 1px #ead1d1;
  border-right: solid 1px #ead1d1;
  font-weight: normal;
  color: #000;
}

.searchBox {
  height: 2.95em;
  position: relative;
}

.searchBox input[type="text"] {
  position: absolute;
  top: 0;
  padding-right: .5em;
  height: 1.75em;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* Rewrite Google custom search styles */
.searchBox input[type="text"].google_search {
  border-left: solid 1px #c5c5c5!important;
  border-top: solid 1px #c5c5c5!important;
  border-right: solid 1px #e6e6e6!important;
  border-bottom: solid 1px #e6e6e6!important;
  height: 1.5em!important;
  background-position: 5% 50%!important;
  padding: 2px 2px 2px 7px!important;
}

.searchBox input[type="text"].google_search + input[type="submit"] {
  right: 5px;
  height: 2.1em;
}

.ie7  input[type="text"],
.ie8  input[type="text"] {
  height: 1.75em;
}
.ie7  input[type="text"],
.ie8  input[type="text"],
.ie7  textarea,
.ie8  textarea,
.ie  select {
  border-left:solid 1px #c7c7c7;
  border-top:solid 1px #c7c7c7;
  border-bottom:solid 1px #e6e6e6;
  border-right:solid 1px #e6e6e6;
  background-color: #fafafa;
}

textarea {
  background: url('../Images/textarea_top.png') no-repeat left top, 
    url('../Images/textarea_center.png') repeat-y;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  padding: .7em;
  overflow: auto;
}

textarea:focus {
  outline: none;
}

.section.radio label {
  display: block;
}

.section.radio label input {
  display: none;
  display: inline;
  margin-right: 7px;
}

.section.checkbox label span {
  width: 12px;
  height: 12px;
  background: url('../Images/checkbox.png') no-repeat 0 0;
  display: inline-block;
  margin-right: 0.5em;
  display: none; /* for stupid IE7&8 */
}

label.checkbox {
  display: block;
}

input[type="reset"],
input[type="text"],
input[type="email"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input + label {
  margin-left: 7px;
}

input + label p {
  display: inline;
}

input[type="checkbox"] {
  display: inline;
  margin-right: 7px;
}

input,
textarea,
select,
label,
strong.important,
.basicSize,
fieldset.legendOutstand legend {
  font-size: 1.3em !important;
}

.ie input[type="file"] {
  height: 1.7em;
}

input[type="submit"] {
  border: medium none;
  height: 24px;
  padding: 0 26px 0 14px;
  position: relative;
  text-align: left;
  width: auto;
  cursor: pointer;
  color: #003c76;
}

.mac.gecko input[type="submit"] {
  top: 0;
}

.gecko input[type="submit"] {
  padding: 0 26px 0 14px;
}

.ie7 input[type="submit"] {
  overflow: visible;
}

input[type="submit"].normal,
input[type="reset"].normal,
input[type="submit"].important,
input[type="reset"].important {
  background-color: #e5e5e5;
  color: #003c76;
  margin-top: 7px;
}

.search_body input[type="submit"].normal,
.search_body input[type="reset"].normal,
.search_body input[type="submit"].important,
.search_body input[type="reset"].important {
  margin-top: 0;
}

.search_body input[type="reset"].normal {
  padding: 0 0.45em;
}

input[type="submit"].normal {
  background-position: 90% center;
}

input[type="reset"].normal {
  border: 0;
  height: 24px;
  position: relative;
  padding: 0 .4em;
  background-position: 4px center;
  cursor: pointer;
}

fieldset.grey input#rar[type="reset"] {
    margin-right: 10px;
}

.gecko input[type="reset"]#rar {
  background-position: 3px center;
}

.mac.chrome input[type="reset"]#rar {
  padding: 0 .3em;
}

.grey input[type="reset"].normal {
  height: 1.75em;
}

.grey input[type="reset"].normal.BlueLeft {
  background-position: 5px center;
}

.ie7 input[type="reset"].normal {
  padding: 0;
  margin: 0;
}

input[type="submit"].important {
  color: #ff0000;
  text-transform: uppercase;
  background-color: #e5e5e5;
}

select {
  height: 1.95em;
  line-height: 1.95em;
  border: 1px solid #c3c3c3;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 3px #e2e2e2 inset;
  -moz-box-shadow: 2px 2px 3px #e2e2e2 inset;
  box-shadow: 2px 2px 3px #e2e2e2 inset;
  padding: 4px;
}
select:disabled {
  background-color: #D8D8D8;
}

.chrome select {
  padding: 0;
}

select[multiple] {
  height: auto;
}

select option {
  background: #fff;
  color: #000;
}

select:focus {
  outline: none;
}

.safari select {
  line-height: 1.65em;
}

.safari select,
.ie9 select {
  border: none;
}

.opera  select {
  padding-left: 5px;
}

.ipad select {
  border: 1px solid #f4f4f4;
  background: #fff;
}

.gecko select {
  padding: 4px 5px 4px 2px;
  border: none;
}

select:focus {
  outline: none;
}

.button fieldset {
  padding: 0;
}

.formErrorContent {
  font-size: 1.3em;
  font-weight: bold;
}

#ras fieldset {
  margin-bottom: 0;
}

.ym-g25.ym-gr .button.white {
	border: 2px solid #f1f1f1;	
}

.ym-g25.ym-gr .login h2 {
  color: #f42837;
  font-size: 2em;
  margin-bottom: .6em;
  margin-top: 0;
}

.ym-g25.ym-gr .login dl {
  margin: 0;
  font-size: 1.2em;
}

.ym-g25.ym-gr .login dl dt {
font-weight: normal;
}

.ym-g25.ym-gr .login dl dd {
  margin: 0;
  font-weight: bold;
}

.button.blue label {
  color: #fff;
}

.button.blue select {
  color: #036;
}

.button.blue .search_body {
  margin-top: 3.2em;
}

.ym-gbox .help {
  margin-top: .95em;
}

.ym-gbox .button_set {
  margin: 0 0 1.3em; 
	overflow: hidden;
}

.ym-gbox .results_listing .button_set {
  margin-bottom: 2.7em;
}

.ym-gbox .content .results_listing p.imageLeft img
{margin-bottom: 1em;}

/* .ym-gbox .results_listing .button_set a, */
.ym-gbox .tx-rechtsgebiete .search_results .button_set a {
  width: 146px;
}

.ym-gbox .results_listing .button_set .pageCount a,
.ym-gbox .tx-rechtsgebiete .search_results .button_set .pageCount a {
  width: auto;
}

.ym-grid .ym-gbox .button1 {
  font-weight: normal;
  font-size: 1.3em;
  display: inline-block;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0 1.2em;
  cursor: pointer;
}

.ym-gbox .content a.button1.noArrow {
  background-image: none;
}

.ym-grid .ym-gbox .button1:hover,
input[type="reset"]:hover {
  background-color: #edebeb;
  text-decoration: none;
}

.ym-gbox .content .pageCount .infotext {
  font-size: 1.3em;
  padding-right: .8em;
}

.ym-gbox .content .pageCount form {
  display: inline;
}

.ym-gbox .content .pageCount .button1 {
  background-image: none;
  padding: 0 .55em;
  font-weight: bold;
}

.ym-gbox .content .pageCount .active {
  color: #999;
}

.ym-gbox .button1.arrowRight,
.ym-gbox .button_set input[type="submit"].arrowRight {
  background-position: 95% center;
  padding-right: 1.7em;
  padding-left: .65em;
}

.ym-gbox .button1.print {
  padding-top: 5px;
  padding-bottom: 6px;
}

.ym-gbox .button1.arrowLeft {
  background-position: 6px center;
  padding-left: 1.7em;
  padding-right: .65em;
}

.search_results .item {
	padding: .3em 0 .5em .7em;
}

.search_results .item .name { 
  width: 50%; /* long names */
  min-height: 60px;	
}

.search_results .item .name p {
  margin-bottom: 0;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.search_results .item .name a {
  display: block;
  background-position: 0 3px;
}

.search_results .item .name .lastname {
  text-transform: uppercase;
  color: #003c76;
}

.search_results .item .name .firstname,
.search_results .item .name .title {
  color: #003c76;
  font-weight: 400;
}
.search_results .item .name span.title {
  display:block;
}

.search_results .item .address {
	text-align: left;
	margin-top: 0;
	float: right;
	width: 50%;
}

.message {
  color: #df4000;
}

.ym-gbox .search_detail .button_set {
  margin: 1.3em 0 2.7em;
  max-width: 43em;
}

.search_detail .item {
  padding: 1.2em 1em;
}

.search_detail table {
  width: 100%;
  font-size: 1.3em;
}

.search_detail td {
  width: 18.5em;
  line-height: normal;
}

.search_detail td:first-child {
  width: 11.8em; /* 12.7 w/o padding */
  padding-left: .9em;
}

.search_detail tr:first-child td:first-child {
  padding-left: 0;
  width: 12.7em;
}

.search_detail .mRow td {
  padding-top: 1.35em;
}

.search_detail tr:hover td {
  background-color: transparent;
}

#map-canvas {
	width: 389px;
	height: 225px;	
}

#map-canvas a {
   background: transparent;
   padding-left: 0;
}

#map-canvas div.opt-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
  background-color: #eeeeee;
  background-image: url("../Logos/google-maps-logo-2020.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.search_detail ul {
  list-style-type: none;
  font-size: inherit;
}

.lawywer-search {
    font-size: 1em !important;
}

.search_detail li {
  line-height: 1.5em;
}

.search_detail li.email a {
  background: transparent;
  padding-left: 0;
  font-weight: 700;
  color: #666;
}

/* telephone number on iPad */
.search_detail li a[href^=tel] {
  background: transparent;
  padding-left: 0;
}

.search_detail .item .lastname {
  text-transform: uppercase;
  color: #003c76;
  font-weight: 700;
  background: url('../Images/arrows/blue_right.png') no-repeat 0 4px;
  padding-left: 1.2em;
  display: inline-block;
}

.search_detail .item .firstname,
.search_detail .item .title {
  padding-left: 1.2em;
  color: #003c76;
  font-weight: 400;
}

.search_detail .ra-detail-check {
  margin-top: 4px;
}
.ym-gbox .content #tx-solr-search {
  max-width: 43em;
  float: none;
  margin-top: 1.5em;
}

.ym-gbox .content #tx-solr-search .tx-solr-relevance {
  background-color: #003c76;
  height: 8px;
}

.ym-gbox .content #tx-solr-search .tx-solr-relevance-bar {
  width: 100px;
  height: 8px;
  border: 1px solid #ccc;
  font-size: 1px;
  padding: 1px;
  float: left;
  margin-right: 5px;
  background-color: #CCC;
}

.ym-gbox .content #tx-solr-search .results-list {
  margin: 0;
  list-style: none;
}

.ym-gbox .content #tx-solr-search .results-list .results-entry {
  border-bottom: 1px dotted #d0ced0;
  padding-bottom: 1.55em;
  margin: 0;
}

.ym-gbox .content #tx-solr-search .results-list .results-entry:last-child {
  border: 0;
}

.ym-gbox .content #tx-solr-search .results-list .results-entry .results-teaser .result-content {
  margin: 0 0 7px 0;
}

.ym-gbox .content #tx-solr-search .results-list .results-entry .results-topic a {
  display: inline-block;
  background-position: 0px 5px;
}

.ym-gbox .content #tx-solr-search .results-list .results-entry .results-teaser {
  margin: 6px 0 0 13px;
}

.ym-gbox .content #tx-solr-search .results-list .results-entry .results-teaser .result-link {
  margin-top: 0;
}

.ym-gbox .content #tx-solr-search .results-list .results-entry .results-teaser .result-link a {
  font-weight: normal;
  background-position: left 4px;
  display: block;
}

.ym-gbox .content #tx-solr-search .result-content {
  margin-bottom: 2em;
}

.ym-gbox .content #tx-solr-search .result-content .tx-solr-search-word {
  font-weight: bold;
}

#toggle-body {
  display: none;
}

dl.inline_list {
  font-size: 1.25em;
  overflow: hidden;
  margin: 1em 0;
  padding: 0;
}

dl.inline_list dt {
  margin: 0;
  font-weight: normal;
  clear: left;
  float: left;
  width: 135px;
}

dl.inline_list dd {
  font-weight: bold;
  float: left;
  width: 290px;
  margin: 0;
}

dl.inline_list input {
   font-size: 1em;
}

#powermail_captchaimage {
  margin-top: 1em;
}

.tx-powermail .powermail_create {
  font-size: 1.3em;
}

.ym-gbox .csc-default .accordeon ul.accordeon_list li .newsletters-content {
  list-style: none;
  margin-top: 1em;
  font-size: 1.2em;
}

.ym-gbox .csc-default .accordeon ul.accordeon_list li .newsletters-content li {
  margin: 0;
}

.ym-gbox .csc-default .accordeon ul.accordeon_list li .newsletters-content li a.fancybox-iframe {
  font-weight: normal;
}
.tx-newsletter-arvhive h3.toggler {
  cursor: pointer;
  color: #003c76;
  border-bottom: 1px dotted #ccc;
  padding-bottom: .5em;
  padding-left: 1.25em;
}

.tx-newsletter-arvhive h3.toggler:hover {
  color: #333;
}

/* Styling menu of subpages on id 36 */
.ce-menu {
  list-style: none;
  font-size: 1.3em;
}

.ce-menu li {
  margin: 0;
}

dl.ce-menu,
.frame-type-menu_abstract ul {
  margin: 1.25em 0 0 0;
}
.frame-type-menu_abstract ul {
  list-style: none;
  padding: 0;
}

.frame-type-menu_abstract ul li a {
  font-size: 1em;
  color: #003c76;
  margin-left: -15px;
}
.frame-type-menu_abstract ul li a span {
  color: #003c76;
}
.ym-gbox .content .frame-type-menu_abstract ul li p {
  margin: 1.05em 0 0;
}
dl.ce-menu dd,
.ym-gbox .frame-type-menu_abstract ul li {
  margin: 0 0 1.5em;
  line-height: 1.3em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: .95em;
}

dl.ce-menu dd:last-child,
.frame-type-menu_abstract ul li:last-child {  
  border-bottom: 0 none;
  padding-bottom: 0;
}

.ym-gbox .content .csc-frame-frame1 {
  margin-top: 3em;
}

.ym-gbox .content .csc-frame-frame1 h2 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: .5em;
  margin-bottom: .75em;
  font-size: 1.3em;
  font-weight: bold;
}

.ym-gbox .content .csc-frame-frame2 {
  margin-top: 3.9em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1em;
}

.ym-gbox .content ul.tabs {
  list-style: none;
  border-bottom: solid 4px #003C76;
  margin-top: 2.2em;
  font-size: inherit;
  margin: 2.2em 0 0 0;
}

.ym-gbox .content ul.tabs li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #eeefef;
  margin: 0!important;
  height: 39px;
  line-height: 39px;
  padding: 0 1em 0 1em !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ie .ym-gbox .content ul.tabs li {
  margin: 0 4px 0 0!important;
}

.ym-gbox .content ul.tabs li a {
  background-image: none !important;
  display: inline-block;
}

.ym-gbox .content ul.tabs li:hover {
  background-color: #003C76;
  color: #fff;
}

.ym-gbox .content ul.tabs li:hover a {
  color: #fff!important;
}

.ym-gbox .content ul.tabs li a:link,
.ym-gbox .content ul.tabs li a:visited {
  color: #666;
  padding: 0 !important;
  font-size: 1.3em;
  font-weight: normal !important;
}

.ie7 .ym-gbox .content ul.tabs li a:link,
.ie7 .ym-gbox .content ul.tabs li a:visited {
  font-size: 1em;
}

.ym-gbox .content ul.tabs li a:hover,
.ym-gbox .content ul.tabs li a:active {
  text-decoration:none;
}

.ym-gbox .content ul.tabs li.active {
  background-color: #003C76;
}

.ym-gbox .content ul.tabs li.active a {
  background-color: #003C76;
  color: white !important;
}

ul.tabs li a:before,
.tab_content a:before {
  content: "" !important;
}
.tab_content { display: none; }
.tab_content.active { display: block; }

/* page25 */
.pagination_wrapper {
  margin-bottom: 25px;
}

.page-label {
  float: left;
  margin-right: 8px;
  font-size: 12px;
  padding-top: 2px;
}

.tab_content_item {
  display: none;
}

.tab_content_item:first-child {
  display: block;
}

#cms-paginate {
  list-style: none;
  margin: 0;
  overflow: hidden;
}

#cms-paginate li {
  background-color: #f4f4f4;
  font-size: 12px;
  cursor: pointer;
  width: auto;
  float: left;
  padding: 2px 4px 1px 4px;
  margin: 0 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #003c76;
}

#cms-paginate li:first-child {
  margin-left: 0;
}

#cms-paginate li:hover,
#cms-paginate .active {
  color: #666;
}

/* ----------------------------------------------
=c Calculator
---------------------------------------------- */

.result-text { display: none; }

/* ----------------------------------------------
=k tx-kesearch-pi1
---------------------------------------------- */

.tx-kesearch-pi1 { font-size: 13px; }
.tx-kesearch-pi1 .grey,
.tx-kesearch-pi1 .searchform { font-size: 10px; }
.kesearchbox.search { position: relative; overflow: hidden; top:auto; right: auto; z-index: auto; }
.kesearchbox.search .ym-searchform {
	float: left;
	display: inline;
	font-size: 10px;
}
.search { padding-right: 12px; }
.kesearchbox.search .ym-searchform .ym-searchbutton { top: 0; left: 0; }
.kesearchbox.search .ym-searchform .ym-searchfield { left: 0; }
.issuuembed { max-width: 100%!important }

.ym-grid .ym-g25.ym-gl { display: none; }
.sidebar-search { width: 100%; box-sizing: border-box; }
.content div.csc-mailform form,
.frame-type-form_formframework form { 
	padding: 1.8em 2.05em 1.2em 2em;
	display: block;
	background: #f4f4f4;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-bottom: 2em;
    position: relative;
}
.content div.csc-mailform li label,
.frame-type-form_formframework label { width: 8.5em; margin: 0; padding: 0; display: inline-block; }
.content div.csc-mailform li select,
.content div.csc-mailform li input,
.frame-type-form_formframework select,
.frame-type-form_formframework input {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.content div.csc-mailform li input[type="text"],
.frame-type-form_formframework input[type="text"] {
	width: 20.95em;
}
.frame-type-form_formframework .input {
  width: 20.95em;
  display: inline-block;
}
.frame-type-form_formframework .input .help-block {
  display: block;
  margin-top: .1rem;
}
.content div.csc-mailform li,
.frame-type-form_formframework .form-group {
	margin: 0 0 .75em 0;
}
.content div.csc-mailform li select,
.frame-type-form_formframework select {
	width: 8.65em;
}
.content div.csc-mailform li.csc-form-element-submit {
	overflow: hidden;
	padding-top: 5px;
}
.content div.csc-mailform li input[type="submit"],
.frame-type-form_formframework .btn-primary {
	float: right;
	background-image: url(../Images/arrows/blue_right.png);
    background-repeat: no-repeat;
	background-color: #e5e5e5;
    background-position: right 5px center;
    padding-right: 20px;
    padding-left: 5px;
    border: 0 none;'
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    height: 1.85em;   
    position: relative;
    text-align: left;
    top: 1px;
    width: auto;
    display: block;
    font-size: 1.3em;
    color: #003c76;
    cursor: pointer;
}
.news .description {
	padding-left: 15px;
	display: inline-block;
}
nav.form-navigation { background: transparent; }
.btn-group { overflow: hidden; margin-bottom: 5px; }
.frame-type-uploads.frame-layout-1 {
  background-color: #f4f4f4;
  margin-bottom: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1.5em 2em 1.6em 2em;
  position: relative;
  width: 100%;
  display: inline-block;
}
.frame-type-uploads.frame-layout-1 table {
  font-size: 1.3em;
}
.frame-type-uploads.frame-layout-1 table tr td a {
  color: #233e74;
}
.frame-type-uploads.frame-layout-1 table tr td {
  padding-bottom: 7px;
  line-height: 1.3em;
}
.frame-type-uploads.frame-layout-1 .icon {
  text-align: right;
  position: absolute;
  right: 2em;
  top: 1.5em;
  z-index: 8;
}
.frame-type-uploads.frame-layout-1 h3 {
  margin: 0 0 .75em 0;
  line-height: 1.3rem;
}

.accordeon ul.accordeon_list {
  list-style-image: none;
  list-style-type: none;
  font-size: 1em;
  margin: 0;
}

.accordeon ul.accordeon_list>li  {
  margin-bottom: 0;
  margin-left: 0;
}

.accordeon ul.accordeon_list li:last-child { margin-bottom: 0; }

.accordeon ul li:last-child > h3.toggler {
  border-bottom: 0;
}

.accordeon ul.accordeon_list li .content p a {
  font-weight: normal;
  /*display: block;*/
}

.accordeon ul.accordeon_list ul > li {
  list-style-image: url("../Images/arrows/grey_right.png");
  font-size: 1em;
  margin: .5em 1em;
}

.accordeon .content ul li {
  margin: 0;
}

.accordeon ul li h3.toggler  {
  font-style: normal !important;
  line-height:normal;
  color: #003c76;
  font-weight: bold !important;
  border-bottom: 1px dotted #ccc;
  padding-left: 2.25em;
  padding-bottom: 7px;
  cursor: pointer;
  background-image: url('../Images/left_arrow_blue.png');
  background-repeat: no-repeat;
  background-position: 5px 2px;
  background-color: #ffffff;
  margin: 0;
}

.accordeon ul li h3.toggler.active  {
  background: url('../Images/mini_down_arrow_blue.png') no-repeat right 2px top 8px;
  /*color: #666;*/
}

.ym-gbox .frame-default ul.newsletters-content {
  font-size: 1.3em;
  max-height: 0;
  transition: max-height 500ms cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
  margin-bottom: 0; 
}
.ym-gbox .frame-default .active + ul.newsletters-content {
  max-height: 2000px;
  transition: max-height 500ms ease-in-out;
}

@media screen and (min-width: 768px) {
	.ym-gl { float: left; }
	.ym-gr { float: right; }
	.ym-g50.ym-gl {
		width: 50%;
		box-sizing: border-box;
	}
	.ym-g25 {
		width: 25%;
		box-sizing: border-box;
	}
	
	.ym-gbox .button_set {
	  	margin: 1.3em 0 4.7em;
	  	width: 43em;
	}
	.subpage-socials .content-default {
	  float: left;
	}
	.subpage-socials .content-default,  
	.subpage-socials .socials,
	.tx-obdk .socials {
	  display: inline-block;
	  width: 215px;
	}
	.search_results .item .name {
		width: 160px;
	}	
	.item .description img { margin-left: 0; max-width: 113px; height: auto; }
	.ym-gbox .content .item .description a + ul { margin-left: 135px; }
	.ym-grid .ym-g50.ym-gl { width: 66.66%; }
	.ym-grid .ym-g25.ym-gr { width: 33.33%; }
}
@media screen and (min-width: 1024px) {
	.ym-grid .ym-g25.ym-gl { display: block; }
	.ym-grid .ym-g50.ym-gl { width: 50%; }
	.ym-grid .ym-g25.ym-gr { width: 25%; }
}
@media screen and (min-width: 1025px) {
	.ym-wrapper.content {	  
		padding-top: 19.85em;
	}
	.tx-newsletter-arvhive .accordeon ul.accordeon_list li {
		margin-bottom: 0.25em;
	}
}
@media screen and (max-width: 1024px) {
	
	.search_detail table,
	.item table tr > td,
	.search_detail td:first-child,
	.search_detail tr:first-child td:first-child {
		display: block;
		clear: both;
		width: 100%;
	}
	.item table tr td:first-child {
		padding-left: 0;
		font-weight: 600;
	}
	#map-canvas {
		width: 100%;
		height: 225px;	
	}
	.ym-gbox .button_set a.button1.blue.arrowRight {
		float: right;
	}
	.search_detail .item .lastname {
		padding-left: 0;
		background: none;
	}
	
	.item table tr td,
	.search_detail .mRow td {
		padding-top: 1.3em;
		padding-bottom: 0;
	}
	.item table tr td + td,
	.search_detail .mRow td + td {
		padding-top: 0;
	}
	
	.ym-gbox .content-default .item .mRow ul {
		margin: 0 0 1em;
		list-style-image: none;
	}
	.ym-gbox .button1.print {
		display: none;
	}
	.ym-gbox .content ul.glossary {
		padding: 0;
		background: none;
		margin: 1em 0;
	}
	.ym-gbox .content ul.glossary li {
		border: 1px solid #fff;
		margin: 0;
	}
	.ym-gbox .content ul.glossary li,
	.ym-gbox .content ul.glossary li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.ym-gl, .ym-gr {
		padding: 20px 15px;
	}
	.ym-gbox .content {
		max-width: 100%;
	}
	fieldset.twoColumn.oneThird .col2,
	fieldset .big,
	fieldset select.big {
		width: 100%;
		box-sizing: border-box;
		display: block;
	}
	.news-search-result .article.articletype-0 span.date,
	.news-list-view .article.articletype-0 span.date {
		padding-left: 0;
		font-size: 13px;
		width: 100%;
		float: none;
	}	
	.news-search-result .article.articletype-0 a, 
	.news-list-view .article.articletype-0 a {
		background: none;
		padding: 0;
		display:  block;
	}
	.news-search-result .article.articletype-0, 
	.news-list-view .article.articletype-0 {
		padding: 0 0 .5em;
		margin-bottom: 1em;
		border-bottom:  1px dotted #cccccc;
		display: block;
	}
	fieldset.twoColumn.oneThird .col1 {
		width: auto;
		margin-bottom: .5em;
	}
	#tg1 table td {
		padding: 0.5em 0;
	}
	.ym-gbox .content ul.tabs {
		border-bottom: 0;
	}
	.ym-gbox .content ul.tabs li {
		border-radius: 4px;
		width: 32%;
		text-align: center;
		box-sizing: border-box;
	}
	.item .description ul li.first-child {
		list-style-image: none;	
	}
	.item .icon {		
		z-index: 8;
	}
	.ym-gbox .content .item .description {
		z-index: 10;
	}
	.ym-gbox .content .item .description ul {
		margin: 0 0 0 30px;
	}	
	.ym-gbox .content h3, .ym-gbox .content h4, .ym-gbox .content h5, .ym-gbox .content h6 {
		margin: 1.5em 0;
	}
}
@media screen and (max-width: 730px) { 
	.logged-in .userInfo .white { top: 100px; }
	.contenttable { margin: 0 -5px; width: calc(100% + 10px); display: table; }
	.contenttable thead tr th,
	.contenttable tbody tr td { padding: 5px; font-size: 11px; }
}
@media screen and (max-width: 767px) {
  .ym-searchform {
    float: right;
  }
	.ym-g25.ym-gl {
		display: none;
	}
	.logged-in .userInfo .white { position: absolute; top: 30px; left: 15px; right: 15px; }
	.logged-in .ym-gbox .breadcrumbs { padding-top: 135px; }
}

/*solcials*/
.addthis_button_google_plusone_share { display: none; }

/* ----------------------------------------------
General
---------------------------------------------- */
.d-none {
  display: none !important;
}
.d-inline-block {
  display: inline-block !important;
}
.mt-1 {
  margin-top: .25rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.btn-link {
  font-family: /*"Droid Sans",*/ Arial, Helvetica, sans-serif;
  font-size: .8215rem !important;
  font-weight: normal !important;
}