@charset "UTF-8";
/*
    GRÜNSTATTGRAU DB Plugin Stylesheet
    Author: WP-STars Vienna - wp-stars.com
*/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
#main .singlebox {
  text-align: left;
  margin-bottom: 2rem;
}
#main .singlebox .h4 {
  margin-bottom: 0;
}

.btn-outline-primary {
  border-color: #0b8837 !important;
  color: #0b8837 !important;
}
.btn-outline-primary:hover {
  background: #0b8837 !important;
  color: white !important;
}
.btn-outline-primary:focus, .btn-outline-primary:active {
  border-color: #0b8837 !important;
}

body.page-id-3462 #acf-form .acf-fields > .acf-field {
  background: #dedede;
}

body.page-id-3462 #acf-form .acf-fields > .acf-field.fef-spacer {
  margin-bottom: 2rem;
}

#wps-complex-search-toolbox fieldset#post_type_selection {
  border-bottom: solid 1px #dedede;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}

#wps-complex-search-toolbox fieldset#post_type_selection label {
  padding: 0.5rem;
  margin-bottom: 0;
}

#wps-complex-search-toolbox fieldset#post_type_selection label:hover {
  cursor: pointer;
}

#wps-complex-search-toolbox fieldset#post_type_selection input {
  display: none;
}

#wps-complex-search-toolbox fieldset#post_type_selection input:checked + label {
  background: #0b8837;
  color: #fff;
}

#wps-complex-search-toolbox #filterbox_inner div.filterbox_option_item.post_type_filter {
  width: 100%;
}

div#call-to-action-block {
  display: none;
  text-align: center;
  padding: 10rem 2rem 5rem;
  margin-top: -13rem;
  position: relative;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 56%, rgb(255, 255, 255) 64%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
div#call-to-action-block a.btn {
  background: #0b8837;
  color: #fff;
  border-radius: 0;
  white-space: normal;
  min-width: 150px;
  margin: 1rem auto 5px;
}
div#call-to-action-block a.btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

/**/
:is(#menu-meta-navigation-header, #menu-meta-navigation-headeren) li.highlight.datenbank.menu-item a {
  position: relative;
  padding-left: 30px;
}
:is(#menu-meta-navigation-header, #menu-meta-navigation-headeren) li.highlight.datenbank.menu-item a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  background: url("../img/gsg_icon_Datenbank_weissaufgruen_100x100.png") no-repeat center center;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}

#gsgdb-singlepage-post-icon {
  width: 25%;
  height: auto;
  display: block;
  position: absolute;
}
@media (max-width: 767.98px) {
  #gsgdb-singlepage-post-icon {
    width: 8%;
  }
}

#gsg-dashboard-content .item {
  position: relative;
}
#gsg-dashboard-content .item .dashboard-home-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: auto;
}

/* GSGDB-Dasboard - Anfang Michael September 2018 */
#gsgdb-dashboard-home strong {
  font-weight: bold;
  font-family: "d-din-bold";
}

#gsg-dashboard-navigation {
  /*background: #9d9d9c;*/
  margin: 0;
  padding: 0;
  /*padding-bottom: 5rem;*/
  /*height: 100%;*/
}

#gsg-dashboard-navigation li {
  list-style: none;
  border-bottom: solid 1px #fff;
  color: #fff;
  background: #9d9d9c;
}

#gsg-dashboard-navigation li a {
  color: inherit;
  display: block;
  padding: 1rem;
  text-decoration: none;
}

#gsg-dashboard-navigation li a:hover,
#gsg-dashboard-navigation li.active a {
  background: #0b8837;
}

#gsg-dashboard-content h1,
#gsg-dashboard-content h2,
#gsg-dashboard-content h3,
#gsg-dashboard-content h4 {
  text-align: left;
}

#onpage-login-form {
  border-bottom: dashed 1px #0b8837;
  padding: 2rem;
  display: block;
  max-width: 600px;
  margin: 2rem auto;
}

#onpage-login-form:after {
  content: "";
  position: relative;
  display: block;
  clear: both;
  float: none;
}

#onpage-login-form input[type=text],
#onpage-login-form input[type=password] {
  width: 100%;
  padding: 0.3rem;
  margin-bottom: 0.5rem;
}

#onpage-login-form input[type=submit] {
  border: none;
  box-shadow: none;
  background: #0b8837;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  float: right;
  width: 100%;
}

#onpage-login-form input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.9;
}

h1#login-headline {
  text-align: center !important;
}

.login-links {
  text-align: center;
}

.gsgdb-pw-reset {
  border-bottom: dashed 1px #0b8837;
  padding: 2rem;
  display: block;
  max-width: 600px;
  margin: 2rem auto;
}

