@charset "utf8";

/*
    GRÜNSTATTGRAU DB Plugin Stylesheet
    Author: WP-STars Vienna - wp-stars.com    
*/

/* 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;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

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

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        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);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        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, .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;
}



/* Plugin Styles */

/* GSGDB-Registrierungsformular - Anfang Michael September 2018 */

#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;}


/* --- */


/* 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;
  box-sizing: border-box;
  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;
  box-sizing: border-box;
  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 rgba(11, 136, 55, 1);
  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: 0 !important;
}

a.btn.goBack:focus {
  border: none !important;
  box-shadow: 0 !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;
  box-sizing: border-box;
  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;
  padding: 0.5rem;
  background-color: white;
  cursor: text;
  padding: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  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%;
  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;
}



/* GSGDB - Frontend*/

/* Experten Detailseite */

body.single-experten #main h1,
body.single-projekt #main h1,
body.single-produkt #main h1 {
  text-align: left;
}

body.single-experten #main h2,
body.single-projekt #main h2,
body.single-produkt #main h2 {
  text-align: left;
  margin-bottom: 2rem;
}

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

body.single-experten #main h3,
body.single-projekt #main  h3,
body.single-produkt #main  h3 {
  text-align: left;
}

body.single-experten #main h4,
body.single-projekt #main h4,
body.single-produkt #main h4 {
  text-align: left;
}

body.single-experten #main div.card {
  position: relative;
  overflow: hidden;
}

body.single-experten #main div.card a h2 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  position: absolute;
  bottom: 2rem;
  width: 100%;
  /* color: #fff; */
  color: #000;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
  z-index: 999;
}

body.single-experten #main div.card a img { transition: transform 0.2s ease-in-out;}
/*body.single-experten #main div.card a:hover img { transform: scale(1.1);}*/

body.single-experten #main div.card .teaser-icon-box {
  width: 20%;
  height: 20%;
  position: absolute;
  top: 25%;
  left:50%;
  margin-left: -10%;
}
body.single-experten #main div.card .teaser-icon-box img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#main .sidebar-gray {
  background-color: #9d9d9c;
  background-color: #99cfa8;
  background-color: transparent;
  border: solid 1px #0b8837;
  color: #555;
  box-sizing: border-box;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

#main .sidebar-gray h4 {
  color: #555;
  color: #fff;
  color: #0b8837;
  word-wrap: break-word;
}

#main .sidebar-gray a {
  color: #555;
  text-decoration: underline;
  word-wrap: break-word;
}

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



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

div.expert-heads-header { display: flex;}

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

#tab-experts div.expert-heads button.btn.btn-dark { 
  background: transparent;
  border: solid 1px #0b8837;
  color:#0b8837;
}

#tab-experts div.expert-heads button.btn.btn-dark:hover { 
  background: #0b8837;
  border: solid 1px #0b8837;
  color: #fff;
}

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

a.gsg-fa-link {
  margin: 0rem 0.2rem;
  font-size: 22px;
}


@media screen and (max-width: 769px){
  a.gsg-fa-link {
    font-size: 36px;
    margin: 0rem .4rem;
  }
}


div.gsgdb-image-galerie {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  margin-bottom: 4rem;
}

div.gsgdb-image-galerie > div a {
  height: auto;
  border: solid 1px #9d9d9c;
  padding: 0.5rem;
  margin-bottom: 30px;
  display: block;
}

div.gsgdb-image-galerie > div a:hover {
  border: solid 1px #0b8837;  
}

@media SCREEN AND (max-width: 52rem){
  div.gsgdb-image-galerie > a {
    width: 45%;
  }
}

div.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 span.multi {
  background: #0b8837;
  color: #fff;
  padding: 0.2rem;
  margin: 2px;
  /*display: inline-block;*/
  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;
  box-sizing: border-box;
}

ul.download-list li a {
  display: flex;
  align-items: center;
}

div.doc-prev-box {
  display: inline-block;
  border: solid 1px #555;
  padding: 5px;
  margin-right: 1rem;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
}

img.document-preview {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%; 
}



/* GSGDB-Dasboard - Ende */


/* Expandable Text */


.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: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(251,251,251,1) 61%, rgba(255,255,255,1) 100%);
  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%, rgba(251,251,251,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(251,251,251,1) 61%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(251,251,251,1) 61%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(251,251,251,1) 61%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(251,251,251,1) 61%, rgba(255,255,255,1) 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;
  box-sizing: border-box;
  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;
}





/* Products */

