@charset "utf-8";
/* normalize.css 2011-07-12T10:51 UTC � http://github.com/necolas/normalize.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font: 0.625em/1.8em Arial, Tahoma, Verdana, sans-serif; }

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

a {
  color: #333;
  text-decoration: none; }

a:visited {
  color: #333; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 100%; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace,monospace;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dd {
  margin: 0; }

nav ul, nav ol {
  list-style: none; }

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

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

figure {
  margin: 0; }

form {
  margin: 0; }

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

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

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

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

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

.alert-background {
  background: #000; }

.popup-alert-notice {
  background-color: #ffc;
  border-bottom-color: #fc0; }

.popup-alert-warning {
  background-color: #fdd;
  border-bottom-color: #f00; }

.portal-add-content {
  background: #fff;
  text-align: left;
  z-index: 20; }

.portal-add-content a {
  text-decoration: none; }

.portal-add-content h2 {
  color: #000; }

.portal-tool-tip {
  background: white url(../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
  color: #1e2529;
  max-width: 200px;
  padding: 6px 4px; }

.loading-animation {
  background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

hr, .separator {
  border-top: 1px dotted #bfbfbf; }

.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

.highlight {
  background: #ffc;
  font-weight: bold;
  padding: 0 1px; }

.portlet-dockbar, .portlet-staging-bar {
  background: url(/zgt-portal-theme/images/application/loading_indicator.gif) no-repeat 50%; }

.portlet-dockbar {
  background-color: #e0e7f1;
  border-bottom: 1px solid #636364; }

.dockbar, .staging-bar {
  visibility: hidden; }

.dockbar-ready .dockbar, .staging .staging-bar, .live-view .staging-bar {
  visibility: visible; }

.dockbar-ready .portlet-dockbar, .staging-ready .portlet-staging-bar, .portal-popup .portlet-dockbar, .portal-popup .portlet-staging-bar {
  background: 0;
  border-width: 0; }

.dockbar {
  background: #97a1ae url(/zgt-portal-theme/images/dockbar/dockbar_bg.png) repeat-x 0 0;
  border-bottom: 1px solid #636364;
  font-size: 13px;
  padding: 1px 5px;
  position: relative;
  z-index: 999;
  font-family: Arial,sans-serif; }

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

.dockbar a, .dockbar a:hover {
  color: #2c2f34;
  font-weight: bold;
  text-shadow: 1px 1px #FFF; }

.dockbar .menu-button-active {
  background: #5c94da url(/zgt-portal-theme/images/dockbar/button_active_bg.png) repeat-x 0 0; }

.dockbar .menu-button-active a {
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.dockbar .user-avatar .sign-out {
  font-size: .8em;
  padding-left: 0; }

.dockbar ul {
  margin: 0;
  padding: 0; }

.dockbar li li {
  margin-left: 0; }

html > .lfr-dockbar-pinned {
  padding-top: 3.45em; }

.lfr-dockbar-pinned .dockbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.dockbar .pin-dockbar {
  margin-left: 0; }

.ie6 .dockbar .pin-dockbar {
  display: none; }

.pin-dockbar img {
  background: url(/zgt-portal-theme/images/dockbar/pin.png) no-repeat 0 0;
  height: 27px;
  vertical-align: middle;
  width: 27px; }

.lfr-dockbar-pinned .pin-dockbar img {
  background-image: url(/zgt-portal-theme/images/dockbar/unpin.png); }

.dockbar .user-portrait {
  text-decoration: none; }

.dockbar .user-avatar img {
  vertical-align: middle;
  width: 25px; }

.dockbar .impersonating-user {
  background: url(/zgt-portal-theme/images/messages/alert.png) no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .impersonating-user .user-links a {
  color: #999; }

.variation-selector {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em; }

.layout-revision-container {
  margin: 1em 0 0 1em;
  padding: 0; }
  .layout-revision-container .aproximate-date {
    color: #999;
    font-weight: bold; }
  .layout-revision-container .current-version {
    color: #41801d;
    display: block; }
  .layout-revision-container .current-version-pointer {
    display: inline-block;
    width: 0; }
  .layout-revision-container .current-version-pointer img {
    left: -25px;
    position: relative; }
  .layout-revision-container .layout-variation-name {
    color: #666;
    font-size: 1.15em;
    margin-bottom: .1em;
    text-transform: uppercase; }
  .layout-revision-container .layout-revision-current {
    color: #666; }
  .layout-revision-container .real-date {
    color: #999;
    display: block;
    text-align: right; }
  .layout-revision-container .taglib-workflow-status .workflow-status {
    background: 0;
    padding-left: 0; }
    .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
      color: #41801d;
      font-weight: bold; }

.layout-revision-container-root {
  margin: 0; }

.staging-details {
  background: url() no-repeat 0 0;
  padding-left: 65px;
  min-height: 50px; }

.staging .staging-details {
  background-image: url(/zgt-portal-theme/images/staging_bar/staging.png); }

.live-view .staging-details {
  background-image: url(/zgt-portal-theme/images/staging_bar/live.png); }

.staging .staging-tabview-list {
  background-color: #ffdba6; }

.live-view .staging-tabview-list {
  background-color: #c4f0bc; }

.aui-dockbarmenu-hidden {
  visibility: hidden; }

.dockbar .aui-toolbar {
  float: left; }

.dockbar .user-toolbar {
  float: right; }

.aui-underlay .portal-add-content {
  background-color: transparent;
  font-size: 11px; }

.aui-underlay .portal-add-content .portlet-dd-placeholder {
  display: none; }

.add-application .yui3-widget-bd, .dockbar-messages .yui3-widget-bd {
  padding: 0 10px 10px; }

.add-application {
  left: 10px!important; }

.lfr-has-sidebar #main-content {
  padding-left: 0; }

.manage-layouts {
  left: 60px!important; }

.my-sites-menu {
  max-width: 350px; }

.my-sites-menu ul {
  list-style: none;
  max-height: 300px;
  overflow: auto; }

.my-sites-menu ul, .my-sites-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.my-sites-menu a {
  display: block;
  overflow: hidden;
  text-align: right;
  white-space: nowrap; }

.my-sites-menu .control-panel a {
  background: url(/zgt-portal-theme/images/dock/control_panel.png) no-repeat 3px 50%;
  padding-left: 25px; }

.my-sites-menu .current-site {
  border: solid #1d4280;
  border-width: 1px 0; }

.my-sites-menu .current-site a {
  background: #3068ba url(/zgt-portal-theme/images/arrows/01_right.png) no-repeat scroll 2px 30%;
  color: #FFF;
  padding-left: 20px;
  text-shadow: 1px 1px #333; }

.my-sites-menu .current-site .site-type {
  color: #FFF; }

.my-sites-menu .current-site a:hover, .my-sites-menu a:hover .site-type {
  color: #FFF;
  text-shadow: 1px 1px #333; }

.my-sites-menu .site-name {
  cursor: pointer;
  float: left; }

.my-sites-menu .site-type {
  color: #777;
  float: right;
  font-size: .8em;
  font-weight: normal;
  margin-left: 10px; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.my-sites-menu a:hover .site-type {
  color: #FFF; }

.ie7 .my-sites-menu a {
  overflow: visible;
  text-align: left; }

.ie7 .my-sites-menu .site-name {
  float: none; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.ie6 .my-sites-menu {
  width: 200px; }

.ie6 .my-sites-menu a {
  height: 1%; }

.dockbar .toggle-controls a {
  background: url(/zgt-portal-theme/images/dockbar/checked.png) no-repeat 0 50%;
  padding-left: 20px; }

.controls-hidden .toggle-controls a {
  background-image: url(/zgt-portal-theme/images/dockbar/unchecked.png); }

.toggle-controls a {
  background-image: url(/zgt-portal-theme/images/dockbar/unchecked.png); }

.dockbar .purge-cache a {
  background: url(../images/dockbar/arrow_refresh_small.png) no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .purge-cache .success {
  background: url(../images/dockbar/tick.png) no-repeat 0 50%;
  display: none;
  width: 16px;
  height: 12px; }

.dockbar .purge-cache .loading {
  background: url(../images/custom/ajax-loader-small.gif) no-repeat 0 50%;
  display: none;
  width: 16px;
  height: 7px; }

.dockbar .menu-button {
  background: url(/zgt-portal-theme/images/arrows/05_down.png) no-repeat 93% 50%;
  display: inline-block;
  padding: 5px 20px 5px 5px;
  text-decoration: none; }

.dockbar .menu-button span {
  background: url() no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .add-content .menu-button span {
  background-image: url(/zgt-portal-theme/images/common/add.png); }

.dockbar .manage-content .menu-button span {
  background-image: url(/zgt-portal-theme/images/dockbar/settings.png); }

.dockbar .my-sites .menu-button span {
  background-image: url(/zgt-portal-theme/images/dockbar/places.png); }

.dockbar-messages-container {
  left: 50%;
  margin-left: -150px; }

.dockbar-messages {
  width: 300px; }

.showing-messages .dockbar-messages {
  display: block; }

.multiple-messages .dockbar-message {
  border-top: 1px solid #CCC;
  padding: 5px 0; }

.multiple-messages .first {
  border-top-width: 0;
  padding-top: 0; }

.add-content-menu .add-page a {
  background: url(/zgt-portal-theme/images/navigation/add_page.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu a.lfr-portlet-used {
  color: #999;
  cursor: auto; }

.manage-content-menu li a, .manage-content-menu li .disabled {
  background: url() no-repeat 3px 50%;
  padding-left: 25px; }

.manage-content-menu .manage-page a {
  background-image: url(/zgt-portal-theme/images/dock/page_settings.png); }

.manage-content-menu .manage-site-content a {
  background-image: url(/zgt-portal-theme/images/common/site_icon.png); }

.manage-content-menu .manage-site-memberships a {
  background-image: url(/zgt-portal-theme/images/common/assign.png); }

.manage-content-menu .manage-page-customization a, .manage-content-menu .manage-page-customization .disabled {
  background-image: url(/zgt-portal-theme/images/dock/customizations.png); }

.manage-content-menu .page-layout a {
  background-image: url(/zgt-portal-theme/images/dock/layout.png); }

.manage-content-menu .sitemap a {
  background-image: url(/zgt-portal-theme/images/common/sitemap.png); }

.manage-content-menu .settings a {
  background-image: url(/zgt-portal-theme/images/common/configuration.png); }

.page-customization-bar {
  background-color: #999;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  min-height: 30px;
  padding: 5px; }

.controls-hidden .page-customization-bar {
  display: none; }

.page-customization-bar .customized-icon {
  margin: 5px;
  vertical-align: middle; }

.page-customization-bar .page-customization-actions {
  padding-left: 5em; }

.page-customization-bar .page-customization-actions a {
  color: #EEE;
  font-size: .8em;
  padding: 0 1em; }

.page-customization-bar .reset-prototype {
  display: inline;
  padding-left: 1em; }

.aui-dockbarmenu-hidden {
  visibility: hidden; }

.aui-underlay .portal-add-content {
  background-color: transparent;
  font-size: 11px; }

.aui-underlay .portal-add-content h2 {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial,sans-serif; }

.aui-underlay .portal-add-content .portlet-dd-placeholder {
  display: none; }

.add-application .aui-widget-bd {
  padding: 0 10px 10px; }

.add-application {
  left: 10px!important;
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #e1e1e1 0, #d8d8d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #d8d8d8));
  background: -webkit-linear-gradient(top, #e1e1e1 0, #d8d8d8 100%);
  background: -o-linear-gradient(top, #e1e1e1 0, #d8d8d8 100%);
  background: -ms-linear-gradient(top, #e1e1e1 0, #d8d8d8 100%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1',endColorstr='#d8d8d8',GradientType=0);
  padding: 10px;
  border: 1px solid #AAA; }

.manage-layouts {
  left: 60px!important; }

.my-sites-menu {
  position: absolute!important; }

.my-sites-menu ul {
  list-style: none; }

.my-sites-menu ul, .my-sites-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.my-sites-menu a {
  display: block;
  overflow: hidden;
  text-align: right;
  white-space: nowrap; }

.my-sites-menu .current-site a {
  background: #099;
  color: #FFF; }

.my-sites-menu .current-site a:hover {
  background: #099;
  color: #FFF; }

.my-sites-menu .current-site .site-type {
  color: #FFF; }

.my-sites-menu .current-site a:hover, .my-sites-menu a:hover .site-type {
  color: #FFF; }

.my-sites-menu .site-name {
  cursor: pointer;
  float: left; }

.my-sites-menu .site-type {
  color: #777;
  float: right;
  font-size: .8em;
  font-weight: normal;
  margin-left: 10px; }

.my-sites-menu a:hover .site-type {
  color: #FFF; }

.add-content-menu .add-page a {
  background: url(/zgt-portal-theme/images/navigation/add_page.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu {
  width: 200px!important; }

.add-content-menu .add-page {
  display: none; }

.add-content-menu .common-items .aui-menu-label {
  display: none; }

.add-content-menu .common-items .aui-menu-item a {
  padding: 3px; }

.add-content-menu .common-items .add-application {
  border: 0; }

.add-content-menu .common-items .add-application a {
  background: url(/zgt-portal-theme/images/common/portlet.png) no-repeat 3px 50%;
  padding-left: 25px; }

.manage-content-menu {
  width: 200px!important; }

.manage-content-menu li a {
  background: url() no-repeat 3px 50%;
  padding: 3px 3px 3px 25px!important; }

.manage-content-menu .manage-page a {
  background-image: url(/zgt-portal-theme/images/dock/page_settings.png); }

.manage-content-menu .manage-site-content a {
  background-image: url(/zgt-portal-theme/images/common/site_icon.png); }

.manage-content-menu .manage-site-memberships a {
  background-image: url(/zgt-portal-theme/images/common/assign.png); }

.manage-content-menu .manage-page-customization a, .manage-content-menu .manage-page-customization .disabled {
  background-image: url(/zgt-portal-theme/images/dock/customizations.png); }

.manage-content-menu .page-layout a {
  background-image: url(/zgt-portal-theme/images/dock/layout.png); }

.manage-content-menu .sitemap a {
  background-image: url(/zgt-portal-theme/images/common/sitemap.png); }

.manage-content-menu .settings a {
  background-image: url(/zgt-portal-theme/images/common/configuration.png); }

.aui-resize .aui-panel-content.aui-dialog-content {
  font-family: Tahoma,Arial,Verdana,sans-serif; }

.aui-dialog-content .aui-panel-hd {
  background: transparent;
  text-shadow: 1px 1px #066; }

.aui-dialog-content .aui-panel-hd-text {
  font-size: 12px;
  font-weight: bold;
  color: #fff; }

.aui-dialog-content .aui-buttonitem-content {
  border: 1px solid #c9c9c9; }

.aui-dialog-content .aui-panel-ft {
  background: #e7e8e9;
  border: 1px solid #c9c9c9;
  padding: 5px 10px; }

.aui-dialog-content .aui-dialog-button {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(0.25, white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(white, white 0.25, #e6e6e6);
  background-image: -moz-linear-gradient(white, white 0.25, #e6e6e6);
  background-image: -ms-linear-gradient(white, white 0.25, #e6e6e6);
  background-image: -o-linear-gradient(white, white 0.25, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #CCC;
  border-bottom-color: #BBB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.ui-dialog .ui-dialog-titlebar {
  background: #1da0a8;
  color: #fff; }

.portlet-journal .structure-tree .journal-article-field-label {
  font-size: 13px;
  margin: 0 0 0 3px; }

.portlet-journal .structure-tree .journal-article-field-label span.label {
  display: inline-block;
  margin-right: 10px; }

.portlet-journal .structure-tree .journal-article-component-container {
  width: 100%; }

.portlet-journal .structure-tree .journal-article-localized-checkbox {
  display: inline-block; }

.portlet-journal .structure-tree li.structure-field input.aui-field-input-text {
  color: #000;
  padding: 6px;
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-size: 12px;
  width: 80%; }

.portlet-journal .structure-tree li.structure-field textarea {
  color: #000;
  height: 200px;
  font-size: 12px; }

.portlet-journal .structure-tree li.structure-field {
  border: 1px dotted #999;
  padding: 5px;
  background: #ccc; }

.portlet-journal .structure-tree li.structure-field .structure-field {
  background: #ddd; }

.portlet-journal .structure-tree li.structure-field .structure-field .structure-field {
  background: #eee; }

.portlet-journal .journal-article-field-label {
  text-shadow: 1px 1px #fff;
  color: #000; }

.portal-add-content h2 {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold; }

.aui-state-default {
  background: #d4d4d4 url(/zgt-portal-theme/images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #9e9e9e #9e9e9e #c8c9ca; }

.aui-state-hover {
  background: #b9ced9 url(/zgt-portal-theme/images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782; }

.aui-state-active {
  background: #ebebeb url(/zgt-portal-theme/images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }

.results-grid {
  background: #FFF;
  border: solid #d7d7d7;
  border-width: 0 1px; }

.results-header {
  background: #D1D6DC; }
  .results-header th {
    background: #d9d9d9 url(/zgt-portal-theme/images/application/subheader_bg.png) 0 0 repeat-x;
    border: 1px solid #ccc; }
    .results-header th.sort-column {
      background: #ebebeb url(/zgt-portal-theme/images/application/state_active_bg.png) 0 0 repeat-x;
      border: 1px solid #ccc;
      color: #1F1E1E; }
      .results-header th.sort-column .result-column-name {
        background: url(/zgt-portal-theme/images/arrows/05_up.png) no-repeat 100% 50%;
        display: inline-block;
        font-style: italic;
        padding-right: 15px; }
    .results-header th.first {
      border-left-width: 0; }
    .results-header th.last {
      border-right-width: 0; }
  .results-header th, .results-header td {
    color: #7b7c7f;
    padding: 5px 10px;
    word-wrap: break-word; }
  .results-header th.sort-desc .result-column-name {
    background: url(/zgt-portal-theme/images/arrows/05_down.png) no-repeat 100% 50%;
    display: inline-block;
    font-style: italic;
    padding-right: 15px; }
  .results-header span, .results-header a {
    display: block; }
  .results-header a {
    color: #154B75;
    text-decoration: none; }
    .results-header a:hover {
      color: #369;
      text-decoration: underline; }

.results-row td {
  background: 0;
  border: 1px solid;
  border-color: #D7D7D7 #E7E7E7;
  padding: 5px 10px;
  font-size: 12px; }
  .results-row td.sort-column {
    background: #e6ecef; }
.results-row.selected td, .results-row.selected.hover td {
  background-color: #00A2EA;
  border-color: #00A2EA #00A2EA #D7D7D7;
  color: #FFF; }
  .results-row.selected td a, .results-row.selected.hover td a {
    color: #FFF; }
.results-row.alt.selected td, .results-row.alt.selected.hover td {
  background-color: #00a2ea; }
.results-row.alt td {
  background: #f5f8fb; }
.results-row.hover td {
  background: #d3e8f1;
  border-bottom-color: #d7d7d7;
  border-left-color: transparent;
  border-right-color: transparent; }

.taglib-search-iterator .results-row td.first, .taglib-search-iterator .results-row th.first {
  border-left-width: 0; }
.taglib-search-iterator .results-row td.last, .taglib-search-iterator .results-row th.last {
  border-right-width: 0; }

.aui-tab-content {
  padding: 0; }

.aui-tabview-list {
  border-top: 0;
  border-left: none;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: 0; }

.aui-tabview-list .aui-state-default {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  background: 0;
  text-shadow: none; }

.aui-tabview-list, .aui-tab-content {
  background: 0; }

.aui-tabview-list .first, .aui-tabview-list .aui-tab:first-child {
  border: 0; }

.aui-tab-active .aui-tab-content, .aui-tab-active .aui-tab-content:hover {
  background: 0;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.aui-tabview-list .aui-state-default a {
  background: #f2f4f4;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  border-right: 1px solid #dadbdb;
  padding: 8px 15px; }

.aui-tabview-list .aui-state-default.last a {
  border-right: 0; }

.aui-tabview-list .aui-state-default a:hover {
  color: #fff;
  background: #828282;
  font-size: 13px;
  font-weight: 600;
  border-right: 1px solid #dadbdb;
  padding: 8px 15px; }

.aui-tabview-list .aui-tab-active a {
  color: #fff;
  background: #828282;
  font-size: 13px;
  font-weight: 600;
  border-right: 1px solid #dadbdb;
  padding: 8px 15px;
  text-shadow: none; }

#lfr-look-and-feel .aui-tabview-list .aui-state-default a, #lfr-look-and-feel .aui-tabview-list .aui-state-default a:hover, #lfr-look-and-feel .aui-tabview-list .aui-tab-active a {
  font-size: 11px;
  font-weight: 100; }

.aui-tabview-list .aui-tab-label {
  text-shadow: none; }

.aui-tab-content, .aui-tab-content:hover {
  padding: 0;
  margin: 0;
  background: 0;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }

input[type="submit"], input[type="button"], input[type="reset"] {
  display: inline-block;
  padding: 7px 16px; }

input[type="text"], input[type="password"], input[type="file"], select, textarea, .textarea {
  display: inline-block;
  padding: 5px 6px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #606060;
  background: #fbfbfb;
  border-color: gainsboro;
  border: 1px solid #CCC;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

input[type="text"], input[type="password"], input[type="file"] {
  height: 30px;
  padding: 0 6px; }

#content #layout-grid {
  border-collapse: collapse;
  width: 100%; }

#layout-grid.dragging .lfr-column {
  min-height: 100px; }

.lfr-column.fix160 {
  width: 160px; }

.lfr-column.fix1024 {
  width: 1024px; }

.aui-w10 {
  width: 10%; }

.aui-w20 {
  width: 20%; }

.aui-w30 {
  width: 30%; }

.aui-w40 {
  width: 40%; }

.aui-w50 {
  width: 50%; }

.aui-w60 {
  width: 60%; }

.aui-w70 {
  width: 70%; }

.aui-w80 {
  width: 80%; }

.aui-w90 {
  width: 90%; }

.columns-1 #column-1.fix160 {
  display: table;
  width: 160px; }

.freeform .lfr-column {
  position: relative; }

.portlet-layout {
  border-collapse: collapse;
  clear: both;
  display: table;
  border-spacing: 0;
  table-layout: auto;
  width: 100%; }

.ie6 div.portlet-layout, .ie7 div.portlet-layout {
  height: 1%; }

.portlet-column {
  display: table-cell;
  vertical-align: top; }

.ie6 div.portlet-column, .ie7 div.portlet-column {
  float: left;
  overflow: hidden;
  width: 100%; }

.ie6 div.aui-column-last, .ie7 div.aui-column-last {
  margin-right: -1px; }

.portlet-column-content {
  padding: 0; }

.ie6 .portlet-column-content, .ie7 .portlet-column-content {
  zoom: 1; }

.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
  padding-left: 0; }

.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
  padding-right: 0; }

.portlet-column-content.empty {
  padding: 0; }

#main-content.dragging .portlet-column {
  border: 3px double #828f95;
  height: 100px;
  min-height: 100px; }

.lfr-actions.portlet-options .lfr-trigger strong span, .visible.portlet-options .lfr-trigger strong span {
  background-image: url(/zgt-portal-theme/images/portlet/options.png); }

.lfr-actions.portlet-options:hover, .lfr-actions.portlet-options:hover ul {
  background: transparent; }

.lfr-menu-list {
  z-index: 450; }

.aui-menu .notice-message {
  background-image: none;
  margin: 3px;
  padding: 6px; }

.aui-menu {
  position: absolute;
  width: auto; }

.aui-menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }

.aui-menu-content li {
  margin: 0;
  padding: 0; }

.aui-menu-content, .lfr-menu-list ul {
  background: #f2f2f2;
  border: 1px solid;
  border-color: #c6c6c6;
  padding: 0; }

.aui-menugroup-content h4 {
  background: #d2d6de;
  border-width: 0;
  color: #5b677d;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.aui-menugroup-content ul, .lfr-menu-list ul ul {
  display: block;
  min-width: 0; }

.aui-menu-content li, .lfr-menu-list ul li {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 0; }

.ie7 .aui-menu-content li {
  z-index: 10; }

.aui-menu-content li.first, .lfr-menu-list ul li.first {
  border-top-width: 0; }

.aui-menu-content li.last, .lfr-menu-list ul li.last {
  border-bottom-width: 0; }

.aui-menu-content li a, .lfr-menu-list ul li a {
  color: #2c2f34;
  display: block;
  text-decoration: none;
  padding: 4px 6px; }

.aui-menu-content li a:hover, .lfr-menu-list ul a:hover {
  background-color: #ddd; }

.aui-menu-content a, .lfr-menu-list li a, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  font-weight: bold; }

.aui-toolbar li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle; }

.ie6 .aui-toolbar li, .ie7 .aui-toolbar li {
  display: inline; }

.aui-toolbar-separator {
  background: url(/zgt-portal-theme/images/dockbar/separator.png) no-repeat 100% 50%;
  border-width: 0;
  cursor: default;
  font-size: 1px;
  height: 16px;
  margin: 0 2px;
  overflow: hidden;
  vertical-align: middle;
  width: 4px; }

.aui-loadingmask-content {
  background: #CCC; }

.aui-loadingmask-message {
  background: #d4d4d4 url(/zgt-portal-theme/images/portlet/header_bg.png) repeat-x 0 0; }

.ui-wrapper {
  border: 2px solid #828f95; }

.ui-wrapper input, .ui-wrapper textarea {
  border: 0; }

.ui-dialog-overlay {
  background: #000;
  opacity: .8;
  z-index: 400; }

.ie .ui-dialog-overlay {
  filter: alpha(opacity=80); }

.results-grid {
  padding: 5px 0; }

.results-header th, .results-header td {
  padding: 5px 10px; }

.results-header th a, .results-header td a {
  color: #fff; }

.ui-autocomplete-even, .results-row td {
  padding: 5px 10px; }

#content #layout-grid.dragging {
  border-collapse: separate; }

#content #layout-grid.dragging .lfr-column {
  border: 3px double #828f95; }

.drop-area {
  background-color: #666; }

.active-area {
  background: #CCC; }

.ui-proxy {
  cursor: move;
  opacity: .65;
  position: relative; }

.ie .ui-proxy {
  filter: alpha(opacity=65); }

.ui-proxy.generic-portlet {
  height: 200px;
  width: 300px; }

.ui-proxy.generic-portlet .portlet-title {
  padding: 10px; }

.ui-proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px; }

.ie .ui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.ui-resizable-proxy {
  border: 1px dashed #828f95; }

.navigation-sort-helper {
  background: #727c81;
  margin-top: 1px; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  background: transparent url("") no-repeat 50% 50%;
  display: none;
  font-size: .1px;
  position: absolute; }

.ui-resizable .ui-resizable-handle {
  display: block; }

.js .ui-resizable-disabled .ui-resizable-handle {
  display: none; }

.js .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n, .ui-resizable-s {
  background-image: url(../images/application/handle_horizontal.png);
  height: 14px;
  left: 0;
  right: 0; }

.ui-resizable-n {
  cursor: n-resize;
  top: 0; }

.ui-resizable-s {
  bottom: 0;
  cursor: s-resize; }

.ui-resizable-e, .ui-resizable-w {
  background-image: url(../images/application/handle_vertical.png);
  background-position: center center;
  bottom: 0;
  top: 0;
  width: 14px; }

.ui-resizable-e {
  cursor: e-resize;
  right: 0; }

.ui-resizable-w {
  cursor: w-resize;
  left: 0; }

.ui-resizable-ne, .ui-resizable-nw {
  height: 14px;
  top: 0;
  width: 14px; }

.ui-resizable-ne {
  background-image: url(../images/application/handle_ne.png);
  cursor: ne-resize;
  right: 0; }

.ui-resizable-nw {
  background-image: url(../images/application/handle_nw.png);
  cursor: nw-resize;
  left: 0; }

.ui-resizable-se, .ui-resizable-sw {
  bottom: 0;
  height: 14px;
  width: 14px; }

.ui-resizable-se {
  background-image: url(../images/application/handle_se.png);
  cursor: se-resize;
  right: 0; }

.ui-resizable-sw {
  background-image: url(../images/application/handle_sw.png);
  cursor: sw-resize;
  left: 0; }

.freeform .portlet-boundary .ui-resizable-handle {
  margin: 3px; }

.ui-slider {
  position: relative; }

.ui-slider-handle {
  position: absolute; }

.ui-slider-disabled .ui-slider-handle {
  opacity: .5; }

.ie .ui-slider-disabled .ui-slider-handle {
  filter: alpha(opacity=50); }

.ui-slider-range {
  background: #1e2529;
  height: 100%;
  opacity: .3;
  position: absolute;
  width: 100%; }

.ie .ui-slider-range {
  filter: alpha(opacity=30); }

.ui-tabs {
  margin: 0 0 8px 0;
  padding: 0; }

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

.ie .ui-tabs {
  overflow: hidden; }

.ie6 .ui-tabs {
  height: 1%; }

.ui-tabs > li {
  display: inline;
  float: left;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  position: relative;
  top: 1px; }

.ui-tabs > li.last {
  border-right: 1px solid #ccc; }

.ui-tabs > li a, .tabs > li span {
  display: block;
  float: left;
  padding: 7px 8px 7px 8px;
  position: relative;
  text-decoration: none; }

.ui-tabs > li a:hover {
  text-decoration: underline; }

.ui-tabs > li.current a, .ui-tabs > li.current span {
  border-bottom: 0; }

.ui-tabs > .ui-tabs-disabled a {
  cursor: text; }

.ui-tabs-disabled {
  opacity: .4; }

.ie .ui-tabs-disabled {
  filter: alpha(opacity=40); }

.ui-tabs > .ui-tabs-disabled a:link, .ui-tabs > .ui-tabs-disabled a:visited {
  color: #000; }

.ui-tabs-hide {
  display: none; }

.ui-tabs > .toggle.last {
  float: right; }

.ui-dialog {
  background-color: #fff;
  border: 2px solid #828f95;
  padding: 4px; }

.ui-dialog .ui-dialog-titlebar {
  font-size: 14px;
  font-weight: bold;
  min-height: 28px;
  padding: 0;
  position: relative;
  z-index: 1; }

.ie .ui-dialog .ui-dialog-container {
  z-index: 1; }

.ie6 .ui-dialog .ui-dialog-titlebar {
  height: 29px; }

.ui-dialog.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-dialog .ui-dialog-titlebar-close {
  background: url(../images/application/close.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 16px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: none; }

.ui-dialog.has-title .ui-dialog-title {
  background: url(../images/arrows/04_right.png) no-repeat 7px 50%;
  display: block;
  font-weight: bold;
  padding: 5px;
  padding-left: 20px; }

.ui-dialog.ui-resizable .ui-dialog-content {
  padding: 14px; }

.ui-dialog.ui-resizable-disabled .ui-dialog-content {
  padding: 7px; }

.ui-dialog .ui-dialog-buttonpane {
  bottom: 8px;
  position: absolute;
  right: 12px;
  text-align: right;
  width: 100%; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: 6px; }

#ui-datepicker-div, .ui-datepicker-inline {
  background: #fff;
  border: 2px solid #828f95;
  padding: 3px;
  width: 185px; }

#ui-datepicker-div {
  display: none; }

.ui-datepicker-inline {
  border: 0;
  display: block;
  float: left; }

.ui-datepicker-dialog {
  padding: 5px!important; }

img.ui-datepicker-trigger {
  margin: 2px;
  vertical-align: middle; }

.ui-datepicker-prompt {
  color: #000;
  float: left;
  padding: 2px; }

.ie6 .ui-datepicker-prompt {
  width: 185px; }

.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
  clear: both;
  float: left;
  width: 100%; }

.ui-datepicker-control {
  background: #d3dadd;
  border-bottom: 1px solid #aeb8bc;
  margin-bottom: 2px; }

.ui-datepicker-links {
  background: #727c81;
  margin-bottom: 1px;
  padding: 5px 0; }

.ui-datepicker-links a {
  color: #fff;
  display: block;
  margin: 0 5px; }

.ui-datepicker-control, .ui-datepicker-links {
  font-weight: bold;
  letter-spacing: 1px; }

.ui-datepicker-links label {
  padding: 2px 5px; }

.ui-datepicker-clear, .ui-datepicker-prev {
  float: left;
  width: 34%; }

.ui-datepicker-prev a, .ui-datepicker-next a {
  background: url("") no-repeat;
  font-size: 0;
  height: 16px;
  line-height: 0;
  text-indent: -9999em;
  width: 16px; }

.ui-datepicker-prev a {
  background-image: url(../images/application/datepicker_previous.png); }

.ui-datepicker-next a {
  background-image: url(../images/application/datepicker_next.png); }

.ui-datepicker-current {
  float: left;
  line-height: 1.3;
  text-align: center;
  width: 30%; }

.ui-datepicker-close a {
  background: url(../images/application/close.png) no-repeat;
  display: block;
  float: right;
  height: 16px;
  margin: 5px 5px 5px 0;
  text-indent: -9999em;
  width: 16px; }

.ui-datepicker-next {
  float: right;
  text-align: right; }

.ui-datepicker-header {
  border-bottom: 1px solid #dedede;
  font-weight: bold;
  padding: 5px 0 6px;
  text-align: center; }

.ui-datepicker-header select {
  background: #727c81;
  border: 0;
  color: #000;
  font-weight: bold; }

.ui-datepicker-header .ui-datepicker-new-month {
  float: left;
  margin-left: 5px; }

.ui-datepicker-header .ui-datepicker-new-year {
  float: right;
  margin-right: 5px; }

.ui-datepicker {
  text-align: center;
  width: auto; }

.ui-datepicker a {
  display: block;
  width: 23px; }

.ui-datepicker .ui-datepicker-title-row a {
  color: #1e2529;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-days-row {
  background: #fff;
  color: #727c81; }

.ui-datepicker-week-col {
  color: #b5bfc4; }

.ui-datepicker-days-cell a {
  background: #f0f5f7;
  border: 1px solid #fff; }

.ui-datepicker-days-cell a:hover {
  background-color: #727c81;
  color: #fff; }

.ui-datepicker-current-day a {
  background-color: #fff;
  border: 1px solid #727c81;
  color: #369; }

.ui-datepicker-current-day a:hover {
  background-color: #dff4ff;
  border-color: #aeb8bc;
  color: #06c; }

.ui-datepicker .ui-datepicker-unselectable {
  color: #b5bfc4; }

#ui-datepicker-div a, .ui-datepicker-inline a {
  cursor: pointer; }

.ui-datepicker-one-month:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ie .ui-datepicker-one-month {
  height: 1%; }

.ui-datepicker-new-row {
  clear: left; }

.ie6 .ui-datepicker-cover {
  display: block;
  filter: mask();
  height: 200px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 193px;
  z-index: -1; }

.ui-colorpicker {
  background-image: url(../images/color_picker/picker_container_bg.png);
  font: 11px Arial,Helvetica,sans-serif;
  height: 192px;
  position: relative;
  width: 305px; }

.ui-colorpicker-color {
  background-color: #F00;
  background-image: url(../images/color_picker/picker_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 184px;
  left: 8px;
  position: absolute;
  top: 5px;
  width: 184px; }

.ui-colorpicker-color-handle {
  background-image: url(../images/color_picker/select.png);
  height: 11px;
  position: absolute;
  width: 11px; }

.ui-colorpicker-hue {
  background-image: url(../images/color_picker/hue.png);
  height: 186px;
  left: 200px;
  position: absolute;
  top: 3px;
  width: 18px; }

.ui-colorpicker-hue-handle {
  background-image: url(../images/color_picker/color_indic.png);
  height: 7px;
  position: absolute;
  width: 18px; }

.ui-colorpicker-current {
  background: #fff;
  border: 2px solid #727c81;
  height: 60px;
  position: absolute;
  right: 10px;
  top: 31px;
  width: 60px; }

.ui-colorpicker-values {
  left: 230px;
  position: absolute;
  top: 100px;
  width: 60px; }

.ui-colorpicker-values table {
  width: 100%; }

.ui-colorpicker-values table input {
  margin-bottom: 1px;
  padding: 3px 1px;
  width: 100%; }

.ui-colorpicker-rgbR, .ui-colorpicker-rgbG, .ui-colorpicker-rgbB {
  width: 20px; }

.ui-colorpicker-hex {
  width: 40px; }

.ui-colorpicker-close {
  background: url(../images/color_picker/close.png) no-repeat 0 0;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 3px;
  text-indent: -9999em;
  top: 3px;
  width: 23px; }

.ui-autocomplete-results {
  border: 1px solid;
  border-color: #bfbfbf #dedede #dedede #bfbfbf;
  overflow: hidden;
  padding: 0;
  z-index: 300; }

.ui-autocomplete-results ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  width: 100%; }

.ui-autocomplete-results li {
  cursor: default;
  display: block;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 2px 5px; }

.ui-autocomplete-loading, .ui-autocomplete-loading.focus {
  background-image: url(../images/application/loading_indicator.gif);
  background-position: right center;
  background-repeat: no-repeat; }

.ui-autocomplete-results li strong {
  color: #06c;
  font-weight: bold; }

.ui-tags {
  display: block;
  padding: 5px 0 2px; }

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

.ie .ui-tags {
  height: 1%; }

.ui-tags.empty {
  display: none; }

.ui-tags .ui-tag {
  background: #dff4ff;
  border: 1px solid #a7cedf;
  float: left;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 3px 20px 3px 6px;
  padding-right: 20px;
  position: relative; }

.ui-tags .ui-tag:hover {
  border-color: #aeb8bc; }

.ui-tags .ui-tag-delete {
  display: block;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 3px; }

.ui-tags .ui-tag-delete span {
  background: url(../images/application/close_small.png) no-repeat 0 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 7px;
  text-indent: -9999em;
  width: 7px; }

.ui-tags .ui-tag-delete:hover span {
  background-position: 0 100%; }

.ui-tags-input {
  width: 200px; }

.aui-state-default {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #9e9e9e #9e9e9e #c8c9ca; }

.aui-state-hover {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782; }

.aui-state-active {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }

.results-header {
  background: #d1d6dc; }

.results-header th, .results-header td {
  color: #7b7c7f;
  padding: 5px 10px; }

.results-header .sort-column .result-column-name {
  background: url(../images/arrows/05_up.png) no-repeat 100% 50%;
  display: inline-block;
  font-style: italic;
  padding-right: 15px; }

.results-header .sort-desc .result-column-name {
  background-image: url(../images/arrows/05_down.png); }

.results-row td {
  background: 0;
  padding: 5px 10px; }

.results-row.alt td {
  background: #dde1e6; }

.results-row.hover td {
  background: #bcc3cc; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #d3dadd; }

.active-area {
  background: #FFC; }

.portlet-boundary.aui-dd-dragging {
  opacity: .6; }

.ie .portlet-boundary.aui-dd-dragging {
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60); }

.portlet-boundary.aui-dd-dragging .portlet {
  border: 2px dashed #ccc; }

.aui-portal-layout-proxy {
  opacity: 1!important; }

.aui-portal-layout-proxy .portlet-topper {
  background-image: none; }

.aui-proxy {
  cursor: move;
  opacity: .65;
  position: absolute; }

.ie .aui-proxy {
  filter: alpha(opacity=65); }

.aui-proxy.generic-portlet {
  height: 200px;
  width: 300px; }

.aui-proxy.generic-portlet .portlet-title {
  padding: 10px; }

.aui-proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px; }

.ie .aui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.aui-resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

.aui-sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.aui-portal-layout-drag-target-indicator {
  margin: 2px 0; }

.aui-tooltip {
  max-width: 200px; }

.aui-tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  padding: 0; }

.aui-tagselector-content .aui-textboxlistentry-holder {
  background: #fff;
  border: 1px solid;
  border-color: #bfbfbf #dedede #dedede #bfbfbf;
  margin-bottom: 5px;
  padding: 5px;
  position: relative;
  overflow: visible; }

.aui-tagselector .lfr-tag-selector-input {
  background: 0;
  padding: 0;
  width: auto; }

.aui-tagselector-focused .aui-textboxlistentry-holder {
  background: #FFC none;
  border: 1px solid #FC0; }

.aui-tagselector .aui-field .aui-field-content {
  margin: 0; }

.aui-tagselector .aui-toolbar {
  margin-top: 5px; }

.aui-tagselector .aui-textboxlist-input-container {
  margin: 0; }

.aui-categoriesselector-content .aui-textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

.tag-cloud, .tag-list {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em .5em 1em;
  white-space: normal; }

.tag-cloud {
  line-height: 2.5em; }

.tag-cloud li, .tag-list li {
  display: inline;
  float: left;
  margin: 0 1em 0 0; }

.tag-cloud a, .tag-list a {
  white-space: nowrap; }

.tag-cloud .tag-asset-count {
  clip: rect(0 0 0 0);
  position: absolute; }

.tag-cloud .tag-popularity-1 {
  font-size: 1em; }

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em; }

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em; }

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em; }

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em; }

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em; }

.aui-underlay {
  clear: both;
  top: 100%; }

.aui-underlay-hidden {
  display: none; }

.aui-underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #aeafb1;
  border-width: 0 1px 1px; }

.aui-underlay .aui-widget-hd {
  height: 38px; }

.aui-underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

.aui-underlay .lfr-portlet-item {
  border-width: 0; }

.lfr-panel-container {
  background: transparent; }

.lfr-panel-container {
  background: #FFF; }

.aui-dialog-bd {
  min-height: 30px; }

.aui-dialog-content {
  border: 1px solid #c8c9ca;
  padding: 5px; }

.aui-panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #aeb2b8 #aeb2b8 #c8c9ca;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.lfr-actions.portlet-options .lfr-trigger strong span, .visible.portlet-options .lfr-trigger strong span {
  background-image: url(../images/portlet/options.png);
  padding-left: 23px;
  padding-right: 0; }

.lfr-actions.direction-down .lfr-trigger strong a {
  padding: 0!important; }

.lfr-actions.portlet-options:hover, .lfr-actions.portlet-options:hover ul {
  background: transparent; }

.lfr-menu-list {
  z-index: 450; }

.aui-menu .notice-message {
  background-image: none;
  margin: 3px;
  padding: 6px; }

.aui-menu {
  position: absolute;
  width: auto; }

.aui-menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }

.aui-menu-content li {
  margin: 0;
  padding: 0; }

.aui-menu-content, .lfr-menu-list ul {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #aeafb1 #777879 #777879 #aeafb1;
  padding: 2px 0; }

.aui-menugroup-content .aui-menu-label {
  background: #d2d6de;
  color: #5b677d;
  display: block;
  font-weight: bold;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.aui-menugroup-content ul, .lfr-menu-list ul ul {
  display: block;
  min-width: 0; }

.aui-menu-content li, .lfr-menu-list ul li {
  border-bottom: 1px solid #bcbbbb;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }

.ie7 .aui-menu-content li {
  z-index: 10; }

.aui-menu-content li.first, .lfr-menu-list ul li.first {
  border-top-width: 0; }

.aui-menu-content li.last, .lfr-menu-list ul li.last {
  border-bottom-width: 0; }

.aui-menu-content li a, .lfr-menu-list ul li a {
  color: #2c2f34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.aui-menu-content li a.aui-focus, .lfr-menu-list ul a.aui-focus, .lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.aui-menu-content a, .lfr-menu-list li a, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  font-weight: bold;
  text-shadow: 1px 1px #FFF; }

.aui-toolbar li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle; }

.ie6 .aui-toolbar li, .ie7 .aui-toolbar li {
  display: inline; }

.aui-toolbar-separator {
  background: url(../images/dockbar/separator.png) no-repeat 100% 50%;
  border-width: 0;
  cursor: default;
  font-size: 1px;
  height: 16px;
  margin: 0 2px;
  overflow: hidden;
  vertical-align: middle;
  width: 4px; }

.aui-loadingmask-content {
  background: #CCC; }

.aui-loadingmask-message {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0; }

.aui-tree-node-selected .aui-tree-label {
  background-color: transparent;
  font-weight: bold; }

.aui-state-default {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #9e9e9e #9e9e9e #c8c9ca; }

.aui-state-hover {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782; }

.aui-state-active {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }

.results-grid {
  background: #FFF;
  border: 0;
  border-width: 0 1px; }

.results-header {
  background: #d1d6dc; }

.results-header th {
  background: #d9d9d9 url(../images/application/subheader_bg.png) 0 0 repeat-x;
  border: 1px solid #ccc; }

.results-header th.sort-column {
  background: #ebebeb url(../images/application/state_active_bg.png) 0 0 repeat-x;
  border: 1px solid #ccc;
  color: #1f1e1e; }

.results-header th.sort-column .result-column-name {
  background: url(../images/arrows/05_up.png) no-repeat 100% 50%;
  display: inline-block;
  font-style: italic;
  padding-right: 15px; }

.results-header th.first {
  border-left-width: 0; }

.results-header th.last {
  border-right-width: 0; }

.results-header th, .results-header td {
  color: #7b7c7f;
  padding: 5px 10px;
  word-wrap: break-word; }

.results-header th.sort-desc .result-column-name {
  background: url(../images/arrows/05_down.png) no-repeat 100% 50%;
  display: inline-block;
  font-style: italic;
  padding-right: 15px; }

.results-header span, .results-header a {
  display: block; }

.results-header a {
  color: #154b75;
  text-decoration: none; }

.results-header a:hover {
  color: #369;
  text-decoration: underline; }

.results-row td {
  background: 0;
  border: 1px solid;
  border-color: #d7d7d7 #e7e7e7;
  padding: 5px 10px; }

.results-row td.sort-column {
  background: #e6ecef; }

.results-row.selected td, .results-row.selected.hover td {
  background-color: #00a2ea;
  border-color: #00a2ea #00a2ea #d7d7d7;
  color: #FFF; }

.results-row.selected td a, .results-row.selected.hover td a {
  color: #FFF; }

.results-row.alt.selected td, .results-row.alt.selected.hover td {
  background-color: #00a2ea; }

.results-row.alt td {
  background: #f5f8fb; }

.results-row.hover td {
  background: #d3e8f1;
  border-bottom-color: #d7d7d7;
  border-left-color: transparent;
  border-right-color: transparent; }

.taglib-search-iterator .results-row td.first, .taglib-search-iterator .results-row th.first {
  border-left-width: 0; }

.taglib-search-iterator .results-row td.last, .taglib-search-iterator .results-row th.last {
  border-right-width: 0; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #d3dadd; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: .6; }

.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc; }

.aui-portal-layout-proxy {
  opacity: 1!important; }

.aui-portal-layout-proxy .portlet-topper {
  background-image: none; }

.aui-proxy {
  cursor: move;
  opacity: .65;
  position: absolute; }

.aui-proxy.generic-portlet {
  height: 200px;
  width: 300px; }

.aui-proxy.generic-portlet .portlet-title {
  padding: 10px; }

.aui-proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px; }

.aui-resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

.aui-sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.aui-portal-layout-drag-target-indicator {
  margin: 2px 0; }

.aui-tooltip {
  max-width: 200px; }

.aui-tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  padding: 0; }

.aui-tagselector-content .aui-textboxlistentry-holder {
  background: #fff;
  border: 1px solid;
  border-color: #bfbfbf #dedede #dedede #bfbfbf;
  margin-bottom: 5px;
  padding: 5px;
  position: relative;
  overflow: visible; }

.aui-tagselector .lfr-tag-selector-input {
  background: 0;
  padding: 0;
  width: auto; }

.aui-tagselector .aui-field .aui-field-content {
  margin: 0; }

.aui-tagselector .aui-toolbar {
  margin-top: 5px; }

.aui-tagselector .aui-textboxlist-input-container {
  margin: 0; }

.aui-tagselector-focused .aui-textboxlistentry-holder {
  background: #FFC none;
  border: 1px solid #FC0; }

.aui-categoriesselector-content .aui-textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em .5em 1em;
  white-space: normal; }

.tag-items li {
  display: inline;
  float: left;
  margin: 0 1em 0 0; }

.tag-items a {
  white-space: nowrap; }

.tag-cloud {
  line-height: 2.5em; }

.tag-cloud .tag-asset-count {
  clip: rect(0 0 0 0);
  position: absolute; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }

.tag-cloud .tag-asset-count {
  clip: rect(0 0 0 0);
  position: absolute; }

.tag-cloud .tag-popularity-1 {
  font-size: 1em; }

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em; }

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em; }

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em; }

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em; }

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em; }

.aui-underlay {
  clear: both;
  top: 100%; }

.aui-underlay .yui3-widget-hd {
  height: 38px; }

.aui-underlay .lfr-portlet-item {
  border-width: 0; }

.aui-underlay-hidden {
  display: none; }

.aui-underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #aeafb1;
  border-width: 0 1px 1px; }

.aui-underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

.aui-tab-active strong {
  font-weight: normal; }

.aui-tab-back {
  float: right; }

.aui-tab-back-content {
  border-width: 0;
  padding: 1px; }

.lfr-panel-container {
  background: transparent; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.aui-dialog-bd {
  min-height: 30px; }

.aui-dialog-content {
  border: 1px solid #c8c9ca;
  padding: 5px; }

.aui-panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #aeb2b8 #aeb2b8 #c8c9ca;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.lfr-actions.portlet-options .lfr-trigger strong span, .visible.portlet-options .lfr-trigger strong span {
  background-image: url(../images/portlet/options.png); }

.lfr-actions.portlet-options:hover, .lfr-actions.portlet-options:hover ul {
  background: transparent; }

.lfr-menu-list {
  z-index: 450; }

.aui-menu {
  position: absolute;
  width: auto; }

.aui-menu .notice-message {
  background-image: none;
  margin: 3px;
  padding: 6px; }

.aui-menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }

.aui-menu-content li {
  margin: 0;
  padding: 0; }

.aui-menu-content li .disabled {
  color: #999; }

.aui-menu-content, .lfr-menu-list ul {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #aeafb1 #777879 #777879 #aeafb1;
  padding: 2px 0; }

.aui-menugroup-content .aui-menu-label {
  background: #d2d6de;
  color: #5b677d;
  display: block;
  font-weight: bold;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.aui-menugroup-content ul, .lfr-menu-list ul ul {
  display: block;
  min-width: 0; }

.aui-menu-content li, .lfr-menu-list ul li {
  border-bottom: 1px solid #bcbbbb;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }

.aui-menu-content li.first, .lfr-menu-list ul li.first {
  border-top-width: 0; }

.aui-menu-content li.last, .lfr-menu-list ul li.last {
  border-bottom-width: 0; }

.aui-menu-content li a, .lfr-menu-list ul li .taglib-icon, .aui-menu-content li .disabled {
  color: #2c2f34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.lfr-menu-list ul li.disabled .taglib-icon {
  color: #666; }

.aui-menu-content li a.aui-focus, .lfr-menu-list ul .taglib-icon.aui-focus, .lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.aui-menu-content a, .lfr-menu-list li .taglib-icon, .aui-menu-content .disabled, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  font-weight: bold;
  text-shadow: 1px 1px 0 0 #FFF; }

.aui-toolbar li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle; }

.aui-toolbar-separator {
  background: url(../images/dockbar/separator.png) no-repeat 100% 50%;
  border-width: 0;
  cursor: default;
  font-size: 1px;
  height: 16px;
  margin: 0 2px;
  overflow: hidden;
  vertical-align: middle;
  width: 4px; }

.aui-loadingmask-content {
  background: #CCC; }

.aui-loadingmask-message {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0; }

.aui-tree-node-selected .aui-tree-label {
  background-color: transparent;
  font-weight: bold; }

.aui-dragging .portlet-column.customizable {
  background-color: #cffccf;
  outline: 3px solid #9cc97b; }

.customizable-layout-column-content {
  background-color: #c92c3c; }

.customizable-layout-column-content.yui3-widget-content-expanded {
  border: 3px solid #333;
  margin: .2em; }

.customizable .customizable-layout-column-content {
  background-color: #9cc97b; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  opacity: .9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

.aui-paginator-link {
  background: #eeeeee url("") no-repeat scroll 50% 1px;
  border: 1px solid #f0f1f2;
  border-color: #f0f1f2 #b2b2b2 #949494 #f0f1f1;
  color: #1f1e1e;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.ie7 .aui-paginator-link {
  color: transparent;
  overflow: hidden;
  text-indent: 0; }

.aui-paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38b6ef #006d9e #006d9e #46b4e6;
  color: #FFF;
  text-shadow: -1px -1px #003c57; }

.ie7 .aui-paginator-current-page {
  color: #FFF; }

.aui-paginator-page-link {
  text-indent: 0;
  height: auto; }

.ie7 .aui-paginator-page-link {
  color: #1f1e1e;
  font-size: 1em;
  height: auto;
  overflow: visible;
  text-indent: 0; }

.aui-paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.aui-paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.aui-paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.aui-paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.aui-paginator-current-page-report, .aui-paginator-total {
  font-size: .9em;
  color: #555; }

.aui-paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

.lfr-app-column-view {
  border: 1px solid #c9c9c9; }

.lfr-app-column-view .aui-layout-content {
  position: relative; }

.lfr-app-column-view .aui-column:before {
  border-right: 1px solid #c9c9c9;
  bottom: 0;
  content: "";
  margin-left: -1px;
  position: absolute;
  top: 0; }

.lfr-app-column-view .aui-column-content {
  border-right: 1px solid transparent; }

.lfr-app-column-view .aui-column-content .lfr-message-response {
  margin: 10px; }

.lfr-header-row {
  background: #8f8f8f url(../images/application/header_row_bg.png) 0 0 repeat-x; }

.lfr-header-row .lfr-actions.show-arrow.direction-down .lfr-trigger strong a {
  background: url(../images/arrows/08_down.png) 100% -5px no-repeat; }

.lfr-header-row .aui-toolbar .aui-toolbar-content {
  white-space: normal;
  word-wrap: normal; }

.lfr-header-row .aui-toolbar .aui-toolbar-item {
  border-right-width: 0; }

.lfr-header-row .aui-toolbar .aui-toolbar-last {
  border-right-width: 1px; }

.ie .portlet-boundary.yui3-dd-dragging {
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60); }

.ie .aui-proxy {
  filter: alpha(opacity=65); }

.ie .aui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.ie .layout-customizable-controls {
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90); }

.ie7 .aui-tabview-list {
  overflow: hidden; }

.ie7 .aui-menu-content li {
  z-index: 10; }

.ie6 .aui-toolbar li, .ie7 .aui-toolbar li {
  display: inline; }

.ie6 .lfr-header-row .aui-buttonitem-content, .ie7 .lfr-header-row .aui-buttonitem-content {
  white-space: normal; }

.ie6 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label, .ie7 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label {
  white-space: nowrap; }

.ie6 .results-row.hover td, .ie7 .results-row.hover td {
  border-color: #d3e8f1; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             /*!
*  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("/zgt-portal-theme/css/font/fontawesome-webfont.eot?v=4.5.0");
  src: url("/zgt-portal-theme/css/font/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/zgt-portal-theme/css/font/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/zgt-portal-theme/css/font/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/zgt-portal-theme/css/font/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/zgt-portal-theme/css/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.143em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.857em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

html:not(.touch) nav a {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

nav ul.dropdown {
  position: absolute;
  top: 40px;
  left: auto;
  width: 210px;
  z-index: 5000;
  opacity: 0;
  border-top: 1px solid #000; }

nav.commercial ul.dropdown {
  border-top: 0; }

nav li:hover > ul.dropdown {
  opacity: 1; }

nav ul.dropdown li {
  height: 0;
  overflow: hidden;
  padding: 0; }

nav li:hover > ul.dropdown li {
  overflow: visible; }

a .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 3px;
  vertical-align: top;
  content: ""; }

#com-navigation {
  width: 960px;
  height: 40px;
  z-index: 10000;
  margin: auto;
  background-color: #fff;
  position: relative; }

#com-navigation ul.dropdown {
  height: 310px;
  width: 960px;
  visibility: hidden;
  opacity: 0; }

#com-navigation li:hover > ul.dropdown {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear .3s,opacity .3s linear;
  -webkit-transition: visibility 0s linear .3s,opacity .3s linear;
  -moz-transition: visibility 0s linear .3s,opacity .3s linear;
  -o-transition: visibility 0s linear .3s,opacity .3s linear;
  transition-delay: .25s;
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  -o-transition-delay: .25s; }

#com-navigation.sticked {
  background: #fff;
  border-bottom: 1px solid #ccc;
  -moz-box-shadow: 0 1px 3px #ccc;
  -webkit-box-shadow: 0 1px 3px #ccc;
  box-shadow: 0 1px 3px #ccc; }

#com-navigation ul {
  float: right; }

#com-navigation li {
  position: static;
  float: left;
  display: block;
  overflow: hidden; }

#com-navigation nav.commercial a {
  padding: 10px 10px 13px 10px;
  display: block; }

#com-navigation nav.commercial li:hover {
  overflow: visible; }

#com-navigation nav.commercial li.hidden:hover {
  overflow: hidden; }

#com-navigation nav ul.dropdown {
  position: absolute;
  left: 0; }

#com-navigation nav.commercial .dropdown.abo {
  left: 0; }

#com-navigation nav.commercial .dropdown.service {
  left: -391px; }

#com-navigation nav.commercial .dropdown .col {
  float: left;
  width: 200px;
  height: 280px;
  padding: 0 15px 0 15px;
  margin-top: 15px; }

#com-navigation nav.commercial .dropdown .col.last {
  width: 230px;
  border-right: 0; }

#com-navigation nav.commercial .dropdown .col a {
  display: block;
  padding: 5px 0;
  font-weight: 600;
  border-top: 1px dotted #ccc; }

#com-navigation nav.commercial .dropdown .col img {
  max-width: 200px;
  max-height: 125px;
  margin-bottom: 5px; }

#com-navigation nav.commercial .dropdown .col span {
  display: block;
  margin-bottom: 5px; }

#com-navigation nav.commercial .dropdown .col.list {
  width: 230px; }

#com-navigation nav.commercial .dropdown .col.list a {
  padding: 7px 0; }

#com-navigation nav.commercial .dropdown .col.list .info {
  padding-top: 10px; }

#com-navigation nav.commercial .zgtlogo {
  float: left; }

#com-navigation nav.commercial .zgtlogo a {
  padding: 7px 0 0 7px; }

#com-navigation nav.commercial .zgtlogo .home-link {
  padding: 10px 0 0 5px; }

#navigation-wrapper.sticked {
  z-index: 16777271; }

nav#navigation, nav#lokal {
  height: 40px;
  width: 960px;
  position: relative; }

nav#navigation li {
  float: left;
  display: block;
  position: relative; }

nav#navigation li .fa {
  font-size: 16px; }

nav#navigation li .fa.fa-angle-down {
  position: absolute;
  top: 13px;
  right: 10px;
  color: #000;
  font-size: 14px; }

nav#navigation li.active .fa.fa-angle-down, nav#navigation li:hover .fa.fa-angle-down {
  color: #fff; }

nav#navigation #lokal_btn {
  padding-right: 25px; }

nav#lokal li {
  position: relative;
  float: left;
  display: block;
  top: 8px;
  overflow: hidden; }

nav#lokal.subject {
  position: relative; }

nav#lokal.subject li {
  position: static; }

nav#navigation li:hover, nav#lokal li:hover {
  overflow: visible; }

nav#lokal.subject ul.dropdown {
  visibility: hidden; }

nav#lokal.fixed {
  max-height: 50px; }

nav#lokal.fixed {
  transition: max-height .2s ease-out; }

nav#lokal.fade-out {
  max-height: 0!important;
  -webkit-transition: max-height .3s ease-in;
  -moz-transition: max-height .3s ease-in;
  transition: max-height .3s ease-in; }

nav#lokal.fixed li {
  max-height: 40px;
  transition: max-height .15s ease-out;
  -moz-transition: max-height .15s ease-out;
  -webkit-transition: max-height .15s ease-out; }

nav#lokal.fade-out li {
  max-height: 0;
  transition: max-height .15s ease-in;
  -moz-transition: max-height .15s ease-in;
  -webkit-transition: max-height .15s ease-in; }

html:not(.touch) nav#navigation li:hover .dropdown, html:not(.touch) nav.commercial li:hover .dropdown, html:not(.touch) nav#lokal.subject li:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear .3s,opacity .3s linear;
  -webkit-transition: visibility 0s linear .3s,opacity .3s linear;
  -moz-transition: visibility 0s linear .3s,opacity .3s linear;
  -o-transition: visibility 0s linear .3s,opacity .3s linear;
  transition-delay: .25s;
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  -o-transition-delay: .25s; }

html.touch nav#navigation li:hover .dropdown, html.ie8 nav#navigation li:hover .dropdown, html.ie7 nav#navigation li:hover .dropdown {
  display: block; }

html.ie7 nav#navigation li {
  z-index: 2000; }

html.ie7 nav#navigation li {
  z-index: 3000;
  position: relative; }

html.ie7 nav#navigation li .dropdown {
  position: relative; }

nav#navigation a {
  padding: 11px 15px 11px 15px;
  display: block; }

nav#lokal a {
  padding: 10px 50px 10px 50px;
  font-size: 14px;
  text-transform: uppercase; }

nav#lokal ul.dropdown {
  z-index: 4000;
  border-top: 0;
  top: 31px; }

nav#lokal ul.dropdown li:first-child {
  padding-top: 0;
  margin-top: 0; }

html:not(.touch) nav#navigation .dropdown {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s; }

html.touch nav#navigation .dropdown, html.ie8 nav#navigation .dropdown, html.ie7 nav#navigation .dropdown {
  display: none; }

nav#navigation .dropdown.full, nav#lokal.subject .dropdown.full {
  position: absolute;
  background: #fff;
  width: 745px;
  height: 310px;
  left: 0;
  border-top: 1px solid #000; }

nav#lokal .dropdown .col, nav#navigation .dropdown .col {
  float: left;
  width: 190px;
  padding: 0 10px 0 10px;
  margin: 10px 0 15px 0;
  height: 285px;
  overflow: hidden; }

nav#navigation .dropdown .col.list {
  border-right: 1px dotted #ccc;
  background: #f4f4f4;
  margin: 0;
  height: 300px;
  width: 185px;
  padding-top: 10px; }

nav#navigation .dropdown:not(.full) .col.list {
  border-right: 0;
  height: auto; }

nav#navigation .dropdown .col span.head {
  display: block;
  padding: 7px 0; }

nav#lokal .dropdown .col a, nav#navigation .dropdown .col a {
  display: block;
  padding: 0; }

nav#lokal .dropdown .col.list a, nav#navigation .dropdown .col.list a {
  padding: 7px 0; }

nav#navigation .dropdown .col.teaser.navigation-news span {
  border-bottom: 1px solid #d9d8d8; }

nav#navigation .dropdown .col.teaser.navigation-news ul li:nth-child(1) {
  border: 0; }

nav#navigation .dropdown .col.teaser {
  width: 230px; }

nav#navigation .dropdown .col.teaser a {
  padding: 6px 0 8px 0; }

nav#navigation .dropdown .col.teaser a span {
  display: inline-block;
  width: 150px; }

nav#navigation .dropdown .col.teaser a .image {
  float: left;
  width: 60px;
  height: 60px;
  margin: 2px 8px 0 0;
  overflow: hidden; }

nav#navigation .dropdown .col.teaser a .image img {
  min-width: 60px;
  max-width: 100%; }

nav#navigation .dropdown .col.teaser span.thema {
  padding-top: 8px; }

nav li.col img.block-logo {
  float: left;
  margin-top: 1px; }

nav li.additional-news a span {
  margin-left: 32px;
  display: block; }

nav#navigation .dropdown .col.teaser.navigation-news {
  float: right!important; }

nav#navigation .dropdown .col.teaser.navigation-news.gpt-container {
  float: right;
  width: 300px;
  padding-left: 15px;
  padding-right: 15px; }

.navigation-news.gpt-container span {
  border: 0; }

nav#navigation .dropdown .col.teaser.navigation-news ul li {
  padding: 0; }

.navigation-news .portlet-borderless-container {
  margin: 0!important; }

.navigation-news .portlet-borderless-bar {
  display: none; }

.navigation-news li.qp_item {
  height: auto!important;
  overflow: visible;
  padding: 0;
  width: 220px; }

.navigation-news li.qp_item a {
  border-top: none!important; }

nav#navigation .ort {
  float: left; }

nav#navigation .lokal {
  float: right; }

nav#navigation .lokal span.select {
  padding: 6px 12px 6px 0;
  float: right; }

nav#navigation .lokal span.select a {
  display: inline-block;
  padding: 8px 9px 9px 7px; }

nav#navigation .search {
  float: right; }

.nav-menu {
  font-size: 11px;
  overflow: hidden; }

.nav-menu h2 {
  font-size: 13px;
  font-weight: normal;
  font-family: times new roman,serif; }

.nav-menu a {
  display: block; }

.nav-menu li {
  border-bottom: 1px solid #ddd; }

.nav-menu li a {
  padding: 2px 8px;
  font-weight: bold; }

#content .nav-menu li a:hover {
  text-decoration: none; }

#content .nav-menu li a.selected {
  text-decoration: none; }

#content .nav-menu li a.ancestor {
  font-weight: bold; }

#content .nav-menu li li {
  border: 0; }

#content .nav-menu li li a {
  text-decoration: none;
  padding: 2px 8px 2px 18px;
  font-weight: normal; }

#content .nav-menu li li a:hover {
  text-decoration: underline;
  padding: 2px 8px 2px 18px; }

#navigation span.badge.pull-right {
  display: none; }

.portlet {
  margin: 0 0 20px 0; }

.style-margin .portlet {
  margin: 0; }

.style-margin.portlet {
  margin: 0; }

.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: 0; }

.portlet-topper {
  position: relative;
  padding: 10px 0 7px 0; }

.aui-component.aui-editable {
  z-index: 999!important; }

.aui-w100 {
  width: 960px; }

.aui-w70 {
  width: 632px; }

.portlet-title {
  display: block;
  font-weight: bold;
  margin: 0; }

.portlet-title-text {
  font-size: 12px; }

.controls-visible.signed-in .portlet-title-text {
  cursor: pointer; }

.controls-visible.signed-in.commenter .portlet-title-text {
  cursor: text; }

.controls-visible.signed-in .portlet-boundary_SimpleContentPortlet_WAR_queport_ {
  margin-bottom: 20px;
  padding-bottom: 20px; }

.controls-visible.signed-in.commenter .portlet-boundary_SimpleContentPortlet_WAR_queport_ {
  margin-bottom: 0;
  padding-bottom: 0; }

.portlet-title img {
  vertical-align: middle; }

.portlet-icons {
  margin: 0;
  padding: 2px;
  position: absolute;
  right: 3px;
  text-align: right;
  top: 3px; }

.portlet-icons .nobr {
  display: block;
  float: left;
  padding: 1px; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 0; }

.style-title .portlet .portlet-content, .style-bg .portlet .portlet-content, .style-bg .portlet .portlet-minimized .portlet-content-container, .style-title .portlet .portlet-minimized .portlet-content-container {
  padding: 0; }

.style-title .portlet .portlet-content .journal-content-article img, .style-title .portlet .portlet-content .journal-content-article iframe {
  max-width: 308px!important; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-icon-back {
  background: url(../images/arrows/01_left.png) no-repeat 0 50%;
  font-weight: bold;
  padding: 5px 5px 5px 18px; }

.portlet-nested-portlets .portlet-boundary {
  position: relative!important;
  top: 0!important;
  left: 0!important; }

.portlet-boundary {
  margin-bottom: 40px; }

.portlet-boundary_103_ {
  margin-bottom: 20px; }

.portlet-journal .structure-tree li.structure-field {
  margin: 10px 0; }

.portlet-nested-portlets.portlet-borderless {
  padding: 0; }

.portlet-nested-portlets.portlet-borderless .portlet-journal-content .portlet-borderless-bar {
  top: 20px; }

.portlet-nested-portlets.portlet-borderless .portlet-borderless-container {
  padding: 0; }

.portlet-borderless-container .portlet-title-default {
  cursor: move; }

.yui3-dd-drop-active-valid .portlet-dropzone .portlet, .yui3-dd-drop-active-valid .portlet-dropzone .portlet-borderless-container {
  opacity: .8; }

.portlet-borderless-container {
  position: relative;
  padding: 0;
  margin-bottom: 20px; }

.style-margin .portlet-borderless-container {
  margin-bottom: 0; }

.controls-visible .portlet-borderless-container {
  min-height: 0; }

.portlet-borderless-bar {
  background: #555;
  color: #FFF;
  font-size: 10px;
  opacity: .3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  text-shadow: 1px 1px #000;
  top: 0;
  z-index: 400;
  font-family: Tahoma,Arial,Verdana,sans-serif; }

.portlet-borderless-bar .portlet-actions {
  display: none;
  float: left;
  margin-right: 20px; }

.portlet-borderless-container:hover .portlet-borderless-bar {
  opacity: 1; }

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  display: inline; }

.ie .portlet-borderless-bar {
  -ms-filter: alpha(opacity=20);
  filter: alpha(opacity=20); }

.ie .portlet-borderless-container:hover .portlet-borderless-bar {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100); }

.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }

.ie6 .portlet-borderless-bar .portlet-actions {
  display: inline;
  filter: alpha(opacity=90); }

.portlet-borderless-bar .portlet-action-separator {
  display: none; }

.portlet-borderless-bar a {
  background: url("") no-repeat 0 50%;
  color: #fff;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  text-indent: -9999px;
  vertical-align: top;
  width: 16px; }

.portlet-title-default {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.yui-dd-draggable .portlet-topper {
  cursor: move; }

.yui-dd-draggable .portlet-title-default {
  background: url(../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

.portlet-borderless-bar .portlet-back a {
  background-image: url(../images/portlet/return_borderless.png);
  height: auto;
  text-indent: 0;
  width: auto; }

.portlet-borderless-bar .portlet-close a {
  background-image: url(../images/portlet/close_borderless.png); }

.portlet-borderless-bar .portlet-css a {
  background-image: url(../images/portlet/portlet_css_borderless.png); }

.portlet-borderless-bar .portlet-edit a {
  background-image: url(../images/portlet/edit_borderless.png); }

.portlet-borderless-bar .portlet-configuration a {
  background-image: url(../images/portlet/configuration_borderless.png); }

.portlet-borderless-bar .portlet-title-default, .portlet-borderless-bar .portlet-actions {
  vertical-align: top; }

.lfr-panel-page {
  width: 100%; }

.lfr-panel-page .portlet-title {
  font-size: 13px; }

.lfr-panel-page #content-wrapper {
  margin: 0;
  width: auto; }

.lfr-panel-page .lfr-add-content h2 span {
  background-color: #d3dadd; }

.portlet-msg-info {
  background: #dff4ff url(../images/messages/info.png) no-repeat 6px 50%;
  border: 1px solid #a7cedf;
  color: #34404f;
  display: block;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
  font-family: Tahoma,Arial,Verdana,sans-serif; }

.portlet-msg-info.pending {
  background-image: url(../images/common/time.png); }

.portlet-msg-error {
  background: #ffdddd url(../images/messages/error.png) no-repeat 6px 50%;
  border: 1px solid #F00;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
  font-family: Tahoma,Arial,Verdana,sans-serif; }

.portlet-msg-alert {
  background: #ffffcc url(../images/messages/alert.png) no-repeat 6px 20%;
  border: 1px solid #FC0;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
  font-family: Tahoma,Arial,Verdana,sans-serif; }

.portlet-msg-success {
  background: #f4fdef url(../images/messages/success.png) no-repeat 6px 50%;
  border: 1px solid #acdfa7;
  color: #384f34;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
  font-family: Tahoma,Arial,Verdana,sans-serif; }

.portlet-section-selected, .portlet-section-selected a {
  background: #727c81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727c81; }

.restricted, .restricted td {
  background: #FDD;
  border: 0; }

.alt.restricted td {
  background-color: #ffc0c0; }

.hover.restricted td {
  background-color: #d3bdc0; }

.restricted * {
  color: #727c81; }

.restricted td.col-1, .alt.restricted td.col-1 {
  background: url(../images/messages/error.png) no-repeat 5px 50%;
  padding-left: 28px; }

.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
  background-image: url("");
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }

.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
  background-image: url(../images/common/guest_icon.png); }

.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
  background-image: url(../images/common/user_icon.png); }

.results-row.lfr-role-community .col-1, .results-row.hover.lfr-role-community .col-1 {
  background-image: url(""); }

.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
  background-image: url(../images/common/organization_icon.png); }

.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

.lfr-actions, .lfr-actions ul {
  background: white url(../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #dedede #bfbfbf #bfbfbf #dedede; }

.lfr-actions ul {
  bottom: -1px; }

.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  background: 0; }

.lfr-actions .lfr-trigger strong a {
  background: url(../images/common/action.png) no-repeat 5px 50%; }

.lfr-actions.left .lfr-trigger strong a {
  background: url(../images/common/action_right.png) no-repeat 98% 50%; }

.lfr-actions .lfr-trigger li {
  background: transparent;
  border-bottom: 1px solid #dedede;
  padding: 2px; }

.lfr-actions .lfr-trigger li a {
  padding: 5px 10px 5px 25px; }

.lfr-actions .lfr-trigger li a:hover {
  background-color: #828f95;
  color: #FFF; }

.lfr-actions .lfr-trigger li a img {
  left: 3px;
  position: absolute; }

.lfr-actions .lfr-trigger li.last {
  border-bottom: 0; }

.lfr-actions.portlet-options {
  background: 0;
  border: 0;
  float: left; }

.lfr-actions.portlet-options .lfr-trigger {
  padding: 0; }

.lfr-actions.portlet-options .lfr-trigger strong {
  min-width: 0;
  padding: 1px; }

.lfr-actions.portlet-options .lfr-trigger strong a {
  background: url(../images/portlet/options.png) 0 0;
  display: block;
  text-indent: -9999px;
  height: 16px;
  padding: 0;
  width: 16px; }

.visible.portlet-options .lfr-trigger strong a {
  background-image: url(../images/portlet/options_selected.png); }

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: 0; }

.taglib-calendar tr td a {
  background-color: #f0f5f7;
  border: 1px solid #FFF;
  border-bottom: 0;
  border-left: none;
  display: block;
  height: 15px;
  padding: 5px 0; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar tr td a:hover {
  background-color: #727c81;
  color: #FFF; }

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727c81;
  color: #369;
  text-decoration: underline; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #b5bfc4; }

.taglib-calendar tr th {
  border-bottom-color: #d7d7d7; }

.ie .taglib-calendar tr td.first a {
  border-right: 0; }

#container {
  width: 100%;
  padding-bottom: 40px; }

#content {
  position: relative;
  padding-bottom: 40px; }

.wrapper {
  width: 960px;
  margin-left: 20px;
  margin: auto; }

.clear {
  clear: both;
  overflow: hidden;
  font-size: 1px;
  margin: 0;
  padding: 0;
  height: 0; }

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

* + html .clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.portlet {
  margin-bottom: 40px; }

aside .portlet {
  margin-bottom: 30px; }

.portlet-borderless-container {
  margin-bottom: 40px; }

.portlet-borderless-container .portlet {
  margin-bottom: 0; }

.portlet-layout {
  border-collapse: collapse;
  clear: both;
  display: table;
  border-spacing: 0;
  table-layout: auto;
  width: 100%; }

.portlet-column {
  display: table-cell;
  vertical-align: top; }

.aui-w100.portlet-column {
  padding: 0; }

.aui-w70.portlet-column {
  width: 632px;
  padding-right: 28px; }

.aui-w30.portlet-column {
  width: 300px; }

.aui-w30.portlet-column#column-1 {
  padding-right: 20px; }

.aui-w30.portlet-column#column-2 {
  padding-right: 20px; }

.aui-w50.portlet-column {
  width: 50%; }

.aui-w50.portlet-column#column-1 {
  padding-right: 15px; }

.aui-w50.portlet-column#column-2 {
  padding-left: 15px; }

.portlet-topper {
  padding: 12px 0 9px 0;
  margin-bottom: 20px; }

aside .portlet-topper, .aui-w30 .portlet-topper {
  margin-bottom: 12px;
  min-height: 20px; }

.portlet-title.twolines {
  display: block;
  height: 40px;
  line-height: 110%; }

ul {
  margin: 0!important; }

body {
  background-color: #fff; }

.ie7 body {
  overflow: hidden!important; }

iframe {
  border: 0; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

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

#content_holder {
  position: relative;
  width: 960px;
  margin: auto;
  height: auto;
  background: transparent; }

#container {
  width: 100%;
  display: table;
  padding: 0;
  position: relative;
  z-index: 30; }

#container_wrapper {
  background-color: #FFF;
  padding: 0 10px 40px 10px;
  float: left;
  width: 960px; }

.wrapper {
  width: 960px;
  margin: auto; }

#content {
  position: relative;
  padding-bottom: 40px;
  width: 960px; }

.portal-popup #container {
  background: none!important; }

.fullscreen #container {
  width: 100%; }

.superbanner {
  width: 960px;
  text-align: center;
  position: relative; }

.superbanner.wallpaper {
  text-align: right; }

.skyscraper {
  position: absolute;
  top: 244px;
  float: left;
  min-width: 160px;
  display: block;
  left: 980px; }

.superbanner #adl_sb_table {
  margin-left: 200px; }

#floor-ad {
  margin-left: 20px;
  position: fixed;
  bottom: 0;
  width: 960px;
  z-index: 2147483647;
  box-shadow: 1px 1px 4px 4px #ccc; }

.floor-header {
  height: 15px;
  background-color: #ddd;
  color: #fff;
  padding: 5px 10px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
  font-size: 13px; }

.floor-body {
  background-color: #eee;
  text-align: left!important; }

.floor-body.qp.style.simple.advertising span {
  padding: 0 0 10px 0;
  margin-right: 10px;
  background: transparent url(../images/custom/icon2.gif) no-repeat bottom right; }

.floor-item {
  background-color: #eee;
  padding: 0 10px; }

.floor-item .qp_item .qp_headline h2 {
  font-size: 12px!important;
  font-family: Arial,Helvetica,sans-serif!important;
  margin: 10px 0 5px 0; }

.floor-item .qp_image {
  padding: 0 5px 5px 0; }

.floor-item .qp_item {
  border-bottom: none!important;
  padding: 0!important;
  margin-top: 0!important; }

.floor-item .qp_item .qp_text {
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif!important; }

.floor-item span.qp_link {
  background: none!important;
  padding: 0!important; }

.facebook {
  background-color: #3b5998; }

.twitter {
  background-color: #00aced; }

.google-plus {
  background-color: #d14836; }

.clear {
  clear: both;
  overflow: hidden;
  font-size: 1px;
  margin: 0;
  padding: 0;
  height: 0; }

.row-fluid {
  width: 100%;
  *zoom: 1; }

.row-fluid:before, .row-fluid:after {
  display: table;
  line-height: 0;
  content: ""; }

.row-fluid:after {
  clear: both; }

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%; }

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%; }

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%; }

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%; }

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%; }

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%; }

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%; }

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%; }

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%; }

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%; }

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%; }

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%; }

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%; }

.wrapper.main {
  padding-top: 0; }

#site-header {
  position: relative;
  height: 110px; }

#site-header .logo {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 10px;
  overflow: hidden; }

#site-header .logo img {
  max-height: 101px; }

#site-header .logo span {
  display: block;
  margin-bottom: 7px; }

#site-header .login {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 9700;
  text-transform: none; }

#site-header .login a {
  padding-right: 6px; }

#site-header .login li {
  position: relative;
  float: left;
  display: block;
  overflow: hidden; }

#site-header .login li:hover {
  overflow: visible; }

#site-header .login a.link {
  display: inline-block;
  padding: 0 0 6px 0;
  width: 220px; }

#site-header .login .fa, #site-header #ab-info-layer .fa {
  margin-right: 5px; }

#site-header .login button {
  padding: 6px 14px;
  margin-right: 5px; }

#site-header .login legend, #site-header .login-box legend {
  margin-bottom: 8px; }

#site-header .login ul.dropdown {
  position: absolute;
  width: 520px;
  height: 195px;
  margin-left: -5px;
  padding: 13px;
  z-index: 50;
  opacity: 1;
  transition: opacity;
  transition-timing-function: ease-out;
  transition-duration: 500ms;
  -ms-transition: opacity;
  -ms-transition-timing-function: ease-out;
  -ms-transition-duration: 500ms;
  -moz-transition: opacity;
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms; }

#site-header .login li:hover > ul.dropdown {
  opacity: 1;
  transition: opacity;
  transition-timing-function: ease-out;
  transition-duration: 500ms;
  -ms-transition: opacity;
  ms-transition-timing-function: ease-out;
  ms-transition-duration: 500ms;
  -moz-transition: opacity;
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms; }

#site-header .login ul.dropdown li {
  height: 0;
  overflow: hidden;
  padding: 0; }

#site-header .login li:hover > ul.dropdown li {
  overflow: visible; }

#site-header .login .avatar {
  width: 64px;
  display: table-cell; }

#site-header .login .avatar img {
  margin-right: 10px; }

#site-header .login .data {
  display: table-cell;
  vertical-align: top;
  font-size: 13px; }

#site-header .login .data span {
  display: block;
  margin-bottom: 7px; }

#site-header .login .data span.name {
  margin: 0;
  color: #333;
  font-weight: 700; }

#site-header .login .data a {
  padding-right: 6px; }

#site-header .login ul.user.dropdown {
  position: absolute;
  width: 270px;
  height: 70px;
  margin-left: -5px;
  padding: 13px;
  z-index: 50;
  opacity: 0; }

#site-header .weatherform {
  display: block;
  font-size: 11px;
  position: relative; }

#site-header #weather_result {
  float: left;
  width: 720px;
  overflow: auto;
  height: 210px; }

#site-header #weather_result .block-center span {
  font-size: 12px; }

#site-header #weatherbox {
  height: 60px; }

#site-header .weatherform a {
  font-size: 11px;
  color: #000; }

#site-header .weatherform #weather_now i {
  font-size: 14px;
  cursor: pointer; }

#site-header .weatherform #weather_now i:before {
  font-size: 20px;
  padding-right: 5px; }

#site-header .weatherform input {
  width: 205px; }

#site-header .weatherform .block {
  float: left;
  width: 237px;
  height: 200px;
  padding-top: 5px;
  border-right: 1px solid #ccc; }

#site-header .weatherform .block-center {
  clear: left;
  width: 100%;
  font-size: 20px;
  text-align: center; }

#site-header #weatherbox #show_more .block-center img {
  float: none; }

#site-header .weatherform .block-right {
  float: left;
  width: 45px;
  font-size: 11px;
  height: 40px;
  border-bottom: 1px solid #ccc; }

#site-header .weatherform #result {
  width: 100%; }

#site-header .weatherform .sub_block {
  clear: both;
  padding-top: 5px;
  display: block; }

#site-header .weatherform .block_header {
  clear: left;
  padding-left: 10px; }

#site-header .weatherform .sub_block_header {
  clear: left;
  height: 25px;
  padding-top: 6px;
  background: #eaeaea;
  border: 1px solid #ccc; }

#site-header .weatherform .label {
  float: left;
  width: 200px;
  padding-top: 5px; }

#site-header .weatherform .input {
  float: left;
  width: 120px; }

#site-header .weatherform .validationerror {
  background-color: #f98080; }

#site-header #weathericon {
  cursor: pointer; }

#site-header #p_p_id_wetterportlet_WAR_wetterportlet_ .portlet-borderless-container {
  padding-bottom: 5px; }

#site-header .weatherform #weather_loader {
  position: absolute;
  width: 200px;
  height: 100px;
  top: 170px;
  left: 435px;
  text-align: center;
  z-index: 200; }

#site-header .weatherform .loader {
  background: #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

#site-header #show_weatherbox {
  position: relative;
  display: none;
  z-index: 100;
  min-height: 25px; }

#site-header #weatherbox #show_more {
  width: 960px;
  height: 210px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0);
  background: #f2f4f4;
  top: 29px;
  border-top: 1px solid #ccc;
  left: -15px;
  position: relative; }

#site-header .weather_result {
  width: 465px;
  padding: 10px;
  float: left;
  height: 155px;
  column-count: 2;
  column-gap: 2em;
  -moz-column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2em; }

.eye-catcher {
  position: absolute; }

#eye-catcher-random {
  display: none; }

.login-box {
  display: none; }

.login-box fieldset {
  margin-top: 20px;
  text-align: left;
  border: 1px solid #ccc;
  padding: 20px; }

.login-box button {
  padding: 9px 18px; }

#site-header .login fieldset, .login-box fieldset {
  display: table; }

#site-header .login fieldset .social, .login-box fieldset .social {
  display: table-cell;
  width: 40%; }

#site-header .login fieldset .mail, .login-box fieldset .mail {
  display: table-cell;
  width: 60%; }

#site-header .login input[type=text], .login-box input[type=text], #site-header .login input[type=password], .login-box input[type=password] {
  width: 95%;
  margin-bottom: 10px;
  padding: 6px 5px; }

#site-header .login .nocache {
  display: inherit; }

#site-header .qp_search {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: 0; }

#site-header .qp_search input[type="text"] {
  padding: 4px 3px;
  font-size: 13px;
  background: white;
  color: #999;
  font-style: italic;
  border: 1px solid #d3d2d2;
  width: 180px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif;
  float: left; }

#site-header .qp_search input[type="submit"] {
  display: inline-block;
  width: 28px;
  height: 30px;
  color: #e8e7e7;
  background: #e8e7e7 url(../images/custom/icon-search.png) no-repeat 4px center;
  border: 1px solid #d3d2d2;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#site-header .wetter .portlet-borderless-bar {
  display: none; }

#site-header .wetter {
  position: absolute;
  top: 60px;
  left: 15px;
  z-index: 9600; }

#site-header .wetter img {
  float: left;
  cursor: pointer; }

#site-header .wetter ul {
  margin-top: 6px;
  display: inline-block; }

#site-header .wetter li {
  margin-bottom: 4px; }

#site-header .wetter .arrow {
  border-top: 6px solid #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

#site-header .stoerer {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 100; }

#site-header .stoerer img {
  width: 70px; }

#site-header .local {
  position: absolute;
  top: 123px;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-family: 'Merriweather',serif;
  font-weight: 600;
  color: #333;
  text-indent: -5px; }

.ac_results {
  padding: 0;
  margin-left: 2px;
  border: 1px solid #cfcfcf;
  background-color: white;
  overflow: hidden;
  z-index: 99999; }

.ac_results ul {
  width: 100%;
  list-style: none outside none;
  padding: 0;
  margin: 0; }

.ac_results li {
  margin: 0;
  padding: 2px 5px;
  cursor: default;
  display: block;
  line-height: 16px;
  overflow: hidden; }

.ac_loading {
  background: white url("../images/custom/loading_indicator.gif") right center no-repeat; }

.ac_odd {
  background-color: #eee; }

.ac_over {
  background-color: #6f6f6f;
  color: white; }

*:first-child + html #content #content-wrapper {
  position: relative;
  z-index: -1; }

#content .portlet-breadcrumb {
  padding: 0;
  margin: 0 0 0 20px; }

#content .qp_search.header {
  display: none; }

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

* + html .clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

#content .qp.style.detail.richcontent {
  font-family: Merriweather,Georgia,serif; }

#content .qp.style.detail.richcontent .qp_headline h1 {
  font-size: 40px; }

#content .qp.style.detail.richcontent .qp_text > ul {
  padding: 10px; }

#content .qp.style.detail.richcontent .qp_text > ul li {
  list-style-type: disc;
  margin-left: 18px; }

#content .qp.style.detail.richcontent .qp_text, #content .qp.style.detail.richcontent .qp_description {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
  padding: 0 12%; }

#content .qp.style.detail.richcontent .qp_console_top {
  padding: 0;
  margin: 20px 0; }

#content .qp.style.detail.richcontent .qp_teaser {
  font-size: 18px;
  line-height: 160%; }

#content .qp.style.detail.richcontent .qp_date {
  font-style: italic;
  padding: 0!important; }

#content .qp.style.detail.richcontent .qp_date.top {
  padding: 10px 12%!important;
  display: inline-block; }

#content .qp.style.detail.richcontent .qp_bannerimg {
  margin: 20px 0; }

#content .qp.style.detail.richcontent .qp_bannerimg img {
  width: 100%; }

#content .qp.style.detail.richcontent .qp_bannerimg legend {
  font-size: 14px;
  font-style: italic;
  padding: 12px 12% 0;
  max-width: 730px; }

#content .qp.style.detail.richcontent.article .mr1 {
  float: right;
  margin: 0 0 20px 20px!important;
  min-width: 300px;
  min-height: 250px; }

#content .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_date.top {
  padding: 0!important; }

.detail-padding, #content .qp.style.detail.richcontent .qp_headline, #content .qp.style.detail.richcontent .qp_teaser, #content .qp.style.detail.richcontent .qp_docinfo, #content .qp.style.detail.richcontent .qp_metainfo, #content .qp.style.detail.richcontent .article-wrapper, #content .qp.style.detail.richcontent .qp_description, #content .qp.style.detail.richcontent .qp_console_top, #content .qp.style.detail.richcontent .qp_date, #content .qp.style.detail.richcontent .adsense-article, #content .comments, .pc .pc-info, .pc.paywall.portlet-boundary, #plus-content .qp.style.result.ajax.richcontent {
  padding: 0 12%; }

.columns-1-1-detail #column-3 {
  clear: both; }

.columns-1-1-detail #column-3 .portlet-boundary {
  width: 31.914893617021278%;
  margin-left: 2.12766%!important;
  float: left; }

.columns-1-1-detail #column-3 .portlet-boundary:first-child {
  margin-left: 0!important; }

.columns-1-1-detail .medium-rectangles .ad-column, .columns-1-2.startpage .medium-rectangles .ad-column {
  width: 31.914893617021278%;
  margin-left: 2.12766%!important;
  float: left; }

.columns-1-1-detail .medium-rectangles .ad-column.ads-col2, .columns-1-2.startpage .medium-rectangles .ad-column.ads-col2 {
  text-align: center; }

.columns-1-1-detail .medium-rectangles .ads-col1.ad-column, .columns-1-2.startpage .medium-rectangles .ads-col1.ad-column {
  margin-left: 0!important;
  text-align: center; }

.columns-1-1-detail .portlet-borderless-container:nth-child(1), .columns-1-2.startpage .portlet-borderless-container:nth-child(1) {
  margin-bottom: 0; }

.columns-1-2.startpage .portlet-layout #column-5.aui-w100:last-of-type .portlet-boundary {
  margin-bottom: 0; }

.columns-1-2.startpage .portlet-layout #column-5.aui-w100:last-of-type .portlet-boundary .portlet-borderless-container {
  margin-bottom: 20px; }

.columns-max #column-1 {
  padding: 0; }

.columns-max .portlet-borderless-container {
  padding: 10px; }

.columns-max .portlet-content, .columns-max .portlet-minimized .portlet-content-container {
  padding: 9px 0 5px 15px; }

.columns-1-2 div.portlet-layout:nth-child(2) {
  width: auto; }

.columns-1-2 #column-1 .empty, .columns-1-3 #column-1 .empty, .columns-1-2-1 #column-1 .empty, .columns-1-2-2-1 #column-1 .empty {
  padding: 10px 0; }

.columns-1-2 #column-2, .columns-1-2-1 #column-2, .columns-1-2-2-1 #column-2, .columns-1-2-2-1 #column-4, .columns-1-3 #column-2, .columns-1-3 #column-3, .columns-2 #column-1, .columns-2-2 #column-1, .columns-2-2 #column-3, .columns-3 #column-1, .columns-3 #column-2 {
  width: 632px;
  padding-right: 20px;
  min-height: 20px; }

.columns-1-2 #column-3, .columns-1-2-1 #column-3, .columns-1-2-2-1 #column-3, .columns-1-2-2-1 #column-5, .columns-1-3 #column-3, .columns-1-3 #column-4, .columns-2 #column-2, .columns-2-2 #column-2, .columns-2-2 #column-4, .columns-3 #column-2, .columns-3 #column-3 {
  width: 308px;
  min-height: 20px; }

.columns-1-2 #column-2 .portlet, .columns-1-2-1 #column-2 .portlet, .columns-1-2-2-1 #column-2 .portlet, .columns-1-2-2-1 #column-4 .portlet, .columns-1-3 #column-2 .portlet, .columns-1-3 #column-3 .portlet, .columns-2 #column-1 .portlet, .columns-2-2 #column-1 .portlet, .columns-2-2 #column-3 .portlet, .columns-3 #column-1 .portlet, .columns-3 #column-2 .portlet {
  margin: 0 0 20px 0; }

.columns-1-2 #column-3 .portlet-borderless-container, .columns-1-2-1 #column-3 .portlet-borderless-container, .columns-1-2-2-1 #column-3 .portlet-borderless-container, .columns-1-2-2-1 #column-5 .portlet-borderless-container, .columns-1-3 #column-3 .portlet-borderless-container, .columns-1-3 #column-4 .portlet-borderless-container, .columns-2 #column-2 .portlet-borderless-container, .columns-2-2 #column-2 .portlet-borderless-container, .columns-2-2 #column-4 .portlet-borderless-container, .columns-3 #column-2 .portlet-borderless-container, .columns-3 #column-3 .portlet-borderless-container {
  margin: 0 0 30px 0; }

.columns-1-2 .aui-w70 .portlet-topper, .columns-2 .aui-w70 .portlet-topper, .columns-1-2-1 .aui-w70 .portlet-topper, .columns-1-2-2-1 .aui-w70 .portlet-topper {
  padding: 12px 0 9px 0;
  margin-bottom: 20px; }

.columns-1-2 #column-3.aui-w30 .style-bg .portlet-borderless-container, .columns-2 #column-2.aui-w30 .style-bg .portlet-borderless-container, .columns-1-2-1 #column-3.aui-w30 .style-bg .portlet-borderless-container, .columns-1-2-2-1 #column-3.aui-w30 .style-bg .portlet-borderless-container {
  padding: 10px; }

.portlet-nested-portlets .columns-2 .portlet-column-first.aui-w50 {
  padding-right: 20px; }

#layout-column_column-2 .col1 {
  width: 308px;
  display: table-cell;
  padding-right: 20px; }

#layout-column_column-2 .col2 {
  width: 308px;
  display: table-cell; }

#layout-column_column-2 .col1 .portlet-body, #layout-column_column-2 .col2 .portlet-body {
  width: 306px; }

.qp_categories {
  height: 30px;
  font-size: 11px;
  margin-bottom: 12px; }

.qp_categories ul {
  padding: 5px 0 0 5px; }

.qp_categories li {
  display: inline;
  padding: 0 6px 0 4px; }

.ie6 .qp_categories li {
  padding: 0 2px 0 6px; }

.qp_categories a span {
  font-weight: bold; }

.qp_categories a:hover span {
  text-decoration: underline; }

.zgt_sitemap {
  width: 750px;
  margin: 20px 0 0 15px;
  padding: 0;
  font-size: 11px; }

.zgt_sitemap h3 {
  margin: 0 0 7px 0; }

.zgt_sitemap .categorie {
  margin: 8px 0 0 0; }

.zgt_sitemap .categorie li a {
  font-weight: bold;
  margin: 0 0 0 10px; }

.zgt_sitemap .categorie li li {
  padding-left: 9px;
  margin-left: 30px; }

.zgt_sitemap .categorie li li a {
  font-weight: normal;
  color: #666;
  margin: 0; }

.zgt_sitemap .commercial {
  margin: 20px 0 0 0; }

.zgt_sitemap .commercial .service_1st {
  float: left;
  width: 140px;
  padding: 5px 0 5px 15px;
  margin: 2px 0 0 0; }

.zgt_sitemap .commercial li a {
  color: #666; }

.zgt_sitemap .commercial .service_1st li {
  padding: 1px 0 0 10px;
  margin-left: 2px; }

.zgt_sitemap .commercial .service {
  float: left;
  width: 140px;
  padding: 5px 0 0 5px;
  margin: 2px 0 0 0;
  border-left: #e0e0e0 1px solid;
  height: 140px; }

.zgt_sitemap .commercial .service li {
  padding: 1px 0 0 10px;
  margin-left: 2px; }

.zgt_sitemap .categorie_portal {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #f2f4f4; }

.zgt_sitemap .categorie_portal .line {
  border-bottom: 1px solid #e0e0e0; }

.zgt_sitemap .categorie_portal ul {
  clear: both;
  padding: 2px 0; }

.zgt_sitemap .categorie_portal li {
  float: left;
  display: inline;
  margin-right: 30px; }

.zgt_sitemap .categorie_portal li a {
  color: #666; }

.zgt_sitemap .categorie_portal li.first {
  width: 180px;
  margin: 0 0 0 10px;
  font-weight: bold; }

.zgt_sitemap .categorie_portal li.first a {
  color: #333; }

.journal-content-article .qp.style a {
  text-decoration: none!important; }

.journal-content-article .qp.style.detail.richcontent.dossier .qp_bannerimg {
  width: 200px; }

.journal-content-article .qp.style.detail.richcontent.dossier .qp_bannerimg ul {
  list-style-type: none; }

.journal-content-article .qp.style.detail.richcontent.dossier .qp_bannerimg li {
  list-style-type: none!important;
  margin-left: 0!important; }

#content .portlet-content .journal-content-article dl, #content .portlet-content .journal-content-article h1, #content .portlet-content .journal-content-article h2, #content .portlet-content .journal-content-article h3, #content .portlet-content .journal-content-article h4 {
  margin-bottom: 20px; }

#content .lfr-column.aui-w30 .portlet-content .journal-content-article h2 {
  margin-bottom: 0; }

.standard .portlet-journal-content a, .blue .portlet-journal-content a, .green .portlet-journal-content a, .red .portlet-journal-content a {
  text-decoration: none; }

.standard .portlet-journal-content a .qp_text p, .blue .portlet-journal-content a .qp_text p, .green .portlet-journal-content a .qp_text p, .red .portlet-journal-content a .qp_text p {
  color: #333!important; }

#content .aui-w70 .journal-content-article h1 {
  font-size: 30px;
  color: #000;
  font-family: 'Merriweather',Georgia,serif;
  font-weight: 800;
  line-height: 130%; }

#content .aui-w70 .journal-content-article h2 {
  font-size: 24px;
  color: #333;
  font-family: 'Merriweather',Georgia,serif;
  font-weight: 600;
  line-height: 130%; }

#content .aui-w70 .journal-content-article h3 {
  font-size: 22px;
  color: #333;
  font-family: Open Sans,Arial,sans serif;
  font-weight: 600; }

#content .aui-w70 .journal-content-article h4 {
  font-size: 20px;
  color: #333;
  font-family: 'Merriweather',Georgia,serif;
  font-weight: 600; }

#content .aui-w70 .journal-content-article h5 {
  font-size: 17px;
  color: #333;
  font-family: 'Merriweather',serif;
  font-weight: 600; }

#content .aui-w70 .journal-content-article h6 {
  font-size: 14px;
  color: #333;
  font-family: 'Open Sans',Arial,sans-serif;
  font-weight: 700; }

#content .aui-w70 .journal-content-article p {
  font-size: 15px; }

#content .aui-w70 .journal-content-article dt {
  float: left;
  font-weight: bold; }

#content .aui-w70 .journal-content-article dd {
  padding-left: 50px; }

.taglib-user-display a .user-name {
  font-size: 12px;
  text-decoration: none;
  font-weight: normal; }

.taglib-user-display .user-details {
  margin-top: 0; }

.taglib-user-display .blogger-stars {
  display: none; }

.taglib-user-display.display-style-1 .user-profile-image {
  margin-right: .8em; }

.portlet-blogs .entry {
  clear: both; }

.portlet-blogs .entry-title {
  font-size: 20px;
  font-weight: normal;
  font-family: times new roman,serif; }

.portlet-blogs .entry-title a {
  color: #333; }

.portlet-blogs .entry-title a:hover {
  color: #333;
  text-decoration: underline; }

.portlet-blogs .entry-date {
  font-size: 11px;
  font-family: arial,sans-serif;
  background: 0;
  margin: 0;
  padding: 0;
  color: #666; }

.portlet-blogs .entry-author {
  color: #666; }

.portlet-blogs .entry-body {
  font-size: 15px; }

.js .taglib-social-bookmarks .show-bookmarks {
  display: none; }

.portlet-blogs .entry-breadcrumb {
  font-size: 11px;
  color: #666;
  padding-bottom: 10px; }

.portlet-blogs .entry-breadcrumb a {
  color: #666; }

.portlet-blogs .entry-navigation {
  background: transparent; }

.portlet-blogs .seperator {
  border-bottom: 1px solid; }

.portlet-blogs .entry-tags {
  padding-top: 5px; }

#content .web-form-portlet fieldset {
  margin: 0;
  padding: 0; }

legend {
  padding: 0;
  width: 100%; }

#content .web-form-portlet .ctrl-holder {
  padding-left: 0; }

#content .web-form-portlet .description {
  padding-bottom: 10px; }

#content .web-form-portlet input[type="text"], #content .web-form-portlet select, #content .web-form-portlet textarea {
  width: 400px;
  border: 1px solid #bcb9b9;
  background: transparent url(../images/custom/webform_bg.gif) repeat-x left top;
  float: none; }

#content .web-form-portlet select {
  width: 404px; }

.ie6 #content .web-form-portlet input.text, .ie6 #content .web-form-portlet textarea, .ie6 #content .web-form-portlet select {
  width: 400px;
  border: 1px solid #bcb9b9;
  background: transparent url(../images/custom/webform_bg.gif) repeat-x left top;
  float: none; }

.ie6 #content .web-form-portlet select {
  width: 404px; }

#content .web-form-portlet .taglib-captcha input[type="text"] {
  width: 100px; }

.ie6 #content .web-form-portlet .taglib-captcha .lfr-table input.text {
  width: 100px; }

#content .portlet-polls-display .aui-form {
  background: #f2f4f4;
  padding: 15px;
  font-weight: bold; }

#content .portlet-polls-display .aui-form .aui-fieldset {
  margin-top: 6px; }

#content .portlet-polls-display .aui-form .aui-fieldset .aui-field-choice .aui-field-content {
  margin-top: 4px; }

#content .portlet-polls-display .aui-form .aui-fieldset .aui-button-input {
  margin-top: 10px; }

.aui-w30 .portlet-polls-display .aui-form {
  padding: 15px 0; }

.aui-w30 .portlet-polls-display .ui-autocomplete-even td {
  padding: 0!important; }

.aui-w30 .portlet-polls-display .results-row td {
  padding: 3px!important;
  border: 0;
  border-bottom: 1px dotted #e7e7e7; }

.aui-w30 .portlet-polls-display .results-row td.alpha, .aui-w30 .portlet-polls-display .results-row td.beta {
  border: 0; }

.qp_style.simple.finance.ui-tabs ul {
  border: 0;
  margin-bottom: 0;
  padding-left: 9px; }

.qp_style.simple.finance.ui-tabs ul li a {
  background: #fff;
  border-top: 1px solid #dadbdb;
  border-right: 1px solid #dadbdb; }

.szm-tag {
  position: absolute;
  left: -100px;
  top: -100px; }

#content .qp.article .qp_text qpdocument ol {
  margin-left: 20px;
  list-style-type: decimal; }

#content .qp.article .qp_text qpdocument ol li {
  list-style-type: decimal; }

#content .portlet-content .journal-content-article ul li {
  list-style: disc outside;
  margin-left: 13px; }

#content .portlet-content .journal-content-article ol li {
  list-style: decimal outside;
  margin-left: 18px; }

.qp.style.result .ui-accordion .qp_text {
  margin: 2px 0;
  padding-right: 5px; }

.qp.style.result .ui-accordion-header.ui-state-focus {
  outline: 0; }

body .aui-editable {
  z-index: 999; }

.portlet-title {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans',arial,sans-serif;
  text-transform: uppercase; }

.plista-widget, .plista-widget .plistaHl {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans',arial,sans-serif!important;
  text-transform: uppercase; }

.plista_widget_belowArticle {
  margin-top: 20px; }

.plista_widget_belowArticle .plistaHl {
  margin-top: 50px!important;
  margin-bottom: 20px!important; }

.plista_widget_belowArticle .plista_widget_belowArticle_item.itemLink {
  margin-bottom: 40px; }

.plista_widget_belowArticle .itemLink, .plista_widget_belowArticle .itemLinkPET {
  padding: 0;
  width: 31.914893617021278%;
  margin-left: 2.12766%!important; }

.plista_widget_belowArticle .plista_widget_imgwrapper, .plista_widget_belowArticle .itemFlashWrap {
  height: 200px!important;
  width: auto!important; }

.plista_widget_belowArticle .item2, .plista_widget_belowArticle .item3, .plista_widget_belowArticle .item5, .plista_widget_belowArticle .item6 {
  margin-right: 0!important; }

.plista_widget_belowArticle .item1, .plista_widget_belowArticle .item4 {
  margin-left: 0!important;
  margin-right: 0!important; }

.plista_widget_belowArticle .itemTitle {
  margin: 5px 0 3px 0!important; }

.zgt-page-header-overlay {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 766px;
  height: 60px; }

.zgt-page-header {
  position: relative; }

.zgt-page-header-link {
  display: block;
  width: 766px;
  height: 60px;
  z-index: 3; }

.zgt-page-header-text {
  position: absolute;
  top: 0;
  right: 4px;
  text-align: right;
  z-index: 1; }

.zgt-page-header-text h1 {
  color: #333; }

.zgt-page-header-text-desc {
  line-height: 1em;
  font-size: 11px; }

.no-mobile button.close {
  position: relative;
  top: -2px;
  line-height: 20px;
  padding: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  opacity: .5;
  filter: alpha(opacity=50); }

.aui-w1-3, .aui-w33, .webkit .aui-w1-3 {
  width: 33.33%!important;
  float: left;
  min-height: 10px; }

.columns-3 .aui-w33 {
  padding-right: 0!important; }

.columns-3 #column-1 #layout-column_column-1 {
  padding-right: 10px; }

.columns-3 #column-2 #layout-column_column-2 {
  padding-left: 10px;
  padding-right: 10px; }

.columns-3 #column-3 #layout-column_column-3 {
  padding-left: 10px; }

.aui-w50 {
  width: 50%!important;
  float: left;
  min-height: 10px; }

.columns-2 .aui-w50 {
  padding-right: 0!important; }

.columns-2 #column-1 #layout-column_column-1 {
  padding-right: 10px; }

.columns-2 #column-2 #layout-column_column-2 {
  padding-left: 10px; }

.columns-1-2-1 .aui-w50 {
  padding-right: 0!important; }

.columns-1-2-1 #column-2 #layout-column_column-2 {
  padding-right: 10px; }

.columns-1-2-1 #column-3 #layout-column_column-3 {
  padding-left: 10px; }

#content .comments button {
  padding: 6px 14px; }

#content .comments legend {
  margin-bottom: 8px; }

#content .comments .login {
  display: block;
  margin-bottom: 15px; }

#content .comments .fa {
  padding-right: 10px;
  vertical-align: middle; }

#content .comments .commentlogin {
  padding: 15px;
  margin-bottom: 20px; }

#content .comments .commentlogin.hidden {
  display: none; }

#content .comments .commentlogin fieldset {
  display: table; }

#content .comments .commentlogin fieldset .social {
  display: table-cell;
  width: 40%; }

#content .comments .commentlogin fieldset .mail {
  display: table-cell;
  width: 60%; }

#content .comments .commentlogin .link {
  margin-left: 8px; }

#content .comments .commentlogin input[type=text], #content .comments .commentlogin input[type=password] {
  width: 95%;
  margin-bottom: 10px;
  padding: 6px 5px; }

#content .comments .commenteditor {
  padding: 15px;
  margin-bottom: 20px; }

#content .comments .commenteditor textarea {
  width: 97%;
  margin-bottom: 10px;
  padding: 6px 5px; }

#content .comments .commenteditor legend em {
  font-weight: lighter;
  font-size: xx-small; }

#content .result.commentlist .qp_item {
  padding: 15px;
  margin-bottom: 10px; }

#content .result.commentlist .qp_date {
  margin: 0 0 7px 0;
  padding-left: 20px; }

#content .result.commentlist .qp_date a.report {
  float: right;
  padding: 2px 5px 0 0; }

#content .result.commentlist .qp_text {
  margin-bottom: 0; }

#content .userdata {
  padding: 30px 0 0 0; }

#content .userdata p {
  margin: 5px 0 30px; }

#content .userdata fieldset {
  display: table;
  margin: 20px 0 30px 0; }

#content .userdata fieldset .form {
  display: table-cell;
  vertical-align: top; }

#content .userdata fieldset .form.heading {
  width: 300px;
  padding-top: 20px;
  margin-right: 20px; }

#content .userdata fieldset .form.heading h3 {
  margin-bottom: 5px; }

#content .userdata fieldset .form.content {
  width: 660px;
  padding-top: 20px; }

#content .userdata fieldset .form.content label {
  float: left;
  width: 165px;
  padding: 8px 20px 0 0;
  text-align: right; }

#content .userdata fieldset .form.content .pw label {
  padding-top: 2px; }

#content .userdata fieldset .form.content input[type=text], #content .userdata fieldset .form.content input[type=password] {
  width: 70%;
  margin-bottom: 15px;
  padding: 7px 5px; }

#content .userdata fieldset .form.content .checkbox {
  width: 70%;
  margin: 0 0 20px 183px; }

#content .userdata fieldset .form.content input[type=checkbox] {
  width: 20px;
  margin: 3px 5px 5px 0;
  display: inline-block; }

#content .userdata fieldset .form.content small {
  display: block; }

#content .userdata fieldset .form button {
  padding: 8px 16px 6px;
  margin-right: 7px; }

#content .userdata fieldset .form button.send {
  margin-left: 185px; }

#content .userdata fieldset .form button .fa {
  padding-right: 10px;
  vertical-align: middle; }

#content .userdata.dashboard .avatar {
  float: left;
  margin: 0 10px 0 0; }

#content .userdata fieldset .form button.orders {
  margin-top: 10px; }

#content .userdata .registration, #content .userdata .login {
  clear: left; }

#content .userdata .login fieldset {
  float: left;
  margin-top: 0; }

#content .userdata .login fieldset .form {
  display: block; }

#content .userdata .login fieldset .form.heading {
  margin-right: 0; }

#content .userdata .login fieldset .form.content {
  width: 660px; }

#content .userdata .login fieldset .form.content.social {
  width: 300px; }

#content .userdata .block.heading.left {
  float: left; }

#content .userdata .block.heading.right {
  float: right;
  display: none; }

#site-header .checkbox, .login-box .checkbox {
  margin: 0 0 10px 0; }

#site-header .checkbox input[type="checkbox"], .login-box .checkbox input[type="checkbox"] {
  width: 10px;
  margin: 3px 5px 5px 0;
  display: inline-block; }

#content .userdata .login.password_reset fieldset {
  float: none;
  margin-top: 0; }

#content .comments .checkbox {
  margin: 0 0 10px 0; }

#content .comments .checkbox input[type="checkbox"] {
  width: 10px;
  margin: 3px 5px 5px 0;
  display: inline-block; }

#content .comments button:disabled {
  background: #aaa!important; }

#content .comments .loader {
  padding-left: 10px; }

#content .comments .show-all-comments {
  border: none!important;
  text-transform: uppercase;
  display: inline-block; }

#content .comments .show-all-comments:hover {
  text-decoration: underline; }

#content .comments .info {
  padding-left: 10px;
  color: #f00; }

#content .comments .report-comment {
  margin-right: 15px; }

#content .comments .report-comment h4 {
  font-size: 14px!important;
  font-weight: bold;
  margin: 5px 0 5px 0; }

#content .comments .report-comment p {
  padding: 5px 0 5px 0; }

#content .comments .report-comment textarea {
  width: 100%;
  height: 70px; }

#content .comments .loader.hidden {
  display: none; }

#content .userdata .registration.hidden, #content .userdata .login.hidden {
  display: none; }

#content .userdata fieldset .form.content input[type=text].mandatory, #content .userdata fieldset .form.content input[type=checkbox].mandatory, #content .userdata fieldset .form.content input[type=password].mandatory {
  outline: #f00 solid thin!important;
  -webkit-box-shadow: none;
  box-shadow: none; }

#content .userdata fieldset .form.content input[type=text]:disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #aaa!important; }

#content .userdata fieldset .form.content .checkbox.mandatory {
  color: #f00!important; }

#content .alert {
  padding: 8px 35px 8px 14px;
  margin: 20px 0 20px 0;
  text-shadow: none;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#content .alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

#content .alert.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

#content .shared {
  margin: 20px 0;
  background: transparent url("/zgt-portal-theme/images/custom/ajax-loader.gif") 50% 50% no-repeat; }

#content .shared.youtube {
  min-height: 350px; }

#content .shared.scribblelive {
  height: 600px;
  overflow: auto; }

.portal-popup .portlet-polls-display .portlet-content {
  padding-left: 0; }

.pc-plus.small {
  width: 32px!important;
  margin: -1px 2px 0 0; }

.pc-plus.middle {
  width: 42px;
  margin: 3px 4px 0 0; }

.pc-plus.size {
  width: 52px;
  margin: 2px 5px 0 0; }

.pc-plus {
  float: left;
  background-repeat: no-repeat;
  padding-top: 0!important; }

.simple.pc.premium {
  margin-top: 20px; }

.pc .pc-info {
  margin-bottom: 30px;
  position: relative; }

.pc .pc-info .header {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  font-family: 'Merriweather',serif;
  text-align: center; }

.pc .pc-info .header span {
  display: inline-block; }

.pc .pc-info .header img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px 8px; }

.pc .pc-info .banner {
  text-align: center;
  line-height: 30px; }

.pc .pc-info .banner p {
  margin: 10px 0 20px 0;
  font-size: 24px;
  font-weight: 300; }

.pc .pc-info .text {
  text-align: center; }

.pc .pc-info .text p {
  text-align: left;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative; }

.pc .pc-info .text .icons {
  text-align: left;
  position: relative;
  display: table-cell;
  width: 20%; }

.pc .pc-info .text .icons .icon-pc {
  position: relative;
  left: 9px;
  top: 0; }

.pc .pc-info .text .icons .icon-tablet {
  position: absolute;
  left: 65px;
  top: 25px; }

.pc .pc-info .text .icons .icon-smartphone {
  position: absolute;
  left: 0;
  top: 45px; }

.pc .pc-info .text .info {
  display: table-cell;
  position: relative;
  vertical-align: top;
  text-align: left;
  width: 80%; }

.pc .pc-info .text span {
  top: 35px; }

.pc .pc-info .layer {
  max-height: 60px;
  overflow: hidden; }

.gallery p.layer {
  text-align: center; }

.pc .pc-info p.layer:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }

.pc .pc-info .social i.fa-facebook {
  padding-right: 5px; }

.pc .pc-info .mail legend a {
  padding-right: 3px; }

.pc .pc-kontakt {
  padding: 20px 0;
  background: #f5f5f5;
  text-align: center;
  font-size: 14px; }

.pc .pc-kontakt li {
  width: 33%;
  display: inline-block;
  vertical-align: top; }

.pc .pc-kontakt h3 {
  margin-bottom: 24px;
  font-weight: 300; }

.pc .pc-kontakt .fa {
  display: block;
  margin-bottom: 10px;
  font-size: 44px; }

.pc .pc-kontakt span {
  display: block; }

.pc .pc-kontakt .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600; }

.pc .pc-kontakt a {
  text-decoration: underline; }

.pc .pc-kontakt a:hover {
  text-decoration: none; }

.pc .pc-kontakt .nr {
  font-weight: 600;
  font-size: 18px; }

.pc .pc-kontakt .time {
  margin-top: 5px;
  font-size: 13px;
  color: #666;
  line-height: 16px; }

#plus-content .qp.style.result.ajax.richcontent a p {
  color: #333; }

#plus-content.loading {
  background: transparent url("../images/custom/ajax-loader.gif") 50% 50% no-repeat;
  min-height: 500px; }

#plus-content .medium-rectangles > div {
  width: 300px;
  margin-bottom: 20px; }

#plus-content .medium-rectangles .qp.style.simple.advertising:nth-child(1) {
  float: left; }

#plus-content .medium-rectangles .qp.style.simple.advertising:nth-child(2) {
  float: right; }

#pc-popup.pc .pc-info {
  padding: 30px;
  margin: 0;
  font-size: 15px; }

#pc-popup.pc .pc-info .text p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300; }

.pc button.btn.close {
  position: absolute;
  right: 5px;
  top: 7px;
  min-width: 20px;
  line-height: 30px;
  padding: 0 5px;
  background: 0;
  font-size: 34px;
  font-weight: 300; }

.pc button.btn {
  min-width: 120px;
  margin: 10px 0 0 0;
  padding: 9px 18px 8px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 0;
  border-radius: 0; }

.pc button.btn:hover {
  background: #fff; }

.pc button.btn:focus {
  background: #fff;
  outline: 0; }

.pc button.btn.dg:hover {
  background: #fff; }

.pc button.btn .fa {
  font-size: 19px;
  padding-right: 10px;
  vertical-align: middle; }

.pc .st1 {
  font-weight: 800;
  text-transform: uppercase; }

.pc .st2 {
  display: block;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase; }

.pc .pc-info .link {
  display: block;
  margin-top: 15px;
  font-size: 14px; }

.pc .pc-info .link:hover {
  text-decoration: underline; }

.pc-table table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

.pc-table .table {
  width: 100%;
  margin-bottom: 20px; }

.pc-table .table th, .pc-table .table td {
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  text-align: center;
  border-top: 0;
  background-color: #f9f9f9; }

.pc-table .table th {
  width: 12%; }

.pc-table .table th:first-child {
  width: 40%;
  background: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600; }

.pc-table .table th {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase; }

.pc-table .table th a {
  display: block;
  min-height: 40px;
  padding: 8px;
  color: #fff; }

.pc-table .table tr {
  border-bottom: 1px solid #ddd; }

.pc-table .table td {
  height: 66px;
  padding: 8px; }

.pc-table .table thead th {
  vertical-align: middle;
  text-align: center; }

.pc-table .table caption + thead tr:first-child th, .pc-table .table caption + thead tr:first-child td, .pc-table .table colgroup + thead tr:first-child th, .pc-table .table colgroup + thead tr:first-child td, .pc-table .table thead:first-child tr:first-child th, .pc-table .table thead:first-child tr:first-child td {
  border-top: 0; }

.pc-table .table tbody + tbody {
  border-top: 2px solid #ddd; }

.pc-table .table-bordered {
  border-collapse: separate;
  *border-collapse: collapse; }

.pc-table .table-bordered th, .pc-table .table-bordered td {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff; }

.pc-table .table-hover tbody tr:hover > td, .pc-table .table-hover tbody tr:hover > th {
  background-color: #f5f5f5; }

.pc-table .table {
  padding: 5px 5px 2px 5px; }

.pc-table .table img {
  float: left;
  max-width: 80px;
  width: 100%; }

.pc-table .table .fa {
  font-size: 24px; }

.pc-table .table .title {
  text-align: left;
  border-left: none;
  color: #666;
  line-height: 16px; }

.pc-table .table .title span {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  line-height: 22px; }

.pc-table .table .pay td {
  padding: 0;
  vertical-align: top;
  background-color: #f5f5f5; }

.pc-table .table .pay .title {
  padding: 8px;
  vertical-align: middle; }

.pc-table .table .pay .title span {
  font-size: 20px;
  font-weight: 800; }

.pc-table .table .pay .price {
  display: block;
  font-weight: 800;
  font-size: 22px;
  line-height: 22px; }

.pc-table .table .pay .price-small {
  display: block;
  margin-top: 4px;
  padding: 1px 8px;
  background: #fff;
  font-weight: 600; }

.pc-table .table .pay .fa {
  color: #fff;
  font-size: 18px; }

.pc-table .table .pay a {
  display: block;
  height: 66px;
  padding: 8px;
  color: #fff; }

.pc-table .table.options th {
  background: 0; }

.pc-table .table.options td.pay {
  width: 4%;
  padding: 0; }

.pc-table .table.options .pay a {
  background: #eee; }

.pc-table .table.options .pay a:hover {
  color: #fff; }

.pc-table .table.options .fa {
  font-size: 44px; }

.pc-pricing {
  display: inline-block; }

.pc-pricing .table {
  text-align: center;
  box-sizing: border-box;
  background: #f5f5f5; }

.pc-pricing .table.col {
  float: left;
  width: 48%; }

.pc-pricing .table.col.right {
  float: right; }

.pc-pricing .table h3 {
  position: relative;
  padding: 10px 0;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0!important; }

.pc-pricing .table .text {
  position: relative;
  padding: 10px 10px 15px 10px;
  font-size: 13px;
  background: #f5f5f5;
  color: #333;
  line-height: 20px; }

.pc-pricing .table.col .text .link {
  height: 140px; }

.pc-pricing .table .price {
  display: block;
  position: relative;
  padding: 20px 0 10px 0;
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -4px; }

.pc-pricing .table .price em {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal; }

.pc-pricing .table .price span {
  font-size: 26px;
  vertical-align: top;
  line-height: 8px;
  letter-spacing: 0; }

.pc-pricing .table .price .price-small {
  display: inline-block;
  margin-top: 3px;
  padding: 2px 10px;
  background: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0; }

.pc .pc-pricing .table .price.images {
  height: 62px; }

.pc .pc-pricing .table .price .icon-pc {
  position: absolute;
  left: 105px;
  top: 0; }

.pc .pc-pricing .table .price .icon-smartphone {
  position: absolute;
  left: 96px;
  top: 38px;
  z-index: 1; }

.pc .pc-pricing .table .price .icon-tablet {
  position: absolute;
  left: 161px;
  top: 18px;
  z-index: 1; }

.pc-pricing .table .list {
  display: none;
  padding: 20px 25% 0 25%;
  color: #666;
  text-align: left; }

.pc-pricing .table.col .list {
  padding: 20px 7px 0 0;
  line-height: 18px; }

.pc-pricing .table a.more {
  display: block;
  margin-top: 5px;
  font-weight: 400; }

.pc-pricing .table a.more:hover {
  text-decoration: underline; }

.pc-pricing .table .list .fa {
  font-size: 16px;
  padding-right: 2px; }

.pc-pricing .table .list li {
  margin-bottom: 8px;
  list-style-type: none;
  margin-left: 35px;
  padding-left: 0!important; }

.pc-pricing .table .btn {
  position: relative;
  margin: 0 0 15px 0; }

.pc-pricing .table .btn:hover {
  color: #fff; }

.pc-pricing .table h3 {
  margin: 0!important; }

.pc-pricing .link {
  clear: both;
  width: 100%;
  margin: 15px 0 0 0!important; }

.pc-pricing .link:hover {
  text-decoration: none!important; }

.pc-info .text:after, .pc-info .text:before, .pc-info .price:after, .pc-info .price:before, .pc-info h3:after, .pc-info h3:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.text:after, .price:after, h3:after {
  border: 5px rgba(136, 183, 213, 0);
  margin-left: -5px; }

.pc-pricing .table h3:after {
  z-index: 20; }

.pc-pricing .table .text:after {
  border-top-color: #f5f5f5; }

.pc-pricing .table .price:after {
  z-index: 20; }

.qp.style.result.richcontent .qp_item.event, .qp.style.result.richcontent .qp_item.date {
  margin-bottom: 15px;
  padding-bottom: 0; }

.qp.style.result.richcontent .qp_item.event .ticket .image, .qp.style.result.richcontent .qp_item.date .ticket .image {
  float: left;
  width: 135px; }

.qp.style.result.richcontent .qp_item.event .ticket .text, .qp.style.result.richcontent .qp_item.date .ticket .text {
  display: table-cell; }

.qp.style.result.richcontent .qp_item.event .ticket .price, .qp.style.result.richcontent .qp_item.date .ticket .price {
  float: right;
  width: 30%; }

.qp.style.result.richcontent .qp_item.event .ticket .info, .qp.style.result.richcontent .qp_item.date .ticket .info {
  float: left;
  width: 70%; }

.qp.style.result.richcontent .qp_item.event .ticket .info div, .qp.style.result.richcontent .qp_item.date .ticket .info div {
  padding-right: 10px; }

.qp.style.result.richcontent .qp_item.event .ticket .price .pricevalue, .qp.style.result.richcontent .qp_item.date .ticket .price .pricevalue {
  font-weight: 600;
  font-size: 19px; }

.qp.style.result.richcontent .qp_item.event .ticket .price span, .qp.style.result.richcontent .qp_item.date .ticket .price span {
  font-weight: 400;
  font-size: 10px;
  float: left;
  padding-right: 5px; }

.qp.style.result.richcontent .qp_item.event .ticket .actions, .qp.style.result.richcontent .qp_item.date .ticket .actions {
  margin-top: 10px; }

.qp.style.result.richcontent .qp_item.event .ticket .qp_details, .qp.style.result.richcontent .qp_item.date .ticket .qp_details {
  display: inline-block; }

.qp.style.result.richcontent .qp_item.event .ticket .aboinfo, .qp.style.result.richcontent .qp_item.date .ticket .aboinfo {
  font-size: 10px; }

.qp.style.detail.richcontent.event .qp_eventtext_container.ticket h2, .qp.style.detail.richcontent.date .qp_eventtext_container.ticket h2 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0; }

.qp.style.detail.richcontent.event .qp_eventtext_container.ticket h3, .qp.style.detail.richcontent.date .qp_eventtext_container.ticket h3 {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0; }

.qp.style.detail.richcontent.event .qp_eventtext_container.ticket, .qp.style.detail.richcontent.date .qp_eventtext_container.ticket {
  margin-top: 20px;
  width: 632px;
  display: table-cell;
  float: left;
  padding-right: 20px; }

.qp.style.detail.richcontent.event .qp_eventtext_sidebar.ticket, .qp.style.detail.richcontent.date .qp_eventtext_sidebar.ticket {
  margin-top: 20px;
  width: 308px;
  display: table-cell;
  float: left; }

.qp.style.detail.richcontent.event .qp_eventtext_sidebar.ticket .price, .qp.style.detail.richcontent.date .qp_eventtext_sidebar.ticket .price {
  font-size: 25px;
  font-weight: 600; }

.qp.style.detail.richcontent.event .qp_eventtext_sidebar.ticket span, .qp.style.detail.richcontent.date .qp_eventtext_sidebar.ticket span {
  font-size: 12px; }

.qp.style.detail.richcontent.event .qp_eventtext_sidebar.ticket .actions, .qp.style.detail.richcontent.date .qp_eventtext_sidebar.ticket .actions {
  margin-top: 20px;
  height: 40px; }

.qp.style.detail.richcontent.event .qp_eventtext_sidebar.ticket .actions .button-left, .qp.style.detail.richcontent.date .qp_eventtext_sidebar.ticket .actions .button-left {
  padding: 10px; }

.qp.style.detail.richcontent.event .qp_eventtext_container.ticket .wrapper, .qp.style.detail.richcontent.date .qp_eventtext_container.ticket .wrapper {
  width: 632px;
  display: table; }

.qp.style.detail.richcontent.event .qp_eventtext_container.ticket .teaserimage, .qp.style.detail.richcontent.date .qp_eventtext_container.ticket .teaserimage {
  float: left;
  width: 25%; }

.qp.style.detail.richcontent.event .qp_eventtext_container.ticket .qp_eventdetails, .qp.style.detail.richcontent.date .qp_eventtext_container.ticket .qp_eventdetails {
  float: left;
  width: 75%; }

.qp.style.detail.richcontent.event .qp_eventtext_container.ticket .qp_eventtext, .qp.style.detail.richcontent.date .qp_eventtext_container.ticket .qp_eventtext {
  clear: left;
  margin-top: 10px; }

.jcarousel {
  position: relative;
  margin-left: 10px; }

.jcarousel li {
  width: 82px;
  overflow: visible!important;
  height: auto!important;
  list-style: none!important;
  padding-left: 2px!important;
  margin-left: 5px!important; }

.jcarousel li img {
  width: 75px;
  box-shadow: 2px 2px 5px #000; }

.jcarousel .controls {
  z-index: 2;
  position: absolute;
  width: 272px;
  top: 30%;
  left: -10px; }

.jcarousel .prev, .jcarousel .next {
  position: absolute;
  top: 50%; }

.jcarousel .next {
  right: -16px; }

.jcarousel .active {
  opacity: 1; }

.jcarousel .inactive {
  opacity: .5; }

.jcarousel .caption {
  display: none; }

.jcarousel .caption-display {
  text-align: center;
  height: 1em;
  margin: 5px;
  width: 260px; }

.jcarousel .carousel {
  height: 110px;
  overflow: hidden; }

.jcarousel ul li {
  float: left; }

.jcarousel .carousel.col-1 {
  margin-left: 30%; }

.jcarousel .col-1 .inactive, .jcarousel .col-2 .inactive {
  opacity: 1; }

.jcarousel .col-1 .caption, .jcarousel .col-2 .caption {
  display: block; }

.jcarousel .col-1 .caption-display, .jcarousel .col-2 .caption-display, .jcarousel .col-1.controls, .jcarousel .col-2.controls {
  display: none; }

.jcarousel .carousel.col-2 {
  margin-left: 15%; }

* {
  padding: 0;
  margin: 0; }

#TB_window {
  font: 12px Arial,Helvetica,sans-serif;
  color: #333; }

#TB_secondLine {
  font: 10px Arial,Helvetica,sans-serif;
  color: #666; }

#TB_window a:link {
  color: #666; }

#TB_window a:visited {
  color: #666; }

#TB_window a:hover {
  color: #000; }

#TB_window a:active {
  color: #666; }

#TB_window a:focus {
  color: #666; }

#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.TB_overlayMacFFBGHack {
  background: url(macFFBgHack.png) repeat; }

.TB_overlayBG {
  background-color: #000;
  filter: alpha(opacity=35);
  -moz-opacity: .35;
  opacity: .35; }

* html #TB_overlay {
  position: absolute;
  height: expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px'); }

#TB_window {
  position: fixed;
  background: #fff;
  z-index: 102;
  color: #000;
  display: none;
  border: 4px solid #525252;
  text-align: left;
  top: 50%;
  left: 50%; }

* html #TB_window {
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px'); }

#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666; }

#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left; }

#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right; }

#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right; }

#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px; }

#TB_title {
  background-color: #e8e8e8;
  height: 27px; }

#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em; }

#TB_ajaxContent.TB_modal {
  padding: 15px; }

#TB_ajaxContent p {
  padding: 5px 0 5px 0; }

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; }

* html #TB_load {
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px'); }

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%; }

* html #TB_HideSelect {
  position: absolute;
  height: expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px'); }

#TB_iframeContent {
  clear: both;
  border: 0;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px; }

#ab-info-layer {
  padding: 40px;
  width: 700px;
  margin-left: auto;
  margin-right: auto; }

#ab-info-layer h5 {
  font-size: 30px;
  color: #000;
  font-family: 'Merriweather',Georgia,serif;
  line-height: 130%;
  font-weight: 800; }

#ab-info-layer p {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 1em; }

#ab-info-layer .login-box .link {
  display: none; }

#ab-info-layer .login-box ul {
  list-style: none; }

#ab-info-layer .login-box legend a {
  padding-right: 5px;
  font-weight: 600; }

#ab-info-layer .info .left {
  width: 375px;
  float: left; }

#ab-info-layer .info .right {
  width: 325px;
  float: right; }

.blue #ab-info-layer a {
  color: #00538d; }

.ab-hidden {
  display: none;
  visibility: hidden; }

.ab-shader {
  background-color: #fff;
  height: 3000px;
  width: 100%;
  position: absolute;
  z-index: 9500; }

footer.footcont {
  line-height: 150%;
  font-family: 'Merriweather',Georgia,serif; }

footer .portlet-topper {
  padding: 8px 0 6px 0; }

footer .portlet-topper .portlet-title {
  font-size: 13px;
  color: #000;
  font-family: 'Merriweather',Georgia,serif; }

footer li {
  display: block;
  margin-bottom: 3px; }

footer a {
  font-size: 12px;
  color: #000; }

footer .social a {
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  font-size: 13px;
  margin-right: 5px; }

footer ul.bottom {
  margin-bottom: 0;
  margin-top: 20px!important;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: center; }

footer ul.bottom .fa {
  font-size: 1.5em; }

#content .update {
  padding: 2px 6px;
  background: #333;
  color: #fff;
  font-size: 12px;
  font-family: 'Merriweather',Georgia,serif;
  font-style: italic; }

.aui-w30 .update {
  font-size: 11px;
  color: #fff!important; }

.standard {
  margin: 0;
  padding: 0; }

.standard.lfr-has-sidebar {
  margin: 0;
  padding: 0 0 0 270px; }

.standard a {
  text-decoration: none;
  color: #333; }

.standard a:hover {
  text-decoration: none;
  color: #333; }

.standard .portlet-journal-content a {
  text-decoration: underline; }

.standard h1 {
  color: #333; }

.standard h2 {
  color: #333; }

.standard h3 {
  color: #333; }

.standard h4 {
  color: #666; }

.standard h5 {
  color: #666; }

.standard h6 {
  color: #333; }

.standard .portlet {
  background: #fff; }

.standard .portlet-topper {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.standard .portlet-title {
  color: #333; }

.standard .portlet-icon-back {
  color: #666; }

.standard .portlet-icon-back:hover {
  text-decoration: underline; }

.standard .ui-dialog .ui-dialog-titlebar {
  background: #999;
  color: #fff; }

.standard input[type="submit"], .standard input[type="button"], .standard input[type="reset"] {
  background: #f5f5f5 url(/zgt-portal-theme/images/forms/button.png) repeat-x 0 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  color: #666; }

.standard input[type="submit"]:hover, .standard input[type="button"]:hover, .standard input[type="reset"]:hover, .standard input[type="submit"]:focus, .standard input[type="button"]:focus, .standard input[type="reset"]:focus {
  background: #000066 url(/zgt-portal-theme/images/forms/button.png) repeat-x 0 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  color: #999; }

.ie6 .standard input.submit, .ie6 .standard input.button {
  background: #f5f5f5 url(/zgt-portal-theme/images/forms/button.png) repeat-x 0 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  color: #666; }

.ie6 .standard input.submit:hover, .ie6 .standard input.button:hover {
  background: #000066 url(/zgt-portal-theme/images/forms/button.png) repeat-x 0 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  color: #999; }

.standard ul.ui-tabs {
  border-bottom: 1px #ccc solid; }

.standard .ui-tabs li a, .standard .tabs li span {
  background: url(/zgt-portal-theme/images/custom/bg_tabs_nav.gif) repeat-x left bottom;
  border: 1px solid #ccc;
  border-right: 0;
  color: #666; }

.standard .ui-tabs li a:hover {
  text-decoration: none; }

.standard .ui-tabs li a:hover, .standard .ui-tabs li span:hover {
  background: #fff;
  color: #999; }

.standard .ui-tabs li.current a, .standard .ui-tabs li.current span {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-right: 0;
  color: #000; }

.standard .ui-tabs li.current:hover, .standard .ui-tabs li.current a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none; }

.standard input[type="text"], .standard input[type="password"], .standard input[type="file"], .standard select, .standard textarea, .standard .textarea {
  border: 1px solid #bcb9b9;
  background: transparent url(/zgt-portal-theme/images/custom/webform_bg.gif) repeat-x left top; }

.ie6 .standard input.text, .standard input.password, .ie6 .standard input.file {
  border: 1px solid #bcb9b9;
  background: transparent url(/zgt-portal-theme/images/custom/webform_bg.gif) repeat-x left top; }

.standard .results-grid {
  border: 0; }

.standard .results-header {
  background: #fcfdf7;
  border: 1px solid #dedede; }

.standard .results-header th, .standard .results-header td {
  color: #666;
  padding: 5px 10px; }

.standard .results-header th a, .standard .results-header td a {
  color: #666; }

.standard .ui-autocomplete-even, .standard .results-row td {
  background: #fff;
  border-bottom: 1px dotted #e6e6e6; }

.standard .ui-autocomplete-odd, .standard .results-row.alt td {
  background: #fff; }

.standard .ui-autocomplete-over, .standard .results-row.hover td {
  background: #fff; }

.standard .lfr-actions .lfr-trigger li {
  border-bottom: 1px solid #dedede; }

.standard .lfr-actions .lfr-trigger li a:hover {
  background-color: #666;
  color: #fff; }

.standard .portlet-msg-info {
  background: #fcfdf7 url(/zgt-portal-theme/images/messages/info.png) no-repeat 6px 50%;
  border: 1px solid #666;
  color: #34404f; }

.standard .portlet-msg-info.pending {
  background-image: url(/zgt-portal-theme/images/common/time.png); }

.standard .portlet-msg-error {
  background: #ffdddd url(/zgt-portal-theme/images/messages/error.png) no-repeat 6px 50%;
  border: 1px solid #f00; }

.standard .portlet-msg-alert {
  background: #ffffcc url(/zgt-portal-theme/images/messages/alert.png) no-repeat 6px 20%;
  border: 1px solid #fc0; }

.standard .portlet-msg-success {
  background: #f4fdef url(/zgt-portal-theme/images/messages/success.png) no-repeat 6px 50%;
  border: 1px solid #acdfa7;
  color: #384f34; }

.standard .lfr-add-content h2 {
  color: #000; }

.js .standard .interactive-mode {
  background: #020509 url(/zgt-portal-theme/images/dock/center_bg.png) repeat-x; }

.js .standard .interactive-mode h2 {
  background: url(/zgt-portal-theme/images/dock/right_bg.png) no-repeat 100% 0; }

.js .standard .interactive-mode h2 span {
  background: url(/zgt-portal-theme/images/dock/left_bg.png) no-repeat 0 0;
  border-right: 1px solid #34404f;
  color: #FFF; }

.js .standard .interactive-mode ul {
  background: #FFF;
  border-color: #dedede #bfbfbf #bfbfbf #dedede; }

.js .standard .interactive-mode li {
  border-top: 1px solid #dedede; }

.js .standard .interactive-mode .my-places li.current a {
  color: #fff; }

.js .standard .interactive-mode .my-places li.current {
  background-color: #999; }

.js .standard .interactive-mode .my-places li.current-community a {
  color: #fff; }

.js .standard .interactive-mode .my-places li.current-community {
  background-color: #999; }

.js .standard .interactive-mode li a:hover, .js .standard .interactive-mode .my-places li.current a:hover {
  color: #fff; }

.js .standard .interactive-mode .my-places li.last a {
  color: #000; }

.js .standard .interactive-mode li:hover, .js .standard .interactive-mode .my-places li:hover {
  background-color: #999; }

.js .standard .interactive-mode li:hover a:hover, .js .standard .interactive-mode li:hover > a, .js .standard .interactive-mode li:hover > h3 > a {
  background-color: #999;
  color: #fff; }

.ie6 .js .standard .interactive-mode li a:hover {
  background-color: #999;
  color: #fff; }

.standard #navigation .mainnav {
  background: url(/zgt-portal-theme/images/color_schemes/standard/navi_bg.gif) repeat-x left top; }

.standard #navigation .mainnav a {
  color: #fff;
  border-right: 1px solid #7b7e80; }

.standard #navigation .mainnav .mainnavitem:hover a {
  color: #666;
  background: url(/zgt-portal-theme/images/custom/navi_bg.gif) repeat-x left; }

.standard #navigation .mainnav .mainnavitem.active a {
  color: #333;
  background: url(/zgt-portal-theme/images/custom/navi_bg.gif) repeat-x left; }

.standard #navigation .mainnav .subnavitem a, .standard #navigation .mainnav .mainnavitem:hover .subnavitem a {
  color: #666; }

.standard #navigation .mainnav .subnav li.active a, .standard #navigation .mainnav .subnavitem a:hover, .standard #navigation .mainnav .mainnavitem:hover .subnavitem a:hover {
  color: #333; }

.standard #navigation .mainportalnav .mainportal {
  background: url(/zgt-portal-theme/images/color_schemes/standard/navi_bg_homebut.gif) repeat-x left; }

.standard #navigation .mainportalnav .mainportal a {
  color: #fff; }

.standard #navigation .mainportalnav .regioportal {
  color: #666;
  background: url(/zgt-portal-theme/images/custom/regio_auswahl_bg.gif) repeat-x left;
  border-top: 1px solid #b1afaf;
  border-left: 1px solid #b1afaf;
  border-right: 1px solid #b1afaf; }

.standard #navigation .mainportalnav .regioportal a {
  color: #666; }

.standard #navigation .mainportalnav .regioportal a:hover {
  color: #000; }

.standard #navigation .regioportalnav .mainportal {
  color: #666;
  background: url(/zgt-portal-theme/images/custom/regio_auswahl_bg.gif) repeat-x left;
  border-top: 1px solid #b1afaf;
  border-left: 1px solid #b1afaf;
  border-right: 1px solid #b1afaf; }

.standard #navigation .regioportalnav .mainportal a {
  color: #666; }

.standard #navigation .regioportalnav .mainportal a:hover {
  color: #000; }

.standard #navigation .regioportalnav .regioportal {
  background: url(/zgt-portal-theme/images/color_schemes/standard/navi_bg_homebut.gif) repeat-x left top;
  border-top: 1px solid #000; }

.standard #navigation .regioportalnav .regioportal a {
  color: #fff; }

.standard #navigation .regioportalnav .mainportal {
  color: #666;
  background: url(/zgt-portal-theme/images/custom/regio_auswahl_bg.gif) repeat-x left;
  border-top: 1px solid #b1afaf;
  border-left: 1px solid #b1afaf;
  border-right: 1px solid #b1afaf; }

.standard #navigation .regioportalnav .mainportal a {
  color: #666; }

.standard #navigation .regioportalnav .mainportal a:hover {
  color: #000; }

.standard #navigation .regioportalnav .regioportal {
  background: url(/zgt-portal-theme/images/color_schemes/standard/navi_bg_homebut.gif) repeat-x left top;
  border-top: 1px solid #000; }

.standard #navigation .regioportalnav .regioportal a {
  color: #fff; }

.standard #navigation .subjectportalnav .wahlportal {
  background: url(/zgt-portal-theme/images/color_schemes/standard/navi_bg_homebut.gif) repeat-x left top;
  border-top: 1px solid #000; }

.standard #navigation .subjectportalnav .wahlportal a {
  color: #fff; }

.standard #header {
  background: #f7f7f7; }

.standard .com_navigation {
  background: #666;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff; }

.standard .com_navigation a {
  color: #fff;
  text-decoration: none; }

.standard .com_navigation a:hover {
  text-decoration: underline; }

.standard .com_navigation .date {
  color: #fff; }

.standard .com_navigation.admin {
  background: #000; }

.standard .com_navigation.admin a {
  color: #fff;
  text-decoration: none; }

.standard .com_navigation.admin a:hover {
  color: #fff;
  text-decoration: underline; }

.standard .com_navigation.admin .taglib-my-places a {
  color: #000;
  text-decoration: none; }

.standard .com_navigation.admin .taglib-my-places a:hover {
  color: #000;
  text-decoration: underline; }

.standard .com_navigation.admin .admin {
  color: #fff; }

.standard .com_navigation.admin li.staging-custom li a {
  display: block;
  color: #000; }

.standard #content .nav-menu h2 {
  color: #333; }

.standard #content .nav-menu li a {
  color: #605f5f; }

.standard #content .nav-menu li a:hover {
  text-decoration: none;
  background: #f3f4f4; }

.standard #content .nav-menu li a.selected {
  background: #000;
  color: #fff; }

.standard #content .nav-menu li li a {
  background: transparent; }

.standard #content .nav-menu li li a:hover {
  background: #f3f4f4; }

.standard #container {
  color: #676763;
  background: #fff; }

.standard #header .search {
  color: #666; }

.standard #header .header-search-bar {
  background: url(/zgt-portal-theme/images/color_schemes/standard/navi_bg.gif) repeat-x left;
  color: #fff; }

.standard .borderline {
  background: #ebebeb;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7; }

.standard #footer {
  color: #999;
  background: #f8f9f9; }

.standard #footer .footcont li a {
  color: #666;
  text-decoration: none; }

.standard #footer .footcont li a:hover {
  color: #666;
  text-decoration: underline; }

.green .columns-1-2 .aui-w30 .portlet-title, .green .columns-2 .aui-w30 .portlet-title, .green .columns-1-2-1 .aui-w30 .portlet-title, .green .columns-1-2-2-1 .aui-w30 .portlet-title {
  color: #666; }

.standard .qp_categories {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid; }

.standard .qp_categories li {
  border-right: 1px solid #bbb; }

.standard .qp_categories a span {
  color: #000; }

.standard .qp_categories a:hover span {
  color: #000;
  text-decoration: underline; }

.standard .qp_categories a {
  color: #666; }

.standard .qp_categories a:hover {
  color: #666;
  text-decoration: underline; }

.standard .verlags_nav h5 {
  font-size: 11px;
  color: #666;
  font-weight: bold; }

.standard .verlags_column li {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/arrow.gif) no-repeat left 50%;
  padding: 1px 0 0 10px; }

.standard #verlags_column1 li {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/arrow.gif) no-repeat left 50%;
  padding: 1px 0 0 10px; }

.standard .verlags_column li a {
  color: #666; }

.standard .verlags_column li a:hover {
  color: #666;
  text-decoration: underline; }

.standard .zgt_sitemap .categorie li li, .standard .zgt_sitemap .commercial .service_1st li, .standard .zgt_sitemap .commercial .service li {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/arrow.gif) no-repeat left; }

.standard .portlet-blogs .entry-body a {
  color: #000; }

.standard .portlet-blogs .entry-body a:hover {
  color: #000;
  text-decoration: underline; }

.standard .portlet-blogs .entry-navigation {
  color: #000;
  font-size: 11px; }

.standard .portlet-blogs .entry-navigation a {
  color: #000; }

.standard .portlet-blogs .entry-navigation a:hover {
  text-decoration: underline; }

.standard .portlet-blogs .entry-navigation .next {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/arrow_right.gif) no-repeat right center;
  padding-right: 30px; }

.standard .portlet-blogs .entry-navigation .previous {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/arrow_left.gif) no-repeat left center;
  padding-left: 30px; }

.standard .portlet-blogs .entry-tags .tag {
  background: transparent url(/zgt-portal-theme/images/blogs/tag.png) no-repeat left center;
  color: #666; }

.standard .portlet-blogs .stats .comments {
  color: #999; }

.standard .portlet-blogs .stats .comments a {
  color: #999; }

.standard .portlet-blogs .stats .comments a:hover {
  color: #999;
  text-decoration: underline; }

.standard .portlet-polls-display td.alpha {
  background-color: #999!important; }

.standard .qp_search input[type="text"] {
  border: 1px solid #bcb9b9;
  font-style: italic;
  color: #999;
  background: transparent url(/zgt-portal-theme/images/custom/search_field_bg.gif) repeat-x left bottom; }

.standard .qp_search input[type="submit"] {
  background: transparent url(/zgt-portal-theme/images/custom/search_but.gif) no-repeat;
  color: #fff;
  width: 22px;
  height: 19px; }

.standard .qp_search input[type="submit"]:hover {
  background: transparent url(/zgt-portal-theme/images/custom/search_but.gif) no-repeat;
  color: #fff;
  width: 22px;
  height: 19px; }

.standard .qp_search input[type="submit"]:focus {
  background: transparent url(/zgt-portal-theme/images/custom/search_but.gif) no-repeat;
  color: #fff;
  width: 22px;
  height: 19px; }

.standard .qp_loader {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/ajax-loader-bert.gif) no-repeat center; }

.ie6 .standard .qp_search input.text {
  padding: 2px 0 0 3px;
  border: 1px solid #bcb9b9;
  height: 14px;
  width: 260px;
  font-style: italic;
  font-size: 11px;
  color: #999;
  background: transparent url(/zgt-portal-theme/images/custom/search_field_bg.gif) repeat-x left bottom; }

.ie6 .standard .qp_search input.submit {
  background: transparent url(/zgt-portal-theme/images/custom/search_but.gif) no-repeat;
  color: #fff;
  width: 22px;
  height: 19px; }

.ie6 .standard .qp_search input.submit:hover {
  background: transparent url(/zgt-portal-theme/images/custom/search_but.gif) no-repeat;
  color: #fff;
  width: 22px;
  height: 19px; }

.ie6 .standard .qp_search input.submit:focus {
  background: transparent url(/zgt-portal-theme/images/custom/search_but.gif) no-repeat;
  color: #fff;
  width: 22px;
  height: 19px; }

.standard .qp.style.answers.tabable .qp_tabs_container {
  border: 1px solid #ccc; }

.standard .qp.style.answers.tabable .qp_tabs_container {
  background: white url(/zgt-portal-theme/images/custom/bg_tabs.gif) repeat-x left bottom; }

.standard .qp.style.answers.tabable .qp_tabs_container ul li {
  color: #000; }

.standard .qp.style.answers.tabable .qp_tabs_container ul li a:hover {
  color: #333;
  text-decoration: underline; }

.standard .qp.style.result .qp_headline h2 {
  color: #333; }

.ie6 .standard .qp.style.result .qp_link {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent; }

.standard .qp.style.link a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/arrow.gif) no-repeat left 50%;
  color: #000; }

.standard .qp.style.result .qp_link a {
  color: #000; }

.standard .qp.style.result .qp_linklist a span {
  color: #000; }

.standard .qp.style.result .qp_linklist .qp_link a {
  color: #333; }

.standard .qp.style.result .qp_link a:hover {
  text-decoration: underline; }

.standard .qp.style.result .qp_linklist li, .standard .qp.style.result.title li {
  list-style: circle url(/zgt-portal-theme/images/color_schemes/standard/arrow.gif) outside !important; }

.standard .qp.style.result.title li a:hover {
  color: #333; }

.standard .qp.style.result .qp_image img {
  border: 1px solid #333; }

.standard .qp.style.result .qp_linklist a:hover span {
  text-decoration: underline; }

.standard .qp.style.result.sidebar.toptheme .qp_headline h2 a {
  color: #000; }

.standard .qp.style.result.sidebar .qp_item {
  border-bottom: 1px solid #ddd; }

.standard .qp.style.result.small .qp_headline h2 {
  color: #333; }

.standard .qp.style.result.column4 .qp_item .qp_headline b, .standard .qp.style.result.column5 .qp_item .qp_headline b {
  color: #000; }

.standard .qp.style.result.column5 {
  background: #f3f4f4; }

.standard .qp.style.result.column5 ul {
  border-top: 10px solid #fff; }

.standard .qp.style.result.toparticle .qp_headline h1 {
  color: #333; }

.standard .qp.style.result .qp_headline h2 a {
  color: #333; }

.standard .qp.style.result .qp_headline h2 a:hover {
  color: #333;
  text-decoration: underline; }

.standard .qp.style.result.toparticle .topic.atlas .qp_headline dd {
  color: #ccc; }

.standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li {
  border: 1px solid #888;
  border-top: 0;
  border-left: none; }

.standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li span {
  background-color: #4b4c4c;
  color: #000;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

.standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li a {
  color: #fff; }

.standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li a:hover {
  color: #000; }

.standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.active a {
  color: #000; }

.standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.button.play a, .ie6 .standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul .play a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/play_button.png) 7px 4px no-repeat; }

.standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.button.play a:hover, .ie6 .standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul .play a:hover {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/play_button_hover.png) 7px 4px no-repeat; }

.standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.button.play .active, .ie6 .standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul .play .active {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/play_button_hover.png) 7px 4px no-repeat; }

.standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.button.pause a, .ie6 .standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul .pause a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/pause_button.png) 7px 4px no-repeat; }

.standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.button.pause a:hover, .ie6 .standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul .pause a:hover {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/pause_button_hover.png) 7px 4px no-repeat; }

.standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.button.pause .active, .ie6 .standard .qp.style.result.toparticle.rotation .qp_ressort_navigation ul .pause .active {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/pause_button_hover.png) 7px 4px no-repeat; }

.standard .qp.style.result.toparticle.rotation .qp_toparticle_container {
  border: 1px solid #000; }

.standard .qp.style.result.toparticle.rotation .qp_toparticle_container .qp_toparticle_image .qp_toparticle_image_title {
  border-top: 1px solid #888; }

.standard .qp.style.result.toparticle.rotation .qp_toparticle_container .qp_toparticle_image .qp_toparticle_image_title .bg {
  background-color: #4b4c4c;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)"; }

.standard .qp.style.result.toparticle.rotation .qp_toparticle_container .qp_toparticle_image .qp_toparticle_image_title .title h2 {
  font-size: 18px; }

.standard .qp.style.result.toparticle.rotation .qp_toparticle_container .qp_toparticle_image .qp_toparticle_image_title .title h2 a {
  color: #fff; }

.standard .qp.style.result.toparticle.rotation .qp_toparticle_container .qp_toparticle_image .qp_toparticle_image_title .title h2 a:hover {
  color: #000; }

.standard .qp.style.result.inline {
  color: #666; }

.standard .qp.style.result.inline a {
  color: #666;
  border-left: 1px solid #bbb; }

.standard .qp.style.result.inline a:hover {
  color: #000;
  text-decoration: underline; }

.standard .qp.style.result.inline span {
  color: #000; }

.standard .qp.style.result.inline .qp.style.link a {
  background: 0;
  color: #000; }

.standard .qp.style.result.ticker ul li {
  color: #000; }

.standard .qp.style.result.ticker ul li a:hover {
  color: #333;
  text-decoration: underline; }

.standard .qp.style.navigation h2 {
  border-color: #ddd; }

.standard .qp.style.navigation b {
  color: #000; }

.standard .qp.style.navigation li {
  border-color: #ddd; }

.standard .qp.style.navigation a {
  color: #605f5f; }

.standard .qp.style.navigation a:hover {
  text-decoration: none;
  background: #f3f4f4; }

.standard .qp.style.detail.richcontent a {
  color: #000; }

.standard .qp.style.detail.richcontent img {
  border: 1px solid #333; }

.standard .qp.style.detail ul li {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/arrow.gif) no-repeat left 6px; }

.standard .qp.style.detail.richcontent .qp_inlineimg {
  background: transparent; }

.standard .qp.style.detail.richcontent .qp_inlineimg ul {
  background: transparent;
  border: 0; }

.standard .qp.style.detail.richcontent .qp_inlineimg a {
  color: #000; }

.standard .qp.style.detail.richcontent .qp_entity {
  color: #333;
  border-bottom: 1px dotted #000; }

.standard .qp.style.detail.richcontent a.qp_entity:hover {
  color: #333; }

.standard .qp.style.detail.richcontent .qp_video.brightcove div.bc_widget_single_over, .standard .qp.style.detail.richcontent .qp_video.sevenload img:hover, .standard .qp.style.detail.richcontent .qp_video.amazon img.video-still.hover {
  border: 3px solid #000; }

.standard #qpgallery .gallery_lists .next_label a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/arrow_right.gif) no-repeat; }

.standard #qpgallery .gallery_lists .prev_label a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/standard/arrow_left.gif) no-repeat; }

.standard .qp.style.result.sidebar .qp_item .qp_image a {
  height: 60px;
  display: block;
  overflow: hidden;
  position: relative; }

.green {
  margin: 0;
  padding: 0;
  font: 0.625em/1.8em "Open Sans", Arial, Tahoma, Verdana, sans-serif; }

.green #container, .green .columns-max {
  color: #333;
  font-size: 14px; }

.green #content {
  line-height: 1.5em;
  background: #fff; }

.green h1 {
  font-size: 28px;
  color: #000;
  font-family: 'Merriweather',Georgia,serif;
  line-height: 120%;
  font-weight: 600;
  margin: 5px 0 15px 0; }

.green h2 {
  font-size: 24px;
  color: #333;
  font-family: 'Merriweather',Georgia,serif,Arial;
  font-weight: 600;
  line-height: 130%; }

.green h3 {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  font-family: 'Merriweather',Georgia,serif,Arial;
  line-height: 130%; }

.green h4 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  font-family: 'Open Sans',Arial,sans-serif; }

.green h5 {
  color: #319f49;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Merriweather',Georgia,serif; }

.green .portlet-topper, .green .plista_widget_belowArticle .plistaHl {
  border-top: 2px solid #319f49;
  border-bottom: 1px solid #000;
  text-align: center; }

.green .portlet-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.green .aui-w100 .portlet-boundary_AnswersPortlet_WAR_queport_ .portlet-borderless-container .qp.style.detail.richcontent.gallery {
  border-top: 2px solid #319f49;
  padding-top: 15px; }

.green .no-border .portlet-topper {
  border-top: 0; }

.green .portlet-icon-back {
  color: #666; }

.green .portlet-icon-back:hover {
  text-decoration: underline; }

.green .portlet-borderless-bar {
  background: #319f49; }

.green .ui-dialog .ui-dialog-titlebar {
  background: #319f49;
  color: #fff; }

.green .aui-dialog-content .aui-panel-hd {
  background: #319f49;
  text-shadow: 1px 1px #066;
  color: #fff; }

.green .aui-tabview-list .aui-state-default a:hover, .green .aui-tabview-list .aui-state-default.ui-state-active a {
  background: #319f49!important;
  color: #fff; }

.green .aui-tabview-list .aui-tab-active a {
  background: #319f49; }

.green .qp .ui-tabs .ui-tabs-nav li a:hover {
  background: #319f49; }

.green button.error-submit {
  padding-left: 6px;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.green nav ul.dropdown {
  background: #f2f4f4;
  border-bottom: #319f49 2px solid;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0); }

.green nav a .arrow {
  border-top: 4px solid #319f49;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.green #com-navigation nav.commercial a {
  color: #319f49; }

.green #com-navigation nav.commercial li:hover > a {
  color: #319f49;
  background-color: #f2f4f4; }

.green #com-navigation nav.commercial li:hover > a .arrow {
  border-top: 4px solid #319f49; }

.green #com-navigation nav.commercial .dropdown .col {
  border-right: 1px solid #dadada; }

.green #com-navigation nav.commercial .dropdown .col.last {
  border-right: 0; }

.green #com-navigation nav.commercial .dropdown .col a {
  color: #333; }

.green #com-navigation nav.commercial .dropdown .col a:hover {
  color: #333;
  text-decoration: underline; }

.green #com-navigation nav.commercial .dropdown .col span.head {
  color: #319f49;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px; }

.green #com-navigation nav.commercial .dropdown .col span.head:hover {
  text-decoration: none; }

.green #com-navigation nav.commercial .dropdown .col.list a {
  border-top: 1px solid #dadada; }

.green #com-navigation nav.commercial .dropdown .col.list .info {
  border-top: 1px solid #dadada; }

.green #com-navigation nav.commercial .zgtlogo a:hover {
  background-color: transparent; }

.green nav#navigation {
  background: #fff;
  border-bottom: 1px solid #000; }

.green nav#navigation a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }

.green nav#navigation li:hover > a {
  color: #fff;
  font-weight: 700;
  background-color: #319f49; }

.green nav#navigation a.active, .green nav#navigation li.active a {
  background-color: #319f49;
  color: #fff; }

.green nav#lokal {
  background: #f4f4eb;
  border-bottom: #2fba4e; }

.green nav#lokal a {
  font-size: 14px;
  font-weight: 600;
  color: #000; }

.green nav#lokal li i {
  color: #000;
  font-size: 20px;
  font-weight: 600; }

.green nav#lokal li:hover i {
  color: #319f49; }

.green nav#lokal li.active > a, .green nav#lokal li:hover > a {
  color: #319f49; }

.green nav#lokal a.active {
  color: #319f49; }

.green nav#navigation .dropdown .col.last {
  border-right: 0; }

.green nav#navigation .dropdown .col span.head {
  color: #319f49;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px; }

.green nav#navigation .dropdown .col a {
  color: #333;
  font-size: 13px;
  background: 0;
  text-transform: none;
  font-weight: 600; }

.green nav#navigation .dropdown .col.list a {
  border-bottom: 1px solid #dadada; }

.green nav#navigation .dropdown .col.list a:hover {
  color: #319f49; }

.green nav#navigation .lokal span.select {
  background: #006837; }

.green nav#navigation .lokal span.select a {
  background: #319f49; }

.green nav#navigation .lokal span.select a:hover {
  background: #3eb357; }

.green nav#navigation .lokal span.select a .arrow {
  border-top: 8px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.green nav#lokal li.active > a, .green nav#lokal li:hover > a {
  color: #319f49; }

.green nav#lokal .dropdown .list a {
  color: #333;
  font-size: 13px;
  background: 0;
  border-bottom: 1px solid #dadada; }

.green nav#lokal .dropdown .list a:hover {
  color: #319f49; }

.green #site-header {
  background: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #757575;
  border-bottom: 2px solid #319f49; }

.green #site-header .login a {
  color: #666; }

.green #site-header .login a:hover {
  text-decoration: underline; }

.green #site-header .wetter a {
  color: #666; }

.green #site-header .wetter li {
  font-weight: bold; }

.green #site-header .wetter .temp {
  font-family: 'Merriweather',Georgia,serif;
  font-size: 24px;
  font-weight: 400; }

.green #site-header .wetter .arrow {
  border-top: 6px solid #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.green #site-header .weatherform #weather_now i:before {
  color: #319f49; }

.green #site-header .login a {
  text-transform: none;
  font-size: 13px;
  color: #319f49; }

.green #site-header .login a.link {
  color: #666;
  text-transform: uppercase; }

.green #site-header .login button, .green .login-box button {
  border: 0;
  background: #319f49;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.green #site-header .login button:hover, .green .login-box button:hover {
  background-color: #006837; }

.green #site-header .login legend, .green .login-box legend {
  color: #333; }

.green #site-header .login .fa, .green .login-box .fa {
  font-size: 16px;
  color: #777; }

.green #site-header .login .avatar img {
  border: 1px solid #ddd; }

.green #site-header .login .data span.name {
  margin: 0; }

.green #site-header .login ul.dropdown {
  background: #fff;
  border: #ddd 1px solid;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0px 0 0 transparent;
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0px 0 0 transparent; }

.green #site-header .login button.fb, .green .login-box button.fb {
  background-color: #3b5998!important; }

.green #site-header .login button.fb .fa, .green .login-box button.fb .fa {
  color: #fff; }

.green #site-header .login input[type=text], .green #site-header .login input[type=password] {
  font-size: 13px;
  color: #333;
  font-style: normal; }

.green #site-header .login input[type=text]:focus, .green #site-header .login input[type=password]:focus {
  outline: #319f49 solid thin;
  -webkit-box-shadow: none;
  box-shadow: none; }

.green #content .nav-menu h2 {
  color: #333; }

.green #content .nav-menu li a {
  color: #605f5f; }

.green #content .nav-menu li a:hover {
  text-decoration: none;
  background: #f3f4f4; }

.green #content .nav-menu li a.selected {
  background: #319f49;
  color: #fff; }

.green #content .nav-menu li li a {
  background: transparent; }

.green #content .nav-menu li li a:hover {
  background: #f3f4f4; }

.green .columns-1-2 .aui-w30 .portlet-topper, .green .columns-2 .aui-w30 .portlet-topper, .green .columns-1-2-1 .aui-w30 .portlet-topper, .green .columns-1-2-2-1 .aui-w30 .portlet-topper {
  background: #319f49;
  padding: 12px 10px 9px 10px;
  border: 0; }

.green .columns-1-2 .aui-w30 .no-border .portlet-topper, .green .columns-2 .aui-w30 .no-border .portlet-topper, .green .columns-1-2-1 .aui-w30 .no-border .portlet-topper, .green .columns-1-2-2-1 .aui-w30 .no-border .portlet-topper {
  border-top: 0;
  margin-bottom: 12px; }

.green .columns-1-2 .aui-w30 .portlet-title, .green .columns-2 .aui-w30 .portlet-title, .green .columns-1-2-1 .aui-w30 .portlet-title, .green .columns-1-2-2-1 .aui-w30 .portlet-title {
  color: #fff; }

.green .qp_categories {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid; }

.green .qp_categories li {
  border-right: 1px solid #bbb; }

.green .qp_categories a span {
  color: #008c44; }

.green .qp_categories a:hover span {
  color: #008c44;
  text-decoration: underline; }

.green .qp_categories a {
  color: #666; }

.green .qp_categories a:hover {
  color: #666;
  text-decoration: underline; }

.green .zgt_sitemap .categorie li li, .green .zgt_sitemap .commercial .service_1st li, .green .zgt_sitemap .commercial .service li {
  background: transparent url(/zgt-portal-theme/images/color_schemes/green/arrow.gif) no-repeat left; }

.green .portlet-blogs .entry-body a {
  color: #319f49; }

.green .portlet-blogs .entry-body a:hover {
  color: #319f49;
  text-decoration: underline; }

.green .portlet-blogs .entry-navigation {
  color: #319f49;
  font-size: 11px; }

.green .portlet-blogs .entry-navigation a {
  color: #319f49; }

.green .portlet-blogs .entry-navigation a:hover {
  text-decoration: underline; }

.green .portlet-blogs .entry-navigation .next {
  background: transparent url(/zgt-portal-theme/images/color_schemes/green/arrow_right.gif) no-repeat right center;
  padding-right: 30px; }

.green .portlet-blogs .entry-navigation .previous {
  background: transparent url(/zgt-portal-theme/images/color_schemes/green/arrow_left.gif) no-repeat left center;
  padding-left: 30px; }

.green .portlet-blogs .entry-tags .tag {
  background: transparent url(/zgt-portal-theme/images/blogs/tag.png) no-repeat left center;
  color: #666; }

.green .portlet-blogs .stats .comments {
  color: #999; }

.green .portlet-blogs .stats .comments a {
  color: #999; }

.green .portlet-blogs .stats .comments a:hover {
  color: #999;
  text-decoration: underline; }

.green .journal-content-article a {
  color: #319f49; }

.green .portlet-polls-display td.alpha {
  background-color: #319f49!important; }

.green .qp_search input[type="text"] {
  font-size: 13px;
  background: white;
  color: #999;
  font-style: italic;
  border: 1px solid #d3d2d2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.green .qp_search input[type="submit"] {
  display: inline-block;
  width: 28px;
  height: 29px;
  color: #e8e7e7;
  background: #e8e7e7 url(/zgt-portal-theme/images/custom/icon-search.png) no-repeat 4px center;
  border: 1px solid #d3d2d2;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.green .qp_search input[type="submit"]:hover {
  display: inline-block;
  width: 28px;
  height: 29px;
  color: #e8e7e7;
  background: #e8e7e7 url(/zgt-portal-theme/images/custom/icon-search.png) no-repeat 4px center;
  border: 1px solid #d3d2d2;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.green .qp_search input[type="submit"]:focus {
  display: inline-block;
  width: 28px;
  height: 29px;
  color: #e8e7e7;
  background: #e8e7e7 url(/zgt-portal-theme/images/custom/icon-search.png) no-repeat 4px center;
  border: 1px solid #d3d2d2;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.green .qp_loader {
  background: transparent url(/zgt-portal-theme/images/color_schemes/green/ajax-loader-bert.gif) no-repeat center; }

.green .qp.style.breadcrumb_container label {
  font-weight: 600; }

.green .qp.style.breadcrumb .qp_remove {
  background: #319f49;
  color: #fff;
  font-weight: 600; }

.green .qp.style.breadcrumb .qp_remove span.qp_corner {
  font-weight: bold; }

.green .qp.style.answers.tabable .aui-tabview-list .aui-tab a {
  font-size: 14px; }

.green .qp.style.answers.tabable .aui-tabview-list .aui-tab a:hover {
  background: #319f49;
  color: #fff; }

.green .qp.style.answers.tabable .aui-tabview-list .aui-tab.current a, .green .qp.style.answers.tabable .aui-tabview-list .aui-tab a:hover {
  background: #319f49;
  color: #fff; }

.green .qp.style.answers.tabable .qp_tabs_container ul li {
  color: #319f49; }

.green .qp.style.answers.tabable .qp_tabs_container ul li a:hover {
  color: #333;
  text-decoration: underline; }

.green .qp.style.answers.tabable .qp_tabs_container time {
  font-size: 14px; }

.green .qp.style.link a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/green/arrow.gif) no-repeat left 50%;
  color: #319f49; }

.green .qp.style.link a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/green/arrow.png) no-repeat right 50%;
  color: #319f49;
  font-family: 'Open Sans',Georgiae,serif;
  font-size: 14px;
  font-weight: 400;
  padding-right: 18px; }

.green .qp.style.link a:hover {
  text-decoration: underline; }

.green .qp.style.result.title ul li a {
  color: #333;
  font-weight: bold; }

.green .qp.style.result.title ul li a:hover {
  text-decoration: underline; }

.green .qp.style.result.title ul li {
  font-size: 14px;
  font-family: 'Merriweather',Arial,sans-serif;
  font-weight: 600; }

.green .qp.style.result .qp_link a, .green .qp.style.simple.advertising .qp_link a {
  color: #319f49; }

.green .qp.style.result .qp_linklist a span {
  color: #319f49; }

.green .qp.style.result .qp_linklist .qp_link a {
  color: #333;
  font-weight: bold; }

.green .qp.style.result.theday .qp_linklist .qp_link a {
  font-weight: normal; }

.green .qp.style.result .qp_link a:hover {
  text-decoration: underline; }

.green .qp.style.result .qp_linklist a:hover span {
  text-decoration: underline; }

.green .qp.style.result .qp_item {
  font-size: 13px; }

.green .qp.style.result .qp_item .qp_link {
  font-weight: 500; }

.green .qp.style.result .qp_headline {
  font-size: 18px; }

.green .qp.style.result.column2 .qp_headline h2 {
  font-size: 18px; }

.green .qp.style.result .qp_headline .qp_ressort {
  font-size: 13px;
  color: #666; }

.green .qp.style.result .qp_headline a:hover {
  text-decoration: underline; }

.green .qp.style.result .qp_text .qp_link a {
  color: #319f49; }

.green .qp.style.result .qp_text .qp_link a:hover {
  text-decoration: underline; }

.green .qp.style.result .qp_linklist {
  line-height: 150%; }

.green .qp.style.result .qp_linklist li.qp_link {
  font-size: 14px;
  font-weight: 600; }

.green .qp.style.result .qp_linklist li.qp_link a:hover {
  text-decoration: underline; }

.green .qp.style.result .qp_linklist li.qp_link span {
  color: #319f49;
  font-weight: 700; }

.green .qp.style.result time {
  color: #319f49;
  font-weight: 400;
  font-size: 13px; }

.green .qp.style.result.richcontent time {
  color: #666; }

.green .qp.style.result.richcontent .qp_ressort {
  color: #319f49; }

.green .qp.style.result.richcontent .qp_item .qp_image .icon_layer.font-awesome {
  background-color: #319f49; }

.green .qp.style.result.richcontent .qp_item.gallery .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/green/gallery_icon.png) no-repeat left top;
  width: 32px;
  height: 32px; }

.green .qp.style.result.richcontent .qp_item.video .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/green/video_icon.png) no-repeat left top;
  width: 32px;
  height: 32px; }

.green .qp.style.result.collapsed.column2 .qp_bundle .qp_item.gallery .qp_image .icon_layer, .green .qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link.gallery .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/green/gallery_icon.png) no-repeat left top; }

.green .qp.style.result.collapsed.column2 .qp_bundle .qp_item.video .qp_image .icon_layer, .green .qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link.video .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/green/video_icon.png) no-repeat left top; }

.green .qp.style.result.sidebar.toptheme .qp_headline h2 a, .green .qp.style.result.sidebar.topic .qp_headline h2 a {
  color: #319f49; }

.green .qp.style.result.sidebar .qp_item {
  border-bottom: 1px solid #ddd; }

.green .qp.style.result.sidebar .qp_item.video .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/green/video_icon.png) no-repeat; }

.green .qp.style.result.sidebar .qp_item.gallery .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/green/gallery_icon.png) no-repeat; }

.green .qp.style.result.sidebar .qp_item .icon_layer.font-awesome {
  background-color: #319f49; }

.green .qp.style.result.sidebar .qp_item .qp_link {
  font-weight: normal; }

.green .qp.style.result.sidebar.ads {
  font-size: 13px; }

.green .qp.style.result.sidebar.ads .qp_headline {
  font-size: 13px;
  font-weight: 700; }

.green .qp.style.result.sidebar.ads .linktext .qp_headline {
  font-size: 13px;
  font-weight: normal; }

.green .qp.style.result.sidebar.ads .linktext .qp_headline a {
  font-weight: 700; }

.green .qp.style.result.sidebar .qp_item.static .number {
  color: #319f49;
  font-size: 24px;
  font-weight: 600; }

.green .qp.style.result.small .qp_headline h2 {
  color: #333; }

.green .qp.style.result.column4 .qp_item .qp_headline b, .green .qp.style.result.column5 .qp_item .qp_headline b {
  color: #319f49; }

.green .qp.style.result.column5 {
  background: #fff; }

.green .qp.style.result.richcontent.column5 li.qp_item .qp_image {
  background: transparent;
  border: 0; }

.green .qp.style.result.richcontent.column5 li.qp_item .qp_image img {
  border: 0; }

.green .qp.style.result.richcontent.column5 li.qp_item .qp_image .icon_layer {
  opacity: .9; }

.green .qp.style.result.richcontent.column5 li.qp_item .qp_image .icon_layer {
  display: inline-block;
  width: 32px;
  height: 31px; }

.green .qp.style.result.richcontent.column5 li.qp_item.gallery .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/green/gallery_icon.png) no-repeat left top; }

.green .qp.style.result.richcontent.column5 li.qp_item.video .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/green/video_icon.png) no-repeat left top; }

.green .qp.style.result.richcontent.column5 li.qp_item .qp_headline h2 {
  font-size: 13px;
  font-family: 'Open Sans',Arial,sans-serif;
  font-weight: 600;
  line-height: 110%; }

.green .qp.style.result.richcontent.column5 li.qp_item .qp_headline a:hover h2 {
  text-decoration: underline; }

.green .qp.style.result .qp_headline h2 a {
  color: #333; }

.green .qp.style.result .qp_headline h2 a:hover {
  color: #333;
  text-decoration: underline; }

.green .qp.style.result.toparticle .topic.atlas .qp_headline dd {
  color: #319f49; }

.green .qp.style.result.toparticle.rotation .qp_toparticle_image span.ressort {
  background: #319f49;
  color: #fff; }

.green .qp.style.result.toparticle.rotation .qp_toparticle_title {
  font-size: 14px;
  color: #000; }

.green .qp.style.result.toparticle.rotation .qp_toparticle_title a {
  color: #000; }

.green .qp.style.result.toparticle.rotation .qp_toparticle_title a:hover {
  text-decoration: underline; }

.green .qp.style.result.toparticle.rotation .qp_ressort_navigation li {
  background: #f2f4f4;
  border-right: 1px solid #ccc;
  font-weight: 600; }

.green .qp.style.result.toparticle.rotation .qp_ressort_navigation li:last-child {
  border: 0; }

.green .qp.style.result.toparticle.rotation .qp_ressort_navigation li:hover {
  border-right: 1px solid #f2f4f4; }

.green .qp.style.result.toparticle.rotation .qp_ressort_navigation li:hover > a {
  background: #319f49;
  color: #fff; }

.green .qp.style.result.toparticle.rotation .qp_ressort_navigation a.active {
  background: #319f49;
  color: #fff; }

.green .qp.style.result.toparticle.rotation .qp_ressort_navigation .arrow {
  border-bottom: 7px solid #319f49;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.green .qp.style.result.toparticle .qp_topic h1 {
  font-weight: 600;
  font-size: 28px; }

.green .qp.style.result.toparticle .qp_topic h4 {
  color: #319f49;
  font-size: 15px; }

.green .qp.style.result.collapsed .qp_article_rotation_container .rotation li {
  background: #f2f4f4;
  font-weight: 600; }

.green .qp.style.result.collapsed .qp_article_rotation_container .rotation li:hover > a {
  background: #319f49;
  color: #fff; }

.green .qp.style.result.collapsed .qp_article_rotation_container .rotation a {
  font-size: 13px;
  word-wrap: break-word; }

.green .qp.style.result.collapsed .qp_article_rotation_container .rotation a.active {
  background: #319f49;
  color: #fff; }

.green .qp.style.result.collapsed .qp_article_rotation_container .rotation .arrow {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #319f49; }

.green .qp.style.result.inline {
  background: #f2f4f4; }

.green .qp.style.result.inline li.first {
  background: #e8e7e7 url(/zgt-portal-theme/images/custom/topic-arrow.jpg) no-repeat right; }

.green .qp.style.result.inline span {
  font-weight: 600; }

.green .qp.style.result.inline a {
  border-right: 1px solid #bbb; }

.green .qp.style.result.inline a:hover {
  text-decoration: underline; }

.green .qp.style.result.inline .qp.link a {
  color: #319f49;
  border-right: 0;
  font-family: 'Open Sans',arial,sans-serif;
  font-size: 13px;
  background: 0; }

.green .qp.style.result.ticker ul li {
  color: #319f49;
  font-family: 'Merriweather',Arial,sans-serif; }

.green .qp.style.result.ticker ul li a {
  color: #000; }

.green .qp.style.result.ticker .qp_item .qp_listlink a span {
  color: #319f49;
  font-style: italic; }

.green .qp.style.result.ticker ul li a:hover {
  color: #333;
  text-decoration: underline; }

.green .qp.style.result.ticker.event .qp_item {
  border-bottom: 1px solid #dfdfdf; }

.green .qp.style.result.ticker.event .qp_date {
  border: 1px solid #319f49;
  color: #319f49;
  font-size: 14px;
  font-weight: 600; }

.green .qp.style.result.ticker.event .qp_date b {
  background: #319f49;
  color: #fff; }

.green .qp.style.result.ticker.event .qp_locationname {
  color: #319f49;
  font-weight: 600; }

.green .qp.style.result.ticker.event .qp_item a {
  font-weight: 600; }

.green .qp.style.result.ticker.event .qp_item a:hover {
  text-decoration: underline; }

.green .qp.style.result .qp_item.date .qp_headline h4 {
  font-size: 14px;
  color: #319f49; }

.green .qp.style.result.eventtable tr.id {
  border-bottom: 1px solid; }

.green .qp.style.result.eventtable td.i_0 {
  background: #319f49;
  color: #fff;
  border: 2px solid #fff; }

.green .qp.style.result.eventtable h2 {
  font-size: 13px;
  font-family: 'Open Sans',Arial,sans-serif;
  font-weight: 800; }

.green .qp.style.result.eventtable span {
  font-size: 13px; }

.green .qp.style.result.eventtable h4 {
  font-size: 14px;
  color: #fff; }

.green .qp.style.result.eventtable .qp_day {
  color: #fff;
  font-weight: bold; }

.green .qp.style.navigation b {
  color: #319f49; }

.green .qp.style.navigation li {
  border-color: #dfdfdf; }

.green .qp.style.navigation a {
  color: #333;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%; }

.green .qp.style.navigation a:hover {
  text-decoration: underline; }

.green .qp.style.navigation .title {
  font-weight: 700;
  color: #333;
  font-size: 13px; }

.green .qp.style.navigation.locations .title, .green .qp.style.navigation.city .title {
  background: url(/zgt-portal-theme/images/color_schemes/green/navigator-orte-icon.png) no-repeat left top; }

.green .qp.style.navigation.personnames .title, .green .qp.style.navigation.zgtpersons .title {
  background: url(/zgt-portal-theme/images/color_schemes/green/navigator-personen-icon.png) no-repeat left top; }

.green .qp.style.navigation.companies .title, .green .qp.style.navigation.zgtcompanies .title {
  background: url(/zgt-portal-theme/images/color_schemes/green/navigator-unternehmen-icon.png) no-repeat left top; }

.green .qp.style.navigation.zgtassociations .title {
  background: url(/zgt-portal-theme/images/color_schemes/green/navigator-vereine-icon.png) no-repeat left top; }

.green .qp.style.navigation.documenttype .title {
  background: url(/zgt-portal-theme/images/color_schemes/green/navigator-typen-icon.png) no-repeat left top; }

.green .qp.style.navigation.ressort .title {
  background: url(/zgt-portal-theme/images/color_schemes/green/navigator-rubriken-icon.png) no-repeat left top; }

.green .qp.style.navigation .qp_expand_button {
  background: url(/zgt-portal-theme/images/color_schemes/green/navigator-plus-icon.png) no-repeat left 10px; }

.green .qp.style.navigation .qp_expand_button.minus {
  background: url(/zgt-portal-theme/images/color_schemes/green/navigator-minus-icon.png) no-repeat left 10px; }

.green .qp.style.detail.richcontent a {
  color: #319f49; }

.green .qp.style.detail ul li {
  padding-left: 5px; }

.green .qp.style.detail.richcontent .qp_inlineimg {
  background: #f4f6f6; }

.green .qp.style.detail.richcontent .qp_inlineimg ul {
  background: transparent;
  border: 0; }

.green .qp.style.detail.richcontent .qp_inlineimg a {
  color: #319f49; }

.green .qp.style.detail.richcontent .qp_entity {
  color: #319f49; }

.green .qp.style.detail.richcontent a.qp_entity:hover {
  text-decoration: underline; }

.green .qp.style.detail.richcontent .qp_video.brightcove div.bc_widget_single_over, .green .qp.style.detail.richcontent .qp_video.sevenload img:hover, .green .qp.style.detail.richcontent .qp_video.amazon img.video-still.hover {
  border: 3px solid #319f49; }

.green #qpgallery .gallery_lists .next_label a, .green #qpgallery .gallery_lists .prev_label a {
  display: inline-block;
  height: 28px;
  width: 28px;
  padding: 0;
  line-height: 26px;
  background: transparent;
  color: #333;
  border: 2px solid #333;
  font-size: 18px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

.green #qpgallery .gallery_lists .next_label a:hover, .green #qpgallery .gallery_lists .prev_label a:hover {
  border: 2px solid #319f49;
  color: #319f49; }

.green #qpgallery .gallery_lists .next_label i {
  position: absolute;
  left: 15px;
  top: 8px; }

.green #qpgallery .gallery_lists .prev_label i {
  position: absolute;
  left: 13px;
  top: 8px; }

.green .qp.style.detail.richcontent #qpgallery .gallery_image .prev_label_image i, .green .qp.style.detail.richcontent #qpgallery .gallery_image .next_label_image i {
  color: #fff; }

.green .qp.style.result.sidebar .qp_item .qp_image a {
  display: block;
  overflow: hidden;
  position: relative; }

.green .qp.style.detail.richcontent .qp_link a {
  background: 0;
  color: #319f49; }

.green .qp.style.detail.richcontent .qp_link a:hover {
  text-decoration: underline; }

.green .qp.style.detail.richcontent .qp_embedded .qp.style.detail.detail {
  border-top: 2px solid #319f49; }

.green .qp.style.detail.richcontent .qp_link.content {
  background: #f2f4f4; }

.green .qp.style.detail.richcontent a.inlinelink, .green .qp.style.detail.richcontent .qp_link.content a.inlinelink, .green .qp.style.detail.richcontent .qp_link a.inlinelink {
  color: #333;
  background: url(/zgt-portal-theme/images/color_schemes/green/icon-link.png) no-repeat left center !important; }

.green .qp.style.detail.richcontent .qp_link a, .green .qp.style.detail.richcontent .qp_link.inline a {
  background: none!important;
  color: #319f49; }

.green .qp.style.detail.richcontent .qp_link .fa {
  color: #319f49; }

.green .qp.style.detail.richcontent a.inlinelink.extern, .green .qp.style.detail.richcontent .qp_link.content a.inlinelink.extern {
  color: #333;
  background: url(/zgt-portal-theme/images/custom/icon-link.png) no-repeat left center; }

.green .qp.style.detail.richcontent .qp_link.content .qp_embedded .qp.style.detail.detail {
  border-top: 0; }

.green .qp.style.detail.richcontent.event .qp_eventtext_sidebar.ticket .actions .button-left, .green .qp.style.detail.richcontent.date .qp_eventtext_sidebar.ticket .actions .button-left {
  background-color: #319f49;
  color: #fff; }

.green .qp.style.result.commentlist .qp_item {
  background: #f2f4f4; }

.green .qp.style.result.commentlist .qp_headline {
  font-size: 16px; }

.green .qp.style.result.commentlist .qp_date {
  background: url(/zgt-portal-theme/images/color_schemes/green/comment-icon.png) no-repeat left 3px;
  color: #666;
  font-size: 13px; }

.green .qp.style.result.commentlist .qp_date a {
  color: #319f49;
  text-transform: uppercase; }

.green .qp.style.result.commentlist .qp_date a:hover {
  text-decoration: underline; }

.green .qp.style.editor .qp_formitem.captcha .qp_input input.qp_button {
  border: 0;
  background: #319f49;
  text-shadow: none;
  color: #fff; }

.green #vorverkaufsstellen .block_location .headline_location {
  background-color: #319f49;
  color: #fff; }

.green .eye-catcher {
  left: 453px;
  top: 4px; }

.green input[type="submit"], .green input[type="button"], .green input[type="reset"] {
  background: #319f49;
  text-shadow: none;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans',Arial,sans-serif;
  line-height: 16px;
  border: 0;
  border-bottom-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.green input[type="submit"]:hover, .green input[type="button"]:hover, .green input[type="reset"]:hover {
  background: #006837;
  color: #fff;
  text-decoration: none; }

.green .floor-header {
  background-color: #319f49; }

.green .floor-item .qp_link a {
  color: #319f49; }

.green #content .comments a {
  color: #319f49;
  border-bottom: 1px solid #f2f4f4;
  -webkit-transition: border-color .15s ease-out;
  -moz-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }

.green #content .comments a:hover {
  border-bottom: 1px solid #319f49;
  -webkit-transition: border-color .15s ease-out;
  -moz-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }

.green #content .comments button {
  border: 0;
  background: #319f49;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.green #content .comments button:hover {
  background-color: #006837; }

.green #content .comments legend {
  font-weight: 600;
  text-transform: uppercase; }

.green #content .comments .fa {
  font-size: 18px; }

.green #content .comments .commentlogin {
  background: #f2f4f4; }

.green #content .comments .commentlogin button.fb {
  background: #3b5998; }

.green #content .comments .commentlogin input[type=text], .green #content .comments .commentlogin input[type=password] {
  font-size: 13px;
  color: #333;
  font-style: normal; }

.green #content .comments .commentlogin input[type=text]:focus, .green #content .comments .commentlogin input[type=password]:focus {
  outline: #319f49 solid thin;
  -webkit-box-shadow: none;
  box-shadow: none; }

.green #content .comments .commenteditor {
  background: #f2f4f4; }

.green #content .comments .commenteditor textarea {
  font-size: 13px;
  color: #333;
  font-style: normal; }

.green #content .result.commentlist .qp_date .user {
  color: #333;
  font-weight: 600; }

.green #content .result.commentlist .qp_date a.report {
  border: 0;
  font-size: 11px; }

.green #content .userdata small {
  line-height: 1.5em; }

.green #content .userdata {
  border-top: 3px solid #319f49; }

.green #content .userdata h1 {
  font-size: 24px;
  font-weight: 900; }

.green #content .userdata a {
  color: #319f49;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: border-color .15s ease-out;
  -moz-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }

.green #content .userdata a:hover {
  border-bottom: 1px solid #319f49;
  -webkit-transition: border-color .15s ease-out;
  -moz-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }

.green #content .userdata fieldset {
  border-top: 1px solid #d9d8d8; }

.green #content .userdata fieldset .form.heading h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  font-family: 'Merriweather',Georgia,serif; }

.green #content .userdata fieldset .form.heading span {
  color: #666; }

.green #content .userdata fieldset .form.content label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600; }

.green #content .userdata fieldset .form.content input[type=text], .green #content .userdata fieldset .form.content input[type=password] {
  font-size: 14px;
  color: #333;
  font-style: normal; }

.green #content .userdata fieldset .form.content .checkbox {
  font-size: 13px; }

.green #content .userdata fieldset .form.content input[type=text]:focus, .green #content .userdata fieldset .form.content input[type=password]:focus {
  outline: #319f49 solid thin;
  -webkit-box-shadow: none;
  box-shadow: none; }

.green #content .userdata fieldset .form.content small {
  color: #666; }

.green #content .userdata fieldset .form button {
  border: 0;
  background: #3b5998;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.green #content .userdata fieldset .form button.send {
  background: #319f49; }

.green #content .userdata fieldset .form button:hover.send {
  background-color: #006837; }

.green #content .userdata fieldset .form button .fa {
  font-size: 20px; }

.green #content .userdata button.back {
  border: 0;
  background: #319f49;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif;
  padding: 8px 16px 6px;
  vertical-align: top; }

.green #content .userdata button.back:hover {
  background-color: #006837; }

.green #content .userdata button.back i {
  margin-right: 10px;
  font-size: 20px; }

.green #content .userdata fieldset .form button.orders {
  border: 0;
  background: #319f49;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.green #content .userdata fieldset .form button.orders:hover {
  background: #006837; }

.green .column5 .pc-plus.small {
  margin-top: 0!important; }

.green span.pc-plus.small {
  background-image: url("/zgt-portal-theme/images/color_schemes/green/ta-paid-symbol.svg");
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
  height: 30px!important; }

.green span.pc-plus.middle {
  background-image: url("/zgt-portal-theme/images/color_schemes/green/ta-paid-symbol.svg");
  -webkit-background-size: 42px auto;
  background-size: 42px auto;
  height: 42px!important; }

.green span.pc-plus.size {
  background-image: url("/zgt-portal-theme/images/color_schemes/green/ta-paid-symbol.svg");
  -webkit-background-size: 52px auto;
  background-size: 52px auto;
  height: 52px!important; }

.green .pc .pc-kontakt .fa {
  color: #319f49; }

.green .pc .pc-kontakt a {
  color: #319f49; }

.green .pc .pc-kontakt .nr {
  color: #319f49; }

.green .pc button.btn.close {
  color: #319f49; }

.green .pc button.btn {
  background: #319f49;
  border: 2px solid #319f49; }

.green .pc button.btn:hover {
  color: #319f49;
  background-color: #FFF; }

.green .pc button.btn:focus {
  color: #319f49; }

.green .pc button.btn.dg {
  border: 2px solid #006837;
  background: #006837; }

.green .pc button.btn.dg:hover {
  color: #006837;
  background-color: #FFF; }

.green .pc .st1 {
  color: #319f49; }

.green .pc .st3 {
  color: #319f49; }

.green .pc .pc-table .table .fa {
  color: #319f49;
  font-size: 24px; }

.green .pc .pc-table .table .title {
  border-left: none;
  color: #666;
  line-height: 16px; }

.green .pc .pc-table .table .title span {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  line-height: 22px; }

.green .pc .pc-table .table .pay {
  color: #319f49; }

.green .pc .pc-table .table .pay td {
  background-color: #f5f5f5; }

.green .pc .pc-table .table .pay .title span {
  font-size: 20px;
  font-weight: 800;
  color: #319f49; }

.green .pc .pc-table .table .pay .price {
  font-weight: 800;
  font-size: 22px;
  line-height: 22px; }

.green .pc .pc-table .table .pay .price-small {
  background: #fff;
  color: #006837;
  font-weight: 600; }

.green .pc .pc-table .table .pay .fa {
  color: #fff;
  font-size: 18px; }

.green .pc .pc-table .table .pay a {
  color: #fff;
  background: #319f49; }

.green .pc .pc-table .table .pay a:hover {
  background: #006837; }

.green .pc .pc-table .table.options th {
  background: 0; }

.green .pc .pc-table .table.options .pay a {
  background: #eee;
  color: #319f49; }

.green .pc .pc-table .table.options .pay a:hover {
  background: #006837;
  color: #fff; }

.green .pc .pc-table .table.options .fa {
  font-size: 44px; }

.green .pc .pc-pricing .table {
  border: 2px solid #319f49;
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 20px; }

.green .pc .pc-pricing .table h3 {
  color: #319f49;
  background: #fff;
  font-size: 20px;
  text-transform: capitalize; }

.green .pc .pc-pricing .table .text {
  font-size: 13px;
  background: #f5f5f5;
  color: #333;
  line-height: 20px; }

.green .pc .pc-pricing .table .price, .green .pc .pc-pricing .table .images {
  color: #000;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -4px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
  z-index: 100;
  border-bottom: 1px solid #319f49; }

.green .pc .pc-pricing .table .price em {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal; }

.green .pc .pc-pricing .table .price span {
  font-size: 26px;
  line-height: 0;
  letter-spacing: 0; }

.green .pc .pc-pricing .table .price .price-small {
  background: #fff;
  color: #319f49;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0; }

.green .pc .pc-pricing .table .list {
  color: #666; }

.green .pc .pc-pricing .table.col .list {
  line-height: 18px;
  margin-left: 0; }

.green .pc .pc-pricing .table a.more {
  font-weight: 400;
  color: #319f49; }

.green .pc .pc-pricing .table a.more:hover {
  text-decoration: underline; }

.green .pc .pc-pricing .table .list .fa {
  font-size: 16px;
  color: #319f49; }

.green .pc .pc-pricing .table .btn:hover {
  background: #006837;
  border: 2px solid #006837;
  color: #fff; }

.green .pc .pc-pricing .link:hover {
  text-decoration: none!important; }

.green .pc .text:after, .green .pc .price:after, .green .pc h3:after {
  border-color: rgba(136, 183, 213, 0); }

.green .pc .pc-pricing .table h3:after {
  border-top-color: #319f49; }

.green .pc .pc-pricing .table .text:after {
  border-top-color: #f5f5f5; }

.green .pc .pc-pricing .table .price:after {
  border-top-color: #16834a; }

.blue {
  margin: 0;
  padding: 0;
  font: 0.625em/1.8em "Open Sans", Arial, Tahoma, Verdana, sans-serif; }

.blue #container, .blue .columns-max {
  color: #333;
  font-size: 14px; }

.blue #content {
  line-height: 1.5em;
  background: #fff; }

.blue h1 {
  font-size: 28px;
  color: #000;
  font-family: 'Merriweather',Georgia,serif;
  line-height: 120%;
  font-weight: 600;
  margin: 5px 0 15px 0; }

.blue h2 {
  font-size: 24px;
  color: #333;
  font-family: 'Merriweather',Georgia,serif,Arial;
  font-weight: 600;
  line-height: 130%; }

.blue h3 {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  font-family: 'Merriweather',Georgia,serif,Arial;
  line-height: 130%; }

.blue h4 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  font-family: 'Open Sans',Arial,sans-serif; }

.blue h5 {
  color: #00538d;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Merriweather',Georgia,serif; }

.blue .portlet-topper, .blue .plista_widget_belowArticle .plistaHl {
  border-top: 2px solid #00538d;
  border-bottom: 1px solid #000;
  text-align: center; }

.blue .portlet-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.blue .aui-w100 .portlet-boundary_AnswersPortlet_WAR_queport_ .portlet-borderless-container .qp.style.detail.richcontent.gallery {
  border-top: 2px solid #00538d;
  padding-top: 15px; }

.blue .no-border .portlet-topper {
  border-top: 0; }

.blue .portlet-icon-back {
  color: #666; }

.blue .portlet-icon-back:hover {
  text-decoration: underline; }

.blue .portlet-borderless-bar {
  background: #00538d; }

.blue .ui-dialog .ui-dialog-titlebar {
  background: #00538d;
  color: #fff; }

.blue .aui-dialog-content .aui-panel-hd {
  background: #00538d;
  text-shadow: 1px 1px #066;
  color: #fff; }

.blue .aui-tabview-list .aui-state-default a:hover, .blue .aui-tabview-list .aui-state-default.ui-state-active a {
  background: #00538d!important;
  color: #fff; }

.blue .aui-tabview-list .aui-tab-active a {
  background: #00538d; }

.blue .qp .ui-tabs .ui-tabs-nav li a:hover {
  background: #00538d; }

.blue button.error-submit {
  padding-left: 6px;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.blue nav ul.dropdown {
  background: #f2f4f4;
  border-bottom: #00538d 2px solid;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0); }

.blue nav a .arrow {
  border-top: 4px solid #00538d;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.blue #com-navigation nav.commercial a {
  color: #00538d; }

.blue #com-navigation nav.commercial li:hover > a {
  color: #00538d;
  background-color: #f2f4f4; }

.blue #com-navigation nav.commercial li:hover > a .arrow {
  border-top: 4px solid #00538d; }

.blue #com-navigation nav.commercial .dropdown .col {
  border-right: 1px solid #dadada; }

.blue #com-navigation nav.commercial .dropdown .col.last {
  border-right: 0; }

.blue #com-navigation nav.commercial .dropdown .col a {
  color: #333; }

.blue #com-navigation nav.commercial .dropdown .col a:hover {
  color: #333;
  text-decoration: underline; }

.blue #com-navigation nav.commercial .dropdown .col span.head {
  color: #00538d;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px; }

.blue #com-navigation nav.commercial .dropdown .col span.head:hover {
  text-decoration: none; }

.blue #com-navigation nav.commercial .dropdown .col.list a {
  border-top: 1px solid #dadada; }

.blue #com-navigation nav.commercial .dropdown .col.list .info {
  border-top: 1px solid #dadada; }

.blue #com-navigation nav.commercial .zgtlogo a:hover {
  background-color: transparent; }

.blue nav#navigation {
  background: #fff;
  border-bottom: 1px solid #000; }

.blue nav#navigation a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }

.blue nav#navigation li:hover > a {
  color: #fff;
  font-weight: 700;
  background-color: #00538d; }

.blue nav#navigation a.active, .blue nav#navigation li.active a {
  background-color: #00538d;
  color: #fff; }

.blue nav#lokal {
  background: #f4f4eb;
  border-bottom: #46c0f4; }

.blue nav#lokal a {
  font-size: 14px;
  font-weight: 600;
  color: #000; }

.blue nav#lokal li i {
  color: #000;
  font-size: 20px;
  font-weight: 600; }

.blue nav#lokal li:hover i {
  color: #00538d; }

.blue nav#lokal li.active > a, .blue nav#lokal li:hover > a {
  color: #00538d; }

.blue nav#lokal a.active {
  color: #00538d; }

.blue nav#navigation .dropdown .col.last {
  border-right: 0; }

.blue nav#navigation .dropdown .col span.head {
  color: #00538d;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px; }

.blue nav#navigation .dropdown .col a {
  color: #333;
  font-size: 13px;
  background: 0;
  text-transform: none;
  font-weight: 600; }

.blue nav#navigation .dropdown .col.list a {
  border-bottom: 1px solid #dadada; }

.blue nav#navigation .dropdown .col.list a:hover {
  color: #00538d; }

.blue nav#navigation .lokal span.select {
  background: #006cb9; }

.blue nav#navigation .lokal span.select a {
  background: #00538d; }

.blue nav#navigation .lokal span.select a:hover {
  background: #3eb357; }

.blue nav#navigation .lokal span.select a .arrow {
  border-top: 8px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.blue nav#lokal li.active > a, .blue nav#lokal li:hover > a {
  color: #00538d; }

.blue nav#lokal .dropdown .list a {
  color: #333;
  font-size: 13px;
  background: 0;
  border-bottom: 1px solid #dadada; }

.blue nav#lokal .dropdown .list a:hover {
  color: #00538d; }

.blue #site-header {
  background: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #757575;
  border-bottom: 2px solid #00538d; }

.blue #site-header .login a {
  color: #666; }

.blue #site-header .login a:hover {
  text-decoration: underline; }

.blue #site-header .wetter a {
  color: #666; }

.blue #site-header .wetter li {
  font-weight: bold; }

.blue #site-header .wetter .temp {
  font-family: 'Merriweather',Georgia,serif;
  font-size: 24px;
  font-weight: 400; }

.blue #site-header .wetter .arrow {
  border-top: 6px solid #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.blue #site-header .weatherform #weather_now i:before {
  color: #00538d; }

.blue #site-header .login a {
  text-transform: none;
  font-size: 13px;
  color: #00538d; }

.blue #site-header .login a.link {
  color: #666;
  text-transform: uppercase; }

.blue #site-header .login button, .blue .login-box button {
  border: 0;
  background: #00538d;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.blue #site-header .login button:hover, .blue .login-box button:hover {
  background-color: #006cb9; }

.blue #site-header .login legend, .blue .login-box legend {
  color: #333; }

.blue #site-header .login .fa, .blue .login-box .fa {
  font-size: 16px;
  color: #777; }

.blue #site-header .login .avatar img {
  border: 1px solid #ddd; }

.blue #site-header .login .data span.name {
  margin: 0; }

.blue #site-header .login ul.dropdown {
  background: #fff;
  border: #ddd 1px solid;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0px 0 0 transparent;
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0px 0 0 transparent; }

.blue #site-header .login button.fb, .blue .login-box button.fb {
  background-color: #3b5998!important; }

.blue #site-header .login button.fb .fa, .blue .login-box button.fb .fa {
  color: #fff; }

.blue #site-header .login input[type=text], .blue #site-header .login input[type=password] {
  font-size: 13px;
  color: #333;
  font-style: normal; }

.blue #site-header .login input[type=text]:focus, .blue #site-header .login input[type=password]:focus {
  outline: #00538d solid thin;
  -webkit-box-shadow: none;
  box-shadow: none; }

.blue #content .nav-menu h2 {
  color: #333; }

.blue #content .nav-menu li a {
  color: #605f5f; }

.blue #content .nav-menu li a:hover {
  text-decoration: none;
  background: #f3f4f4; }

.blue #content .nav-menu li a.selected {
  background: #00538d;
  color: #fff; }

.blue #content .nav-menu li li a {
  background: transparent; }

.blue #content .nav-menu li li a:hover {
  background: #f3f4f4; }

.blue .columns-1-2 .aui-w30 .portlet-topper, .blue .columns-2 .aui-w30 .portlet-topper, .blue .columns-1-2-1 .aui-w30 .portlet-topper, .blue .columns-1-2-2-1 .aui-w30 .portlet-topper {
  background: #00538d;
  padding: 12px 10px 9px 10px;
  border: 0; }

.blue .columns-1-2 .aui-w30 .no-border .portlet-topper, .blue .columns-2 .aui-w30 .no-border .portlet-topper, .blue .columns-1-2-1 .aui-w30 .no-border .portlet-topper, .blue .columns-1-2-2-1 .aui-w30 .no-border .portlet-topper {
  border-top: 0;
  margin-bottom: 12px; }

.blue .columns-1-2 .aui-w30 .portlet-title, .blue .columns-2 .aui-w30 .portlet-title, .blue .columns-1-2-1 .aui-w30 .portlet-title, .blue .columns-1-2-2-1 .aui-w30 .portlet-title {
  color: #fff; }

.blue .qp_categories {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid; }

.blue .qp_categories li {
  border-right: 1px solid #bbb; }

.blue .qp_categories a span {
  color: #008c44; }

.blue .qp_categories a:hover span {
  color: #008c44;
  text-decoration: underline; }

.blue .qp_categories a {
  color: #666; }

.blue .qp_categories a:hover {
  color: #666;
  text-decoration: underline; }

.blue .zgt_sitemap .categorie li li, .blue .zgt_sitemap .commercial .service_1st li, .blue .zgt_sitemap .commercial .service li {
  background: transparent url(/zgt-portal-theme/images/color_schemes/blue/arrow.gif) no-repeat left; }

.blue .portlet-blogs .entry-body a {
  color: #00538d; }

.blue .portlet-blogs .entry-body a:hover {
  color: #00538d;
  text-decoration: underline; }

.blue .portlet-blogs .entry-navigation {
  color: #00538d;
  font-size: 11px; }

.blue .portlet-blogs .entry-navigation a {
  color: #00538d; }

.blue .portlet-blogs .entry-navigation a:hover {
  text-decoration: underline; }

.blue .portlet-blogs .entry-navigation .next {
  background: transparent url(/zgt-portal-theme/images/color_schemes/blue/arrow_right.gif) no-repeat right center;
  padding-right: 30px; }

.blue .portlet-blogs .entry-navigation .previous {
  background: transparent url(/zgt-portal-theme/images/color_schemes/blue/arrow_left.gif) no-repeat left center;
  padding-left: 30px; }

.blue .portlet-blogs .entry-tags .tag {
  background: transparent url(/zgt-portal-theme/images/blogs/tag.png) no-repeat left center;
  color: #666; }

.blue .portlet-blogs .stats .comments {
  color: #999; }

.blue .portlet-blogs .stats .comments a {
  color: #999; }

.blue .portlet-blogs .stats .comments a:hover {
  color: #999;
  text-decoration: underline; }

.blue .journal-content-article a {
  color: #00538d; }

.blue .portlet-polls-display td.alpha {
  background-color: #00538d!important; }

.blue .qp_search input[type="text"] {
  font-size: 13px;
  background: white;
  color: #999;
  font-style: italic;
  border: 1px solid #d3d2d2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.blue .qp_search input[type="submit"] {
  display: inline-block;
  width: 28px;
  height: 29px;
  color: #e8e7e7;
  background: #e8e7e7 url(/zgt-portal-theme/images/custom/icon-search.png) no-repeat 4px center;
  border: 1px solid #d3d2d2;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.blue .qp_search input[type="submit"]:hover {
  display: inline-block;
  width: 28px;
  height: 29px;
  color: #e8e7e7;
  background: #e8e7e7 url(/zgt-portal-theme/images/custom/icon-search.png) no-repeat 4px center;
  border: 1px solid #d3d2d2;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.blue .qp_search input[type="submit"]:focus {
  display: inline-block;
  width: 28px;
  height: 29px;
  color: #e8e7e7;
  background: #e8e7e7 url(/zgt-portal-theme/images/custom/icon-search.png) no-repeat 4px center;
  border: 1px solid #d3d2d2;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.blue .qp_loader {
  background: transparent url(/zgt-portal-theme/images/color_schemes/blue/ajax-loader-bert.gif) no-repeat center; }

.blue .qp.style.breadcrumb_container label {
  font-weight: 600; }

.blue .qp.style.breadcrumb .qp_remove {
  background: #00538d;
  color: #fff;
  font-weight: 600; }

.blue .qp.style.breadcrumb .qp_remove span.qp_corner {
  font-weight: bold; }

.blue .qp.style.answers.tabable .aui-tabview-list .aui-tab a {
  font-size: 14px; }

.blue .qp.style.answers.tabable .aui-tabview-list .aui-tab a:hover {
  background: #00538d;
  color: #fff; }

.blue .qp.style.answers.tabable .aui-tabview-list .aui-tab.current a, .blue .qp.style.answers.tabable .aui-tabview-list .aui-tab a:hover {
  background: #00538d;
  color: #fff; }

.blue .qp.style.answers.tabable .qp_tabs_container ul li {
  color: #00538d; }

.blue .qp.style.answers.tabable .qp_tabs_container ul li a:hover {
  color: #333;
  text-decoration: underline; }

.blue .qp.style.answers.tabable .qp_tabs_container time {
  font-size: 14px; }

.blue .qp.style.link a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/blue/arrow.gif) no-repeat left 50%;
  color: #00538d; }

.blue .qp.style.link a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/blue/arrow.png) no-repeat right 50%;
  color: #00538d;
  font-family: 'Open Sans',Georgiae,serif;
  font-size: 14px;
  font-weight: 400;
  padding-right: 18px; }

.blue .qp.style.link a:hover {
  text-decoration: underline; }

.blue .qp.style.result.title ul li a {
  color: #333;
  font-weight: bold; }

.blue .qp.style.result.title ul li a:hover {
  text-decoration: underline; }

.blue .qp.style.result.title ul li {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Merriweather',Arial,sans-serif; }

.blue .qp.style.result .qp_link a, .blue .qp.style.simple.advertising .qp_link a {
  color: #00538d; }

.blue .qp.style.result .qp_linklist a span {
  color: #00538d; }

.blue .qp.style.result .qp_linklist .qp_link a {
  color: #333;
  font-weight: bold; }

.blue .qp.style.result.theday .qp_linklist .qp_link a {
  font-weight: normal; }

.blue .qp.style.result .qp_link a:hover {
  text-decoration: underline; }

.blue .qp.style.result .qp_linklist a:hover span {
  text-decoration: underline; }

.blue .qp.style.result .qp_item {
  font-size: 13px; }

.blue .qp.style.result .qp_item .qp_link {
  font-weight: 500; }

.blue .qp.style.result .qp_headline {
  font-size: 18px; }

.blue .qp.style.result.column2 .qp_headline h2 {
  font-size: 18px; }

.blue .qp.style.result .qp_headline .qp_ressort {
  font-size: 13px;
  color: #666; }

.blue .qp.style.result .qp_headline a:hover {
  text-decoration: underline; }

.blue .qp.style.result .qp_text .qp_link a {
  color: #00538d; }

.blue .qp.style.result .qp_text .qp_link a:hover {
  text-decoration: underline; }

.blue .qp.style.result .qp_linklist {
  line-height: 150%; }

.blue .qp.style.result .qp_linklist li.qp_link {
  font-size: 14px;
  font-weight: 600; }

.blue .qp.style.result .qp_linklist li.qp_link a:hover {
  text-decoration: underline; }

.blue .qp.style.result .qp_linklist li.qp_link span {
  color: #00538d;
  font-weight: 700; }

.blue .qp.style.result time {
  color: #00538d;
  font-weight: 400;
  font-size: 13px; }

.blue .qp.style.result.richcontent time {
  color: #666; }

.blue .qp.style.result.richcontent .qp_ressort {
  color: #00538d; }

.blue .qp.style.result.richcontent .qp_item .qp_image .icon_layer.font-awesome {
  background-color: #00538d; }

.blue .qp.style.result.richcontent .qp_item.gallery .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/blue/gallery_icon.png) no-repeat left top;
  width: 32px;
  height: 32px; }

.blue .qp.style.result.richcontent .qp_item.video .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/blue/video_icon.png) no-repeat left top;
  width: 32px;
  height: 32px; }

.blue .qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link.gallery .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/blue/gallery_icon.png) no-repeat left top; }

.blue .qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link.video .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/blue/video_icon.png) no-repeat left top; }

.blue .qp.style.result.collapsed.column2 .qp_bundle .qp_item.gallery .qp_image .icon_layer, .blue .qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link.gallery .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/blue/gallery_icon.png) no-repeat left top; }

.blue .qp.style.result.collapsed.column2 .qp_bundle .qp_item.video .qp_image .icon_layer, .blue .qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link.video .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/blue/video_icon.png) no-repeat left top; }

.blue .qp.style.result.sidebar.toptheme .qp_headline h2 a, .blue .qp.style.result.sidebar.topic .qp_headline h2 a {
  color: #00538d; }

.blue .qp.style.result.sidebar .qp_item {
  border-bottom: 1px solid #ddd; }

.blue .qp.style.result.sidebar .qp_item.video .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/blue/video_icon.png) no-repeat; }

.blue .qp.style.result.sidebar .qp_item.gallery .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/blue/gallery_icon.png) no-repeat; }

.blue .qp.style.result.sidebar .qp_item .icon_layer.font-awesome {
  background-color: #00538d; }

.blue .qp.style.result.sidebar .qp_item .qp_link {
  font-weight: normal; }

.blue .qp.style.result.sidebar.ads {
  font-size: 13px; }

.blue .qp.style.result.sidebar.ads .qp_headline {
  font-size: 13px;
  font-weight: 700; }

.blue .qp.style.result.sidebar.ads .linktext .qp_headline {
  font-size: 13px;
  font-weight: normal; }

.blue .qp.style.result.sidebar.ads .linktext .qp_headline a {
  font-weight: 700; }

.blue .qp.style.result.sidebar .qp_item.static .number {
  color: #00538d;
  font-size: 24px;
  font-weight: 600; }

.blue .qp.style.result.small .qp_headline h2 {
  color: #333; }

.blue .qp.style.result.column4 .qp_item .qp_headline b, .blue .qp.style.result.column5 .qp_item .qp_headline b {
  color: #00538d; }

.blue .qp.style.result.column5 {
  background: #fff; }

.blue .qp.style.result.richcontent.column5 li.qp_item .qp_image {
  background: transparent;
  border: 0; }

.blue .qp.style.result.richcontent.column5 li.qp_item .qp_image img {
  border: 0; }

.blue .qp.style.result.richcontent.column5 li.qp_item .qp_image .icon_layer {
  opacity: .9; }

.blue .qp.style.result.richcontent.column5 li.qp_item .qp_image .icon_layer {
  display: inline-block;
  width: 32px;
  height: 31px; }

.blue .qp.style.result.richcontent.column5 li.qp_item.gallery .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/blue/gallery_icon.png) no-repeat left top; }

.blue .qp.style.result.richcontent.column5 li.qp_item.video .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/blue/video_icon.png) no-repeat left top; }

.blue .qp.style.result.richcontent.column5 li.qp_item .qp_headline h2 {
  font-size: 13px;
  font-family: 'Open Sans',Arial,sans-serif;
  font-weight: 600;
  line-height: 110%; }

.blue .qp.style.result.richcontent.column5 li.qp_item .qp_headline a:hover h2 {
  text-decoration: underline; }

.blue .qp.style.result .qp_headline h2 a {
  color: #333; }

.blue .qp.style.result .qp_headline h2 a:hover {
  color: #333;
  text-decoration: underline; }

.blue .qp.style.result.toparticle .topic.atlas .qp_headline dd {
  color: #00538d; }

.blue .qp.style.result.toparticle.rotation .qp_toparticle_image span.ressort {
  background: #00538d;
  color: #fff; }

.blue .qp.style.result.toparticle.rotation .qp_toparticle_title {
  font-size: 14px;
  color: #000; }

.blue .qp.style.result.toparticle.rotation .qp_toparticle_title a {
  color: #000; }

.blue .qp.style.result.toparticle.rotation .qp_toparticle_title a:hover {
  text-decoration: underline; }

.blue .qp.style.result.toparticle.rotation .qp_ressort_navigation li {
  background: #f2f4f4;
  border-right: 1px solid #ccc;
  font-weight: 600; }

.blue .qp.style.result.toparticle.rotation .qp_ressort_navigation li:last-child {
  border: 0; }

.blue .qp.style.result.toparticle.rotation .qp_ressort_navigation li:hover {
  border-right: 1px solid #f2f4f4; }

.blue .qp.style.result.toparticle.rotation .qp_ressort_navigation li:hover > a {
  background: #00538d;
  color: #fff; }

.blue .qp.style.result.toparticle.rotation .qp_ressort_navigation a.active {
  background: #00538d;
  color: #fff; }

.blue .qp.style.result.toparticle.rotation .qp_ressort_navigation .arrow {
  border-bottom: 7px solid #00538d;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.blue .qp.style.result.toparticle .qp_topic h1 {
  font-weight: 600;
  font-size: 28px; }

.blue .qp.style.result.toparticle .qp_topic h4 {
  color: #00538d;
  font-size: 15px; }

.blue .qp.style.result.collapsed .qp_article_rotation_container .rotation li {
  background: #f2f4f4;
  font-weight: 600; }

.blue .qp.style.result.collapsed .qp_article_rotation_container .rotation li:hover > a {
  background: #00538d;
  color: #fff; }

.blue .qp.style.result.collapsed .qp_article_rotation_container .rotation a {
  font-size: 13px;
  word-wrap: break-word; }

.blue .qp.style.result.collapsed .qp_article_rotation_container .rotation a.active {
  background: #00538d;
  color: #fff; }

.blue .qp.style.result.collapsed .qp_article_rotation_container .rotation .arrow {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #00538d; }

.blue .qp.style.result.inline {
  background: #f2f4f4; }

.blue .qp.style.result.inline li.first {
  background: #e8e7e7 url(/zgt-portal-theme/images/custom/topic-arrow.jpg) no-repeat right; }

.blue .qp.style.result.inline span {
  font-weight: 600; }

.blue .qp.style.result.inline a {
  border-right: 1px solid #bbb; }

.blue .qp.style.result.inline a:hover {
  text-decoration: underline; }

.blue .qp.style.result.inline .qp.link a {
  color: #00538d;
  border-right: 0;
  font-family: 'Open Sans',arial,sans-serif;
  font-size: 13px;
  background: 0; }

.blue .qp.style.result.ticker ul li {
  color: #00538d;
  font-family: 'Merriweather',Arial,sans-serif; }

.blue .qp.style.result.ticker ul li a {
  color: #000; }

.blue .qp.style.result.ticker .qp_item .qp_listlink a span {
  color: #00538d;
  font-style: italic; }

.blue .qp.style.result.ticker ul li a:hover {
  color: #333;
  text-decoration: underline; }

.blue .qp.style.result.ticker.event .qp_item {
  border-bottom: 1px solid #dfdfdf; }

.blue .qp.style.result.ticker.event .qp_date {
  border: 1px solid #00538d;
  color: #00538d;
  font-size: 14px;
  font-weight: 600; }

.blue .qp.style.result.ticker.event .qp_date b {
  background: #00538d;
  color: #fff; }

.blue .qp.style.result.ticker.event .qp_locationname {
  color: #00538d;
  font-weight: 600; }

.blue .qp.style.result.ticker.event .qp_item a {
  font-weight: 600; }

.blue .qp.style.result.ticker.event .qp_item a:hover {
  text-decoration: underline; }

.blue .qp.style.result .qp_item.date .qp_headline h4 {
  font-size: 14px;
  color: #00538d; }

.blue .qp.style.result.eventtable tr.id {
  border-bottom: 1px solid; }

.blue .qp.style.result.eventtable td.i_0 {
  background: #00538d;
  color: #fff;
  border: 2px solid #fff; }

.blue .qp.style.result.eventtable h2 {
  font-size: 13px;
  font-family: 'Open Sans',Arial,sans-serif;
  font-weight: 800; }

.blue .qp.style.result.eventtable span {
  font-size: 13px; }

.blue .qp.style.result.eventtable h4 {
  font-size: 14px;
  color: #fff; }

.blue .qp.style.result.eventtable .qp_day {
  color: #fff;
  font-weight: bold; }

.blue .qp.style.navigation b {
  color: #00538d; }

.blue .qp.style.navigation li {
  border-color: #dfdfdf; }

.blue .qp.style.navigation a {
  color: #333;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%; }

.blue .qp.style.navigation a:hover {
  text-decoration: underline; }

.blue .qp.style.navigation .title {
  font-weight: 700;
  color: #333;
  font-size: 13px; }

.blue .qp.style.navigation.locations .title, .blue .qp.style.navigation.city .title {
  background: url(/zgt-portal-theme/images/color_schemes/blue/navigator-orte-icon.png) no-repeat left top; }

.blue .qp.style.navigation.personnames .title, .blue .qp.style.navigation.zgtpersons .title {
  background: url(/zgt-portal-theme/images/color_schemes/blue/navigator-personen-icon.png) no-repeat left top; }

.blue .qp.style.navigation.companies .title, .blue .qp.style.navigation.zgtcompanies .title {
  background: url(/zgt-portal-theme/images/color_schemes/blue/navigator-unternehmen-icon.png) no-repeat left top; }

.blue .qp.style.navigation.zgtassociations .title {
  background: url(/zgt-portal-theme/images/color_schemes/blue/navigator-vereine-icon.png) no-repeat left top; }

.blue .qp.style.navigation.documenttype .title {
  background: url(/zgt-portal-theme/images/color_schemes/blue/navigator-typen-icon.png) no-repeat left top; }

.blue .qp.style.navigation.ressort .title {
  background: url(/zgt-portal-theme/images/color_schemes/blue/navigator-rubriken-icon.png) no-repeat left top; }

.blue .qp.style.navigation .qp_expand_button {
  background: url(/zgt-portal-theme/images/color_schemes/blue/navigator-plus-icon.png) no-repeat left 10px; }

.blue .qp.style.navigation .qp_expand_button.minus {
  background: url(/zgt-portal-theme/images/color_schemes/blue/navigator-minus-icon.png) no-repeat left 10px; }

.blue .qp.style.detail.richcontent a {
  color: #00538d; }

.blue .qp.style.detail ul li {
  padding-left: 5px; }

.blue .qp.style.detail.richcontent .qp_inlineimg {
  background: #f4f6f6; }

.blue .qp.style.detail.richcontent .qp_inlineimg ul {
  background: transparent;
  border: 0; }

.blue .qp.style.detail.richcontent .qp_inlineimg a {
  color: #00538d; }

.blue .qp.style.detail.richcontent .qp_entity {
  color: #00538d; }

.blue .qp.style.detail.richcontent a.qp_entity:hover {
  text-decoration: underline; }

.blue .qp.style.detail.richcontent .qp_video.brightcove div.bc_widget_single_over, .blue .qp.style.detail.richcontent .qp_video.sevenload img:hover, .blue .qp.style.detail.richcontent .qp_video.amazon img.video-still.hover {
  border: 3px solid #00538d; }

.blue #qpgallery .gallery_lists .next_label a, .blue #qpgallery .gallery_lists .prev_label a {
  display: inline-block;
  height: 28px;
  width: 28px;
  padding: 0;
  line-height: 26px;
  background: transparent;
  color: #333;
  border: 2px solid #333;
  font-size: 18px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

.blue #qpgallery .gallery_lists .next_label a:hover, .blue #qpgallery .gallery_lists .prev_label a:hover {
  border: 2px solid #00538d;
  color: #00538d; }

.blue #qpgallery .gallery_lists .next_label i {
  position: absolute;
  left: 15px;
  top: 8px; }

.blue #qpgallery .gallery_lists .prev_label i {
  position: absolute;
  left: 13px;
  top: 8px; }

.blue .qp.style.detail.richcontent #qpgallery .gallery_image .prev_label_image i, .blue .qp.style.detail.richcontent #qpgallery .gallery_image .next_label_image i {
  color: #fff; }

.blue .qp.style.result.sidebar .qp_item .qp_image a {
  display: block;
  overflow: hidden;
  position: relative; }

.blue .qp.style.detail.richcontent .qp_link a {
  background: 0;
  color: #00538d; }

.blue .qp.style.detail.richcontent .qp_link a:hover {
  text-decoration: underline; }

.blue .qp.style.detail.richcontent .qp_embedded .qp.style.detail.detail {
  border-top: 2px solid #00538d; }

.blue .qp.style.detail.richcontent .qp_link.content {
  background: #f2f4f4; }

.blue .qp.style.detail.richcontent a.inlinelink, .blue .qp.style.detail.richcontent .qp_link.content a.inlinelink, .blue .qp.style.detail.richcontent .qp_link a.inlinelink {
  color: #333;
  background: url(/zgt-portal-theme/images/color_schemes/blue/icon-link.png) no-repeat left center !important; }

.blue .qp.style.detail.richcontent .qp_link a, .blue .qp.style.detail.richcontent .qp_link.inline a {
  background: none!important;
  color: #00538d; }

.blue .qp.style.detail.richcontent .qp_link .fa {
  color: #00538d; }

.blue .qp.style.detail.richcontent a.inlinelink.extern, .blue .qp.style.detail.richcontent .qp_link.content a.inlinelink.extern {
  color: #333;
  background: url(/zgt-portal-theme/images/custom/icon-link.png) no-repeat left center; }

.blue .qp.style.detail.richcontent .qp_link.content .qp_embedded .qp.style.detail.detail {
  border-top: 0; }

.blue .qp.style.detail.richcontent.event .qp_eventtext_sidebar.ticket .actions .button-left, .blue .qp.style.detail.richcontent.date .qp_eventtext_sidebar.ticket .actions .button-left {
  background-color: #00538d;
  color: #fff; }

.blue .qp.style.result.commentlist .qp_item {
  background: #f2f4f4; }

.blue .qp.style.result.commentlist .qp_headline {
  font-size: 16px; }

.blue .qp.style.result.commentlist .qp_date {
  background: url(/zgt-portal-theme/images/color_schemes/blue/comment-icon.png) no-repeat left 3px;
  color: #666;
  font-size: 13px; }

.blue .qp.style.result.commentlist .qp_date a {
  color: #00538d;
  text-transform: uppercase; }

.blue .qp.style.result.commentlist .qp_date a:hover {
  text-decoration: underline; }

.blue .qp.style.editor .qp_formitem.captcha .qp_input input.qp_button {
  border: 0;
  background: #00538d;
  text-shadow: none;
  color: #fff; }

.blue #vorverkaufsstellen .block_location .headline_location {
  background-color: #00538d;
  color: #fff; }

.blue .eye-catcher {
  left: 453px;
  top: 4px; }

.blue input[type="submit"], .blue input[type="button"], .blue input[type="reset"] {
  background: #00538d;
  text-shadow: none;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans',Arial,sans-serif;
  line-height: 16px;
  border: 0;
  border-bottom-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.blue input[type="submit"]:hover, .blue input[type="button"]:hover, .blue input[type="reset"]:hover {
  background: #006cb9;
  color: #fff;
  text-decoration: none; }

.blue .floor-header {
  background-color: #00538d; }

.blue .floor-item .qp_link a {
  color: #00538d; }

.blue #content .comments a {
  color: #00538d;
  border-bottom: 1px solid #f2f4f4;
  -webkit-transition: border-color .15s ease-out;
  -moz-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }

.blue #content .comments a:hover {
  border-bottom: 1px solid #00538d;
  -webkit-transition: border-color .15s ease-out;
  -moz-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }

.blue #content .comments button {
  border: 0;
  background: #00538d;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.blue #content .comments button:hover {
  background-color: #006cb9; }

.blue #content .comments legend {
  font-weight: 600;
  text-transform: uppercase; }

.blue #content .comments .fa {
  font-size: 18px; }

.blue #content .comments .commentlogin {
  background: #f2f4f4; }

.blue #content .comments .commentlogin button.fb {
  background: #3b5998; }

.blue #content .comments .commentlogin input[type=text], .blue #content .comments .commentlogin input[type=password] {
  font-size: 13px;
  color: #333;
  font-style: normal; }

.blue #content .comments .commentlogin input[type=text]:focus, .blue #content .comments .commentlogin input[type=password]:focus {
  outline: #00538d solid thin;
  -webkit-box-shadow: none;
  box-shadow: none; }

.blue #content .comments .commenteditor {
  background: #f2f4f4; }

.blue #content .comments .commenteditor textarea {
  font-size: 13px;
  color: #333;
  font-style: normal; }

.blue #content .result.commentlist .qp_date .user {
  color: #333;
  font-weight: 600; }

.blue #content .result.commentlist .qp_date a.report {
  border: 0;
  font-size: 11px; }

.blue #content .userdata small {
  line-height: 1.5em; }

.blue #content .userdata {
  border-top: 3px solid #00538d; }

.blue #content .userdata h1 {
  font-size: 24px;
  font-weight: 900; }

.blue #content .userdata a {
  color: #00538d;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: border-color .15s ease-out;
  -moz-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }

.blue #content .userdata a:hover {
  border-bottom: 1px solid #00538d;
  -webkit-transition: border-color .15s ease-out;
  -moz-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }

.blue #content .userdata fieldset {
  border-top: 1px solid #d9d8d8; }

.blue #content .userdata fieldset .form.heading h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  font-family: 'Merriweather',Georgia,serif; }

.blue #content .userdata fieldset .form.heading span {
  color: #666; }

.blue #content .userdata fieldset .form.content label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600; }

.blue #content .userdata fieldset .form.content input[type=text], .blue #content .userdata fieldset .form.content input[type=password] {
  font-size: 14px;
  color: #333;
  font-style: normal; }

.blue #content .userdata fieldset .form.content .checkbox {
  font-size: 13px; }

.blue #content .userdata fieldset .form.content input[type=text]:focus, .blue #content .userdata fieldset .form.content input[type=password]:focus {
  outline: #00538d solid thin;
  -webkit-box-shadow: none;
  box-shadow: none; }

.blue #content .userdata fieldset .form.content small {
  color: #666; }

.blue #content .userdata fieldset .form button {
  border: 0;
  background: #3b5998;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.blue #content .userdata fieldset .form button.send {
  background: #00538d; }

.blue #content .userdata fieldset .form button:hover.send {
  background-color: #006cb9; }

.blue #content .userdata fieldset .form button .fa {
  font-size: 20px; }

.blue #content .userdata button.back {
  border: 0;
  background: #00538d;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif;
  padding: 8px 16px 6px;
  vertical-align: top; }

.blue #content .userdata button.back:hover {
  background-color: #006cb9; }

.blue #content .userdata button.back i {
  margin-right: 10px;
  font-size: 20px; }

.blue #content .userdata fieldset .form button.orders {
  border: 0;
  background: #00538d;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.blue #content .userdata fieldset .form button.orders:hover {
  background: #006cb9; }

.blue .column5 .pc-plus.small {
  margin-top: 0!important; }

.blue span.pc-plus.small {
  background-image: url("/zgt-portal-theme/images/color_schemes/blue/tlz-paid-symbol.svg");
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
  height: 18px!important; }

.blue span.pc-plus.middle {
  background-image: url("/zgt-portal-theme/images/color_schemes/blue/tlz-paid-symbol.svg");
  -webkit-background-size: 42px auto;
  background-size: 42px auto;
  height: 23px!important; }

.blue span.pc-plus.size {
  background-image: url("/zgt-portal-theme/images/color_schemes/blue/tlz-paid-symbol.svg");
  -webkit-background-size: 52px auto;
  background-size: 52px auto;
  height: 52px!important; }

.blue .pc .pc-kontakt .fa {
  color: #00538d; }

.blue .pc .pc-kontakt a {
  color: #00538d; }

.blue .pc .pc-kontakt .nr {
  color: #00538d; }

.blue .pc button.btn.close {
  color: #00538d; }

.blue .pc button.btn {
  background: #00538d;
  border: 2px solid #00538d; }

.blue .pc button.btn:hover {
  color: #00538d;
  background-color: #FFF; }

.blue .pc button.btn:focus {
  color: #00538d; }

.blue .pc button.btn.dg {
  border: 2px solid #006cb9;
  background: #006cb9; }

.blue .pc button.btn.dg:hover {
  color: #006cb9;
  background-color: #FFF; }

.blue .pc .st1 {
  color: #00538d; }

.blue .pc .st3 {
  color: #00538d; }

.blue .pc .pc-table .table .fa {
  color: #00538d;
  font-size: 24px; }

.blue .pc .pc-table .table .title {
  border-left: none;
  color: #666;
  line-height: 16px; }

.blue .pc .pc-table .table .title span {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  line-height: 22px; }

.blue .pc .pc-table .table .pay {
  color: #00538d; }

.blue .pc .pc-table .table .pay td {
  background-color: #f5f5f5; }

.blue .pc .pc-table .table .pay .title span {
  font-size: 20px;
  font-weight: 800;
  color: #00538d; }

.blue .pc .pc-table .table .pay .price {
  font-weight: 800;
  font-size: 22px;
  line-height: 22px; }

.blue .pc .pc-table .table .pay .price-small {
  background: #fff;
  color: #006cb9;
  font-weight: 600; }

.blue .pc .pc-table .table .pay .fa {
  color: #fff;
  font-size: 18px; }

.blue .pc .pc-table .table .pay a {
  color: #fff;
  background: #00538d; }

.blue .pc .pc-table .table .pay a:hover {
  background: #006cb9; }

.blue .pc .pc-table .table.options th {
  background: 0; }

.blue .pc .pc-table .table.options .pay a {
  background: #eee;
  color: #00538d; }

.blue .pc .pc-table .table.options .pay a:hover {
  background: #006cb9;
  color: #fff; }

.blue .pc .pc-table .table.options .fa {
  font-size: 44px; }

.blue .pc .pc-pricing .table {
  border: 2px solid #00538d;
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 20px; }

.blue .pc .pc-pricing .table h3 {
  color: #00538d;
  background: #fff;
  font-size: 20px;
  text-transform: capitalize; }

.blue .pc .pc-pricing .table .text {
  font-size: 13px;
  background: #f5f5f5;
  color: #333;
  line-height: 20px; }

.blue .pc .pc-pricing .table .price, .blue .pc .pc-pricing .table .images {
  color: #000;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -4px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
  z-index: 100;
  border-bottom: 1px solid #00538d; }

.blue .pc .pc-pricing .table .price em {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal; }

.blue .pc .pc-pricing .table .price span {
  font-size: 26px;
  line-height: 0;
  letter-spacing: 0; }

.blue .pc .pc-pricing .table .price .price-small {
  background: #fff;
  color: #00538d;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0; }

.blue .pc .pc-pricing .table .list {
  color: #666; }

.blue .pc .pc-pricing .table.col .list {
  line-height: 18px;
  margin-left: 0; }

.blue .pc .pc-pricing .table a.more {
  font-weight: 400;
  color: #00538d; }

.blue .pc .pc-pricing .table a.more:hover {
  text-decoration: underline; }

.blue .pc .pc-pricing .table .list .fa {
  font-size: 16px;
  color: #00538d; }

.blue .pc .pc-pricing .table .btn:hover {
  background: #006cb9;
  border: 2px solid #006cb9;
  color: #fff; }

.blue .pc .pc-pricing .link:hover {
  text-decoration: none!important; }

.blue .pc .text:after, .blue .pc .price:after, .blue .pc h3:after {
  border-color: rgba(136, 183, 213, 0); }

.blue .pc .pc-pricing .table h3:after {
  border-top-color: #00538d; }

.blue .pc .pc-pricing .table .text:after {
  border-top-color: #f5f5f5; }

.blue .pc .pc-pricing .table .price:after {
  border-top-color: #174483; }

.red {
  margin: 0;
  padding: 0;
  font: 0.625em/1.8em "Open Sans", Arial, Tahoma, Verdana, sans-serif; }

.red #container, .red .columns-max {
  color: #333;
  font-size: 14px; }

.red #content {
  line-height: 1.5em;
  background: #fff; }

.red h1 {
  font-size: 28px;
  color: #000;
  font-family: 'Merriweather',Georgia,serif;
  line-height: 120%;
  font-weight: 600;
  margin: 5px 0 15px 0; }

.red h2 {
  font-size: 24px;
  color: #333;
  font-family: 'Merriweather',Georgia,serif,Arial;
  font-weight: 600;
  line-height: 130%; }

.red h3 {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  font-family: 'Merriweather',Georgia,serif,Arial;
  line-height: 130%; }

.red h4 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  font-family: 'Open Sans',Arial,sans-serif; }

.red h5 {
  color: #c31924;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Merriweather',Georgia,serif; }

.red .portlet-topper, .red .plista_widget_belowArticle .plistaHl {
  border-top: 2px solid #c31924;
  border-bottom: 1px solid #000;
  text-align: center; }

.red .portlet-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.red .aui-w100 .portlet-boundary_AnswersPortlet_WAR_queport_ .portlet-borderless-container .qp.style.detail.richcontent.gallery {
  border-top: 2px solid #c31924;
  padding-top: 15px; }

.red .no-border .portlet-topper {
  border-top: 0; }

.red .portlet-icon-back {
  color: #666; }

.red .portlet-icon-back:hover {
  text-decoration: underline; }

.red .portlet-borderless-bar {
  background: #c31924; }

.red .ui-dialog .ui-dialog-titlebar {
  background: #c31924;
  color: #fff; }

.red .aui-dialog-content .aui-panel-hd {
  background: #c31924;
  text-shadow: 1px 1px #066;
  color: #fff; }

.red .aui-tabview-list .aui-state-default a:hover, .red .aui-tabview-list .aui-state-default.ui-state-active a {
  background: #c31924!important;
  color: #fff; }

.red .aui-tabview-list .aui-tab-active a {
  background: #c31924; }

.red .qp .ui-tabs .ui-tabs-nav li a:hover {
  background: #c31924; }

.red button.error-submit {
  padding-left: 6px;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.red nav ul.dropdown {
  background: #f2f4f4;
  border-bottom: #c31924 2px solid;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0); }

.red nav a .arrow {
  border-top: 4px solid #c31924;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.red #com-navigation nav.commercial a {
  color: #c31924; }

.red #com-navigation nav.commercial li:hover > a {
  color: #c31924;
  background-color: #f2f4f4; }

.red #com-navigation nav.commercial li:hover > a .arrow {
  border-top: 4px solid #c31924; }

.red #com-navigation nav.commercial .dropdown .col {
  border-right: 1px solid #dadada; }

.red #com-navigation nav.commercial .dropdown .col.last {
  border-right: 0; }

.red #com-navigation nav.commercial .dropdown .col a {
  color: #333; }

.red #com-navigation nav.commercial .dropdown .col a:hover {
  color: #333;
  text-decoration: underline; }

.red #com-navigation nav.commercial .dropdown .col span.head {
  color: #c31924;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px; }

.red #com-navigation nav.commercial .dropdown .col span.head:hover {
  text-decoration: none; }

.red #com-navigation nav.commercial .dropdown .col.list a {
  border-top: 1px solid #dadada; }

.red #com-navigation nav.commercial .dropdown .col.list .info {
  border-top: 1px solid #dadada; }

.red #com-navigation nav.commercial .zgtlogo a:hover {
  background-color: transparent; }

.red nav#navigation {
  background: #fff;
  border-bottom: 1px solid #000; }

.red nav#navigation a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }

.red nav#navigation li:hover > a {
  color: #fff;
  font-weight: 700;
  background-color: #c31924; }

.red nav#navigation a.active, .red nav#navigation li.active a {
  background-color: #c31924;
  color: #fff; }

.red nav#lokal {
  background: #f4f4eb;
  border-bottom: #e51d2b; }

.red nav#lokal a {
  font-size: 14px;
  font-weight: 600;
  color: #000; }

.red nav#lokal li i {
  color: #000;
  font-size: 20px;
  font-weight: 600; }

.red nav#lokal li:hover i {
  color: #c31924; }

.red nav#lokal li.active > a, .red nav#lokal li:hover > a {
  color: #c31924; }

.red nav#lokal a.active {
  color: #c31924; }

.red nav#navigation .dropdown .col.last {
  border-right: 0; }

.red nav#navigation .dropdown .col span.head {
  color: #c31924;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px; }

.red nav#navigation .dropdown .col a {
  color: #333;
  font-size: 13px;
  background: 0;
  text-transform: none;
  font-weight: 600; }

.red nav#navigation .dropdown .col.list a {
  border-bottom: 1px solid #dadada; }

.red nav#navigation .dropdown .col.list a:hover {
  color: #c31924; }

.red nav#navigation .lokal span.select {
  background: #941119; }

.red nav#navigation .lokal span.select a {
  background: #c31924; }

.red nav#navigation .lokal span.select a:hover {
  background: #3eb357; }

.red nav#navigation .lokal span.select a .arrow {
  border-top: 8px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.red nav#lokal li.active > a, .red nav#lokal li:hover > a {
  color: #c31924; }

.red nav#lokal .dropdown .list a {
  color: #333;
  font-size: 13px;
  background: 0;
  border-bottom: 1px solid #dadada; }

.red nav#lokal .dropdown .list a:hover {
  color: #c31924; }

.red #site-header {
  background: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #757575;
  border-bottom: 2px solid #c31924; }

.red #site-header .login a {
  color: #666; }

.red #site-header .login a:hover {
  text-decoration: underline; }

.red #site-header .wetter a {
  color: #666; }

.red #site-header .wetter li {
  font-weight: bold; }

.red #site-header .wetter .temp {
  font-family: 'Merriweather',Georgia,serif;
  font-size: 24px;
  font-weight: 400; }

.red #site-header .wetter .arrow {
  border-top: 6px solid #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.red #site-header .weatherform #weather_now i:before {
  color: #c31924; }

.red #site-header .login a {
  text-transform: none;
  font-size: 13px;
  color: #c31924; }

.red #site-header .login a.link {
  color: #666;
  text-transform: uppercase; }

.red #site-header .login button, .red .login-box button {
  border: 0;
  background: #c31924;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.red #site-header .login button:hover, .red .login-box button:hover {
  background-color: #941119; }

.red #site-header .login legend, .red .login-box legend {
  color: #333; }

.red #site-header .login .fa, .red .login-box .fa {
  font-size: 16px;
  color: #777; }

.red #site-header .login .avatar img {
  border: 1px solid #ddd; }

.red #site-header .login .data span.name {
  margin: 0; }

.red #site-header .login ul.dropdown {
  background: #fff;
  border: #ddd 1px solid;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0px 0 0 transparent;
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0px 0 0 transparent; }

.red #site-header .login button.fb, .red .login-box button.fb {
  background-color: #3b5998!important; }

.red #site-header .login button.fb .fa, .red .login-box button.fb .fa {
  color: #fff; }

.red #site-header .login input[type=text], .red #site-header .login input[type=password] {
  font-size: 13px;
  color: #333;
  font-style: normal; }

.red #site-header .login input[type=text]:focus, .red #site-header .login input[type=password]:focus {
  outline: #c31924 solid thin;
  -webkit-box-shadow: none;
  box-shadow: none; }

.red #content .nav-menu h2 {
  color: #333; }

.red #content .nav-menu li a {
  color: #605f5f; }

.red #content .nav-menu li a:hover {
  text-decoration: none;
  background: #f3f4f4; }

.red #content .nav-menu li a.selected {
  background: #c31924;
  color: #fff; }

.red #content .nav-menu li li a {
  background: transparent; }

.red #content .nav-menu li li a:hover {
  background: #f3f4f4; }

.red .columns-1-2 .aui-w30 .portlet-topper, .red .columns-2 .aui-w30 .portlet-topper, .red .columns-1-2-1 .aui-w30 .portlet-topper, .red .columns-1-2-2-1 .aui-w30 .portlet-topper {
  background: #c31924;
  padding: 12px 10px 9px 10px;
  border: 0; }

.red .columns-1-2 .aui-w30 .no-border .portlet-topper, .red .columns-2 .aui-w30 .no-border .portlet-topper, .red .columns-1-2-1 .aui-w30 .no-border .portlet-topper, .red .columns-1-2-2-1 .aui-w30 .no-border .portlet-topper {
  border-top: 0;
  margin-bottom: 12px; }

.red .columns-1-2 .aui-w30 .portlet-title, .red .columns-2 .aui-w30 .portlet-title, .red .columns-1-2-1 .aui-w30 .portlet-title, .red .columns-1-2-2-1 .aui-w30 .portlet-title {
  color: #fff; }

.red .qp_categories {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid; }

.red .qp_categories li {
  border-right: 1px solid #bbb; }

.red .qp_categories a span {
  color: #008c44; }

.red .qp_categories a:hover span {
  color: #008c44;
  text-decoration: underline; }

.red .qp_categories a {
  color: #666; }

.red .qp_categories a:hover {
  color: #666;
  text-decoration: underline; }

.red .zgt_sitemap .categorie li li, .red .zgt_sitemap .commercial .service_1st li, .red .zgt_sitemap .commercial .service li {
  background: transparent url(/zgt-portal-theme/images/color_schemes/red/arrow.gif) no-repeat left; }

.red .portlet-blogs .entry-body a {
  color: #c31924; }

.red .portlet-blogs .entry-body a:hover {
  color: #c31924;
  text-decoration: underline; }

.red .portlet-blogs .entry-navigation {
  color: #c31924;
  font-size: 11px; }

.red .portlet-blogs .entry-navigation a {
  color: #c31924; }

.red .portlet-blogs .entry-navigation a:hover {
  text-decoration: underline; }

.red .portlet-blogs .entry-navigation .next {
  background: transparent url(/zgt-portal-theme/images/color_schemes/red/arrow_right.gif) no-repeat right center;
  padding-right: 30px; }

.red .portlet-blogs .entry-navigation .previous {
  background: transparent url(/zgt-portal-theme/images/color_schemes/red/arrow_left.gif) no-repeat left center;
  padding-left: 30px; }

.red .portlet-blogs .entry-tags .tag {
  background: transparent url("/zgt-portal-theme/images/blogs/tag.png") no-repeat left center;
  color: #666; }

.red .portlet-blogs .stats .comments {
  color: #999; }

.red .portlet-blogs .stats .comments a {
  color: #999; }

.red .portlet-blogs .stats .comments a:hover {
  color: #999;
  text-decoration: underline; }

.red .journal-content-article a {
  color: #c31924; }

.red .portlet-polls-display td.alpha {
  background-color: #c31924!important; }

.red .qp_search input[type="text"] {
  font-size: 13px;
  background: white;
  color: #999;
  font-style: italic;
  border: 1px solid #d3d2d2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.red .qp_search input[type="submit"] {
  display: inline-block;
  width: 28px;
  height: 29px;
  color: #e8e7e7;
  background: #e8e7e7 url(/zgt-portal-theme/images/custom/icon-search.png) no-repeat 4px center;
  border: 1px solid #d3d2d2;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.red .qp_search input[type="submit"]:hover {
  display: inline-block;
  width: 28px;
  height: 29px;
  color: #e8e7e7;
  background: #e8e7e7 url(/zgt-portal-theme/images/custom/icon-search.png) no-repeat 4px center;
  border: 1px solid #d3d2d2;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.red .qp_search input[type="submit"]:focus {
  display: inline-block;
  width: 28px;
  height: 29px;
  color: #e8e7e7;
  background: #e8e7e7 url(/zgt-portal-theme/images/custom/icon-search.png) no-repeat 4px center;
  border: 1px solid #d3d2d2;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.red .qp_loader {
  background: transparent url(/zgt-portal-theme/images/color_schemes/red/ajax-loader-bert.gif) no-repeat center; }

.red .qp.style.breadcrumb_container label {
  font-weight: 600; }

.red .qp.style.breadcrumb .qp_remove {
  background: #c31924;
  color: #fff;
  font-weight: 600; }

.red .qp.style.breadcrumb .qp_remove span.qp_corner {
  font-weight: bold; }

.red .qp.style.answers.tabable .aui-tabview-list .aui-tab a {
  font-size: 14px; }

.red .qp.style.answers.tabable .aui-tabview-list .aui-tab a:hover {
  background: #c31924;
  color: #fff; }

.red .qp.style.answers.tabable .aui-tabview-list .aui-tab.current a, .red .qp.style.answers.tabable .aui-tabview-list .aui-tab a:hover {
  background: #c31924;
  color: #fff; }

.red .qp.style.answers.tabable .qp_tabs_container ul li {
  color: #c31924; }

.red .qp.style.answers.tabable .qp_tabs_container ul li a:hover {
  color: #333;
  text-decoration: underline; }

.red .qp.style.answers.tabable .qp_tabs_container time {
  font-size: 14px; }

.red .qp.style.link a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/red/arrow.gif) no-repeat left 50%;
  color: #c31924; }

.red .qp.style.link a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/red/arrow.png) no-repeat right 50%;
  color: #c31924;
  font-family: 'Open Sans',Georgiae,serif;
  font-size: 14px;
  font-weight: 400;
  padding-right: 18px; }

.red .qp.style.link a:hover {
  text-decoration: underline; }

.red .qp.style.result.title ul li a {
  color: #333;
  font-weight: bold; }

.red .qp.style.result.title ul li a:hover {
  text-decoration: underline; }

.red .qp.style.result.title ul li {
  font-family: 'Merriweather',Arial,sans-serif;
  font-size: 14px;
  font-weight: 600; }

.red .qp.style.result .qp_link a, .red .qp.style.simple.advertising .qp_link a {
  color: #c31924; }

.red .qp.style.result .qp_linklist a span {
  color: #c31924; }

.red .qp.style.result .qp_linklist .qp_link a {
  color: #333;
  font-weight: bold; }

.red .qp.style.result.theday .qp_linklist .qp_link a {
  font-weight: normal; }

.red .qp.style.result .qp_link a:hover {
  text-decoration: underline; }

.red .qp.style.result .qp_linklist a:hover span {
  text-decoration: underline; }

.red .qp.style.result .qp_item {
  font-size: 13px; }

.red .qp.style.result .qp_item .qp_link {
  font-weight: 500; }

.red .qp.style.result .qp_headline {
  font-size: 18px; }

.red .qp.style.result.column2 .qp_headline h2 {
  font-size: 18px; }

.red .qp.style.result .qp_headline .qp_ressort {
  font-size: 13px;
  color: #666; }

.red .qp.style.result .qp_headline a:hover {
  text-decoration: underline; }

.red .qp.style.result .qp_text .qp_link a {
  color: #c31924; }

.red .qp.style.result .qp_text .qp_link a:hover {
  text-decoration: underline; }

.red .qp.style.result .qp_linklist {
  line-height: 150%; }

.red .qp.style.result .qp_linklist li.qp_link {
  font-size: 14px;
  font-weight: 600; }

.red .qp.style.result .qp_linklist li.qp_link a:hover {
  text-decoration: underline; }

.red .qp.style.result .qp_linklist li.qp_link span {
  color: #c31924;
  font-weight: 700; }

.red .qp.style.result time {
  color: #c31924;
  font-weight: 400;
  font-size: 13px; }

.red .qp.style.result.richcontent time {
  color: #666; }

.red .qp.style.result.richcontent .qp_ressort {
  color: #c31924; }

.red .qp.style.result.richcontent .qp_item .qp_image .icon_layer.font-awesome {
  background-color: #c31924; }

.red .qp.style.result.richcontent .qp_item.gallery .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/red/gallery_icon.png) no-repeat left top;
  width: 32px;
  height: 32px; }

.red .qp.style.result.richcontent .qp_item.video .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/red/video_icon.png) no-repeat left top;
  width: 32px;
  height: 32px; }

.red .qp.style.result.collapsed.column2 .qp_bundle .qp_item.gallery .qp_image .icon_layer, .red .qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link.gallery .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/red/gallery_icon.png) no-repeat left top; }

.red .qp.style.result.collapsed.column2 .qp_bundle .qp_item.video .qp_image .icon_layer, .red .qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link.video .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/red/video_icon.png) no-repeat left top; }

.red .qp.style.result.sidebar.toptheme .qp_headline h2 a, .red .qp.style.result.sidebar.topic .qp_headline h2 a {
  color: #c31924; }

.red .qp.style.result.sidebar .qp_item {
  border-bottom: 1px solid #ddd; }

.red .qp.style.result.sidebar .qp_item.video .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/red/video_icon.png) no-repeat; }

.red .qp.style.result.sidebar .qp_item.gallery .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/red/gallery_icon.png) no-repeat; }

.red .qp.style.result.sidebar .qp_item .icon_layer.font-awesome {
  background-color: #c31924; }

.red .qp.style.result.sidebar .qp_item .qp_link {
  font-weight: normal; }

.red .qp.style.result.sidebar.ads {
  font-size: 13px; }

.red .qp.style.result.sidebar.ads .qp_headline {
  font-size: 13px;
  font-weight: 700; }

.red .qp.style.result.sidebar.ads .linktext .qp_headline {
  font-size: 13px;
  font-weight: normal; }

.red .qp.style.result.sidebar.ads .linktext .qp_headline a {
  font-weight: 700; }

.red .qp.style.result.sidebar .qp_item.static .number {
  color: #c31924;
  font-size: 24px;
  font-weight: 600; }

.red .qp.style.result.small .qp_headline h2 {
  color: #333; }

.red .qp.style.result.column4 .qp_item .qp_headline b, .red .qp.style.result.column5 .qp_item .qp_headline b {
  color: #c31924; }

.red .qp.style.result.column5 {
  background: #fff; }

.red .qp.style.result.richcontent.column5 li.qp_item .qp_image {
  background: transparent;
  border: 0; }

.red .qp.style.result.richcontent.column5 li.qp_item .qp_image img {
  border: 0; }

.red .qp.style.result.richcontent.column5 li.qp_item .qp_image .icon_layer {
  opacity: .9; }

.red .qp.style.result.richcontent.column5 li.qp_item .qp_image .icon_layer {
  display: inline-block;
  width: 32px;
  height: 31px; }

.red .qp.style.result.richcontent.column5 li.qp_item.gallery .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/red/gallery_icon.png) no-repeat left top; }

.red .qp.style.result.richcontent.column5 li.qp_item.video .qp_image .icon_layer {
  background: url(/zgt-portal-theme/images/color_schemes/red/video_icon.png) no-repeat left top; }

.red .qp.style.result.richcontent.column5 li.qp_item .qp_headline h2 {
  font-size: 13px;
  font-family: 'Open Sans',Arial,sans-serif;
  font-weight: 600;
  line-height: 110%; }

.red .qp.style.result.richcontent.column5 li.qp_item .qp_headline a:hover h2 {
  text-decoration: underline; }

.red .qp.style.result .qp_headline h2 a {
  color: #333; }

.red .qp.style.result .qp_headline h2 a:hover {
  color: #333;
  text-decoration: underline; }

.red .qp.style.result.toparticle .topic.atlas .qp_headline dd {
  color: #c31924; }

.red .qp.style.result.toparticle.rotation .qp_toparticle_image span.ressort {
  background: #c31924;
  color: #fff; }

.red .qp.style.result.toparticle.rotation .qp_toparticle_title {
  font-size: 14px;
  color: #000; }

.red .qp.style.result.toparticle.rotation .qp_toparticle_title a {
  color: #000; }

.red .qp.style.result.toparticle.rotation .qp_toparticle_title a:hover {
  text-decoration: underline; }

.red .qp.style.result.toparticle.rotation .qp_ressort_navigation li {
  background: #f2f4f4;
  border-right: 1px solid #ccc;
  font-weight: 600; }

.red .qp.style.result.toparticle.rotation .qp_ressort_navigation li:last-child {
  border: 0; }

.red .qp.style.result.toparticle.rotation .qp_ressort_navigation li:hover {
  border-right: 1px solid #f2f4f4; }

.red .qp.style.result.toparticle.rotation .qp_ressort_navigation li:hover > a {
  background: #c31924;
  color: #fff; }

.red .qp.style.result.toparticle.rotation .qp_ressort_navigation a.active {
  background: #c31924;
  color: #fff; }

.red .qp.style.result.toparticle.rotation .qp_ressort_navigation .arrow {
  border-bottom: 7px solid #c31924;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.red .qp.style.result.toparticle .qp_topic h1 {
  font-weight: 600;
  font-size: 28px; }

.red .qp.style.result.toparticle .qp_topic h4 {
  color: #c31924;
  font-size: 15px; }

.red .qp.style.result.collapsed .qp_article_rotation_container .rotation li {
  background: #f2f4f4;
  font-weight: 600; }

.red .qp.style.result.collapsed .qp_article_rotation_container .rotation li:hover > a {
  background: #c31924;
  color: #fff; }

.red .qp.style.result.collapsed .qp_article_rotation_container .rotation a {
  font-size: 13px;
  word-wrap: break-word; }

.red .qp.style.result.collapsed .qp_article_rotation_container .rotation a.active {
  background: #c31924;
  color: #fff; }

.red .qp.style.result.collapsed .qp_article_rotation_container .rotation .arrow {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #c31924; }

.red .qp.style.result.inline {
  background: #f2f4f4; }

.red .qp.style.result.inline li.first {
  background: #e8e7e7 url(/zgt-portal-theme/images/custom/topic-arrow.jpg) no-repeat right; }

.red .qp.style.result.inline span {
  font-weight: 600; }

.red .qp.style.result.inline a {
  border-right: 1px solid #bbb; }

.red .qp.style.result.inline a:hover {
  text-decoration: underline; }

.red .qp.style.result.inline .qp.link a {
  color: #c31924;
  border-right: 0;
  font-family: 'Open Sans',arial,sans-serif;
  font-size: 13px;
  background: 0; }

.red .qp.style.result.ticker ul li {
  color: #c31924;
  font-family: 'Merriweather',Arial,sans-serif; }

.red .qp.style.result.ticker ul li a {
  color: #000; }

.red .qp.style.result.ticker .qp_item .qp_listlink a span {
  color: #c31924;
  font-style: italic; }

.red .qp.style.result.ticker ul li a:hover {
  color: #333;
  text-decoration: underline; }

.red .qp.style.result.ticker.event .qp_item {
  border-bottom: 1px solid #dfdfdf; }

.red .qp.style.result.ticker.event .qp_date {
  border: 1px solid #c31924;
  color: #c31924;
  font-size: 14px;
  font-weight: 600; }

.red .qp.style.result.ticker.event .qp_date b {
  background: #c31924;
  color: #fff; }

.red .qp.style.result.ticker.event .qp_locationname {
  color: #c31924;
  font-weight: 600; }

.red .qp.style.result.ticker.event .qp_item a {
  font-weight: 600; }

.red .qp.style.result.ticker.event .qp_item a:hover {
  text-decoration: underline; }

.red .qp.style.result .qp_item.date .qp_headline h4 {
  font-size: 14px;
  color: #c31924; }

.red .qp.style.result.eventtable tr.id {
  border-bottom: 1px solid; }

.red .qp.style.result.eventtable td.i_0 {
  background: #c31924;
  color: #fff;
  border: 2px solid #fff; }

.red .qp.style.result.eventtable h2 {
  font-size: 13px;
  font-family: 'Open Sans',Arial,sans-serif;
  font-weight: 800; }

.red .qp.style.result.eventtable span {
  font-size: 13px; }

.red .qp.style.result.eventtable h4 {
  font-size: 14px;
  color: #fff; }

.red .qp.style.result.eventtable .qp_day {
  color: #fff;
  font-weight: bold; }

.red .qp.style.navigation b {
  color: #c31924; }

.red .qp.style.navigation li {
  border-color: #dfdfdf; }

.red .qp.style.navigation a {
  color: #333;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%; }

.red .qp.style.navigation a:hover {
  text-decoration: underline; }

.red .qp.style.navigation .title {
  font-weight: 700;
  color: #333;
  font-size: 13px; }

.red .qp.style.navigation.locations .title, .red .qp.style.navigation.city .title {
  background: url(/zgt-portal-theme/images/color_schemes/red/navigator-orte-icon.png) no-repeat left top; }

.red .qp.style.navigation.personnames .title, .red .qp.style.navigation.zgtpersons .title {
  background: url(/zgt-portal-theme/images/color_schemes/red/navigator-personen-icon.png) no-repeat left top; }

.red .qp.style.navigation.companies .title, .red .qp.style.navigation.zgtcompanies .title {
  background: url(/zgt-portal-theme/images/color_schemes/red/navigator-unternehmen-icon.png) no-repeat left top; }

.red .qp.style.navigation.zgtassociations .title {
  background: url(/zgt-portal-theme/images/color_schemes/red/navigator-vereine-icon.png) no-repeat left top; }

.red .qp.style.navigation.documenttype .title {
  background: url(/zgt-portal-theme/images/color_schemes/red/navigator-typen-icon.png) no-repeat left top; }

.red .qp.style.navigation.ressort .title {
  background: url(/zgt-portal-theme/images/color_schemes/red/navigator-rubriken-icon.png) no-repeat left top; }

.red .qp.style.navigation .qp_expand_button {
  background: url(/zgt-portal-theme/images/color_schemes/red/navigator-plus-icon.png) no-repeat left 10px; }

.red .qp.style.navigation .qp_expand_button.minus {
  background: url(/zgt-portal-theme/images/color_schemes/red/navigator-minus-icon.png) no-repeat left 10px; }

.red .qp.style.detail.richcontent a {
  color: #c31924; }

.red .qp.style.detail ul li {
  padding-left: 5px; }

.red .qp.style.detail.richcontent .qp_inlineimg {
  background: #f4f6f6; }

.red .qp.style.detail.richcontent .qp_inlineimg ul {
  background: transparent;
  border: 0; }

.red .qp.style.detail.richcontent .qp_inlineimg a {
  color: #c31924; }

.red .qp.style.detail.richcontent .qp_entity {
  color: #c31924; }

.red .qp.style.detail.richcontent a.qp_entity:hover {
  text-decoration: underline; }

.red .qp.style.detail.richcontent .qp_video.brightcove div.bc_widget_single_over, .red .qp.style.detail.richcontent .qp_video.sevenload img:hover, .red .qp.style.detail.richcontent .qp_video.amazon img.video-still.hover {
  border: 3px solid #c31924; }

.red #qpgallery .gallery_lists .next_label a, .red #qpgallery .gallery_lists .prev_label a {
  display: inline-block;
  height: 28px;
  width: 28px;
  padding: 0;
  line-height: 26px;
  background: transparent;
  color: #333;
  border: 2px solid #333;
  font-size: 18px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

.red #qpgallery .gallery_lists .next_label a:hover, .red #qpgallery .gallery_lists .prev_label a:hover {
  border: 2px solid #c31924;
  color: #c31924; }

.red #qpgallery .gallery_lists .next_label i {
  position: absolute;
  left: 15px;
  top: 8px; }

.red #qpgallery .gallery_lists .prev_label i {
  position: absolute;
  left: 13px;
  top: 8px; }

.red .qp.style.detail.richcontent #qpgallery .gallery_image .prev_label_image i, .red .qp.style.detail.richcontent #qpgallery .gallery_image .next_label_image i {
  color: #fff; }

.red .qp.style.result.sidebar .qp_item .qp_image a {
  display: block;
  overflow: hidden;
  position: relative; }

.red .qp.style.detail.richcontent .qp_link a {
  background: 0;
  color: #c31924; }

.red .qp.style.detail.richcontent .qp_link a:hover {
  text-decoration: underline; }

.red .qp.style.detail.richcontent .qp_embedded .qp.style.detail.detail {
  border-top: 2px solid #c31924; }

.red .qp.style.detail.richcontent .qp_link.content {
  background: #f2f4f4; }

.red .qp.style.detail.richcontent a.inlinelink, .red .qp.style.detail.richcontent .qp_link.content a.inlinelink, .red .qp.style.detail.richcontent .qp_link a.inlinelink {
  color: #333;
  background: url(/zgt-portal-theme/images/color_schemes/red/icon-link.png) no-repeat left center !important; }

.red .qp.style.detail.richcontent .qp_link a, .red .qp.style.detail.richcontent .qp_link.inline a {
  background: none!important;
  color: #c31924; }

.red .qp.style.detail.richcontent .qp_link .fa {
  color: #c31924; }

.red .qp.style.detail.richcontent a.inlinelink.extern, .red .qp.style.detail.richcontent .qp_link.content a.inlinelink.extern {
  color: #333;
  background: url(/zgt-portal-theme/images/custom/icon-link.png) no-repeat left center; }

.red .qp.style.detail.richcontent .qp_link.content .qp_embedded .qp.style.detail.detail {
  border-top: 0; }

.red .qp.style.detail.richcontent.event .qp_eventtext_sidebar.ticket .actions .button-left, .red .qp.style.detail.richcontent.date .qp_eventtext_sidebar.ticket .actions .button-left {
  background-color: #c31924;
  color: #fff; }

.red .qp.style.result.commentlist .qp_item {
  background: #f2f4f4; }

.red .qp.style.result.commentlist .qp_headline {
  font-size: 16px; }

.red .qp.style.result.commentlist .qp_date {
  background: url(/zgt-portal-theme/images/color_schemes/red/comment-icon.png) no-repeat left 3px;
  color: #666;
  font-size: 13px; }

.red .qp.style.result.commentlist .qp_date a {
  color: #c31924;
  text-transform: uppercase; }

.red .qp.style.result.commentlist .qp_date a:hover {
  text-decoration: underline; }

.red .qp.style.editor .qp_formitem.captcha .qp_input input.qp_button {
  border: 0;
  background: #c31924;
  text-shadow: none;
  color: #fff; }

.red #vorverkaufsstellen .block_location .headline_location {
  background-color: #c31924;
  color: #fff; }

.red .eye-catcher {
  left: 453px;
  top: 4px; }

.red input[type="submit"], .red input[type="button"], .red input[type="reset"] {
  background: #c31924;
  text-shadow: none;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans',Arial,sans-serif;
  line-height: 16px;
  border: 0;
  border-bottom-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.red input[type="submit"]:hover, .red input[type="button"]:hover, .red input[type="reset"]:hover {
  background: #941119;
  color: #fff;
  text-decoration: none; }

.red .floor-header {
  background-color: #c31924; }

.red .floor-item .qp_link a {
  color: #c31924; }

.red #content .comments a {
  color: #c31924;
  border-bottom: 1px solid #f2f4f4;
  -webkit-transition: border-color .15s ease-out;
  -moz-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }

.red #content .comments a:hover {
  border-bottom: 1px solid #c31924;
  -webkit-transition: border-color .15s ease-out;
  -moz-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }

.red #content .comments button {
  border: 0;
  background: #c31924;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.red #content .comments button:hover {
  background-color: #941119; }

.red #content .comments legend {
  font-weight: 600;
  text-transform: uppercase; }

.red #content .comments .fa {
  font-size: 18px; }

.red #content .comments .commentlogin {
  background: #f2f4f4; }

.red #content .comments .commentlogin button.fb {
  background: #3b5998; }

.red #content .comments .commentlogin input[type=text], .red #content .comments .commentlogin input[type=password] {
  font-size: 13px;
  color: #333;
  font-style: normal; }

.red #content .comments .commentlogin input[type=text]:focus, .red #content .comments .commentlogin input[type=password]:focus {
  outline: #c31924 solid thin;
  -webkit-box-shadow: none;
  box-shadow: none; }

.red #content .comments .commenteditor {
  background: #f2f4f4; }

.red #content .comments .commenteditor textarea {
  font-size: 13px;
  color: #333;
  font-style: normal; }

.red #content .result.commentlist .qp_date .user {
  color: #333;
  font-weight: 600; }

.red #content .result.commentlist .qp_date a.report {
  border: 0;
  font-size: 11px; }

.red #content .userdata small {
  line-height: 1.5em; }

.red #content .userdata {
  border-top: 3px solid #c31924; }

.red #content .userdata h1 {
  font-size: 24px;
  font-weight: 900; }

.red #content .userdata a {
  color: #c31924;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: border-color .15s ease-out;
  -moz-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }

.red #content .userdata a:hover {
  border-bottom: 1px solid #c31924;
  -webkit-transition: border-color .15s ease-out;
  -moz-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }

.red #content .userdata fieldset {
  border-top: 1px solid #d9d8d8; }

.red #content .userdata fieldset .form.heading h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  font-family: 'Merriweather',Georgia,serif; }

.red #content .userdata fieldset .form.heading span {
  color: #666; }

.red #content .userdata fieldset .form.content label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600; }

.red #content .userdata fieldset .form.content input[type=text], .red #content .userdata fieldset .form.content input[type=password] {
  font-size: 14px;
  color: #333;
  font-style: normal; }

.red #content .userdata fieldset .form.content .checkbox {
  font-size: 13px; }

.red #content .userdata fieldset .form.content input[type=text]:focus, .red #content .userdata fieldset .form.content input[type=password]:focus {
  outline: #c31924 solid thin;
  -webkit-box-shadow: none;
  box-shadow: none; }

.red #content .userdata fieldset .form.content small {
  color: #666; }

.red #content .userdata fieldset .form button {
  border: 0;
  background: #3b5998;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.red #content .userdata fieldset .form button.send {
  background: #c31924; }

.red #content .userdata fieldset .form button:hover.send {
  background-color: #941119; }

.red #content .userdata fieldset .form button .fa {
  font-size: 20px; }

.red #content .userdata button.back {
  border: 0;
  background: #c31924;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif;
  padding: 8px 16px 6px;
  vertical-align: top; }

.red #content .userdata button.back:hover {
  background-color: #941119; }

.red #content .userdata button.back i {
  margin-right: 10px;
  font-size: 20px; }

.red #content .userdata fieldset .form button.orders {
  border: 0;
  background: #c31924;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif; }

.red #content .userdata fieldset .form button.orders:hover {
  background: #941119; }

.red .column5 .pc-plus.small {
  margin-top: 0!important; }

.red span.pc-plus.small {
  background-image: url("/zgt-portal-theme/images/color_schemes/red/otz-paid-symbol.svg");
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
  height: 18px!important; }

.red span.pc-plus.middle {
  background-image: url("/zgt-portal-theme/images/color_schemes/red/otz-paid-symbol.svg");
  -webkit-background-size: 42px auto;
  background-size: 42px auto;
  height: 23px!important; }

.red span.pc-plus.size {
  background-image: url("/zgt-portal-theme/images/color_schemes/red/otz-paid-symbol.svg");
  -webkit-background-size: 52px auto;
  background-size: 52px auto;
  height: 52px!important; }

.red .pc .pc-kontakt .fa {
  color: #c31924; }

.red .pc .pc-kontakt a {
  color: #c31924; }

.red .pc .pc-kontakt .nr {
  color: #c31924; }

.red .pc button.btn.close {
  color: #c31924; }

.red .pc button.btn {
  background: #c31924;
  border: 2px solid #c31924; }

.red .pc button.btn:hover {
  color: #c31924;
  background-color: #FFF; }

.red .pc button.btn:focus {
  color: #c31924; }

.red .pc button.btn.dg {
  border: 2px solid #941119;
  background: #941119; }

.red .pc button.btn.dg:hover {
  color: #941119;
  background-color: #FFF; }

.red .pc .st1 {
  color: #c31924; }

.red .pc .st3 {
  color: #c31924; }

.red .pc .pc-table .table .fa {
  color: #c31924;
  font-size: 24px; }

.red .pc .pc-table .table .title {
  border-left: none;
  color: #666;
  line-height: 16px; }

.red .pc .pc-table .table .title span {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  line-height: 22px; }

.red .pc .pc-table .table .pay {
  color: #c31924; }

.red .pc .pc-table .table .pay td {
  background-color: #f5f5f5; }

.red .pc .pc-table .table .pay .title span {
  font-size: 20px;
  font-weight: 800;
  color: #c31924; }

.red .pc .pc-table .table .pay .price {
  font-weight: 800;
  font-size: 22px;
  line-height: 22px; }

.red .pc .pc-table .table .pay .price-small {
  background: #fff;
  color: #941119;
  font-weight: 600; }

.red .pc .pc-table .table .pay .fa {
  color: #fff;
  font-size: 18px; }

.red .pc .pc-table .table .pay a {
  color: #fff;
  background: #c31924; }

.red .pc .pc-table .table .pay a:hover {
  background: #941119; }

.red .pc .pc-table .table.options th {
  background: 0; }

.red .pc .pc-table .table.options .pay a {
  background: #eee;
  color: #c31924; }

.red .pc .pc-table .table.options .pay a:hover {
  background: #941119;
  color: #fff; }

.red .pc .pc-table .table.options .fa {
  font-size: 44px; }

.red .pc .pc-pricing .table {
  border: 2px solid #c31924;
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 20px; }

.red .pc .pc-pricing .table h3 {
  color: #c31924;
  background: #fff;
  font-size: 20px;
  text-transform: capitalize; }

.red .pc .pc-pricing .table .text {
  font-size: 13px;
  background: #f5f5f5;
  color: #333;
  line-height: 20px; }

.red .pc .pc-pricing .table .price, .red .pc .pc-pricing .table .images {
  color: #000;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -4px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
  z-index: 100;
  border-bottom: 1px solid #c31924; }

.red .pc .pc-pricing .table .price em {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal; }

.red .pc .pc-pricing .table .price span {
  font-size: 26px;
  line-height: 0;
  letter-spacing: 0; }

.red .pc .pc-pricing .table .price .price-small {
  background: #fff;
  color: #c31924;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0; }

.red .pc .pc-pricing .table .list {
  color: #666; }

.red .pc .pc-pricing .table.col .list {
  line-height: 18px;
  margin-left: 0; }

.red .pc .pc-pricing .table a.more {
  font-weight: 400;
  color: #c31924; }

.red .pc .pc-pricing .table a.more:hover {
  text-decoration: underline; }

.red .pc .pc-pricing .table .list .fa {
  font-size: 16px;
  color: #c31924; }

.red .pc .pc-pricing .table .btn:hover {
  background: #941119;
  border: 2px solid #941119;
  color: #fff; }

.red .pc .pc-pricing .link:hover {
  text-decoration: none!important; }

.red .pc .text:after, .red .pc .price:after, .red .pc h3:after {
  border-color: rgba(136, 183, 213, 0); }

.red .pc .pc-pricing .table h3:after {
  border-top-color: #c31924; }

.red .pc .pc-pricing .table .text:after {
  border-top-color: #f5f5f5; }

.red .pc .pc-pricing .table .price:after {
  border-top-color: #c31924; }

.std-fullscreen #container, .std-fullscreen #navigation, .std-fullscreen #navigation .mainnav {
  width: 100%; }

.std-fullscreen #header .com_navigation, .std-fullscreen #header .headerimage, .std-fullscreen #header .mainportalnav, .std-fullscreen #oms_superbanner, .std-fullscreen #oms_skyscraper, .std-fullscreen #footer {
  display: none; }

.std-fullscreen #navigation {
  position: relative;
  margin-bottom: 3px;
  top: 0;
  height: auto; }

.std-fullscreen {
  margin: 0;
  padding: 0; }

.std-fullscreen.lfr-has-sidebar {
  margin: 0;
  padding: 0 0 0 270px; }

.std-fullscreen a {
  text-decoration: none;
  color: #333; }

.std-fullscreen a:hover {
  text-decoration: none;
  color: #333; }

.std-fullscreen .portlet-journal-content a {
  text-decoration: underline; }

.std-fullscreen h1 {
  color: #333; }

.std-fullscreen h2 {
  color: #333; }

.std-fullscreen h3 {
  color: #333; }

.std-fullscreen h4 {
  color: #666; }

.std-fullscreen h5 {
  color: #666; }

.std-fullscreen h6 {
  color: #333; }

.std-fullscreen .portlet {
  background: #fff; }

.std-fullscreen .portlet-topper {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.std-fullscreen .portlet-title {
  color: #333; }

.std-fullscreen .portlet-icon-back {
  color: #666; }

.std-fullscreen .portlet-icon-back:hover {
  text-decoration: underline; }

.std-fullscreen .ui-dialog .ui-dialog-titlebar {
  background: #999;
  color: #fff; }

.std-fullscreen input[type="submit"], .std-fullscreen input[type="button"], .std-fullscreen input[type="reset"] {
  background: #f5f5f5 url(/zgt-portal-theme/images/forms/button.png) repeat-x 0 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  color: #666; }

.std-fullscreen input[type="submit"]:hover, .std-fullscreen input[type="button"]:hover, .std-fullscreen input[type="reset"]:hover, .std-fullscreen input[type="submit"]:focus, .std-fullscreen input[type="button"]:focus, .std-fullscreen input[type="reset"]:focus {
  background: #000066 url(/zgt-portal-theme/images/forms/button.png) repeat-x 0 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  color: #999; }

.ie6 .std-fullscreen input.submit, .ie6 .std-fullscreen input.button {
  background: #f5f5f5 url(/zgt-portal-theme/images/forms/button.png) repeat-x 0 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  color: #666; }

.ie6 .std-fullscreen input.submit:hover, .ie6 .std-fullscreen input.button:hover {
  background: #000066 url(/zgt-portal-theme/images/forms/button.png) repeat-x 0 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  color: #999; }

.std-fullscreen .ui-tabs {
  border-bottom: 1px #ccc solid; }

.std-fullscreen .ui-tabs li a, .std-fullscreen .tabs li span {
  background: url(/zgt-portal-theme/images/custom/bg_tabs_nav.gif) repeat-x left bottom;
  border: 1px solid #ccc;
  border-right: 0;
  color: #666; }

.std-fullscreen .ui-tabs li a:hover {
  text-decoration: none; }

.std-fullscreen .ui-tabs li a:hover, .std-fullscreen .ui-tabs li span:hover {
  background: #fff;
  color: #999; }

.std-fullscreen .ui-tabs li.current a, .std-fullscreen .ui-tabs li.current span {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-right: 0;
  color: #000; }

.std-fullscreen .ui-tabs li.current:hover, .std-fullscreen .ui-tabs li.current a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none; }

.std-fullscreen input[type="text"], .std-fullscreen input[type="password"], .std-fullscreen input[type="file"], .std-fullscreen select, .std-fullscreen textarea, .std-fullscreen .textarea {
  border: 1px solid #bcb9b9;
  background: transparent url(/zgt-portal-theme/images/custom/webform_bg.gif) repeat-x left top; }

.ie6 .std-fullscreen input.text, .std-fullscreen input.password, .ie6 .std-fullscreen input.file {
  border: 1px solid #bcb9b9;
  background: transparent url(/zgt-portal-theme/images/custom/webform_bg.gif) repeat-x left top; }

.std-fullscreen .results-grid {
  border: 0; }

.std-fullscreen .results-header {
  background: #fcfdf7;
  border: 1px solid #dedede; }

.std-fullscreen .results-header th, .std-fullscreen .results-header td {
  color: #666;
  padding: 5px 10px; }

.std-fullscreen .results-header th a, .std-fullscreen .results-header td a {
  color: #666; }

.std-fullscreen .ui-autocomplete-even, .std-fullscreen .results-row td {
  background: #fff;
  border-bottom: 1px dotted #e6e6e6; }

.std-fullscreen .ui-autocomplete-odd, .std-fullscreen .results-row.alt td {
  background: #fff; }

.std-fullscreen .ui-autocomplete-over, .std-fullscreen .results-row.hover td {
  background: #fff; }

.std-fullscreen .lfr-actions .lfr-trigger li {
  border-bottom: 1px solid #dedede; }

.std-fullscreen .lfr-actions .lfr-trigger li a:hover {
  background-color: #666;
  color: #fff; }

.std-fullscreen .portlet-msg-info {
  background: #fcfdf7 url(/zgt-portal-theme/images/messages/info.png) no-repeat 6px 50%;
  border: 1px solid #666;
  color: #34404f; }

.std-fullscreen .portlet-msg-info.pending {
  background-image: url(/zgt-portal-theme/images/common/time.png); }

.std-fullscreen .portlet-msg-error {
  background: #ffdddd url(/zgt-portal-theme/images/messages/error.png) no-repeat 6px 50%;
  border: 1px solid #f00; }

.std-fullscreen .portlet-msg-alert {
  background: #ffffcc url(/zgt-portal-theme/images/messages/alert.png) no-repeat 6px 20%;
  border: 1px solid #fc0; }

.std-fullscreen .portlet-msg-success {
  background: #f4fdef url(/zgt-portal-theme/images/messages/success.png) no-repeat 6px 50%;
  border: 1px solid #acdfa7;
  color: #384f34; }

.std-fullscreen .lfr-add-content h2 {
  color: #000; }

.js .std-fullscreen .interactive-mode {
  background: #020509 url(/zgt-portal-theme/images/dock/center_bg.png) repeat-x; }

.js .std-fullscreen .interactive-mode h2 {
  background: url(/zgt-portal-theme/images/dock/right_bg.png) no-repeat 100% 0; }

.js .std-fullscreen .interactive-mode h2 span {
  background: url(/zgt-portal-theme/images/dock/left_bg.png) no-repeat 0 0;
  border-right: 1px solid #34404f;
  color: #FFF; }

.js .std-fullscreen .interactive-mode ul {
  background: #FFF;
  border-color: #dedede #bfbfbf #bfbfbf #dedede; }

.js .std-fullscreen .interactive-mode li {
  border-top: 1px solid #dedede; }

.js .std-fullscreen .interactive-mode .my-places li.current a {
  color: #fff; }

.js .std-fullscreen .interactive-mode .my-places li.current {
  background-color: #999; }

.js .std-fullscreen .interactive-mode .my-places li.current-community a {
  color: #fff; }

.js .std-fullscreen .interactive-mode .my-places li.current-community {
  background-color: #999; }

.js .std-fullscreen .interactive-mode li a:hover, .js .std-fullscreen .interactive-mode .my-places li.current a:hover {
  color: #fff; }

.js .std-fullscreen .interactive-mode .my-places li.last a {
  color: #000; }

.js .std-fullscreen .interactive-mode li:hover, .js .std-fullscreen .interactive-mode .my-places li:hover {
  background-color: #999; }

.js .std-fullscreen .interactive-mode li:hover a:hover, .js .std-fullscreen .interactive-mode li:hover > a, .js .std-fullscreen .interactive-mode li:hover > h3 > a {
  background-color: #999;
  color: #fff; }

.ie6 .js .std-fullscreen .interactive-mode li a:hover {
  background-color: #999;
  color: #fff; }

.std-fullscreen #navigation .mainnav {
  background: url(/zgt-portal-theme/images/color_schemes/std-fullscreen/navi_bg.gif) repeat-x left top; }

.std-fullscreen #navigation .mainnav a {
  color: #fff;
  border-right: 1px solid #7b7e80; }

.standard #navigation .mainnav .mainnavitem:hover a {
  color: #666;
  background: url(/zgt-portal-theme/images/custom/navi_bg.gif) repeat-x left; }

.standard #navigation .mainnav .mainnavitem.active a {
  color: #333;
  background: url(/zgt-portal-theme/images/custom/navi_bg.gif) repeat-x left; }

.standard #navigation .mainnav .subnavitem a, .standard #navigation .mainnav .mainnavitem:hover .subnavitem a {
  color: #666; }

.standard #navigation .mainnav .subnavitem a:hover, .standard #navigation .mainnav .mainnavitem:hover .subnavitem a:hover {
  color: #333; }

.std-fullscreen #navigation .mainportalnav .mainportal {
  background: url(/zgt-portal-theme/images/color_schemes/std-fullscreen/navi_bg_homebut.gif) repeat-x left; }

.std-fullscreen #navigation .mainportalnav .mainportal a {
  color: #fff; }

.std-fullscreen #navigation .mainportalnav .regioportal {
  color: #666;
  background: url(/zgt-portal-theme/images/custom/regio_auswahl_bg.gif) repeat-x left;
  border-top: 1px solid #b1afaf;
  border-left: 1px solid #b1afaf;
  border-right: 1px solid #b1afaf; }

.std-fullscreen #navigation .mainportalnav .regioportal a {
  color: #666; }

.std-fullscreen #navigation .mainportalnav .regioportal a:hover {
  color: #000; }

.std-fullscreen #navigation .regioportalnav .mainportal {
  color: #666;
  background: url(/zgt-portal-theme/images/custom/regio_auswahl_bg.gif) repeat-x left;
  border-top: 1px solid #b1afaf;
  border-left: 1px solid #b1afaf;
  border-right: 1px solid #b1afaf; }

.std-fullscreen #navigation .regioportalnav .mainportal a {
  color: #666; }

.std-fullscreen #navigation .regioportalnav .mainportal a:hover {
  color: #000; }

.std-fullscreen #navigation .regioportalnav .regioportal {
  background: url(/zgt-portal-theme/images/color_schemes/std-fullscreen/navi_bg_homebut.gif) repeat-x left top;
  border-top: 1px solid #000; }

.std-fullscreen #navigation .regioportalnav .regioportal a {
  color: #fff; }

.std-fullscreen #header {
  background: #f7f7f7; }

.std-fullscreen .com_navigation {
  background: #666;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff; }

.std-fullscreen .com_navigation a {
  color: #fff;
  text-decoration: none; }

.std-fullscreen .com_navigation a:hover {
  text-decoration: underline; }

.std-fullscreen .com_navigation .date {
  color: #fff; }

.std-fullscreen .com_navigation.admin {
  background: #000; }

.std-fullscreen .com_navigation.admin a {
  color: #fff;
  text-decoration: none; }

.std-fullscreen .com_navigation.admin a:hover {
  color: #fff;
  text-decoration: underline; }

.std-fullscreen .com_navigation.admin .taglib-my-places a {
  color: #000;
  text-decoration: none; }

.std-fullscreen .com_navigation.admin .taglib-my-places a:hover {
  color: #000;
  text-decoration: underline; }

.std-fullscreen .com_navigation.admin .admin {
  color: #fff; }

.std-fullscreen .com_navigation.admin li.staging-custom li a {
  display: block;
  color: #000; }

.std-fullscreen #content .nav-menu h2 {
  color: #333; }

.std-fullscreen #content .nav-menu li a {
  color: #605f5f; }

.std-fullscreen #content .nav-menu li a:hover {
  text-decoration: none;
  background: #f3f4f4; }

.std-fullscreen #content .nav-menu li a.selected {
  background: #000;
  color: #fff; }

.std-fullscreen #content .nav-menu li li a {
  background: transparent; }

.std-fullscreen #content .nav-menu li li a:hover {
  background: #f3f4f4; }

.std-fullscreen #container {
  color: #676763;
  background: #fff; }

.std-fullscreen #header .search {
  color: #666; }

.std-fullscreen #header .header-search-bar {
  background: url(/zgt-portal-theme/images/color_schemes/std-fullscreen/navi_bg.gif) repeat-x left;
  color: #fff; }

.std-fullscreen .borderline {
  background: #ebebeb;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7; }

.std-fullscreen #footer {
  color: #999;
  background: #f8f9f9; }

.std-fullscreen #footer .footcont li a {
  color: #666;
  text-decoration: none; }

.std-fullscreen #footer .footcont li a:hover {
  color: #666;
  text-decoration: underline; }

.std-fullscreen .qp_categories {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid; }

.std-fullscreen .qp_categories li {
  border-right: 1px solid #bbb; }

.std-fullscreen .qp_categories a span {
  color: #000; }

.std-fullscreen .qp_categories a:hover span {
  color: #000;
  text-decoration: underline; }

.std-fullscreen .qp_categories a {
  color: #666; }

.std-fullscreen .qp_categories a:hover {
  color: #666;
  text-decoration: underline; }

.std-fullscreen .verlags_nav h5 {
  font-size: 11px;
  color: #666;
  font-weight: bold; }

.std-fullscreen .verlags_column li {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/arrow.gif) no-repeat left 50%;
  padding: 1px 0 0 10px; }

.std-fullscreen #verlags_column1 li {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/arrow.gif) no-repeat left 50%;
  padding: 1px 0 0 10px; }

.std-fullscreen .verlags_column li a {
  color: #666; }

.std-fullscreen .verlags_column li a:hover {
  color: #666;
  text-decoration: underline; }

.std-fullscreen .zgt_sitemap .categorie li li, .std-fullscreen .zgt_sitemap .commercial .service_1st li, .std-fullscreen .zgt_sitemap .commercial .service li {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/arrow.gif) no-repeat left; }

.std-fullscreen .portlet-blogs .entry-body a {
  color: #000; }

.std-fullscreen .portlet-blogs .entry-body a:hover {
  color: #000;
  text-decoration: underline; }

.std-fullscreen .portlet-blogs .entry-navigation {
  color: #000;
  font-size: 11px; }

.std-fullscreen .portlet-blogs .entry-navigation a {
  color: #000; }

.std-fullscreen .portlet-blogs .entry-navigation a:hover {
  text-decoration: underline; }

.std-fullscreen .portlet-blogs .entry-navigation .next {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/arrow_right.gif) no-repeat right center;
  padding-right: 30px; }

.std-fullscreen .portlet-blogs .entry-navigation .previous {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/arrow_left.gif) no-repeat left center;
  padding-left: 30px; }

.std-fullscreen .portlet-blogs .entry-tags .tag {
  background: transparent url(/zgt-portal-theme/images/blogs/tag.png) no-repeat left center;
  color: #666; }

.std-fullscreen .portlet-blogs .stats .comments {
  color: #999; }

.std-fullscreen .portlet-blogs .stats .comments a {
  color: #999; }

.std-fullscreen .portlet-blogs .stats .comments a:hover {
  color: #999;
  text-decoration: underline; }

.std-fullscreen .portlet-polls-display td.alpha {
  background-color: #999!important; }

.std-fullscreen .qp_search input[type="text"] {
  border: 1px solid #bcb9b9;
  font-style: italic;
  color: #999;
  background: transparent url(/zgt-portal-theme/images/custom/search_field_bg.gif) repeat-x left bottom; }

.std-fullscreen .qp_search input[type="submit"] {
  background: transparent url(/zgt-portal-theme/images/custom/search_but.gif) no-repeat;
  color: #fff;
  width: 22px;
  height: 19px; }

.std-fullscreen .qp_search input[type="submit"]:hover {
  background: transparent url(/zgt-portal-theme/images/custom/search_but.gif) no-repeat;
  color: #fff;
  width: 22px;
  height: 19px; }

.std-fullscreen .qp_search input[type="submit"]:focus {
  background: transparent url(/zgt-portal-theme/images/custom/search_but.gif) no-repeat;
  color: #fff;
  width: 22px;
  height: 19px; }

.std-fullscreen .qp_loader {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/ajax-loader-bert.gif) no-repeat center; }

.ie6 .std-fullscreen .qp_search input.text {
  padding: 2px 0 0 3px;
  border: 1px solid #bcb9b9;
  height: 14px;
  width: 260px;
  font-style: italic;
  font-size: 11px;
  color: #999;
  background: transparent url(/zgt-portal-theme/images/custom/search_field_bg.gif) repeat-x left bottom; }

.ie6 .std-fullscreen .qp_search input.submit {
  background: transparent url(/zgt-portal-theme/images/custom/search_but.gif) no-repeat;
  color: #fff;
  width: 22px;
  height: 19px; }

.ie6 .std-fullscreen .qp_search input.submit:hover {
  background: transparent url(/zgt-portal-theme/images/custom/search_but.gif) no-repeat;
  color: #fff;
  width: 22px;
  height: 19px; }

.ie6 .std-fullscreen .qp_search input.submit:focus {
  background: transparent url(/zgt-portal-theme/images/custom/search_but.gif) no-repeat;
  color: #fff;
  width: 22px;
  height: 19px; }

.std-fullscreen .qp.style.answers.tabable .qp_tabs_container {
  border: 1px solid #ccc; }

.std-fullscreen .qp.style.answers.tabable .qp_tabs_container {
  background: white url(/zgt-portal-theme/images/custom/bg_tabs.gif) repeat-x left bottom; }

.std-fullscreen .qp.style.answers.tabable .qp_tabs_container ul li {
  color: #000; }

.std-fullscreen .qp.style.answers.tabable .qp_tabs_container ul li a:hover {
  color: #333;
  text-decoration: underline; }

.std-fullscreen .qp.style.result .qp_headline h2 {
  color: #333; }

.ie6 .std-fullscreen .qp.style.result .qp_link {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent; }

.std-fullscreen .qp.style.link a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/arrow.gif) no-repeat left 50%;
  color: #000; }

.std-fullscreen .qp.style.result .qp_link a {
  color: #000; }

.std-fullscreen .qp.style.result .qp_linklist a span {
  color: #000; }

.std-fullscreen .qp.style.result .qp_linklist .qp_link a {
  color: #333; }

.std-fullscreen .qp.style.result .qp_link a:hover {
  text-decoration: underline; }

.std-fullscreen .qp.style.result .qp_linklist li, .std-fullscreen .qp.style.result.title li {
  list-style: circle url(/zgt-portal-theme/images/color_schemes/std-fullscreen/arrow.gif) outside !important; }

.std-fullscreen .qp.style.result.title li a:hover {
  color: #333; }

.std-fullscreen .qp.style.result .qp_image img {
  border: 1px solid #333; }

.std-fullscreen .qp.style.result .qp_linklist a:hover span {
  text-decoration: underline; }

.std-fullscreen .qp.style.result.sidebar.toptheme .qp_headline h2 a {
  color: #000; }

.std-fullscreen .qp.style.result.sidebar .qp_item {
  border-bottom: 1px solid #ddd; }

.std-fullscreen .qp.style.result.small .qp_headline h2 {
  color: #333; }

.std-fullscreen .qp.style.result.column4 .qp_item .qp_headline b, .std-fullscreen .qp.style.result.column5 .qp_item .qp_headline b {
  color: #000; }

.std-fullscreen .qp.style.result.column5 {
  background: #f3f4f4; }

.std-fullscreen .qp.style.result.column5 ul {
  border-top: 10px solid #fff; }

.std-fullscreen .qp.style.result.toparticle .qp_headline h1 {
  color: #333; }

.std-fullscreen .qp.style.result .qp_headline h2 a {
  color: #333; }

.std-fullscreen .qp.style.result .qp_headline h2 a:hover {
  color: #333;
  text-decoration: underline; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li {
  border: 1px solid #888;
  border-top: 0;
  border-left: none; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li span {
  background-color: #4b4c4c;
  color: #000;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li a {
  color: #fff; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li a:hover {
  color: #000; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.active a {
  color: #000; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.button.play a, .ie6 .std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul .play a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/play_button.png) 7px 4px no-repeat; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.button.play a:hover, .ie6 .std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul .play a:hover {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/play_button_hover.png) 7px 4px no-repeat; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.button.play .active, .ie6 .std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul .play .active {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/play_button_hover.png) 7px 4px no-repeat; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.button.pause a, .ie6 .std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul .pause a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/pause_button.png) 7px 4px no-repeat; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.button.pause a:hover, .ie6 .std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul .pause a:hover {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/pause_button_hover.png) 7px 4px no-repeat; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul li.button.pause .active, .ie6 .std-fullscreen .qp.style.result.toparticle.rotation .qp_ressort_navigation ul .pause .active {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/pause_button_hover.png) 7px 4px no-repeat; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_toparticle_container {
  border: 1px solid #000; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_toparticle_container .qp_toparticle_image .qp_toparticle_image_title {
  border-top: 1px solid #888; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_toparticle_container .qp_toparticle_image .qp_toparticle_image_title .bg {
  background-color: #4b4c4c;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)"; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_toparticle_container .qp_toparticle_image .qp_toparticle_image_title .title h2 {
  font-size: 18px; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_toparticle_container .qp_toparticle_image .qp_toparticle_image_title .title h2 a {
  color: #fff; }

.std-fullscreen .qp.style.result.toparticle.rotation .qp_toparticle_container .qp_toparticle_image .qp_toparticle_image_title .title h2 a:hover {
  color: #000; }

.std-fullscreen .qp.style.result.inline {
  color: #666; }

.std-fullscreen .qp.style.result.inline a {
  color: #666;
  border-left: 1px solid #bbb; }

.std-fullscreen .qp.style.result.inline a:hover {
  color: #000;
  text-decoration: underline; }

.std-fullscreen .qp.style.result.inline span {
  color: #000; }

.std-fullscreen .qp.style.result.inline .qp.style.link a {
  background: 0;
  color: #000; }

.std-fullscreen .qp.style.result.ticker ul li {
  color: #000; }

.std-fullscreen .qp.style.result.ticker ul li a:hover {
  color: #333;
  text-decoration: underline; }

.std-fullscreen .green .qp.style.navigation h2 {
  border-color: #ddd; }

.std-fullscreen .qp.style.navigation b {
  color: #000; }

.std-fullscreen .qp.style.navigation li {
  border-color: #ddd; }

.std-fullscreen .qp.style.navigation a {
  color: #605f5f; }

.std-fullscreen .qp.style.navigation a:hover {
  text-decoration: none;
  background: #f3f4f4; }

.std-fullscreen .qp.style.detail.richcontent a {
  color: #000; }

.std-fullscreen .qp.style.detail.richcontent img {
  border: 1px solid #333; }

.std-fullscreen .qp.style.detail ul li {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/arrow.gif) no-repeat left 6px; }

.std-fullscreen .qp.style.detail.richcontent .qp_inlineimg {
  background: transparent; }

.std-fullscreen .qp.style.detail.richcontent .qp_inlineimg ul {
  background: transparent;
  border: 0; }

.std-fullscreen .qp.style.detail.richcontent .qp_inlineimg a {
  color: #000; }

.std-fullscreen .qp.style.detail.richcontent .qp_entity {
  color: #333;
  border-bottom: 1px dotted #000; }

.std-fullscreen .qp.style.detail.richcontent a.qp_entity:hover {
  color: #333; }

.std-fullscreen .qp.style.detail.richcontent .qp_video.brightcove div.bc_widget_single_over {
  border: 3px solid #000; }

.std-fullscreen #qpgallery .gallery_lists .next_label a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/arrow_right.gif) no-repeat; }

.std-fullscreen #qpgallery .gallery_lists .prev_label a {
  background: transparent url(/zgt-portal-theme/images/color_schemes/std-fullscreen/arrow_left.gif) no-repeat; }

.std-fullscreen .qp.style.result.sidebar .qp_item .qp_image a {
  height: 60px;
  display: block;
  overflow: hidden;
  position: relative; }

@media screen {
  .qp_onlyprint {
    display: none!important; } }
.qp.style table.qp_table {
  background-color: transparent;
  margin-bottom: 20px;
  width: 100%; }

.qp.style table.qp_table caption {
  background-color: #f5f5f5;
  text-align: left;
  padding-left: 5px;
  border: 1px solid #888;
  border-left: 0 solid;
  border-right: 0 solid; }

.qp.style table.qp_table td {
  vertical-align: top;
  border: 1px solid #ddd;
  border-left: 0 solid #ddd;
  border-right: 0 solid #ddd; }

.qp.style table.qp_table th.right, .qp.style table.qp_table td.right {
  text-align: right; }

.qp_table.ELECTION tr:nth-child(4), .qp_table.ELECTION tr:nth-child(5) {
  display: none; }

.qp.style table.qp_table th.center {
  text-align: center; }

.qp.style table.qp_table td.qp_spaceright, .qp.style table.qp_table th.qp_spaceright {
  padding-right: 10px; }

.qp.style table.qp_table tr:hover, .qp.style table.qp_table tr.e_0:hover, .qp.style table.qp_table tr.e_1:hover, .qp.style table.qp_table tr.color1:hover, .qp.style table.qp_table tr.color2:hover, .qp.style table.qp_table tr.color1_1:hover, .qp.style table.qp_table tr.color2_1:hover {
  background-color: #ccc; }

.qp.style table.qp_table tr.id {
  border-bottom: 2px solid transparent; }

.qp.style table.qp_table tr.e_0 {
  background-color: #f5f5f5; }

.qp.style table.qp_table tr.color1 {
  background-color: #93ce78; }

.qp.style table.qp_table tr.color1_1 {
  background-color: #d8f4cb; }

.qp.style table.qp_table tr.color2 {
  background-color: #d77979; }

.qp.style table.qp_table tr.color2_1 {
  background-color: #efbdbd; }

.qp.style.result table.qp_table th.qp_hidden, .qp.style.result table.qp_table td.qp_hidden {
  display: none; }

.qp.style.result table.qp_table th {
  text-align: center; }

.qp.style.search .qp_dym {
  border-bottom: 1px solid #ccc;
  min-height: 20px;
  padding-top: 5px;
  color: #dd4b39;
  font-size: 14px;
  font-weight: bold; }

.qp.style.search .qp_dym a {
  font-weight: bold;
  font-size: 14px;
  font-style: italic; }

.qp_search.header input[type="text"] {
  width: 140px;
  height: 15px;
  padding: 2px 0 0 3px; }

.ie7 .qp_search.header input[type="text"] {
  height: 14px; }

.qp_search {
  padding: 10px;
  background: #f4f4f4; }

#container_wrapper > .qp_search {
  display: none;
  height: 60px;
  background-color: #fff;
  position: relative;
  padding-left: 0;
  position: absolute;
  z-index: 100;
  opacity: .97;
  width: 950px;
  border-bottom: 1px solid #ddd; }

#container_wrapper > .qp_search form {
  float: left; }

#container_wrapper > .qp_search #header_search_field_querystring {
  width: 865px;
  height: 60px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 34px;
  font-weight: 600;
  font-family: 'Open Sans',arial,sans-serif;
  font-style: normal;
  padding-left: 49px;
  color: #000;
  outline: none!important; }

#container_wrapper > .qp_search button.close-search:hover {
  color: #000;
  border: 2px solid #000; }

#container_wrapper > .qp_search button.close-search {
  position: absolute;
  top: 30px;
  left: 0;
  width: 30px;
  height: 30px;
  color: #ababab;
  text-shadow: none;
  font-size: 14px;
  line-height: 20px;
  border-radius: 100px;
  border: 2px solid #ababab;
  background: 0;
  text-align: center; }

#container_wrapper > .qp_search button.btn {
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 30px;
  border: 0;
  background: 0;
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.qp_search input[type="text"] {
  width: 300px;
  padding: 4px 3px 3px 3px;
  height: auto; }

.qp_search input[type="submit"] {
  float: none;
  border: 0;
  border: 0;
  height: 21px;
  width: 55px;
  font-size: 0;
  vertical-align: top; }

.qp_search input[type="submit"]:hover {
  float: none;
  border: 0;
  border: 0;
  height: 21px;
  width: 55px;
  font-size: 0;
  vertical-align: top; }

.qp_search input[type="submit"]:focus {
  float: none;
  border: 0;
  border: 0;
  height: 21px;
  width: 55px;
  font-size: 0;
  vertical-align: top; }

.qp_search .qp_search_container input, .qp_search .qp_search_container label {
  display: inline-block;
  float: none; }

.qp_search .qp_search_container label {
  font-weight: 600;
  padding-right: 20px; }

.columns-1-2 #column-1 .qp_search {
  padding-top: 20px;
  margin-top: 20px; }

.columns-1-2 #column-1 .portlet-boundary_BreadCrumbPortlet_WAR_queport_ .portlet-borderless-container {
  min-height: 0; }

.controls-visible .columns-1-2 #column-1 .portlet-boundary_BreadCrumbPortlet_WAR_queport_ .portlet-borderless-container {
  min-height: 20px; }

.qp.style.result.collapsed .qp_article_rotation_container .rotation li a b {
  font-weight: 600; }

.portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.result .qp_headline h2 a b {
  font-weight: 600; }

.portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.result.sidebar .qp_headline h2 a b {
  font-weight: bold; }

.columns-1-2 .aui-w30 .qp.style.answers.tabable .qp_tabs_container {
  font-size: 10px;
  font-weight: normal;
  clear: both; }

.qp.style.answers.tabable .aui-tabview-list {
  padding: 0;
  border: 0;
  margin: 0 0 10px 0; }

.qp.style.answers.tabable .qp_horizontal {
  padding: 2px 0 3px 0;
  display: table; }

.ie .qp.style.answers.tabable .qp_horizontal {
  padding: 1px 0 1px 0; }

.qp.style.answers.tabable.news .tabs.ui-tabs {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 5px 0; }

.qp.style.answers.tabable.news .ui-tabs a {
  background: 0;
  border: 0;
  border-left: 1px solid #bbb;
  padding: 0 10px;
  font-weight: bold; }

.qp.style.answers.tabable.news .ui-tabs li.first a {
  border-left: 0 solid #bbb; }

.qp.style.answers.tabable.news .ui-tabs li.last {
  border: 0; }

.qp.style.answers.tabable.news .qp_tabs_container {
  background: 0;
  border: 0 solid;
  padding: 10px 0; }

.qp.style .ui-tabs .ui-tabs-nav li a {
  background: #f2f4f4;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  border-right: 1px solid #dadbdb;
  padding: 8px 15px;
  line-height: 140%; }

.qp.style .ui-tabs .ui-tabs-nav {
  padding-left: 0; }

.qp.style.result.sidebar.topic .qp_bannerimg, .qp.style.result.sidebar.topic .qp_bannerimg img {
  width: 200px!important; }

.qp.style.result.sidebar.topic .qp_bannerimg img {
  border: 1px solid #000; }

.qp.style.result.sidebar.topic h2 {
  font-size: 16px!important;
  font-weight: normal!important;
  padding-top: 10px; }

.qp.style.result.sidebar.topic h2 a:hover {
  text-decoration: none; }

.qp.style.result.sidebar.topic .qp_headline {
  padding-bottom: 10px; }

.qp.style.result.commentlist .qp_item {
  padding: 15px;
  margin-bottom: 10px; }

.qp.style.result.commentlist .qp_date {
  margin: 7px 0;
  padding-left: 20px; }

.qp.style.result.commentlist .qp_date a {
  padding-left: 5px; }

.qp.style.result.commentlist .qp_text {
  margin-bottom: 0; }

.qp.style.result.commentlist .qp_text .comment-reply {
  height: 15px; }

.qp.style.result.commentlist .qp_text .reply {
  text-transform: uppercase;
  border: 0; }

.qp.style.result.commentlist .qp_text .reply, #content .comments .reply .fa, #content .comments .report .fa {
  font-size: 11px;
  padding-right: 5px; }

.qp.style.answers.rsssymbol a img {
  height: 16px;
  width: 16px;
  vertical-align: bottom;
  margin: 0 3px 0 8px; }

.qp.style.breadcrumb_container {
  padding: 20px 10px 20px 10px;
  background: #f4f4f4;
  width: 100%; }

.qp.style.breadcrumb_container label, .qp.style.breadcrumb_container .qp.style.breadcrumb.xlink {
  float: left;
  margin-right: 20px; }

.qp.style.breadcrumb_container label {
  width: 110px; }

.qp.style.breadcrumb .qp_remove {
  padding: 5px; }

.qp.style.breadcrumb .qp_remove span.corner {
  padding: 0 5px; }

.qp.style.breadcrumb .qp_remove span.title {
  padding-right: 5px; }

.qp.style.detail.richcontent h2, .qp.style.detail.richcontent h3 {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5em; }

.qp.style.detail.richcontent h6 {
  height: 20px;
  font-weight: bold;
  margin-bottom: 10px; }

.qp.style.detail.richcontent .qp_headline {
  padding-bottom: 10px; }

.qp.style.detail.richcontent p {
  margin-bottom: 15px; }

.qp.style.detail.richcontent .question {
  font-weight: bold;
  margin-top: 1em; }

.qp.style.detail.richcontent .question:first-of-type {
  margin-top: 0!important; }

.qp.style.detail .qp_text .article-wrapper > ul, .qp.style.detail .qp_text .article-wrapper > ol {
  padding-left: 20px!important;
  margin-bottom: 40px!important;
  margin-left: 20px;
  list-style: disc;
  clear: both; }

.qp.style.detail.dossier ul {
  list-style: none; }

.qp.style.detail ul li {
  padding-left: 15px; }

#plus-content .qp.style.detail.richcontent .qp_item .qp_headline {
  padding-bottom: 0!important; }

#plus-content .qp.style.richcontent a:hover {
  color: #333!important; }

#plus-content .qp.style.richcontent .qp_headline {
  padding-bottom: 0; }

#plus-content .qp.style.richcontent .qp_headline h2 {
  margin-top: 0; }

.qp.style.detail.richcontent .qp_teaser {
  font-size: 15px;
  line-height: 1.5;
  margin: 5px 0 12px 0;
  font-weight: 500; }

.qp.style.detail.richcontent .qp_console_top, .qp.style.detail.richcontent .qp_console_bottom {
  min-height: 35px; }

.qp.style.detail.richcontent .qp_console_bottom {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 9px 0 12px 0; }

.qp.style.detail.richcontent .qp_console_bottom span.text {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3px; }

.qp.style.detail.richcontent .qp_console_bottom .addthis-container {
  margin-top: 5px; }

.qp.style.detail.richcontent .qp_console_bottom .qp_docservices a {
  color: #666;
  padding: 0 6px 0 0; }

.qp.style.detail.richcontent .qp_console_bottom .qp_docservices a:hover {
  text-decoration: underline;
  color: #666; }

.qp.style.detail.richcontent .at-icon-wrapper svg {
  padding: 4px 0 0 4px;
  width: 24px!important;
  height: 24px!important; }

.qp.style.detail.richcontent .at-icon-wrapper.at-svc-email {
  background-color: #9b9b9b!important; }

.qp.style.detail.richcontent .at-icon-wrapper.at-svc-print {
  background-color: #319f49!important; }

.qp.style.detail.richcontent .qp_text {
  font-size: 15px;
  line-height: 1.5em; }

.qp.style.detail.richcontent .qp_text h2, .qp.style.detail.richcontent .qp_text h3 {
  font-size: 17px;
  font-weight: 700;
  font-family: 'Merriweather',Arial,sans-serif; }

.qp.style.detail.richcontent .qp_docinfo {
  color: #666;
  font-size: 13px;
  margin-top: 20px; }

.qp.style.detail.richcontent .qp_docinfo span {
  padding: 0; }

.qp.style.detail.richcontent .qp_metainfo {
  font-size: 8px;
  color: #eee; }

.qp.style.detail.richcontent .qp_inlineimg {
  clear: both;
  display: inline;
  width: 237px;
  padding: 10px;
  margin: 3px 15px 5px -12%; }

.qp.style.detail.richcontent .qp_bannerimg {
  margin: 15px 0; }

.qp.style.detail.richcontent .qp_bannerimg legend {
  font-size: 13px;
  color: #666; }

.qp.style.detail.richcontent .qp_inlineimg ul, .qp.style.detail.richcontent .qp_bannerimg ul {
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  margin: 0!important;
  list-style-type: none; }

.qp.style.detail.richcontent .qp_inlineimg ul li, .qp.style.detail.richcontent .qp_bannerimg ul li {
  padding: 0!important;
  background: 0; }

.qp.style.detail.richcontent .qp_inlineimg a, .qp.style.detail.richcontent .qp_bannerimg a {
  font-size: 10px; }

.qp.style.detail.richcontent .qp_inlineimg img {
  width: 237px;
  margin: 0;
  padding: 0; }

.qp.style.detail.richcontent .qp_bannerimg {
  margin-right: 0; }

.qp.style.detail.richcontent .qp_video {
  text-align: center;
  margin: 0 0 16px; }

.qp.style.detail.richcontent.dossier h4 {
  font-size: 18px; }

.qp.style.detail.richcontent.dossier h4 a {
  color: #333; }

.qp.style.detail.richcontent.dossier ul.qp_topic_rss {
  padding: 10px 0 0 0;
  margin: 0; }

.qp.style.detail.richcontent.dossier ul.qp_topic_rss li {
  padding-left: 20px;
  background: url(../images/custom/rss_icon.png) no-repeat left 3px; }

.adsense-article, .adsense-search {
  margin: 20px 0; }

#gpt-adsene-article-top {
  margin-bottom: 0;
  height: 100px; }

button.error-submit {
  border: 0;
  padding-left: 9px;
  margin: 0;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer; }

button.error-submit:hover {
  text-decoration: underline; }

.green button.error-submit {
  background: transparent url(../images/color_schemes/green/arrow.gif) no-repeat left 50% !important;
  color: #319f49; }

.red button.error-submit {
  background: transparent url(../images/color_schemes/red/arrow.gif) no-repeat left 50% !important;
  color: #c31924; }

.blue button.error-submit {
  background: transparent url(../images/color_schemes/blue/arrow.gif) no-repeat left 50% !important;
  color: #0ba1e2; }

.qp.style.detail.richcontent .qp_video.amazon {
  position: relative; }

.qp.style.detail.richcontent .qp_video.amazon img.video-still {
  cursor: pointer;
  border: 3px solid #ccc;
  width: 394px;
  margin: 0 auto; }

.qp.style.detail.richcontent .qp_video.amazon .icon_layer {
  cursor: pointer;
  position: absolute;
  background: url("../images/custom/bc_playOverlay_Off.png") no-repeat scroll center center transparent;
  top: 0;
  left: 0;
  width: 394px;
  height: 225px;
  margin-left: 60px; }

.qp.style.detail.richcontent .qp_video.amazon .icon_layer.hover {
  background: url("../images/custom/bc_playOverlay_On.png") no-repeat scroll center center transparent; }

.qp.style.detail.richcontent .qp_video.amazon .icon_layer img, .qp.style.detail.richcontent .qp_video.amazon .icon_layer img:hover {
  border: none!important; }

.qp.style.detail.richcontent .qp_video.brightcove div.bc_widget_single {
  background: none repeat scroll 0 0 #000;
  border: 3px solid #ccc;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  width: 0;
  margin: 0 auto; }

.qp.style.detail.richcontent .qp_video.brightcove div.bc_widget_single img.bc_still {
  left: 0;
  position: absolute;
  top: 0;
  border: 0;
  cursor: pointer; }

.qp.style.detail.richcontent .qp_video.brightcove div.bc_widget_single div.bc_overlay_off {
  background: url("../images/custom/bc_playOverlay_Off.png") no-repeat scroll center center transparent;
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
  z-index: 1000; }

.qp.style.detail.richcontent .qp_video.brightcove div.bc_widget_single div.bc_overlay_on {
  background: url("../images/custom/bc_playOverlay_On.png") no-repeat scroll center center transparent;
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
  z-index: 1000;
  cursor: pointer; }

.qp.style.detail.richcontent .qp_video.brightcove div.bc_widget_single div.bc_metaOverlay {
  background: url("../images/custom/bc_metaOverlay.png") repeat scroll 0 0 transparent;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  left: 0;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  z-index: 1001; }

.qp.style.detail.richcontent .qp_video.brightcove div.bc_widget_single div.bc_metaOverlay span {
  color: #aaa; }

.qp.style.detail.richcontent .qp_embedded article.qp.style.detail.richcontent {
  padding: 15px 0; }

.qp.style.detail.richcontent .qp_embedded article.qp.style.detail.richcontent h1 {
  font-size: 22px!important;
  color: #333;
  font-weight: 600;
  font-family: 'Merriweather',Arial,sans-serif; }

.qp.style.detail.richcontent .qp_embedded article.qp.style.detail.richcontent .qp_teaser {
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  padding-left: 0;
  margin: 0;
  font-family: 'Merriweather',Arial,sans-serif; }

.qp.style.detail.richcontent .qp_embedded .qp_headline, .qp.style.detail.richcontent .qp_embedded .qp_teaser, .qp.style.detail.richcontent .qp_embedded .qp_text, .qp.style.detail.richcontent .qp_embedded .qp_docinfo, .qp.style.detail.richcontent .qp_embedded .qp_metainfo, .qp.style.detail.richcontent .qp_embedded .gallery .qp_text .qp_link {
  margin: 0;
  padding: 0!important; }

.qp.style.detail.richcontent .qp_embedded .qp_docinfo {
  margin-top: 20px; }

.qp.style.detail.richcontent .qp_embedded .gallery .qp_text {
  margin: 0; }

.qp.style.detail.richcontent .qp_embedded #qpgallery {
  background-color: transparent; }

.qp.style.detail.richcontent .qp_embedded .video .video-still {
  width: 100%; }

.qp.style.detail.richcontent .qp_embedded .video .bc_overlay_on {
  background: url("../images/custom/bc_playOverlay_On.png") no-repeat scroll center center transparent;
  cursor: pointer;
  height: 276px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000; }

.qp.style.detail.richcontent .content .qp_embedded .video .qp_text {
  margin-left: 0;
  margin-right: 0;
  height: 126px; }

.qp.style.detail.richcontent .content .qp_embedded .video .video-still {
  width: 237px; }

.qp.style.detail.richcontent .content .qp_embedded .video .bc_overlay_on {
  background: url("../images/custom/bc_playOverlay_On.png") no-repeat scroll center center transparent;
  cursor: pointer;
  height: 115px;
  left: 0;
  position: absolute;
  top: 0;
  width: 237px;
  z-index: 1000; }

.qp.style.detail.richcontent .content .qp_headline, .qp.style.detail.richcontent .content .qp_docinfo, .qp.style.detail.richcontent .content .qp_metainfo {
  display: none; }

.qp.style.detail.richcontent .qp_link {
  margin: 10px 5px 0 0;
  display: block;
  padding: 0;
  clear: left; }

.qp.style.detail.richcontent .qp.style.ajax .qp_link {
  display: inline;
  font-size: 13px!important; }

.qp.style.detail.richcontent .qp.style.ajax .qp_link a {
  font-size: 13px!important; }

.qp.style.detail.richcontent .qp.style.ajax .qp_text {
  font-size: 13px!important;
  margin: 0; }

.qp.style.detail.richcontent .qp_link.content {
  float: left;
  display: block;
  clear: both;
  width: 237px;
  padding: 10px;
  margin: 3px 15px 5px 0; }

.qp.style.detail.richcontent .qp_link.content .qp_embedded, .qp.style.detail.richcontent .qp_link.content .qp_embedded .qp.style.detail {
  margin: 0;
  padding-top: 0; }

.qp.style.detail.richcontent a.inlinelink, .qp.style.detail.richcontent .qp_link.content a.inlinelink {
  padding: 0 0 5px 26px;
  margin-top: 5px;
  display: inline;
  font-weight: 600; }

.qp.style.detail.richcontent a.inlinelink {
  border-bottom: 0; }

.qp.style.detail.richcontent .gallery-inline img {
  width: 236px; }

.qp.style.detail.richcontent .qp_link.content .qp_embedded .qp_teaser {
  display: none; }

.qp.style.detail.richcontent .qp_link a:hover {
  text-decoration: underline; }

.qp.style.detail.richcontent .qp_link a {
  font-weight: normal; }

.qp.style.detail.richcontent .qp_link.inline {
  margin: 0;
  display: inline; }

.qp.style.detail.richcontent .qp_link.inline a {
  margin-top: 0;
  padding: 0;
  font-weight: normal;
  background: none!important; }

.qp.style.detail.richcontent .qp_link a.inlinelink.mail {
  background: none!important;
  padding-left: 0; }

.qp.style.detail.richcontent .qp_link .fa {
  font-size: 17px;
  font-weight: normal;
  padding-right: 5px;
  color: #666; }

.qp.style.detail.richcontent .qp_link .web .fa, .qp.style.detail.richcontent .qp_link .audio .fa, .qp.style.detail.richcontent .qp_link .video .fa {
  color: #666; }

.qp.style.detail.richcontent .qp_ad {
  clear: both;
  width: 513px;
  margin-bottom: 30px; }

.qp.style.detail.richcontent.article object.qp_mediaobject {
  width: 224px;
  height: 165px; }

#content .qp.style.detail.richcontent.osv .qp_date.top {
  padding-left: 0!important;
  padding-right: 0!important; }

.aui-w70 article.osv div {
  padding-left: 0!important;
  padding-right: 0!important; }

.aui-w70 article.osv div .qp_headline h1 {
  color: #333; }

.aui-w70 article.osv div .qp_teaser {
  font-size: 18px!important;
  font-weight: 500!important; }

.qp.style.detail.richcontent.video object.qp_mediaobject, .qp.style.detail.richcontent.osv object.qp_mediaobject {
  width: 455px;
  height: 290px;
  border: 1px solid; }

.qp.style.detail.richcontent.osv .qp_teaser {
  font-weight: 700; }

.qp.style.detail.richcontent.person .qp_image, .qp.style.detail.richcontent.city .qp_image {
  float: right; }

.qp.style.detail.richcontent.person .qp_image, .qp.style.detail.richcontent.person .qp_image img, .qp.style.detail.richcontent.city .qp_image, .qp.style.detail.richcontent.city .qp_image img {
  width: 250px; }

.qp.style.detail.richcontent.person .qp_text, .qp.style.detail.richcontent.city .qp_text {
  margin-bottom: 15px; }

.qp.style.detail.richcontent.person .qp_text a, .qp.style.detail.richcontent.city .qp_text a {
  text-decoration: underline; }

.qp.style.detail.richcontent.person .qp_subtitle, .qp.style.detail.richcontent.city .qp_subtitle {
  font-weight: bold;
  margin-top: 5px; }

.qp.style.detail.richcontent.event h5, .qp.style.detail.richcontent.date h5 {
  background-color: #ddd;
  border: 1px solid #ccc;
  padding-left: 3px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold; }

.qp.style.detail.richcontent.event h2, .qp.style.detail.richcontent.date h2, .qp.style.detail.richcontent.event h3, .qp.style.detail.richcontent.date h3 {
  margin-top: 15px; }

.qp.style.detail.richcontent.event .qp_image.org, .qp.style.detail.richcontent.date .qp_image.org {
  float: right;
  padding: 0 12%; }

.qp.style.detail.richcontent.event .qp_times, .qp.style.detail.richcontent.date .qp_times {
  padding: 5px;
  width: 40%; }

.qp.style.detail.richcontent.event .qp_times .marked, .qp.style.detail.richcontent.date .qp_times .marked {
  background-color: #ccc; }

.qp.style.detail.richcontent.event .qp_times span.Sa, .qp.style.detail.richcontent.date .qp_times span.Sa, .qp.style.detail.richcontent.event .qp_times span.So, .qp.style.detail.richcontent.date .qp_times span.So {
  color: #f80; }

.qp.style.detail.richcontent.dossier .qp_image {
  float: left;
  margin-right: 10px; }

.qp.style.detail.richcontent.dossier .qp_image, .qp.style.detail.richcontent.dossier .qp_image img {
  width: 70px; }

.qp.style.detail.richcontent.dossier .qp_bannerimg, .qp.style.detail.richcontent.dossier .qp_bannerimg img {
  width: 285px; }

.qp.style.detail.richcontent.dossier h1 {
  font-size: 16px;
  padding-top: 10px; }

.qp.style.detail.richcontent.dossier .qp_text {
  clear: both; }

.qp.style.detail.richcontent.dossier .qp_subtitle {
  display: inline;
  margin-right: 5px; }

.qp.style.detail.richcontent.dossier .qp_text a {
  text-decoration: none; }

.qp.style.detail.richcontent.gallery {
  text-align: left; }

.qp.style.detail.richcontent.gallery.premium .qp_text.preview {
  text-align: center; }

.qp.style.detail.richcontent .qp.style.link {
  clear: both; }

.qp.style.detail.richcontent .qp_socialbookmarks {
  margin-right: 3px; }

.qp.style.detail.richcontent.gallery #sas_4459, .qp.style.detail.richcontent.gallery #oms_gpt_rectangle {
  float: right;
  position: relative;
  z-index: 10;
  bottom: 57px;
  height: 220px;
  margin-left: 20px!important;
  padding-right: 12%; }

.qp.style.detail.richcontent .qp_socialbookmarks img, .qp.style.detail.richcontent .qp_printer img {
  border: 0; }

.aui-w100 .qp.style.detail.richcontent.gallery .qp_item.gallery, .aui-w100 .qp.style.detail.richcontent.gallery {
  width: 960px; }

.aui-w100 .qp.style.detail.richcontent.gallery .qp_text {
  padding: 0!important; }

.aui-w100 .qp_embedded .qp.style.detail.richcontent {
  clear: both; }

.aui-w100 .qp_embedded .qp.style.detail.richcontent.gallery {
  width: auto; }

.aui-w100 .qp_embedded .qp.style.detail.richcontent #qpgallery .gallery_lists .next_label {
  right: 40%; }

.aui-w100 .qp_embedded .qp.style.detail.richcontent #qpgallery .gallery_lists .prev_label {
  left: 40%; }

#content .aui-w100 .qp.style.detail.richcontent.gallery .qp_item.gallery .qp_headline, #content .aui-w100 .qp.style.detail.richcontent.gallery .qp_item.gallery .qp_teaser, #content .aui-w100 .qp.style.detail.richcontent.gallery .qp_item.gallery .qp_date {
  padding: 0; }

#content .aui-w100 .qp.style.detail.richcontent.gallery .qp_item.gallery .qp_teaser {
  font-size: 13px;
  margin-bottom: 30px; }

#content .aui-w70 .qp.style.detail.richcontent.gallery .qp_item.gallery, #content .aui-w70 .qp.style.detail.richcontent.gallery {
  width: 632px;
  padding: 0!important; }

#content .aui-w70 .qp.style.detail.richcontent.gallery .qp_item.gallery .qp_headline, #content .aui-w70 .qp.style.detail.richcontent.gallery .qp_item.gallery .qp_teaser, #content .aui-w70 .qp.style.detail.richcontent.gallery .qp_item.gallery .qp_date, #content .aui-w70 .qp.style.detail.richcontent.gallery .qp_item.gallery .qp_text, #content .aui-w70 .qp.style.detail.richcontent.gallery .qp_item.gallery .qp_docinfo, #content .aui-w70 .qp.style.detail.richcontent.gallery .qp_item.gallery .qp_metainfo, #content .aui-w70 .qp.style.detail.richcontent.gallery .qp_headline, #content .aui-w70 .qp.style.detail.richcontent.gallery .qp_teaser, #content .aui-w70 .qp.style.detail.richcontent.gallery .qp_date, #content .aui-w70 .qp.style.detail.richcontent.gallery .qp_text, #content .aui-w70 .qp.style.detail.richcontent.gallery .qp_docinfo, #content .aui-w70 .qp.style.detail.richcontent.gallery .qp_metainfo {
  padding: 0!important; }

.qp.style.detail.richcontent #qpgallery {
  position: relative;
  background: #f2f4f4;
  margin: 0;
  width: 100%; }

#content .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_text, .aui-w70 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent {
  padding: 0!important; }

#content .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_text .qp_headline, #content .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_text .qp_teaser, #content .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_text .qp_date, #content .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_text .qp_text, #content .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_text .qp_docinfo, #content .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_text .qp_metainfo, .aui-w70 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_headline, .aui-w70 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_teaser, .aui-w70 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_date, .aui-w70 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_text, .aui-w70 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_docinfo, .aui-w70 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent .qp_metainfo {
  padding: 0!important; }

.qp.style.detail.richcontent #qpgallery ul {
  padding: 0;
  margin: 0; }

.qp.style.detail.richcontent #qpgallery ul li {
  padding: 0;
  margin: 0;
  background: transparent; }

.qp.style.detail.richcontent #qpgallery .gallery_image .container.ac_loading {
  background: transparent url("../images/custom/ajax-loader.gif") center center no-repeat;
  background-size: 30px; }

.qp.style.detail.richcontent #qpgallery.expand {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-top: 25px; }

.qp.style.detail.richcontent #qpgallery .gallery_expand {
  position: relative;
  left: 0;
  top: 50px;
  width: 100%;
  height: 365px;
  text-align: right;
  padding: 0;
  z-index: 1000;
  background: 0;
  cursor: pointer; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_expand {
  right: 0;
  left: auto;
  top: 0;
  width: 33px;
  height: 38px;
  padding: 0 3px 5px 3px;
  margin: 0 5px; }

.qp.style.detail.richcontent #qpgallery .gallery_expand i {
  cursor: pointer;
  font-size: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity = 80)";
  padding: 4px 5px 2px 5px;
  margin: 5px;
  position: absolute;
  top: -50px;
  right: 0; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_expand i {
  top: 0; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_image .prev_label_image a, .qp.style.detail.richcontent #qpgallery.expand .gallery_image .next_label_image a {
  width: 100%;
  height: 100%;
  display: block; }

.qp.style.detail.richcontent #qpgallery .gallery_image .prev_label_image i {
  position: absolute;
  left: 5px;
  top: 52%;
  font-size: 40px;
  color: #fff;
  display: none; }

.qp.style.detail.richcontent #qpgallery .gallery_image .next_label_image i {
  position: absolute;
  right: 5px;
  top: 52%;
  font-size: 40px;
  color: #fff;
  display: none; }

.qp.style.detail.richcontent #qpgallery .gallery_image .prev_label_image a:hover i, .qp.style.detail.richcontent #qpgallery .gallery_image .next_label_image a:hover i {
  display: block; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_image .prev_label_image {
  top: 0;
  z-index: 1000000;
  width: 50%;
  height: 85%;
  left: 0;
  position: absolute;
  display: block; }

.qp.style.detail.richcontent #qpgallery.expand.has-current-job .gallery_image .prev_label_image {
  width: 20%; }

.qp.style.detail.richcontent #qpgallery.expand.has-current-job .gallery_image .next_label_image {
  width: 20%;
  left: 80%; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_image .next_label_image {
  top: 0;
  z-index: 10;
  width: 50%;
  height: 85%;
  left: 50%;
  position: absolute;
  display: block; }

.qp.style.detail.richcontent #qpgallery .gallery_image .prev_label_image {
  display: none; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_image {
  width: 100%;
  height: auto; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_image .container .content {
  width: 100%; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_image .container .content img {
  width: auto;
  height: 100%; }

.aui-w70 .qp.style.detail.richcontent #qpgallery.expand .gallery_image .container .content img {
  height: 379px; }

.aui-w70 .qp.style.detail.richcontent #qpgallery.expand .gallery_image .container .content .teaser_more img {
  height: auto; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_thumbs .list_container {
  width: 100%; }

.qp.style.detail.richcontent #qpgallery .gallery_header {
  text-align: center;
  padding-top: 0; }

.qp.style.detail.richcontent #qpgallery .gallery_header .content {
  width: 728px;
  height: 90px;
  clear: both;
  padding: 0 12%; }

.qp.style.detail.richcontent #qpgallery .line {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  margin: 0 6px; }

.qp.style.detail.richcontent #qpgallery .gallery_image {
  overflow: hidden;
  text-align: center;
  height: 405px;
  width: 600px;
  margin: auto;
  background: #f4f4f4; }

.qp.style.detail.richcontent #qpgallery .gallery_image .container {
  margin: 0 0 5px 0;
  width: 600px;
  min-height: 405px;
  z-index: 10; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_image .container {
  min-height: 520px; }

#content .aui-w100 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent #qpgallery.expand .gallery_image {
  height: 576px; }

#content .aui-w100 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.detail.richcontent #qpgallery.expand .gallery_image img {
  width: auto;
  height: auto; }

#content .aui-w100 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp_docinfo, #content .aui-w100 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp_metainfo {
  padding-left: 0!important; }

.aui-w100 .qp.style.detail.richcontent #qpgallery.expand .gallery_image {
  height: 576px; }

.aui-w70 .qp.style.detail.richcontent #qpgallery.expand .gallery_image {
  height: 378px; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_image .container {
  margin: 0;
  width: 100%; }

.qp.style.detail.richcontent #qpgallery .gallery_image .container .content {
  width: 600px;
  margin-top: 20px; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_image .container .content {
  margin-top: 0; }

.qp.style.detail.richcontent #qpgallery .gallery_lists .prev_label {
  position: absolute;
  top: 105px;
  z-index: 10; }

.aui-w100 .qp.style.detail.richcontent #qpgallery .gallery_lists .prev_label {
  left: 40%; }

.aui-w100 .qp.style.detail.richcontent #qpgallery .gallery_lists .next_label {
  right: 40%; }

.aui-w70 .qp.style.detail.richcontent #qpgallery .gallery_lists .prev_label {
  left: 40%; }

.aui-w70 .qp.style.detail.richcontent #qpgallery .gallery_lists .next_label {
  right: 40%; }

.qp.style.detail.richcontent #qpgallery .gallery_lists .prev_label a {
  width: 30px;
  height: 30px; }

.qp.style.detail.richcontent #qpgallery .gallery_lists .next_label {
  position: absolute;
  top: 105px;
  z-index: 10; }

.qp.style.detail.richcontent #qpgallery .gallery_lists .next_label a {
  width: 30px;
  height: 30px; }

.qp.style.detail.richcontent #qpgallery .gallery_wrapper {
  padding: 0;
  width: 100%; }

.qp.style.detail.richcontent #qpgallery .desc {
  position: absolute;
  width: 100%;
  padding: 0;
  height: auto;
  font-weight: normal;
  font-size: 13px;
  bottom: 0;
  z-index: 11;
  margin: 0;
  text-align: left; }

.qp.style.detail.richcontent #qpgallery .desc_content {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75; }

.qp.style.detail.richcontent #qpgallery .desc .desc_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  cursor: pointer; }

.qp.style.detail.richcontent #qpgallery.expand .desc_content {
  width: auto;
  margin: 0; }

.qp.style.detail.richcontent #qpgallery.expand .desc_content .text, .qp.style.detail.richcontent #qpgallery.expand .desc_content .rights {
  color: #fff;
  padding: 5px 25px 5px 10px; }

.qp.style.detail.richcontent #qpgallery.expand .desc_content .rights li {
  color: #fff;
  font-style: italic;
  font-size: 13px;
  font-weight: normal; }

.qp.style.detail.richcontent #qpgallery .gallery_image .content {
  display: block;
  height: auto; }

.qp.style.detail.richcontent #qpgallery .gallery_image .content img.preview {
  width: 80px;
  height: 80px;
  padding: 5px 0; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_image .content .teaser_more {
  width: 150px;
  padding: 0;
  margin: 0;
  display: inline-table;
  height: 175px;
  overflow: hidden; }

.qp.style.detail.richcontent #qpgallery .gallery_image .content .teaser_more:hover {
  background: #fff; }

.qp.style.detail.richcontent #qpgallery .gallery_image .content .teaser_more {
  display: inline-table;
  width: 90px;
  padding: 0;
  margin: 0; }

.qp.style.detail.richcontent #qpgallery .gallery_image .content h3 {
  margin-bottom: 0; }

.qp.style.detail.richcontent #qpgallery .gallery_image .content .teaser_more h3 {
  font-size: 10px;
  margin: 0;
  width: 80px; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_image .content .teaser_more h3 {
  display: block;
  font-size: 11px;
  margin: 0;
  width: 150px; }

.qp.style.detail.richcontent #qpgallery.expand .gallery_image .content img.preview {
  width: 110px;
  height: 110px;
  padding: 10px 10px 0 10px; }

#content .qp.style.detail.richcontent.gallery .qp_docinfo .qp_author {
  padding: 0; }

#content .qp.style.detail.richcontent.gallery .qp_docinfo .qp_date {
  padding: 0; }

#content .qp.style.detail.richcontent.gallery .qp_docinfo .qp_rights {
  padding: 0; }

#content .qp.style.detail.richcontent.gallery .qp_metainfo {
  border-bottom: 1px solid #ccc; }

.qp.style.detail.richcontent #qpgallery .desc_content .rights {
  text-align: left;
  margin: 0; }

.qp.style.detail.richcontent #qpgallery .desc_content .rights ul {
  padding: 0; }

.qp.style.detail.richcontent #qpgallery .desc_content .rights ul li {
  display: inline;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #666; }

.qp.style.detail.richcontent #qpgallery .desc_content .rights ul li span {
  padding-left: 5px; }

.qp.style.detail.richcontent #qpgallery .desc .next_label {
  display: none!important; }

.qp.style.detail.richcontent #qpgallery .desc .next_label a {
  width: 30px;
  height: 29px;
  display: block;
  background: transparent url(../images/custom/gallery/next-label-arrow.png) no-repeat 17px 0; }

.qp.style.detail.richcontent #qpgallery .desc .prev_label {
  display: none!important; }

.qp.style.detail.richcontent #qpgallery .desc .prev_label a {
  width: 30px;
  height: 30px;
  display: block;
  background: transparent url(../images/custom/gallery/prev-label-arrow.png) no-repeat; }

.qp.style.detail.richcontent #qpgallery .gallery_thumbs .list_container {
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 2; }

.qp.style.detail.richcontent #qpgallery .gallery_thumbs {
  margin: 2px 0 2px 0;
  overflow: hidden;
  position: relative;
  background-color: #fff; }

.qp.style.detail.richcontent #qpgallery .gallery_thumbs ul {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-bottom: 0!important; }

.qp.style.detail.richcontent #qpgallery .gallery_thumbs .thumb {
  float: left;
  overflow: hidden;
  padding: 0 2px 0 0;
  list-style: none;
  width: 159px;
  height: 95px;
  background: 0;
  display: inline;
  -moz-opacity: .70;
  opacity: .70; }

.qp.style.detail.richcontent #qpgallery .gallery_thumbs .thumb:hover, .qp.style.detail.richcontent #qpgallery .gallery_thumbs .thumb.selected {
  -moz-opacity: 1;
  opacity: 1; }

.qp.style.detail.richcontent #qpgallery .gallery_thumbs .thumb .content {
  display: block;
  height: 95px;
  width: 159px;
  overflow: hidden;
  background-color: #fff; }

.qp.style.detail.richcontent #qpgallery .gallery_thumbs .thumb .content a {
  display: block;
  width: 159px;
  text-align: center;
  height: 95px;
  background: no-repeat 50% 30%; }

.qp.style.detail.richcontent #qpgallery .gallery_thumbs .thumb .content a img {
  min-height: 160px; }

.qp.style.detail.richcontent #qpgallery .gallery_thumbs .thumb img {
  border: 0; }

.aui-w100 .qp_embedded .qp.style.detail.richcontent.gallery {
  width: auto; }

.aui-w100 .qp_embedded .qp.style.detail.richcontent.gallery #qpgallery.expand .gallery_image {
  height: 438px; }

.aui-w100 .qp_embedded .qp.style.detail.richcontent #qpgallery .gallery_lists .next_label {
  right: 40%; }

.aui-w100 .qp_embedded .qp.style.detail.richcontent #qpgallery .gallery_lists .prev_label {
  left: 40%; }

.qp.style.editor .portlet-topper {
  margin: 15px 0 10px; }

.qp.style.editor form {
  padding: 15px;
  background: #f2f4f4; }

.qp.style.editor .qp_formitem {
  clear: both;
  margin-bottom: 5px; }

.qp.style.editor .qp_formitem .qp_label {
  float: left;
  width: 200px;
  font-weight: 600;
  padding-right: 20px; }

.qp.style.editor .qp_formitem .qp_input img {
  float: left;
  margin-right: 5px; }

.qp.style.editor .qp_formitem .qp_input input, .qp.style.editor .qp_formitem .qp_input textarea {
  width: 350px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff; }

.qp.style.editor .qp_formitem.captcha .qp_input input {
  width: 223px; }

.qp.style.editor .qp_formitem.captcha .qp_input input.qp_button {
  width: auto;
  margin-top: 9px;
  float: right;
  margin-right: 20px; }

.qp.style.navigation, .qp.style.navigationlist {
  font-size: 11px;
  font-weight: bold; }

.qp.style.navigation {
  padding-bottom: 15px; }

.qp.style.navigation .title {
  font-weight: 700;
  display: block;
  padding: 2px 0 2px 0;
  margin-bottom: 5px; }

.qp.style.navigation.locations .title, .qp.style.navigation.city .title {
  padding: 2px 0 2px 18px; }

.qp.style.navigation.personnames .title, .qp.style.navigation.zgtpersons .title, .qp.style.navigation.companies .title, .qp.style.navigation.zgtcompanies .title, .qp.style.navigation.documenttype .title, .qp.style.navigation.ressort .title, .qp.style.navigation.zgtassociations .title {
  padding: 2px 0 2px 23px; }

.green .columns-1-2 .aui-w30 .qp.style.navigation.nav3, .green .columns-2 .aui-w30 .qp.style.navigation.nav3, .green .columns-1-2-1 .aui-w30 .qp.style.navigation.nav3, .green .columns-1-2-2-1 .aui-w30 .qp.style.navigation.nav3, .green .columns-1-2 .aui-w30 .qp.style.navigation.nav5, .green .columns-2 .aui-w30 .qp.style.navigation.nav5, .green .columns-1-2-1 .aui-w30 .qp.style.navigation.nav5, .green .columns-1-2-2-1 .aui-w30 .qp.style.navigation.nav5, .green .columns-1-2 .aui-w30 .qp.style.navigation.nav7, .green .columns-2 .aui-w30 .qp.style.navigation.nav7, .green .columns-1-2-1 .aui-w30 .qp.style.navigation.nav7, .green .columns-1-2-2-1 .aui-w30 .qp.style.navigation.nav7 {
  clear: both; }

.qp.style.navigation li {
  padding: 0;
  display: block;
  border-bottom: 1px solid; }

.qp.style.navigation a {
  padding: 4px 1px;
  display: block; }

.qp.style.navigation a:hover {
  text-decoration: underline; }

.qp.style.navigation b {
  font-size: 11px; }

.qp.style.navigation b.qp_listyle {
  display: none; }

.qp.style.navigation.picture h1 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  font-size: 11px;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-weight: bold; }

.qp.style.navigation.picture h1 a {
  display: inline; }

.qp.style.navigation.picture h1 a:hover {
  background-color: transparent; }

.qp.style.navigation.picture li {
  float: left;
  border: 1px solid #333;
  width: 99px;
  height: 150px;
  margin: 5px 1px 0 0;
  background-color: #605f5f;
  line-height: 130%;
  overflow: hidden; }

.qp.style.navigation.picture ul a {
  color: #fff;
  padding: 0; }

.qp.style.navigation.picture .qp_image {
  height: 99px;
  overflow: hidden; }

.qp.style.navigation.picture .qp_image img {
  width: 99px; }

.qp.style.navigation.picture .qp_caption {
  padding: 2px;
  height: 50px;
  border-top: 1px solid #fff; }

.qp.style.navigation.picture ul a:hover .qp_caption {
  color: #333;
  border-top: 1px solid #333; }

.qp.style.navigation .qp_expand_button {
  display: inline-block;
  width: 12px;
  height: 22px; }

.qp.style.navigation .qp_expand_button img {
  display: none; }

.qp.style.navigationlist .qp.style.navigation h2 {
  margin-top: 10px; }

.columns-1-2 .aui-w70 .qp.style.navigationlist.stacked h2 {
  font-size: 11px;
  font-family: Arial,sans-serif;
  font-weight: bold; }

.columns-1-2 .aui-w70 .qp.style.navigationlist.stacked .qp.style.navigation {
  float: left;
  width: 33%; }

.columns-1-2 .aui-w70 .qp.style.navigationlist.stacked .qp.style.navigation div {
  display: block;
  height: 230px; }

.qp.style.navigationlist.stacked .qp.style.navigation {
  float: left;
  width: 50%; }

.event .qp.style.navigationlist.stacked .qp.style.navigation ul {
  margin-right: 5px;
  overflow: auto;
  height: 230px;
  padding: 5px;
  border: 1px solid #ccc; }

.qp.style.paging.default .qp_arrows {
  text-transform: uppercase;
  width: auto; }

.qp.style.paging.default .qp_arrow {
  display: none; }

.qp.style.paging.default .qp_right {
  float: right;
  width: 50%;
  text-transform: uppercase; }

.qp.style.paging.default .qp_right .qp_arrows {
  float: right; }

.qp.style.paging.default .qp_right .qp_pagingword {
  float: left;
  width: auto;
  clear: none;
  margin-left: 20px; }

.qp.style.paging.default .qp_right .qp_result_count {
  float: left; }

.qp.style.result .qp_text {
  margin: 5px 0 10px 0; }

.qp.style.result .qp_link {
  padding-right: 2px; }

.qp.style.result .qp_linklist img {
  margin-right: 5px; }

.qp.style.result .qp_linklist a span {
  font-weight: bold;
  padding: 0; }

.qp.style.link {
  padding: 10px 0 0 0; }

.qp.style.result.link {
  padding: 0 0 0 8px; }

.qp.style.link h2 {
  font-size: 11px;
  font-family: Arial,sans-serif;
  font-weight: bold; }

.qp.style.link h2 a {
  padding-left: 9px; }

.qp.style.link h2 a:hover {
  text-decoration: underline; }

.qp.style.link span a {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  font-family: 'Merriweather',Georgia,serif!important; }

.qp.style.link span a:hover {
  text-decoration: underline; }

.qp.style.result.title ul li {
  display: block;
  padding: 8px 0; }

.qp.style.result.title li.external a, .qp.style.result .qp_linklist .qp_link.external a, .qp_item.external a {
  background: transparent url(../images/custom/external-link-small.png) no-repeat 100% 50%;
  padding-right: 15px; }

.qp.style.result.ticker, .qp.style.result.ticker .qp_item {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  padding: 8px 0 0 10px;
  color: #000; }

.qp.style.result.ticker time {
  width: 100px;
  color: #757575;
  font-weight: normal; }

.qp.style.result.ticker time:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 27px;
  height: 30px;
  margin: auto;
  width: 1px;
  background: #999; }

.qp.style.result.ticker ul li {
  display: table-cell;
  position: relative; }

.qp.style.result.ticker .qp_listlink {
  display: table-cell;
  float: none;
  padding-left: 0; }

.qp.style.result.ticker.event .qp_item {
  padding: 5px 0 8px 0; }

.qp.style.result.ticker.event .qp_date {
  float: left;
  text-align: center;
  width: 44px;
  height: 44px;
  margin: 3px 8px 0 0; }

.qp.style.result.ticker.event .qp_date b {
  display: block;
  height: 20px;
  padding-top: 2px;
  margin-bottom: 2px;
  font-size: 15px; }

.qp.style.result.ticker.event .qp_city {
  font-weight: bold; }

.qp.style.result.ticker.event .qp_locationname {
  display: inline; }

.qp.style.result.ticker.event .title {
  color: #000;
  display: block; }

.qp.style.result.ticker.event .qp_item a {
  display: inline-block; }

.qp.style.result .qp_item.date .qp_headline h4 {
  margin-bottom: 4px; }

.qp.style.answers.tabable .qp.style.result.ticker.event .qp_headline h2 {
  font-size: 11px;
  font-weight: bold;
  line-height: 130%; }

.qp.style.answers.tabable .qp.style.result.ticker.event .qp_text {
  margin-bottom: 10px; }

.qp.style.result .qp_image {
  position: relative;
  padding: 0;
  overflow: hidden;
  text-align: center;
  margin: 0 15px 15px 0; }

.qp.style.result .qp_image.banner {
  max-width: 306px;
  max-height: 115px; }

.qp.style.result .qp_image.banner img {
  max-width: 306px; }

.qp.style.result .qp_item.article .qp_image.banner.full {
  max-width: 632px;
  max-height: 238px;
  width: 632px;
  height: auto; }

.qp.style.result .qp_image.banner.full img {
  max-width: 632px;
  width: 632px; }

.qp.style.result .qp_image img {
  max-width: 474px;
  border: 0; }

.qp.style.result.column2 .qp_image img {
  max-width: 306px; }

.qp.style.result .qp_headline h2 {
  font-size: 16px;
  margin-bottom: 5px; }

.qp.style.result .qp_item.left {
  padding-right: 3px; }

.qp.style.result .qp_item.right {
  padding-left: 3px; }

.qp.style.result .qp_headline time {
  padding-right: 5px; }

.qp.style.result .qp_linklist li.qp_link {
  display: block;
  padding: 8px 0;
  font-weight: 600; }

.qp.style.result .qp_linklist li.qp_link li {
  margin-bottom: 0; }

.qp.style.result time {
  display: inline-block;
  padding-bottom: 4px; }

.qp.style.result .qp_item .qp_image {
  margin-top: 4px;
  width: 200px;
  height: 135px;
  background-size: auto 100%;
  background-position: 50% top;
  background-repeat: no-repeat; }

.qp.style.result .qp_item .qp_image {
  background-size: cover!important; }

.qp.style.result.column3 .qp_image {
  margin-bottom: 7px!important; }

.qp.style.result .qp_item .qp_image.bannermediumurl {
  background-size: auto 100%!important; }

.qp.style.result .qp_item .qp_image.imgorg {
  background-size: 100% auto; }

.qp.style.result .qp_item.article .qp_image.qp_article_rotation_image {
  margin-top: 0; }

.qp.style.result.small {
  font-size: 11px; }

.qp.style.result.small .qp_headline h2 {
  font-size: 15px;
  font-weight: normal; }

.qp.style.result.ads {
  padding-top: 15px;
  background: transparent url(../images/custom/icon1.gif) no-repeat left top; }

.qp.style.result.richcontent .video .qp_image.no-teaser-image {
  font-size: 48px;
  position: relative; }

.qp.style.result.richcontent .video .qp_image.no-teaser-image .dummy {
  background-image: url("/queport/images/custom/video-dummy-teaser.jpg");
  height: 100%; }

.qp.style.result.richcontent .qp_item {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

.qp.style.result.richcontent .qp_item .qp_ressort {
  font-family: Merriweather,Georgia,serif;
  font-weight: 400;
  font-size: 13px; }

.qp.style.result.richcontent .qp_item time {
  font-family: Merriweather,Georgia,serif;
  font-weight: 400;
  font-size: 13px; }

.qp.style.result.richcontent .qp_item.gallery {
  padding-bottom: 0;
  border-bottom: 0; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_item .qp_image .icon_layer, .qp.style.result.richcontent .qp_item .icon_layer {
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 5px;
  top: 5px; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_item .qp_image .icon_layer.font-awesome, .qp.style.result.richcontent .qp_item .icon_layer.font-awesome {
  border-radius: 50%;
  color: #fff;
  text-align: center; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_item .qp_image .icon_layer.font-awesome i.fa, .qp.style.result.richcontent .qp_item .icon_layer.font-awesome i.fa {
  padding-top: 10px;
  width: 12px;
  font-size: 1.2em; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link .qp_image .icon_layer {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-size: cover!important; }

.qp.style.result.richcontent .qp_headline .qp_ressort {
  font-family: 'Merriweather',Georgia,serif;
  font-weight: 400; }

.qp.style.result.richcontent .qp_headline h3 {
  margin: 5px 0 10px 0;
  font-size: 18px; }

.qp.style.result.richcontent .qp_headline h4 {
  margin: 5px 0 10px 0; }

.qp.style.result.richcontent .qp_item.article {
  font-size: 13px; }

.qp.style.result.richcontent .qp_item.article.teaser {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd; }

.qp.style.result.richcontent .qp_text {
  margin: 0;
  line-height: 160%; }

.qp.style.result.richcontent .qp_image.mittelgrossurl {
  background-size: auto 100%!important; }

.qp.style.result.richcontent.default .qp_text {
  display: table; }

.qp.style.result.richcontent .qp_text p {
  font-family: 'Merriweather',Georgia,serif;
  font-weight: 400; }

.qp.style.simple.advertising.nativead {
  text-align: left!important; }

.qp.style.simple.advertising.frontpage-story .qp_item {
  margin-top: 0;
  width: 632px; }

.qp.style.simple.advertising.frontpage-story .qp_headline {
  font-size: 13px; }

.qp.style.simple.advertising.frontpage-story .qp_headline h2, .qp.style.simple.advertising.nativead .qp_headline h2 {
  font-size: 16px;
  margin-top: 0!important;
  color: #333;
  font-family: 'Merriweather',Georgia,serif;
  font-weight: 600;
  line-height: 130%!important; }

.qp.style.simple.advertising.frontpage-story {
  margin-bottom: 15px;
  background-color: #eee; }

.qp.style.simple.advertising.frontpage-story .qp_image {
  width: 200px;
  height: 135px;
  margin: 0 15px 15px 0; }

.qp.style.simple.advertising.frontpage-story .qp_item .qp_image img {
  width: 200px;
  height: auto; }

.qp.style.simple.advertising.frontpage-story .qp_text {
  font-size: 13px;
  line-height: 19px; }

.qp.style.simple.advertising.frontpage-story span.xkr78-klw, .qp.style.simple.advertising.frontpage-story span {
  background: none!important; }

.qp.style.simple.advertising.frontpage-story .qp_ressort {
  line-height: 130%!important; }

#oms_gpt_frontpage_story_ad_container {
  background-color: #f3f3f3;
  margin-top: -15px;
  padding-top: 5px; }

.qp.style.result.column4 {
  background: #fff;
  padding-bottom: 5px; }

.qp.style.result.column4 ul {
  padding: 0 0 10px 0;
  background: #f8f9f9 url(../images/custom/column4_bg.gif) repeat-y left 10%;
  border-top: 10px solid #f8f9f9;
  border-bottom: 10px solid #f8f9f9;
  margin-top: 10px;
  overflow: hidden;
  display: block;
  height: 100%; }

.qp.style.result.column4 li.qp_item {
  padding: 0 13px 0 13px;
  width: 100px; }

.qp.style.result.column4 .qp_item .qp_headline {
  padding: 1px;
  word-wrap: break-word; }

.qp.style.result.column4 .qp_item .qp_headline h2 {
  font-size: 10px;
  line-height: 120%;
  font-family: Arial,sans-serif; }

.qp.style.result.richcontent.column4 li.qp_item .qp_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: white url(../images/custom/gallery/thumb_bg_verlauf.gif) repeat-x left bottom;
  border: 1px solid #91989b;
  padding: 2px; }

.qp.style.result.richcontent.column4 li.qp_item .qp_image img {
  margin: 0;
  border: 0; }

.qp.style.result.richcontent.column4 li.qp_item .qp_image .icon_layer img {
  border: 1px solid #ccc; }

.ie6 .qp.style.result.richcontent.column4 li.qp_item .qp_image {
  margin: 0;
  padding: 0; }

.qp.style.result.column5 li.qp_item {
  float: left;
  width: 105px;
  margin: 0 10px 0 10px;
  border-bottom: 0; }

.qp.style.result.column5 li.qp_item.last {
  margin-right: 0; }

.qp.style.result.richcontent.column5 li.qp_item .qp_image {
  width: 105px;
  height: 80px;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 0 7px 0; }

.qp.style.result.richcontent.column5 li.qp_item .qp_image img {
  min-width: 100%;
  max-width: 105px; }

.qp.style.result.richcontent.column5 li.qp_item .qp_image .icon_layer {
  position: absolute;
  top: 6px!important;
  left: 6px!important; }

.qp.style.result.richcontent.column5 li.qp_item .qp_image .icon_layer img {
  width: 100%; }

.qp.style.result .qp_item.event .qp_headline h5 {
  background-color: #ddd;
  border: 1px solid #ccc;
  padding-left: 3px; }

.aui-w100 .qp.style.result.richcontent.column4 ul {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0; }

.aui-w100 .qp.style.result.richcontent.column4 .qp_item .span3 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  overflow: hidden;
  width: 100%;
  height: 133px;
  position: relative; }

.aui-w100 .qp.style.result.richcontent.column4 .qp_item {
  border: 0; }

.aui-w100 .qp.style.result.richcontent.column4 .qp_item {
  width: 24.89%;
  height: 135px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #fff; }

.aui-w100 .qp.style.result.richcontent.column4 .qp_item .qp_image.bannermediumurl {
  background-size: auto 100%; }

.aui-w100 .qp.style.result.richcontent.column4 .qp_item .qp_headline .pc-plus.small {
  position: absolute;
  left: 12px;
  top: 1px; }

.green .aui-w100 .qp.style.result.richcontent.column4 .qp_item .qp_headline .pc-plus.small {
  top: -2px; }

.qp.style.result.richcontent.column4 li.qp_item .qp_image {
  border: 0; }

.aui-w100 .qp.style.result.richcontent.column4 .qp_item .qp_image {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  background-size: 100% auto;
  background-position-y: 15%; }

.aui-w100 .qp.style.result.richcontent.column4 .qp_item .qp_image:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%); }

.aui-w100 .qp.style.result.richcontent.column4 .qp_item .qp_image img {
  width: auto;
  height: 100%; }

.aui-w100 .qp.style.result.richcontent.column4 .qp_item:hover .qp_image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.aui-w100 .qp.style.result.richcontent.column4 .qp_item .qp_headline {
  position: absolute;
  bottom: 0; }

.aui-w100 .qp.style.result.richcontent.column4 .qp_item .qp_headline h3 {
  color: #fff;
  font-weight: 600;
  font-family: 'Merriweather',Georgia,serif;
  line-height: 20px;
  margin: 0 10px 10px 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  text-indent: 35px; }

.aui-w100 .qp.style.result.richcontent.column4 .qp_item .qp_text {
  display: none; }

.aui-w100 .qp.style.result.richcontent.column3 {
  margin-top: 20px; }

.aui-w100 .qp.style.result.richcontent.column3 ul {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0; }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item .span3 {
  border-right: 1px solid #fff;
  overflow: hidden;
  width: auto;
  height: 200px;
  position: relative; }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item .span3.first {
  margin-left: 0;
  border-left: 1px solid #fff;
  border-right: 0; }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item.center, .aui-w100 .qp.style.result.richcontent.column3 .qp_item.right {
  margin-left: 2.127659574468085%; }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item {
  border: 0; }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item {
  width: 31.914893617021278%;
  height: 200px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: block; }

.qp.style.result.richcontent.column3 li.qp_item .qp_image {
  border: 0; }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item .qp_image {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  background-size: 100% auto;
  background-position-y: 35%; }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item .qp_image:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.6) 100%); }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item .qp_image img {
  width: auto;
  height: 100%; }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item:hover .qp_image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item .qp_headline {
  position: absolute;
  bottom: 0; }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item .qp_headline .qp_ressort, .aui-w100 .qp.style.result.richcontent.column4 .qp_item .qp_headline .qp_ressort {
  display: none; }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item .qp_headline h3 {
  color: #fff;
  font-weight: 600;
  font-family: 'Merriweather',Georgia,serif;
  line-height: 20px;
  margin: 0 10px 10px 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 14px; }

.aui-w100 .qp.style.result.richcontent.column3 .qp_item .qp_text {
  display: none; }

.aui-w70 .qp.style.result.column3 .qp_headline h3 {
  font-size: 14px!important;
  line-height: 20px; }

.aui-w70 .qp.style.result.column3 .qp_item {
  width: 31.914893617021278%;
  border-bottom: none!important;
  float: left; }

.aui-w70 .qp.style.result.column3 .qp_item.center, .aui-w70 .qp.style.result.column3 .qp_item.right {
  margin-left: 2.127659574468085%; }

.aui-w70 .qp.style.result.column3 .qp_item.left {
  padding-right: 0; }

.aui-w70 .qp.style.result.column3 .qp_item.right {
  padding-left: 0; }

.aui-w70 .qp.style.result.column3 .qp_image {
  margin-right: 0; }

.aui-w70 .qp.style.result.column3 .icon_layer {
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: .9;
  width: 32px;
  height: 32px; }

.aui-w70 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.link, .aui-w30 .portlet-boundary_AnswersPortlet_WAR_queport_ .qp.style.link {
  text-align: right; }

.aui-w70 .qp.style.result.column5 .qp_headline h3 {
  font-size: 12px!important;
  line-height: 18px; }

.fisi-box-header {
  margin-top: 20px; }

.qp.style.result.fisi-box {
  padding: 0 10px; }

.qp.style.result.fisi-box .qp_item {
  margin: 0 0 10px 0;
  padding: 0; }

.qp.style.result.fisi-box .qp_image img {
  width: 105px; }

.qp.style.result.fisi-box .qp_item.ad.fisi {
  background-color: #f2f4f4;
  height: 100px;
  position: relative; }

.qp.style.result.fisi-box .qp_item .qp_headline time, .qp.style.result.fisi-box .qp_item .qp_headline span.qp_ressort {
  display: none; }

.qp.style.result.fisi-box .qp_headline {
  padding-bottom: 0;
  margin-bottom: 5px;
  font-size: 18px; }

.qp.style.result.fisi-box .qp_headline a {
  color: #333; }

.qp.style.result.fisi-box .qp_text {
  font-size: 13px; }

.qp.style.result.fisi-box .ad-marker {
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
  right: 15px;
  bottom: 10px; }

.qp.style.result.fisi-box .qp_item:last-child {
  margin-bottom: 0; }

.qp.style.result.fisi-box .qp_link {
  margin: auto;
  display: inline; }

.fisi-box.recommendation {
  padding-top: 0!important; }

.qp.style.result.toparticle {
  width: 632px;
  position: relative; }

.qp.style.result.toparticle .qp_toparticle_image {
  position: relative;
  width: 632px;
  height: 237px;
  overflow: hidden; }

.qp.style.result.toparticle .qp_toparticle_image img {
  width: 632px;
  min-height: 237px; }

.qp.style.result.toparticle .qp_toparticle_image a {
  display: block;
  position: relative; }

.qp.style.result.toparticle .qp_toparticle_image span.ressort {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3px 20px; }

.qp.style.result.toparticle .qp_toparticle_title {
  margin: 8px 0 14px 0;
  height: 140px;
  overflow: hidden; }

.qp.style.result.toparticle .qp_text {
  font-size: 15px;
  line-height: 22px;
  font-family: 'Merriweather',Georgia,serif;
  font-weight: 400; }

.qp.style.result.toparticle .qp_ressort_navigation ul {
  display: table; }

.qp.style.result.toparticle .qp_ressort_navigation li {
  display: table-cell;
  width: 157px;
  max-height: 90px;
  position: relative;
  line-height: 1.3em; }

.qp.style.result.toparticle .qp_ressort_navigation a {
  display: block;
  padding: 7px;
  height: 74px;
  position: relative; }

.qp.style.result.toparticle .qp_ressort_navigation li:hover > a .arrow {
  display: inline-block; }

.qp.style.result.toparticle .qp_ressort_navigation a.active .arrow {
  display: inline-block; }

.qp.style.result.toparticle .qp_ressort_navigation .arrow {
  display: none;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: -7px;
  left: 46%;
  vertical-align: top;
  content: ""; }

.qp.style.result.toparticle.halfsize {
  width: 250px; }

.qp.style.result.toparticle.halfsize .qp_image {
  margin: 10px 0 0 0;
  width: 248px; }

.qp.style.result.toparticle.halfsize .qp_image img {
  margin: 0;
  width: 246px; }

.columns-1-2 #column-1 .qp.style.result.toparticle {
  width: 100%; }

.qp.style.result.toparticle .topic.atlas {
  background-image: none;
  height: 165px;
  padding-left: 0;
  padding-right: 0;
  position: relative; }

.qp.style.result.toparticle .topic.atlas h2 {
  margin-left: 120px; }

.qp.style.result.toparticle .topic.atlas .teaser-img {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid #333; }

.qp.style.result.toparticle .topic.atlas .illustration {
  position: absolute;
  right: 5px;
  top: 5px; }

.qp.style.result.toparticle .topic.atlas .illustration h4 {
  position: absolute;
  right: 60px;
  top: 10px;
  width: 170px; }

.qp.style.result.toparticle .topic.atlas .illustration img {
  width: 60px;
  height: 60px; }

.qp.style.result.toparticle .topic.atlas .qp_search {
  margin-left: 110px;
  border: 0;
  background: 0; }

.qp.style.result.toparticle .topic.atlas .qp_search label {
  float: left;
  margin-right: 5px; }

.qp.style.result.toparticle .topic.atlas .qp_search #querystring {
  width: 300px; }

.qp.style.result.toparticle .topic.atlas .qp_headline {
  background-color: #f5f5f5;
  padding: 10px;
  height: 20px!important;
  font-weight: bold;
  font-size: 14px;
  margin-left: 110px;
  border-top: 1px solid #ccc; }

.qp.style.result.toparticle .topic.atlas .qp_headline dt {
  float: left;
  margin-right: 5px; }

.qp.style.result.toparticle .qp_topic {
  background: #f2f4f3;
  margin-top: 20px;
  height: 89px;
  overflow: visible;
  position: relative; }

.qp.style.result.toparticle .qp_topic .qp_headline_container {
  padding: 20px 0 0 10px; }

.qp.style.result.toparticle .qp_topic .qp_label_container {
  background: url(../images/custom/topic-arrow-graphic.png) no-repeat;
  width: 340px;
  position: absolute;
  height: 100px;
  overflow: visible;
  right: 0;
  top: 0;
  z-index: 100; }

.qp.style.result.toparticle .qp_topic .qp_label_container .label {
  font-size: 20px; }

.qp.style.result.collapsed .qp_article_rotation_container {
  position: relative;
  height: 330px;
  overflow: hidden; }

.qp.style.result.collapsed .qp_article_rotation_container .qp_article_rotation_content {
  clear: left; }

.qp.style.result.collapsed .qp_article_rotation_container .qp_article_rotation_image {
  height: 178px;
  position: relative;
  overflow: hidden; }

.qp.style.result.collapsed .qp_article_rotation_container .qp_article_rotation_image img {
  min-height: 178px; }

.qp.style.result.collapsed .qp_article_rotation_container .rotation {
  top: 0;
  right: 0;
  position: absolute; }

.qp.style.result.collapsed .qp_article_rotation_container .rotation li {
  width: 162px;
  display: block;
  position: relative;
  overflow: hidden; }

.qp.style.result.collapsed .qp_article_rotation_container .rotation a {
  display: block;
  padding: 7px;
  height: 75px; }

.qp.style.result.collapsed .qp_article_rotation_container .rotation a.active .arrow {
  display: inline-block; }

.qp.style.result.collapsed .qp_article_rotation_container .rotation .arrow {
  display: none;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 47%;
  left: -7px;
  vertical-align: top;
  content: ""; }

.qp.style.result.sidebar {
  font-family: 'Merriweather',Georgia,serif; }

.qp.style.result.sidebar .qp_text {
  font-size: 12px;
  margin-bottom: 0;
  display: table-cell; }

.qp.style.result.sidebar .qp_item.static .qp_image {
  float: left;
  position: relative;
  margin-right: 13px;
  height: 80px;
  overflow: hidden;
  margin-top: 0; }

.qp.style.result.sidebar .qp_item.static .qp_image img {
  max-width: 133px; }

.qp.style.result.sidebar .qp_item.static .qp_image .icon_layer {
  float: left;
  position: absolute;
  top: 5px;
  left: 5px; }

.qp.style.result.sidebar .qp_item, .qp.style.result.sidebar .qp_item.static {
  padding: 0 0 12px 0;
  margin-bottom: 12px; }

.qp.style.result.sidebar .qp_item .qp_image, .qp.style.result.sidebar .qp_item.static .qp_image {
  height: 80px;
  width: 120px; }

.qp.style.result.sidebar .qp_item .qp_image.mittelgrossurl, .qp.style.result.sidebar .qp_item.static .qp_image.mittelgrossurl {
  background-size: auto 100%;
  background-position: 50% center;
  background-repeat: no-repeat; }

.qp.style.result.sidebar .qp_item .qp_image.teasermittelgross, .qp.style.result.sidebar .qp_item.static .qp_image.teasermittelgross {
  background-size: 100% auto;
  background-position-y: 35%;
  background-repeat: no-repeat; }

.qp.style.result.sidebar .qp_item.roundedTeaser.static .qp_image, .qp.style.result.sidebar .qp_item.roundedTeaser .qp_image, .qp.style.result.sidebar .qp_item.static.roundedTeaser.static .qp_image, .qp.style.result.sidebar .qp_item.static.roundedTeaser .qp_image {
  width: 80px!important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden; }

.qp.style.result.sidebar .qp_item.roundedTeaser .qp_headline, .qp.style.result.sidebar .qp_item.static.roundedTeaser .qp_headline {
  width: 210px!important;
  float: left!important; }

.qp.style.result.sidebar .qp_item.roundedTeaser .qp_headline h3, .qp.style.result.sidebar .qp_item.static.roundedTeaser .qp_headline h3 {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-family: 'Merriweather',Georgia,serif;
  font-weight: 600;
  margin: 0 0 4px 0; }

.qp.style.result.sidebar .qp_item.roundedTeaser .qp_text p, .qp.style.result.sidebar .qp_item.static.roundedTeaser .qp_text p {
  top: 5px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Merriweather',Georgia,serif;
  font-weight: 400;
  display: table-cell; }

.qp.style.result.sidebar .qp_item.showNumbers.roundedTeaser .qp_headline, .qp.style.result.sidebar .qp_item.static.showNumbers.roundedTeaser .qp_headline {
  width: 185px;
  float: left; }

.qp.style.result.sidebar .qp_headline h2, .qp.style.result.sidebar .qp_headline h3, .qp.style.simple.advertising .qp_headline h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0!important; }

.qp.style.result.sidebar .qp_image, .qp.style.simple.advertising .qp_image {
  float: left;
  margin: 0 13px 0 0;
  position: relative;
  width: 100px;
  height: 66px;
  overflow: hidden; }

.qp.style.result.sidebar .qp_item .qp_image img, .qp.style.simple.advertising .qp_item .qp_image img {
  height: auto;
  width: 100%;
  border: 0; }

.qp.style.result.sidebar .qp_item, .qp.style.simple.advertising .qp_item {
  line-height: 140%;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding: 6px 0; }

.qp.style.simple.advertising .qp_item {
  text-align: left!important;
  padding: 0;
  margin-top: -12px; }

.style-title .qp.style.simple.advertising.Rectangle2 > span {
  padding-top: 18px; }

.qp.style.simple.advertising.Rectangle2 .qp_item {
  margin-bottom: 22px; }

.floor-item .qp.style.simple.advertising .qp_item {
  margin-top: auto!important; }

.qp.style.result.sidebar .qp_item .icon_layer {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 3px;
  display: block;
  width: 32px;
  height: 32px;
  -moz-opacity: .90;
  opacity: .90; }

.qp.style.result.sidebar .qp_item .icon_layer.font-awesome {
  border-radius: 50%;
  color: #fff;
  text-align: center; }

.qp.style.result.sidebar .qp_item .icon_layer.font-awesome i.fa {
  padding-top: 9px;
  width: 11px;
  font-size: 1.1em; }

.qp.style.result.sidebar .qp_item.static {
  padding: 10px 0 5px 0; }

.qp.style.result.sidebar .qp_item.static .number {
  float: left;
  width: 8%;
  margin-top: 20px; }

.qp.style.result.sidebar .qp_linklist li.qp_link .number {
  font-size: 24px;
  font-weight: 600;
  float: left;
  text-align: center;
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif;
  width: 12%;
  margin-top: 2px; }

.qp.style.result.sidebar .qp_linklist li.qp_link a {
  width: 88%;
  display: inline-block;
  font-size: 14px; }

.qp.style.result.sidebar.most-viewed {
  overflow: hidden;
  width: 308px; }

.qp.style.result.sidebar.most-viewed .qp_linklist .qp_link {
  border-bottom: 1px solid #ddd; }

.style-title .qp.style.result.sidebar.most-viewed {
  overflow: hidden;
  width: 288px; }

.qp.style.simple.electionmap {
  width: 960px;
  height: 425px; }

.election-map-wrapper {
  margin: 0 auto;
  width: 100%;
  height: 485px;
  position: relative; }

.zgt-election-map {
  height: 485px;
  float: left; }

.zgt-election-values {
  height: 470px;
  margin-left: 652px;
  padding: 8px;
  border: 1px solid #ccc;
  overflow: auto; }

.zgt-election-values .data {
  height: 100%;
  width: 100%; }

.zgt-election-values .data .loader {
  background: transparent url(/queport/images/custom/ajax-loader.gif) no-repeat 50% 50%;
  height: 100%;
  width: 100%; }

.map-tool-tip {
  position: absolute;
  z-index: 200;
  display: none;
  padding: 5px 10px;
  background: #ddd;
  border: 1px solid #333;
  color: #333;
  font-weight: bold; }

.zgt-election-map #svggroup {
  margin-left: -10px;
  padding-top: 25px; }

.zgt-election-search {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 250px;
  width: 350px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #eee;
  height: 60px;
  display: none; }

.zgt-election-search input[type="text"] {
  width: 335px;
  background-color: #fff!important;
  margin-top: 2px; }

.election-map-wrapper {
  margin: 0 auto;
  width: 100%;
  height: 400px;
  position: relative; }

.wahl .zgt-election-values .data {
  height: 100%;
  width: 100%; }

.wahl .zgt-election-values .data .loader {
  background: transparent url(/queport/images/custom/ajax-loader.gif) no-repeat 50% 50%;
  height: 100%;
  width: 100%; }

.map-tool-tip {
  position: absolute;
  z-index: 200;
  display: none;
  padding: 5px 10px;
  background: #ddd;
  border: 1px solid #333;
  color: #333;
  font-size: .8em;
  font-weight: bold; }

.zgt-election-map #svggroup {
  margin-left: -10px;
  padding-top: 25px; }

.zgt-election-ac_results {
  padding: 0;
  margin-left: 2px;
  border: 1px solid #cfcfcf;
  background-color: white;
  overflow: hidden;
  z-index: 564654654!important; }

.zgt-election-ac_results ul {
  width: 100%;
  list-style: none outside none;
  padding: 0;
  margin: 0; }

.zgt-election-ac_results li {
  margin: 0;
  padding: 2px 5px;
  cursor: default;
  display: block;
  line-height: 16px;
  overflow: hidden; }

.zgt-election-ac_loading {
  background: white url(/queport/images/custom/ajax-loader-small.gif) center center no-repeat !important; }

.ac_odd {
  background-color: #eee; }

.ac_over {
  background-color: #6f6f6f;
  color: white; }

.election-image-map {
  margin-top: 25px;
  margin-left: 25px; }

.zgt-election-noscript-info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 223px;
  width: 280px;
  padding: 5px;
  font-size: .8em;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  background-color: #eee;
  height: 48px; }

.zgt-election-values caption {
  width: 100%;
  font-size: 1em;
  border-bottom: 1px solid #ccc; }

.zgt-election-values table.election-values {
  width: 100%;
  margin-bottom: 20px; }

.zgt-election-values table th.right, .zgt-election-values table td.right {
  text-align: right;
  padding-right: 10px; }

.zgt-election-values table th, .zgt-election-values table td {
  padding: 1px;
  font-size: 1em; }

.election-meta {
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px; }

.election-meta .eligible-voter, .election-meta .valid-votes, .election-meta .invalid-votes, .election-meta tr:nth-child(4), .election-meta tr:nth-child(5) {
  display: none; }

.election-values tr.e_0 {
  background-color: #eee; }

.election-values tr.e_1 {
  background-color: #ddd; }

.no-border {
  border: none!important; }

.qp.style.result.sidebar .qp_item.static .qp_headline {
  width: 50%;
  display: inline-block;
  float: none; }

.qp.style.result.sidebar .qp_item.static .qp_headline h2 {
  margin-top: 0; }

.qp.style.result.sidebar.toptheme .qp_item {
  border-bottom: 0; }

.qp.style.result.sidebar.toptheme .qp_headline h2 {
  font-size: 15px;
  font-weight: normal; }

.qp.style.result.sidebar .qp_item.adosv {
  border-bottom: 0;
  padding: 0; }

.qp.style.result.sidebar .qp_item.adosv .qp_clr {
  padding: 0;
  height: 0; }

.qp.style.result.sidebar.banner .qp_image {
  width: 194px;
  margin: 0; }

.qp.style.result.sidebar.banner .qp_item .qp_image img {
  height: auto;
  width: 194px; }

.qp.style.result.collapsed.border .qp_bundle {
  margin-bottom: 20px;
  border: 1px solid #ccc; }

.qp.style.result.collapsed.border .qp_bundle h3 {
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 3px 8px;
  font-size: 13px;
  font-weight: normal; }

.qp.style.result.collapsed.border .qp_item {
  margin: 8px; }

.qp.style.result.collapsed.events .qp_bundle h3 {
  background-color: #ddd;
  border: 1px solid #ccc;
  padding-left: 3px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold; }

.qp.style.result.collapsed.events .qp_bundle h2 {
  font-size: 14px;
  font-weight: normal; }

.qp.style.result.collapsed.events .qp_bundle h4 {
  display: inline;
  margin-right: 20px; }

.qp.style.result.collapsed.events .qp_bundle h5, .qp.style.result.collapsed.events .qp_bundle .qp_text {
  display: none; }

.qp.style.result.collapsed.column1 .qp_bundle .qp_item.article .qp_image {
  width: 300px;
  height: 200px;
  margin-right: 30px;
  padding-right: 0;
  overflow: hidden; }

.qp.style.result.collapsed.column1 .qp_bundle .qp_item.article .qp_headline h3 {
  display: block;
  font-size: 18px;
  line-height: 130%; }

.qp.style.result.collapsed.column1 .qp_bundle .qp_item.article .qp_text {
  font-family: 'Merriweather',Georgia,serif;
  font-weight: 400;
  font-size: 13px; }

.qp.style.result.collapsed.column1 .qp_bundle footer .qp_linklist li {
  line-height: 20px;
  font-family: 'Merriweather',Georgia,serif; }

.qp.style.result.collapsed.column1 .qp_bundle footer .qp_linklist li a {
  font-size: 14px; }

.qp.style.result.collapsed.column1 > .qp_clr {
  border-bottom: 1px solid #ddd;
  padding: 15px 0 0 0; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_item {
  display: table-cell;
  width: 50%;
  padding-right: 15px;
  vertical-align: top; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_item .qp_image {
  width: 100%;
  margin: 0;
  height: 200px; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_item .qp_headline h3 {
  display: inline-block;
  margin: 5px 0 10px 0;
  font-size: 18px;
  line-height: 130%; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_item .qp_text {
  font-family: 'Merriweather',Georgia,serif;
  font-weight: 400;
  font-size: 13px;
  margin-top: 0; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_linklist {
  display: table-cell;
  width: 50%;
  padding-left: 15px;
  vertical-align: top; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link {
  border: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  padding-top: 0; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link .qp_image {
  width: 100px;
  background-size: cover;
  height: 66px;
  margin: 0 13px 0 0; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link .qp_image.mittelgrossurl, .qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link .qp_image.bannermediumurl {
  background-size: cover; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link .qp_headline h3 {
  display: block;
  font-size: 14px;
  line-height: 20px; }

.qp.style.result.collapsed.column2 .qp_bundle .qp_linklist .qp_link .qp_text {
  margin: 0;
  display: none; }

.qp.style.result.collapsed.column2 > .qp_clr {
  border-bottom: 1px solid #ddd;
  padding: 15px 0 0 0; }

.qp.style.result.eventtable td {
  padding-top: 7px;
  padding-bottom: 7px; }

.qp.style.result.eventtable td.i_0 {
  text-align: center;
  padding: 7px 10px 5px 8px;
  width: 15%; }

.qp.style.result.eventtable td.i_1 {
  width: 25%;
  padding-left: 10px; }

.qp.style.result.eventtable td.i_2 {
  width: 60%; }

.qp.style.result.eventtable .qp_day {
  margin-top: 3px; }

.qp.style.result.editorialoverview a {
  text-decoration: underline; }

.qp.style.result.editorialoverview tr.id {
  text-align: center; }

.qp.style.result.editorialoverview tr.zgt td.i_4 {
  background-color: #666!important; }

.qp.style.result.editorialoverview tr.ta td.i_4 {
  background-color: #319f49!important; }

.qp.style.result.editorialoverview tr.otz td.i_4 {
  background-color: #c31924!important; }

.qp.style.result.editorialoverview tr.tlz td.i_4 {
  background-color: #0ba1e2!important; }

.qp.style.result.editorialoverview tr td.i_4 {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.qp.style.result.editorialoverview tr.visible_0, .qp.style.result.editorialoverview tr.visible_0 a {
  color: #aaa; }

.qp.style.result.editorialoverview .qp_image {
  margin: 1px;
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #91989b;
  background: transparent url(../images/custom/gallery/thumb_bg_verlauf.gif) repeat-x left bottom;
  padding: 2px; }

.qp.style.result.editorialoverview .qp_image img {
  height: auto;
  width: 60px;
  border: 0; }

.qp.style.result.editorialoverview tr.qp_timestamp td {
  border-top: 3px;
  border-bottom: 3px;
  background-color: #ff6a00;
  color: #fff;
  font-weight: bold;
  text-align: center; }

.qp.style.result.editorialoverview tr.visible_1.qp_timestampReached td.i_7 {
  color: #090;
  font-weight: bold; }

.qp.style.result.editorialoverview tr.visible_1.qp_timestampNotReached td.i_7 {
  color: #900;
  font-weight: bold; }

.qp.style.result.editorialoverview span.qp_ids {
  font-size: 8px;
  line-height: 1.2em; }

.qp.style.tagcloud a:hover {
  text-decoration: underline; }

.qp.style.result.inline {
  height: 35px;
  padding: 0; }

.qp.style.result.inline ul {
  max-width: 852px;
  overflow: hidden;
  height: 35px;
  float: left; }

.qp.style.result.inline li {
  float: left;
  padding: 8px 0; }

.qp.style.result.inline li.first {
  width: 110px;
  height: 35px;
  text-align: center;
  padding: 0; }

.qp.style.result.inline span {
  padding: 8px 0 0 0;
  display: inline-block; }

.qp.style.result.inline a {
  display: inline-block;
  padding: 0 8px; }

.qp.style.result.inline .qp.link {
  display: inline; }

.qp.style.result.inline .qp_item {
  font-size: 13px; }

.qp.style.simple.advertising, .qp.style.simple.adsense {
  text-align: center;
  margin: auto; }

.qp.style.simple.advertising > span, .qp.style.simple.adsense > span, .qp.style.answer.advertising > span, .qp.style.result.advertising > span, #gpt-adsene-article-bottom, .navigation-news.gpt-container > span {
  display: inline-block;
  background: transparent url(../images/custom/icon1.gif) no-repeat right top;
  padding-top: 12px; }

.qp.style.simple.adsense.medium-rectangles {
  text-align: left; }

.medium-rectangles.fallback-appended {
  padding: 0 12%; }

.qp.style.simple.adsense.medium-rectangles > span.left {
  float: left;
  margin-right: 20px; }

.qp.style.simple.adsense.medium-rectangles > span.right {
  float: right;
  text-align: right!important; }

.qp.style.simple.adsense.halfbanner > div {
  width: 308px!important;
  text-align: left; }

.columns-1-2 #column-1 .portlet-boundary_SimpleContentPortlet_WAR_queport_ .portlet-borderless-container {
  min-height: 0;
  margin-bottom: 0!important; }

#content.wrapper > .portlet-boundary_SimpleContentPortlet_WAR_queport_ {
  text-align: center; }

#content.wrapper .portlet-boundary_SimpleContentPortlet_WAR_queport_ .qp.style.link {
  text-align: right; }

.qp.style.simple.advertising.Billboard {
  line-height: 0!important;
  font-size: 0; }

.qp.style.simple.advertising.Billboard span {
  padding-top: 0; }

.qp.style.simple.advertising.Billboard.asmi span {
  padding-top: 12px;
  padding-bottom: 20px; }

.qp.style.simple.advertising.asmi.PageAd {
  text-align: left; }

.qp.style.simple.advertising.asmi.PageAd > span {
  width: 100%; }

.banner-code.Billboard > div {
  height: 100%!important; }

.abp #container > span {
  display: inline-block;
  background: transparent url(../images/custom/icon3.gif) no-repeat left center;
  padding-left: 12px; }

.abp #oms_gpt_skyscraper, .abp #oms_gpt_billboard, .abp #gpt-adsene-article-top, .abp .qp.style.simple.advertising.Billboard.asmi span {
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  padding: 0; }

.abp .mr1 {
  display: none; }

.banner-code.Billboard img, .banner-code.Billboard object, .banner-code.Billboard embed, .banner-code.Billboard iframe {
  margin-bottom: 32px!important;
  top: 12px;
  position: relative; }

.qp.style.result.sidebar .qp_item.xkr78-klw span.xkr78-klw, .qp.style.detail.xkr78-klw span.xkr78-klw {
  padding-top: 10px; }

.qp.style.result.sidebar .qp_item.xkr78-klw span.xkr78-klw, .qp.style.detail.xkr78-klw span.xkr78-klw, .qp.style.result.collapsed .qp_item.xkr78-klw span.xkr78-klw, .qp.style.result.richcontent .qp_item.xkr78-klw span.xkr78-klw {
  display: block; }

.qp.style.result.sidebar .qp_item.xkr78-klw span.xkr78-klw, .qp.style.detail.xkr78-klw span.xkr78-klw, .qp.style.result.collapsed .qp_item.xkr78-klw span.xkr78-klw, .qp.style.result.collapsed .qp_linklist .qp_link.xkr78-klw span.xkr78-klw, .qp.style.result.richcontent .qp_item.xkr78-klw span.xkr78-klw {
  background: transparent url(../images/custom/icon1.gif) no-repeat right top; }

.qp.style.detail.xkr78-klw span.xkr78-klw, .qp.style.result.richcontent.column4 .qp_item.xkr78-klw span.xkr78-klw {
  display: inline-block; }

.qp.style.result.collapsed .qp_item.xkr78-klw span.xkr78-klw, .qp.style.result.richcontent .qp_item.xkr78-klw span.xkr78-klw, .qp.style.result.richcontent.column4 .qp_item.xkr78-klw span.xkr78-klw {
  padding-top: 0; }

.qp.style.result.richcontent.column4 .qp_item.xkr78-klw span.xkr78-klw {
  padding-bottom: 12px;
  background: transparent url(../images/custom/anzeige_padding-left_10px.gif) no-repeat right bottom; }

.qp.style.result.collapsed .qp_linklist .qp_link.xkr78-klw span.xkr78-klw {
  padding-right: 40px; }

.qp_item.article.xkr78-klw .qp_headline .qp_ressort {
  display: inline-block!important; }

.qp_docinfo {
  clear: both; }

.qp_popup .qp.style.result.sidebar {
  margin-bottom: 15px; }

.qp_popup .qp.style.result.sidebar .qp_item.selected {
  background-color: #ddd; }

.qp_popup .qp.style.detail.richcontent h6 {
  width: 180px; }

.qp.style.detail.topic {
  height: 300px; }

.qp.style.detail.topic .topic-info {
  float: left;
  width: 572px;
  height: 248px;
  margin-right: 20px;
  padding: 30px;
  background-color: #f4f4eb; }

.qp.style.detail.topic .topic-info .infotext {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #757575;
  font-family: "Open Sans",Arial,Tahoma,Verdana,sans-serif; }

.qp.style.detail.topic .topic-info .infotext:before {
  content: '\f0ea';
  font-family: FontAwesome;
  margin-right: 5px; }

.qp.style.detail.topic .topic-info .header h1, .qp.style.detail.topic .topic-info .header h2 {
  font-size: 24px;
  font-family: 'Merriweather',Georgia,serif;
  font-weight: 600;
  line-height: 130%; }

.qp.style.detail.topic .topic-image {
  float: right;
  width: 308px;
  overflow: hidden; }

@page {
  size: portrait; }

@media print {
  .qp_noprint {
    display: none!important; }

  #oms_superbanner, #oms_skyscraper, #omsv_sky_DhtmlLayer, .sticky-nav-container, #navigation, nav, footer, .qp_search, .wetter, .qp_detailprint .columns-1-2 #column-1, .qp_detailprint .columns-1-2 #column-3, .portlet-topper, .borderline, #iFrameHolder, #fisi_detail_load, .qp.style.result.commentlist, .qp_console_bottom, .qp_console_top, .dockbar, #taboola-div, .qp.style.simple.adsense, .qp.style.simple.advertising, .link-unit-468, .login, #p_p_id_zgt_comments_WAR_zgtcommentsplugin_, #_zgt_comments_WAR_zgtcommentsplugin_comments-container, .portlet-boundary_AnswersPortlet_WAR_queport_, .portlet-boundary_56_, #com-navigation, .portlet-msg-alert, iframe, #fb-root, #hrefFm, .adsense-article, .sas_delivered {
    display: none!important; }

  .columns-1-2 #column-2, .columns-1-2 div.portlet-layout:nth-child(2) {
    width: 100%!important; }

  #content_holder {
    height: 100%!important;
    overflow: visible!important;
    padding-top: 0!important; }

  #container {
    width: 100%!important;
    display: block; }

  #content {
    height: 100%!important;
    z-index: 5464646; }

  #site-header {
    background-color: transparent!important; }

  .qp_detailprint .columns-1-2 #column-2.portlet-column div .qp.detail {
    display: block!important; }

  .qp_detailprint .qp .qp_text .qp_inlineimg {
    page-break-inside: avoid!important; }

  .qp_detailprint .qp .qp_link a:after {
    content: " <" attr(href) ">";
    color: #888;
    font-style: italic;
    font-size: .9em; }

  .qp_detailprint .qp .qp_link .qp_entity {
    border: none!important; }

  .qp_detailprint .qp .qp_socialbookmarks a, .qp_detailprint .qp .qp_ad, .qp_detailprint .qp .qp_printer, .qp_detailprint .qp .qp_editbar, .qp_detailprint .qp .zgt-excerpt {
    display: none; }

  .qp_detailprint .qp .qp_socialbookmarks {
    width: 100%!important; }

  .qp_detailprint .qp .qp_socialbookmarks a[title='Canonical URL'] {
    display: inline;
    border: 0; }

  .qp_detailprint .qp .qp_socialbookmarks a[title='Canonical URL']:after {
    content: " " attr(href); }

  .qp_detailprint .qp #qpgallery .picture_app, .qp_detailprint .qp #qpgallery .prev_label, .qp_detailprint .qp #qpgallery .next_label, .qp_detailprint .qp #qpgallery .desc_icon a {
    display: none!important; }

  .qp_detailprint .qp #qpgallery .gallery_image {
    height: auto!important; }

  .qp_detailprint .qp #qpgallery .desc_bg {
    opacity: 100!important; }

  .qp_text .qp_bannerimg img {
    width: 100%!important; } }