.gsgdb-pw-reset:after {
  content: "";
  position: relative;
  display: block;
  clear: both;
  float: none;
}

.gsgdb-pw-reset input[type=text],
.gsgdb-pw-reset input[type=password] {
  width: 100%;
  padding: 0.3rem;
  margin-bottom: 0.5rem;
}

.gsgdb-pw-reset input[type=submit] {
  border: none;
  box-shadow: none;
  background: #0b8837;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  float: right;
  width: 100%;
}

.gsgdb-pw-reset input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.9;
}

.gsgdb-pw-reset .message .error {
  background: #c51d1d;
  color: #fff;
  text-align: center;
}

.gsgdb-pw-reset .message .success {
  background: rgba(11, 136, 55, 0.2);
  border: solid 1px rgb(11, 136, 55);
  color: #000;
  text-align: center;
}

#gsgdb-dashboard-home span.green {
  color: #0b8837;
  font-size: 1.2em;
}

#gsgdb-dashboard-home .item {
  border: solid 1px #9d9d9c;
  padding: 1.5rem;
  padding-top: 3rem;
  margin-bottom: 1.5rem;
  height: 100%;
}

#gsgdb-dashboard-home .item a.btn {
  background: #0b8837;
  color: #fff;
  border-radius: 0;
  white-space: normal;
  margin-bottom: 5px;
  min-width: 150px;
}

#gsgdb-dashboard-home .item a.btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

#gsgdb-dashboard-home .row > div {
  padding-bottom: 1.5rem;
}

a.btn.goBack {
  background: #9d9d9c;
  color: #fff;
  border-radius: 0;
  white-space: normal;
  margin-bottom: 2rem;
  border: none !important;
  box-shadow: none !important;
}

a.btn.goBack:focus {
  border: none !important;
  box-shadow: none !important;
}

a.btn.goBack:hover {
  opacity: 0.8;
  cursor: pointer;
}

input.btn-primary {
  color: #fff;
  background-color: #0b8837;
  border: none;
  border-radius: 0;
}

input.btn-primary:hover,
input.btn-primary:focus {
  color: #fff;
  background-color: #0b8837;
  border: none;
  border-radius: 0;
  opacity: 0.8;
}

.gsg-dashboard-projectListing-item {
  border: solid 1px #0b8837;
  padding: 1rem;
  margin-bottom: 1rem;
}

.gsg-dashboard-projectListing-item a.btn {
  background: #0b8837;
  color: #fff;
  border-radius: 0;
  white-space: normal;
  margin-bottom: 5px;
  margin-right: 5px;
  min-width: 150px;
}

form#gsgdb_inviteExpert input,
form#gsgdb_changeEmail input,
form#gsgdb_changePassword input {
  width: 100%;
  max-width: 400px;
  padding: 0.5rem;
}

form#gsgdb_inviteExpert textarea,
form#gsgdb_changeEmail textarea,
form#gsgdb_changePassword textarea {
  width: 100%;
  max-width: 400px;
  background-color: white;
  cursor: text;
  padding: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  -o-border-image: none;
     border-image: none;
  box-shadow: none;
}

form#gsgdb_changeEmail input[type=text]:disabled {
  background: #dddddd;
  box-shadow: 0;
  border: solid 1px rgb(238, 238, 238);
}

form#gsgdb_inviteExpert input[type=submit],
form#gsgdb_changeEmail input[type=submit],
form#gsgdb_changePassword input[type=submit] {
  background: #0b8837;
  color: #fff;
}

form#gsgdb_inviteExpert input[type=submit]:hover,
form#gsgdb_changeEmail input[type=submit]:hover,
form#gsgdb_changePassword input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}

#gsgdb_changePassword input#new_pw.success {
  background: rgba(11, 136, 55, 0.5);
  color: #fff;
  border: none;
}

#gsgdb_changePassword input#new_pw_repeat.success {
  background: rgba(11, 136, 55, 0.5);
  color: #fff;
  border: none;
}

.gsgdb-pw-reset a.btn.button.full {
  background: #0b8837;
  color: #fff;
  border-radius: 0;
  white-space: normal;
  margin-bottom: 5px;
  min-width: 150px;
  display: block;
  margin: auto;
}

.gsgdb-pw-reset a.btn.button.full:hover {
  opacity: 0.8;
  cursor: pointer;
}

ul.dashboard-memberlisting {
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}

ul.dashboard-memberlisting li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: dashed 1px #0b8837;
  padding: 0.5rem;
}

ul.dashboard-memberlisting li span {
  color: #888;
  font-size: 0.8rem;
}

ul.dashboard-memberlisting li span.badge {
  color: #fff;
  font-weight: 100;
}