.product_logo_box {
  border: solid 1px #dedede;
  padding: 0.2rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.product-box a{
  display: block;
  text-align: left;
}

/* .product-box a h3 { text-align: center !important;} */




.gsgdb-project-box-expert {
  /*margin-bottom: 2rem*/
}

/* GSGDB-Allgemein - Anfang */

.margin-1 {margin-bottom: 1rem;}
.margin-2 {margin-bottom: 2rem;}

@media SCREEN AND (max-width: 52rem){.hide-mobile {display:none;}}
@media SCREEN AND (min-width: 52rem){ .hide-desktop {display:none;}}

#main .singlebox{ text-align: left; margin-bottom: 2rem;}
#main .singlebox h4{ margin-bottom: 0; text-align: left;}

/* GSGDB-Allgemein - Ende */



/* suchen & Finden & Filtern anfang */


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

#wps-complex-search-toolbox {
  background: #0b8837;
  padding: 1rem;
  margin-bottom: 2rem;
  /*margin-top: -15vh;*/
}

@media (min-width: 1199.98px) {
  #wps-complex-search-toolbox {
    margin-right: 3rem;
  }
}

#wps-complex-search-toolbox h4 {
  color: #fff;
  text-align: left;
}

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

#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 textarea,
#wps-complex-search-toolbox input { outline: none; }


#wps-complex-search-map {
  width: 100%;
  height: 50vh;
  background: #dedede;
  margin-bottom: 2rem;
}

.notification-bar-1 {
  border-bottom: dashed 1px #0b8837;
  margin-bottom: 1rem;
}

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

/* suchen & Finden & Filtern Ende */

div#gsgdbmapwrapper div.map-legend {
  border: solid 1px #0b8837;
  background: rgba(255,255,255,0.9);
  display: block;
  position: absolute;
  top: 0rem;
  left:0rem;
  width: 250px;
  padding: 1rem;
  transition: all 0.5s ease-in-out;
}

div#gsgdbmapwrapper div.map-legend ul {
  margin:0;
  padding:0;
}

div#gsgdbmapwrapper div.map-legend ul li {
  list-style: none;
  margin:0 0 1rem 0;
  padding:0;
  color: #0b8837;
}

div#gsgdbmapwrapper div.map-legend ul li:last-child{
  margin-bottom:0;
}

div#gsgdbmapwrapper div.map-legend ul li img {
  margin-right: 0.5rem;
  max-width: 15px;
  height: auto;
}

div#gsgdbmapwrapper div.map-legend span.trigger {
  display: block;
  position: absolute;
  top: 0;
  right: -3.25rem;
  padding: 0.3rem;
  background:#0b8837;
}

div#gsgdbmapwrapper div.map-legend span.trigger:hover {
  cursor: pointer;
}

div#gsgdbmapwrapper div.map-legend span.trigger i {
  color: #fff;
  font-size: 3rem;
}

div#gsgdbmapwrapper div.map-legend.closed { transform: translateX(-250px); }


/* Beginn Suchbox "veränderungen" */

div.container-fluid.database-wrapper {
  width: 90%;
  max-width: 1250px;
}

#wps-complex-search-toolbox {
  background: #fff;
  border: solid 2px #0b8837;
  color: #0b8837;
  padding: 1rem;
  margin-bottom: 5rem;
  width: 70%;
  margin: auto;
  margin-bottom: 4rem;
}

@media (min-width: 1199.98px) {
  #wps-complex-search-toolbox {
    margin-right: auto;
  }
}

#wps-complex-search-toolbox h4 {
    color: #0b8837;
    text-align: left;
}

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

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

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


#wps-complex-search-toolbox  #filterbox_inner > div.filterbox_option_item{ 
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 0rem;
  margin-bottom: 1rem;
}

#wps-complex-search-toolbox  #filterbox_inner > div.filterbox_option_item:nth-child(2n){
  padding-right: 0;
  padding-right: 1rem;
}

@media SCREEN and (max-width: 48rem){
  #wps-complex-search-toolbox  #filterbox_inner > div.filterbox_option_item{ 
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 !important;
  }

  div.container-fluid.database-wrapper {
    width: 100%;
    max-width: 1250px;
  }

  #wps-complex-search-toolbox {
    width: 100%;
  }


}

#wps-complex-search-toolbox  #filterbox_inner > input,
#wps-complex-search-toolbox  #filterbox_inner > select {width: 100%; display: block;}

#wps-complex-search-toolbox  #filterbox_inner > h4 {width: 100%; display: block;}

#wps-complex-search-toolbox  #filterbox_inner:after {
  content:'';
  display: block;
  clear: both;
  float: none;
  position: relative;
}
#wps-complex-search-toolbox #searchbox_inner button {color: #0b8837;}

#wps-result-list {
  /* margin-top: 5rem;*/
}

#wps-complex-search-toolbox select {
  border-radius: 0;
  -webkit-border-radius: 0px;
  border: solid 1px #0b8837;
}

