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

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

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

@media (max-width: 600px) {
  h1.wp-block-site-title {
    font-size: 1.5rem;
  }
}