#gsg-dashboard-content div.gsg-dashboard-projectListing-item {
  display: flex;
  flex-direction: row;
}

#gsg-dashboard-content div.gsg-dashboard-projectListing-item .inner-image {
  width: 100px;
  height: 100px;
  border: solid 1px #9d9d9c;
  flex-basis: 100px;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 5px;
}

#gsg-dashboard-content div.gsg-dashboard-projectListing-item .inner-content {
  flex-basis: 50%;
  flex-grow: 2;
  flex-shrink: 2;
  padding-left: 2rem;
}

#gsg-dashboard-content div.gsg-dashboard-projectListing-item img.project-logo {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#gsg-dashboard-content div.gsg-dashboard-projectListing-item.status-online .badge.badge-secondary {
  background: #0b8837;
  font-weight: 100;
  border-radius: 0;
  font-size: 0.6em;
  text-transform: uppercase;
}

#gsg-dashboard-content div.gsg-dashboard-projectListing-item.status-offline .badge.badge-secondary {
  background: #9d9d9c;
  font-weight: 100;
  border-radius: 0;
  font-size: 0.6em;
  text-transform: uppercase;
}

#gsg-dashboard-content div.gsg-dashboard-projectListing-item.no-item-found {
  display: block;
  text-align: center;
  border: dashed 1px #9d9d9c;
}

.expandable-text.expandable {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
  max-height: 380px;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

.expandable-text.expanded {
  max-height: none;
  transition: max-height 1s ease-in-out;
}

.expandable-text:after {
  display: none;
}

.expandable-text.expandable:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(246, 246, 246, 0)), color-stop(61%, rgb(251, 251, 251)), color-stop(100%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0) 0%, rgb(251, 251, 251) 61%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
}

.expandable-text.expandable.expanded:after {
  background: none;
}

.expandable-text.dontexpand {
  background: none;
}

.expandable-text.expandable .expand-holder {
  border-top: dashed 2px #0b8837;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
}

.expandable-text.expanded .expand-holder {
  display: none;
}

.expandable-text.dontexpand .expand-holder {
  display: none;
}

.expandable-text .expand-holder button.text-expand {
  display: none;
}

.expandable-text.expandable .expand-holder button.text-expand {
  display: block;
  box-shadow: none;
  outline: none;
  text-shadow: none;
  border: none;
  width: 2rem;
  height: 2rem;
  text-align: center;
  margin-top: 0;
  bottom: -1rem;
  left: 0rem;
  width: 100%;
  text-align: center;
  position: absolute;
  background: none;
}

.expandable-text .expand-holder button.text-expand i {
  background: #0b8837;
  color: #fff;
  border-radius: 50%;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1em;
  width: 2rem;
  height: 2rem;
}

.expandable-text .expand-holder button.text-expand i:before {
  margin-top: 4px;
  display: block;
}

.expandable-text .expand-holder button.text-expand:hover {
  cursor: pointer;
  opacity: 0.9;
}

.wpscs-infotext-content {
  width: 200px;
  max-width: 200px;
}

.wpscs-infotext-content img {
  /*width: 95px;*/
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.wpscs-infotext-content .img-box {
  display: block;
  position: relative;
  text-align: left;
}

.wpscs-infotext-content .img-box img:not(.item-icon) {
  max-width: 80% !important;
}

.wpscs-infotext-content img.item-icon {
  max-width: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.wpscs-infotext-content.experten {
  padding-left: 25%;
}

.wpscs-infotext-content.experten .img-box {
  position: inherit;
}

.wpscs-infotext-content.experten img.item-icon {
  max-width: 15%;
}

.wpscs-infotext-content strong {
  font-size: 0.9rem;
  line-height: 1em;
  margin-bottom: 0.5rem;
  display: block;
}

.wpscs-infotext-content a.btn {
  background: #0b8837;
  color: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 200px;
}

.wpscs-infotext-content a.btn:hover {
  opacity: 0.8;
}

#invite-expert-ad,
#membership-ads {
  margin: 2rem 0;
  border: solid 1px #0b8837;
  padding: 1rem;
}

#invite-expert-ad h3,
#membership-ads h3 {
  text-align: left;
  font-size: 1.3rem;
  hyphens: auto;
}

#membership-ads ul {
  margin: 0 0 1.5rem 0;
  padding: 0;
}

#membership-ads li {
  list-style: none;
  margin: 0.2rem;
  padding: 0.2rem;
  border-bottom: solid 1px rgba(222, 222, 222, 0.8705882353);
}

#membership-ads li i {
  color: #0b8837;
}

#invite-expert-ad a.btn,
#membership-ads a.btn {
  background: #0b8837;
  color: #fff;
  border-radius: 0;
  white-space: normal;
  margin-bottom: 5px;
  min-width: 150px;
  hyphens: auto;
}