/* Ende der Suchbox "veränderungen" */

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

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

a.btn.back:hover,
button.readmore.btn:hover {
  background: #0b8837;
  color: #fff;
}

/* Suchen und Fitlern Ergebnisse */
.wpscs-result-item {
  text-align: center;
  padding: 0;
  border: solid 1px #dedede;
  margin-bottom: 0.5rem;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.5rem;
  flex-direction: column;
  /*min-height: 300px;*/
}

.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 .icon {
  display: block;
  width: 25%;
  height: auto;
  position: absolute;
  top:  0px;
  left: 0px;
}
.wpscs-result-item .icon img {padding:0;}

/*.wpscs-result-item.experten .icon {
  background: rgba(255,255,255,0.2);
  width: 15%;
  top: 2px;
  left: 2px;
}*/

/* Datenbanksuche - Spezial Layout für die Experten Items */
/* Wenn wieder ein allgemeiner Stil gewünscht ist muss der darüber stehende Stil (.wpscs-result-item.experten .icon) wieder aktiviert werden.  */
.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%; box-sizing: border-box;}
.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;}

.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;
  /*max-width: 80%; */
}

.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;
}

#wps-result-list div.loader {
  background: #fff;
  color: #0b8837;
  text-align: center;
  font-size: 2rem;
}

#wps-result-list .row > div {margin-bottom: 2rem;}

/* Datenbanksuche Result List Items umgestaltng - alle außer Experten */

.wpscs-result-item:not(.experten){
  justify-content: flex-end;
  padding: 0;
  /*min-height: 350px;*/
  min-height: 275px;
}

.wpscs-result-item:not(.experten) .item-text {
  background: rgba(255,255,255,0.8);
  width: 100%;
}

.wpscs-result-item.fullbg:not(.experten) h4 { background: none;}


/* ENDE Datenbanksuche Result List Items umgestaltng - alle außer Experten */

#filterbox_inner {
  box-sizing: border-box;
  padding: 1rem;
}

#searchbox_inner {
  position: relative;
  margin-bottom: 0rem;
  padding: 1rem;
  box-sizing: border-box;
}

#searchbox_inner:after  {
  content:'';
  display: block;
  clear: both;
  float: none;
  position: relative;
}

#searchbox_inner input[type=text]{
  width: 100%;
  background: none;
  border: none;
  padding-left: 0;
  border: solid 1px #0b8837 !important;
  border-bottom: solid 2px;
  color: #fff;
  font-size: 1.0rem;
  box-sizing: border-box;
  padding: 0.4rem;
}

#searchbox_inner input[type=text]::-webkit-input-placeholder{ color:#fff;}
#searchbox_inner input[type=text]:-moz-placeholder { color:#fff;}
#searchbox_inner input[type=text]:focus { border-bottom: dashed 2px rgba(255,255,255,0.5);}

#searchbox_inner #ajaxSearch,
#filterbox_inner #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%;
  /*position: absolute;
  right: 0;
  bottom:1.5em;*/
  background: #0b8837;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
}

#searchbox_inner #ajaxSearch:hover,
#filterbox_inner #ajaxSearch:hover {
  cursor: pointer;
  /*transform: rotate(360deg);*/
}





.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;}
#gsgdbmapwrapper{ position: relative;}

.geosearch-field-gsgdb {
  width: 90%;
  max-width: 1800px;
  margin: auto;
  display: block;
  position: relative;
}

.geosearch-field-gsgdb input#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;
}

div.gsgdb-infobox{
  background: #0b8837;
  color: #fff;
  margin-top: 4rem 0rem;
  padding: 2rem;
  box-sizing: border-box;
}

div.gsgdb-infobox a.btn {
  border: solid 1px #fff;
  color: #fff;
}

div.gsgdb-infobox a.btn:hover {
  border: solid 1px #fff;
  color: #0b8837;
  background: #fff;
}

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

/* Mitgliedschaft ändern im Dashboard */

.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;
  box-sizing: border-box;
  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 #dededede;
}

#gsgdb_select_dashboard_membership ul li:before {
  content:''; /*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;
  box-sizing: border-box;
  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;
}

/* Membership Werbung im Dashboard - Sidebar */

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

#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 #dededede;
}
#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;
}

/* GSGDB Datenbankseite CTA Block */

div#call-to-action-block {
  display: none;
  text-align: center;
  padding: 5rem 2rem;
  padding-top: 10rem;
  box-sizing: border-box;
  margin-top: -13rem;
  position: relative;
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 64%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 64%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 64%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

div#call-to-action-block a.btn {
  background: #0b8837;
  color: #fff;
  border-radius: 0;
  white-space: normal;
  margin-bottom: 5px;
  min-width: 150px;
  margin: auto;
  margin-top: 1rem;
}

