/*** Theme css ***/
h3.nbs_practice_number, h3.nbs_aseanmaps_code_number, h3.nbs_landscapecategory_number {
	position: absolute;
	top: 5%;
	padding: 10px;
	background-color: #6B8A7A;
	z-index:10;
}

.single-nbs-practice h3.nbs_practice_number {
	font-size: var(--wp--preset--font-size--x-large);
}

.nbs-practice-template-default.single.single-nbs-practice h3.nbs_practice_number {
	color: #fff !important;
	position: relative;
	background-color: transparent;
}

.hyphenate, h2 a, h2 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  white-space: normal;
  overflow-wrap: break-word;  /* Notnagel gegen Überlauf */
  word-break: break-word;
  hyphens: auto;
}

a.wp-block-file__button 
 {
	display:none;
}

.wp-block-file a:before {
	content:"Download Document: ";
}

.wp-block-file a:after {
	content:" »";
}

nav {
	z-index: 1000;
}

.landscape-category-nbs-items, .asean_maps_items, .nature-based-solutions-items, .nbs_home_grid_items {
	height: 100%
}

figure.expert-img-title figcaption.wp-element-caption {
	font-size: var(--wp--preset--font-size--large);
}
#metaslider_container_2399 {
  background-color: #f5f5f5;
  box-shadow:  0px 0px 20px 2px silver;
}

.metaslider.ms-theme-cubic .flexslider ul.slides .caption-wrap .caption {
  color: #fff;
  font-size: 1.1rem;
  padding: 20px 30px 20px 30px;
  text-align: center;
}

.ms-is-small.metaslider.ms-theme-cubic .flexslider ul.slides .caption-wrap .caption {
  padding-top: 20px;
}

.metaslider .caption-wrap {
    opacity: 1;
	box-shadow: 0px -5px 14px -10px #000000;
}

.metaslider .caption-wrap a {
	text-decoration: none;
	transition: transform 0.4s ease;
	display: inline-block; /* Wichtig für scale */
}

.metaslider .caption-wrap a:hover {
	transform: scale(1.05); 
	text-decoration:underline;
	text-underline-offset: 4px;
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.header_brand_logo {
    flex-basis: 40% !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.header_navigation {
    flex-basis: 0% !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.header_partners {
    flex-basis: 20% !important;
  }
  h1.wp-block-site-title {
    font-size: 2.0rem;
  }
  p.wp-block-site-tagline {
  display: none;
  }
}

@media (max-width: 600px) {
  h1.wp-block-site-title {
    font-size: 1.5rem;
  }
  
/**
  .metaslider .flexslider .slides li {
  position: relative;
  height: 300px;
  }
  .flexslider .slides img {
  height: 300px;
  -moz-user-select: none;
  }
  .metaslider .slides img {
  width: auto;
}

**/
	.nbs-slider-frontpage {
		width: 100%;
		padding: 0;
	}

	.metaslider .slides img {
		height: 70vh;
		object-fit: cover;
	}
}