#invite-expert-ad a.btn:hover,
#membership-ads a.btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media screen and (max-width: 60rem) {
  #invite-expert-ad a.btn,
  #membership-ads a.btn {
    max-width: 150px;
    min-width: unset;
    hyphens: auto;
  }
}
#menu-meta-navigation-header li.highlight.datenbank.menu-item a,
#menu-meta-navigation-headeren li.highlight.datenbank.menu-item a {
  color: #0b8837;
}

#gsgdb-landingpage-intro {
  text-align: center;
  margin-bottom: 4rem;
}

#gsgdb-landingpage-intro h1 {
  font-size: 63px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "gsg", sans-serif;
  line-height: 1em;
}

#gsgdb-landingpage-intro h4 {
  font-weight: 800;
  text-align: center;
  line-height: 1.4em;
  font-family: "d-din-bold", sans-serif;
  margin-bottom: 2rem;
}

#gsgdb-landingpage-intro h4:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: transparent;
  border-bottom: solid 3px #0b8837;
  margin-top: 2rem;
}

.hidden-radio {
  display: none;
}

#gsgdb_select_dashboard_membership {
  margin-top: 2rem;
}

#gsgdb_select_dashboard_membership input[name=membership] + label {
  background: #fff;
  color: #000;
  border: solid 1px #dedede;
  padding: 1rem;
  text-align: center;
}

#gsgdb_select_dashboard_membership input[name=membership] + label:hover {
  cursor: pointer;
}

#gsgdb_select_dashboard_membership input[name=membership] + label.active {
  margin-top: -1rem;
  border-color: #0b8837;
}

#gsgdb_select_dashboard_membership input[name=membership] + label.active:hover {
  cursor: default;
}

#gsgdb_select_dashboard_membership input[name=membership] + label h3 {
  text-align: center !important;
}

#gsgdb_select_dashboard_membership input[name=membership]:checked + label {
  background: #0b8837;
  color: #fff !important;
  border-color: #0b8837;
}

#gsgdb_select_dashboard_membership input[name=membership]:checked + label h3 {
  color: #fff !important;
}

#gsgdb_select_dashboard_membership ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#gsgdb_select_dashboard_membership ul li {
  list-style: none;
  margin: 0.2rem;
  padding: 0.2rem;
  text-align: center;
  border-bottom: solid 1px rgba(222, 222, 222, 0.8705882353);
}

#gsgdb_select_dashboard_membership ul li:before {
  content: "\f00c"; /*https://fontawesome.com/v4.7.0/icon/check*/
  color: #0b8837;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 0.7rem;
}

.membershipt-selection {
  margin-bottom: 4rem;
}

#gsgdb_select_dashboard_membership input[name=membership]:checked + label ul li:before {
  color: #fff;
}

#gsgdb_select_dashboard_membership ul li:last-child {
  border-bottom: none;
}

#gsgdb_select_dashboard_membership .price {
  text-align: center;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

#gsgdb_select_dashboard_membership div#abg_scroller {
  border: solid 2px #0b8837;
  border-left-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 2rem;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 2rem;
}

#gsgdb_select_dashboard_membership div#abg_scroller h1 {
  display: none;
}

#gsgdb_select_dashboard_membership div#abg_scroller h2 {
  font-size: 1.4rem;
}

#gsgdb_select_dashboard_membership div.btn {
  background: #0b8837;
  color: #fff;
  border-color: #fff;
  margin: auto;
  margin-bottom: 2rem;
}

#gsgdb_select_dashboard_membership div.btn.disabled {
  background: #555;
  color: #fff;
}

#gsgdb_select_dashboard_membership input[name=membership]:checked + label:not(.active) div.btn {
  visibility: hidden;
}

#gsgdb_select_dashboard_membership input[name=membership]:checked + label div.btn.disabled {
  background: #0b8837;
  opacity: 1;
  color: #fff;
}

#gsgdb_select_dashboard_membership input[type=submit] {
  background: #0b8837;
  color: #fff;
  border-radius: 0;
  white-space: normal;
  margin-bottom: 5px;
  min-width: 150px;
  padding: 1rem 2rem;
}

#gsgdb_select_dashboard_membership input[type=submit].disabled {
  opacity: 0.3;
  background: #555;
}

#gsgdb_select_dashboard_membership input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

#gsgdb_select_dashboard_membership input[type=submit].disabled:hover {
  opacity: 0.3;
  cursor: default;
}

#wps-complex-search-toolbox.hide-searchbox {
  display: none !important;
}