div#call-to-action-block a.btn:hover {
     opacity: 0.8;
    cursor: pointer;
}

/**/

#menu-meta-navigation-header li.highlight.datenbank.menu-item a,
#menu-meta-navigation-headeren li.highlight.datenbank.menu-item a {
  position: relative;
  padding-left: 30px;
}

#menu-meta-navigation-header li.highlight.datenbank.menu-item a:before,
#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 SCREEN and (max-width: 48rem){
  #gsgdb-singlepage-post-icon {
    width: 8%;
  }
}



#gsg-dashboard-content .item {
  position: relative;
}

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


/* ACF Frontend Form Stylings */
.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;
}


/* Datenbank Basic View Buttons */

#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;
  margin-bottom: 5px;
  min-width: 150px;
  margin: auto;
  margin-top: 1rem;
}

#wps-result-list div.baseview-button-holder a.btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*  Iframe Like Scrooable Content */

.iframe-like {
    width: 100%;
    height: 200px;
    background: #ffffff;
    overflow-y: auto;
    padding: 1.5rem;
    box-sizing: border-box;
    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;}

ul#dashboard-gsg-addon-services {
  padding:0;
  margin: 2rem 0rem;
}

ul#dashboard-gsg-addon-services li {
  list-style: none;
  margin:0;
  padding:0.5rem 0.5rem;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
}

ul#dashboard-gsg-addon-services li a {
  color: #000;
  text-decoration: none;
}

ul#dashboard-gsg-addon-services li:hover a{ color: #0b8837;}

/* Reset Button für die DAtenbanksuche */
div.reset-button-box {
  display: block;
  width: 100%;
  clear: both;
}

div.reset-button-box a {
  border: solid 1px #0b8837;
  border-radius: 0;
  margin-top: -4px;
  padding: 0.5rem 1rem;
}

/* Frontend ACF Submit button Styling */
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;
}


/* Backend Experte Anlegen stylen */

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%;}



/* Involved Listings */

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

.collapsable-headline button.btn{
  -webkit-appearance: none;
  padding:0;
  border: none;
  margin-bottom: 1rem;
  color: #0b8837;
  background: none;
}

.collapsable-headline button.btn:hover,
.collapsable-headline button.btn:active,
.collapsable-headline button.btn:focus {
  box-shadow: none;
  text-shadow: none;
  border: none;
  text-decoration: underline;
  color: #0b8837;
}

.collapsable-headline h3: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);
}

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

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


.collapsable-headline.collapsable-headline-expert h3:before{background-image: url('../img/datenbank-tabs/tab_icon_experte.png') !important;}
.collapsable-headline.collapsable-headline-project h3:before{background-image: url('../img/datenbank-tabs/tab_icon_projekt.png') !important;}
.collapsable-headline.collapsable-headline-product h3:before{background-image: url('../img/datenbank-tabs/tab_icon_product.png') !important;}


.involved-item {
  margin-bottom: 1rem;
}

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


/* Icons für die Tabs in der Datenbanksuche */
@media screen and (min-width: 455px){

  div.filterbox_option_item.post_type_filter fieldset#post_type_selection input#rd_experten + label:before,
  div.filterbox_option_item.post_type_filter fieldset#post_type_selection input#rd_projekt + label:before,
  div.filterbox_option_item.post_type_filter fieldset#post_type_selection input#rd_produkt + label:before {
    content: '';
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 0.3rem;
  }

  div.filterbox_option_item.post_type_filter fieldset#post_type_selection input#rd_experten + label:after,
  div.filterbox_option_item.post_type_filter fieldset#post_type_selection input#rd_projekt + label:after,
  div.filterbox_option_item.post_type_filter fieldset#post_type_selection input#rd_produkt + label:after{
    content: '';
    display: block;
    position: relative;
    clear: both;
    float: none;
  }

  div.filterbox_option_item.post_type_filter fieldset#post_type_selection input#rd_experten + label:before {
    background: url('../img/datenbank-tabs/tab_icon_experte.png') no-repeat center center;
    background-size: cover;
  }

  div.filterbox_option_item.post_type_filter fieldset#post_type_selection input#rd_projekt + label:before {
    background: url('../img/datenbank-tabs/tab_icon_projekt.png') no-repeat center center;
    background-size: cover;
  }

  div.filterbox_option_item.post_type_filter fieldset#post_type_selection input#rd_produkt + label:before {
    background: url('../img/datenbank-tabs/tab_icon_product.png') no-repeat center center;
    background-size: cover;
  }

}


/* Beim Parameter no-search soll die Suchmaske nicht mehr angezeigt werden */
#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;
}

.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;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

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