button.btn.btn-dark.collapsable-teaser-box-button {
  background: #0b8837;
  color: #fff;
  border-radius: 0;
  white-space: normal;
  margin-bottom: 5px;
  min-width: 150px;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  border: solid 1px #0b8837;
}

button.btn.btn-dark.collapsable-teaser-box-button:hover {
  opacity: 0.8;
  cursor: pointer;
}

body.single-experten div.collapsable-headline h3 {
  margin-bottom: 2rem;
}

body.page-id-3965 .select2-search input,
body.page-id-3965 .select2-search-choice-close,
body.page-id-3965 .select2-container .select2-choice abbr,
body.page-id-3965 .select2-container .select2-choice div b {
  background-image: none !important;
}

/* on english database site some css does not work.. */
.page-id-6031 .filterbox_option_item.post_type_filter fieldset label {
  font-size: 16px;
}

.product_logo_box.bg-image-variant {
  font-size: 100%;
  width: 100%;
  height: 7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.single-sub-category-item {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
  font-size: 0.9em;
  font-weight: normal;
}

div.sidebar_patch_img {
  padding: 5px 30px;
  margin-bottom: 1rem;
}

#collapsable-teaser-box-involvedProjects {
  width: 100%;
}

.acf-actions {
  text-align: left !important;
}

.acf-actions a.acf-button.button.button-primary {
  border: solid 1px #0b8837;
  padding: 0.5rem;
  margin-top: 10px;
  text-decoration: none;
}
.acf-actions a.acf-button.button.button-primary:hover {
  border: solid 1px #0b8837;
  background: #0b8837;
  color: #fff;
  text-decoration: none;
}

#wps-result-list div.baseview-button-holder {
  display: block;
  text-align: center;
  width: 100%;
}
#wps-result-list div.baseview-button-holder a.btn {
  background: #0b8837;
  color: #fff;
  border-radius: 0;
  white-space: normal;
  min-width: 150px;
  margin: auto;
  margin-top: 1rem;
}
#wps-result-list div.baseview-button-holder a.btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.single-experten.single-experten #main h1, .single-projekt.single-projekt #main h1, .single-produkt.single-produkt #main h1 {
  text-align: left !important;
}
.single-experten.single-experten #main h2, .single-projekt.single-projekt #main h2, .single-produkt.single-produkt #main h2 {
  text-align: left !important;
  color: #0b8837;
  text-transform: none;
  font-weight: 700;
  font-family: "d-din-bold", sans-serif;
  font-size: 1.7rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
.single-experten.single-experten #main h3, .single-projekt.single-projekt #main h3, .single-produkt.single-produkt #main h3 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4em;
  color: black;
  font-family: "d-din-bold", sans-serif;
  text-align: left;
}
.single-experten.single-experten #main h4, .single-projekt.single-projekt #main h4, .single-produkt.single-produkt #main h4 {
  text-align: left;
}

h2.producer-style {
  font-size: 1.4rem;
  color: #0b8837;
}

.single-experten .card {
  position: relative;
  overflow: hidden;
}
.single-experten .card a h2 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  position: absolute;
  bottom: 2rem;
  width: 100%;
  color: #000;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.single-experten .card a img {
  transition: transform 0.2s ease-in-out;
}
.single-experten .card .teaser-icon-box {
  width: 20%;
  height: 20%;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -10%;
}
.single-experten .card .teaser-icon-box img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sidebar-gray {
  border: solid 1px #0b8837;
  color: #555;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.sidebar-gray h4 {
  color: #0b8837;
  word-wrap: break-word;
}
.sidebar-gray a {
  color: #555;
  text-decoration: underline;
  word-wrap: break-word;
}

.expert-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  margin-bottom: 1rem;
  border: solid 1px #888;
  padding: 0.5rem;
}

.tab-content {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.expert-heads-header .avatar-img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
}

.expert-head-row {
  border-bottom: dashed 1px #0b8837;
  margin-top: 2rem;
}

.gsg-fa-link {
  margin: 0 0.2rem;
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .gsg-fa-link {
    font-size: 36px;
    margin: 0rem 0.4rem;
  }
}

.gsgdb-image-galerie {
  margin-bottom: 4rem;
}
.gsgdb-image-galerie a {
  height: auto;
  border: solid 1px #9d9d9c;
  padding: 0.5rem;
  margin-bottom: 30px;
  display: block;
}
.gsgdb-image-galerie a:hover {
  border: solid 1px #0b8837;
}
.gsgdb-image-galerie a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.card-entry {
  hyphens: auto;
  margin-bottom: 1rem;
}
.card-entry .multi-box {
  margin-left: 2px;
  margin-bottom: 1rem;
}
.card-entry .multi {
  background: #0b8837;
  padding: 0.2rem;
  margin: 2px;
  display: block;
  color: #000;
  background: none;
  word-wrap: break-word;
}
.card-entry.expert .multi-box {
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: "d-din-bold", sans-serif;
  color: #0b8837;
  text-align: left;
  border-bottom: dashed 1px #0b8837;
  padding-bottom: 0.7rem;
  word-wrap: break-word;
}

ul.download-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}
ul.download-list li {
  border-bottom: dashed 1px #555;
  padding: 0.5rem;
}
ul.download-list li a {
  display: flex;
  align-items: center;
}

.doc-prev-box {
  display: inline-flex;
  border: solid 1px #555;
  padding: 5px;
  margin-right: 1rem;
  width: 100px;
  aspect-ratio: 1/1.414;
}

.document-preview {
  -o-object-fit: contain;
     object-fit: contain;
}

.collapsable-headline-expert:before {
  background-image: url("../img/datenbank-tabs/tab_icon_experte.png") !important;
}

.collapsable-headline-project:before {
  background-image: url("../img/datenbank-tabs/tab_icon_projekt.png") !important;
}

.collapsable-headline-product:before {
  background-image: url("../img/datenbank-tabs/tab_icon_product.png") !important;
}

button.btn[data-target="#my-projects-container"] h3:before, button.btn[data-target="#my-involved-projects-container"] h3:before {
  background-image: url("../img/datenbank-tabs/tab_icon_projekt.png");
}

button.btn[data-target="#my-products-container"] h3:before, button.btn[data-target="#my-involved-products-container"] h3:before {
  background-image: url("../img/datenbank-tabs/tab_icon_product.png");
}

.involved-item {
  margin-bottom: 1rem;
}
.involved-item strong {
  color: #0b8837;
  font-weight: bold;
}

/* Icons für die Tabs in der Datenbanksuche */
@media (min-width: 768px) {
  div.filterbox_option_item.post_type_filter fieldset#post_type_selection :is(#rd_experten, #rd_projekt, #rd_produkt) + label:before {
    content: "";
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 0.3rem;
    background-size: cover !important;
  }
  div.filterbox_option_item.post_type_filter fieldset#post_type_selection :is(#rd_experten, #rd_projekt, #rd_produkt) + label:after {
    content: "";
    display: block;
    position: relative;
    clear: both;
    float: none;
  }
  div.filterbox_option_item.post_type_filter fieldset#post_type_selection #rd_experten + label:before {
    background: url("../img/datenbank-tabs/tab_icon_experte.png") no-repeat center center;
  }
  div.filterbox_option_item.post_type_filter fieldset#post_type_selection #rd_projekt + label:before {
    background: url("../img/datenbank-tabs/tab_icon_projekt.png") no-repeat center center;
  }
  div.filterbox_option_item.post_type_filter fieldset#post_type_selection #rd_produkt + label:before {
    background: url("../img/datenbank-tabs/tab_icon_product.png") no-repeat center center;
  }
}
.iframe-like {
  width: 100%;
  height: 200px;
  background: #ffffff;
  overflow-y: auto;
  padding: 1.5rem;
  border: solid 1px #0b8837;
  font-size: 13px;
  text-align: left !important;
}
.iframe-like h1 {
  font-size: 30px !important;
  text-align: left !important;
}
.iframe-like h2 {
  font-size: 25px !important;
  text-align: left !important;
}
.iframe-like h3 {
  font-size: 20px !important;
  text-align: left !important;
}

#dashboard-gsg-addon-services {
  padding: 0;
  margin: 2rem 0;
}
#dashboard-gsg-addon-services li {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0.5rem;
  border-bottom: solid 1px #ccc;
}
#dashboard-gsg-addon-services li a {
  color: black;
  text-decoration: none;
}
#dashboard-gsg-addon-services li:hover a {
  color: #0b8837;
}

.geosearch-field-gsgdb {
  width: 90%;
  max-width: 1800px;
  margin: auto;
  display: block;
  position: relative;
}
.geosearch-field-gsgdb #pac-input {
  position: absolute;
  left: 1rem;
  margin-right: 1rem;
  bottom: 4rem;
  width: 80%;
  max-width: 350px;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #555;
}

.gsgdb-infobox {
  background: #0b8837;
  color: #fff;
  margin-top: 4rem;
  padding: 2rem;
}
.gsgdb-infobox .btn {
  border: solid 1px #fff;
  color: #fff;
}
.gsgdb-infobox .btn:hover {
  border: solid 1px #fff;
  color: #0b8837;
  background: #fff;
}

#gsg-dashboard-content #acf-form {
  display: block;
  margin-bottom: 4rem;
}

.involved-headline {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.collapsable-headline:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #dedede;
  background: url("../img/datenbank-tabs/tab_icon_experte.png") no-repeat center center;
  background-size: cover;
  display: block;
  float: left;
  margin-right: 0.5rem;
  transform: translateY(4px);
}

#gsgdbmapwrapper .map-legend {
  border: solid 1px #0b8837;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  padding: 1rem;
  transition: all 0.5s ease-in-out;
}
#gsgdbmapwrapper .map-legend.closed {
  transform: translateX(-250px);
}
#gsgdbmapwrapper .map-legend ul {
  margin: 0;
  padding: 0;
}
#gsgdbmapwrapper .map-legend ul li {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #0b8837;
}
#gsgdbmapwrapper .map-legend ul li:last-child {
  margin-bottom: 0;
}
#gsgdbmapwrapper .map-legend ul li img {
  margin-right: 0.5rem;
  max-width: 15px;
  height: auto;
}
#gsgdbmapwrapper .map-legend .trigger {
  display: block;
  position: absolute;
  top: 0;
  right: -3.25rem;
  padding: 0.3rem;
  background: #0b8837;
}
#gsgdbmapwrapper .map-legend .trigger:hover {
  cursor: pointer;
}
#gsgdbmapwrapper .map-legend .trigger i {
  color: white;
  font-size: 3rem;
}

.product_logo_box {
  border: solid 1px #dedede;
  padding: 0.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.product_logo_box img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product_logo_box a {
  display: block;
  text-align: left;
}

#gform_17 #field_17_23 span.ginput_product_price_label {
  display: none;
}
#gform_17 #field_17_23 .ginput_container_product_calculation {
  visibility: hidden;
  height: 0;
}

#gsgdbmapwrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.database-wrapper {
  width: 90%;
  max-width: 1800px;
}

#wpscs-fulltext-search {
  width: 100%;
  padding: 0.5rem 2rem;
}

#wps-complex-search-toolbox {
  background: white;
  border: 2px solid #0b8837;
  color: #0b8837;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  #wps-complex-search-toolbox {
    margin-right: 3rem;
  }
}
#wps-complex-search-toolbox h4 {
  color: white;
  text-align: left;
}
#wps-complex-search-toolbox select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.2rem 1.75rem 0.2rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  margin-bottom: 1rem;
}
#wps-complex-search-toolbox :is(textarea, input) {
  outline: none;
  visibility: hidden;
}

#wps-complex-search-map {
  width: 100%;
  height: 100%;
  background: #dedede;
}

.notification-bar-1 {
  border-bottom: dashed 1px #0b8837;
  margin-bottom: 1rem;
}
.notification-bar-1 .bp-filter {
  background: #0b8837;
  color: #fff;
  display: inline-block;
  margin-left: 2rem;
}

#wps-result-list div.readmore-button-holder {
  display: block;
  width: 100%;
  text-align: center;
}

:is(a.btn.back, button.readmore.btn) {
  background: #fff;
  border-color: #0b8837;
  color: #0b8837;
  border-radius: 0;
  border-width: 2px;
  margin: 4rem auto;
}
:is(a.btn.back, button.readmore.btn):hover {
  background: #0b8837;
  color: #fff;
}

/* Suchen und Fitlern Ergebnisse */
.wpscs-result-item {
  text-align: center;
  border: solid 1px #dedede;
  margin-bottom: 0.5rem;
  position: relative;
  height: 100%;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.5rem;
  flex-direction: column;
}
.wpscs-result-item.fullbg {
  min-height: 180px;
  background-size: cover;
  background-position: center;
  -webkit-print-color-adjust: exact; /* Erzwingt die Bilderanzeige im Print - kein W3C Standard  */
}
.wpscs-result-item.fullbg h4 {
  background: #fff;
  display: inline;
}
.wpscs-result-item {
  /*min-height: 300px;*/
}
.wpscs-result-item .icon {
  display: block;
  width: 25%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.wpscs-result-item .icon img {
  padding: 0;
}
.wpscs-result-item.experten {
  flex-direction: row;
}
.wpscs-result-item.experten .icon {
  position: relative;
  top: auto;
  left: auto;
  width: 15%;
  padding-right: 2%;
  height: 100%;
}
.wpscs-result-item.experten .expert-topping {
  width: 83%;
}
.wpscs-result-item.experten .expert-topping .logo-space {
  aspect-ratio: 16/9;
}
.wpscs-result-item.experten .expert-topping .logo-space img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.wpscs-result-item.experten .item-text {
  max-width: 100%;
}
.wpscs-result-item.experten img.wpscs-result-item-logo {
  max-width: 70%;
}

#wps-result-list a {
  text-decoration: none;
}
#wps-result-list a :hover {
  text-decoration: none;
}
#wps-result-list .row .col-sm-6 {
  margin-bottom: 30px;
}

div.loader {
  background: #fff;
  color: #0b8837;
  text-align: center;
  font-size: 2rem;
  margin: 30px auto;
}

.wpscs-result-item .icon img.wpscs-result-item-logo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
  max-height: 200px;
}
.wpscs-result-item .item-text {
  padding: 0.5rem;
}
.wpscs-result-item img.wpscs-result-item-logo {
  max-height: 250px;
  max-width: 60%;
  flex-shrink: 0; /* für IE11 sonst werden bilder gestretcht */
}
.wpscs-result-item h4 {
  font-size: 1.2rem;
  margin-bottom: 0;
  word-wrap: break-word;
}
.wpscs-result-item .row > div {
  margin-bottom: 2rem;
}
.wpscs-result-item:not(.experten) {
  justify-content: flex-end;
  padding: 0;
  min-height: 275px;
}
.wpscs-result-item:not(.experten) .item-text {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
.wpscs-result-item:not(.experten) h4 {
  background: none;
}

#wps-complex-search-toolbox {
  background: white;
  border: solid 2px #0b8837;
  color: #0b8837;
  padding: 1rem;
  height: 100%;
  margin: auto;
}
@media (min-width: 1200px) {
  #wps-complex-search-toolbox {
    margin-right: auto;
  }
}
#wps-complex-search-toolbox h4 {
  color: #0b8837;
  text-align: left;
}
#wps-complex-search-toolbox select {
  border-radius: 0;
  border: solid 1px #0b8837;
}

#searchbox_inner input[type=text] {
  color: #0b8837 !important;
}

#wpscs-fulltext-search {
  width: 100%;
  padding: 0.5rem 2rem;
  border-bottom: dashed 2px #0b8837 !important;
}

#searchbox_inner input[type=text]::-moz-placeholder {
  color: #0b8837 !important;
}

#searchbox_inner input[type=text]::placeholder {
  color: #0b8837 !important;
}

#filterbox_inner .filterbox_option_item {
  float: left;
  width: 50%;
  padding-left: 0;
  margin-bottom: 1rem;
}
#filterbox_inner .filterbox_option_item:nth-child(2n) {
  padding-right: 1rem;
}
@media (max-width: 991.98px) {
  #filterbox_inner .filterbox_option_item {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .database-wrapper {
    width: 100%;
    max-width: 1250px;
  }
  #wps-complex-search-toolbox {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #filterbox_inner {
    padding: 1rem;
  }
}
#filterbox_inner > :is(input, select) {
  width: 100%;
  display: block;
}
#filterbox_inner h4 {
  width: 100%;
  display: block;
  margin-top: 1em;
}
#filterbox_inner:after {
  content: "";
  display: block;
  clear: both;
  float: none;
  position: relative;
}
#filterbox_inner button {
  color: #0b8837;
}

#searchbox_inner {
  position: relative;
  margin-bottom: 0;
  padding: 1rem;
}
#searchbox_inner:after {
  content: "";
  display: block;
  clear: both;
  float: none;
  position: relative;
}
#searchbox_inner input[type=text] {
  width: 100%;
  background: none;
  border: solid 1px #0b8837 !important;
  border-bottom: solid 2px;
  color: white;
  font-size: 1rem;
  padding: 0.4rem;
}
#searchbox_inner input[type=text]::-moz-placeholder {
  color: white;
}
#searchbox_inner input[type=text]::placeholder {
  color: white;
}
#searchbox_inner input[type=text]:focus {
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
}

#ajaxSearch {
  width: auto;
  box-shadow: none;
  background: none;
  color: #fff !important;
  font-size: 1.2rem;
  border: none;
  transition: transform 0.5s ease-in-out;
  transform-origin: 50% 50%;
  background: #0b8837;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
}
#ajaxSearch:hover {
  cursor: pointer;
}

.select2-results__option .cat-parent {
  font-weight: bold;
}
.select2-results__option .cat-child {
  padding-left: 1em;
  display: flex;
  gap: 3px;
}
.select2-results__option .cat-child:before {
  content: " - ";
}

main#main .acf-button.button.button-primary.button-large {
  background: none;
  border: solid 2px #0b8837;
  padding: 0.5rem;
  color: #0b8837;
}
main#main .acf-button.button.button-primary.button-large.top {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
main#main .acf-button.button.button-primary.button-large:hover {
  background: #0b8837;
  border: solid 2px #0b8837;
  color: #ffffff;
  cursor: pointer;
}

main#main div.acf-form-submit .acf-button.button.button-primary.button-large {
  margin-top: 2rem;
}

/* Fancybox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
/*# sourceMappingURL=resources/css/gsgdb-styles.css.map */
