/*
Theme Name: GIZ Transfer
Author: christoph landers, alexsmoli
Author URI: https://k-zwoelf.com
Description: Transfer Project.
Version: 1.3
*/
:root {
  --color--giz-white: #ffffff;
  --color--giz-green: #a5c82b;
  --color--giz-turquoise: #28b9ca;
  --color--giz-dark-blue: #0c3955;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-Regular.woff") format("woff"), url("fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-SemiBold.woff") format("woff"), url("fonts/SourceSansPro-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-Bold.woff") format("woff"), url("fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-padding-top: 80px;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #003653;
  font-weight: 400;
  padding-top: 68px;
}
@media (min-width: 768px) {
  body {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}

.content {
  margin-bottom: 30px;
}

a {
  font-style: normal;
  color: #28b9ca;
}
a:hover {
  color: #2f5b72;
}
a h4 {
  color: #003653;
}
a h5 {
  color: #003653;
}

select {
  max-width: 100%;
}

:focus {
  outline: none;
}

#s {
  background: rgb(255, 255, 255);
  padding-right: 20px;
  transition: all 0.5s ease 0s;
  width: 32px;
  float: right;
  font-size: 0;
}
#s:focus {
  width: 100%;
  color: black;
  font-size: 14px;
}

small {
  font-size: 90%;
}

h1,
h1.title {
  font-size: 38px;
  font-weight: 600;
  color: #003653;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 1rem;
}

.tax-country .archive-header h1 {
  color: #003653 !important;
}

blockquote {
  padding: 10px 20px 20px 70px;
  position: relative;
  font-size: 1.3rem;
}
blockquote:before {
  content: " ";
  display: block;
  background: url("./img/quotemark.svg") no-repeat center center;
  background-size: contain;
  width: 70px;
  height: 70px;
  top: -4px;
  left: -10px;
  position: absolute;
}

.turquoise {
  color: #ffffff;
  background-color: #28b9ca;
  padding-top: 30px;
  padding-bottom: 30px;
}
.turquoise h1.title {
  color: white !important;
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.turquoise h5.title {
  padding-bottom: 30px;
  color: #0c3955;
}
.turquoise h2.title {
  padding-bottom: 0;
  color: #0c3955;
  margin-bottom: 2rem;
}
.turquoise .white {
  color: white;
}
.turquoise h5.white {
  padding-bottom: 15px;
}
.turquoise.vc_row-has-fill {
  padding-top: 0;
  padding-bottom: 0;
}
.turquoise p a, .turquoise ul a, .turquoise li a {
  color: white;
  text-decoration: underline;
}
.turquoise ul {
  padding-left: 1em;
}
.turquoise .link-more a {
  color: white !important;
}

.page-id-6166 h1.title {
  padding-bottom: 0;
}

h2 {
  font-size: 30px;
  padding-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

.archive-header h2 {
  font-size: 26px;
  line-height: 35px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #0c3955;
}

h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  color: #a5c82b;
  line-height: 1.3;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
h4 p {
  font-weight: 400;
}

h4.title {
  color: white;
  padding-bottom: 30px;
  font-family: "Source Sans Pro", sans-serif;
}

h5 {
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
h5 p {
  font-weight: 400;
}

/**
 * Navbar
 */
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  height: 70px;
  margin-top: 15px;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #003653;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #003653;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #003653;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
.navbar-default .navbar-nav > .open > a {
  background: transparent;
  color: #333;
}
.navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
  color: #333;
}
.navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
  color: #333;
}
.navbar-default .navbar-brand {
  color: #003653;
}

.nav-secondary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
.nav-secondary form {
  margin: 0 !important;
}

.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: white;
  backface-visibility: hidden;
}

.row--nav {
  align-items: center;
  transition: padding 0.35s ease-out;
}
@media (min-width: 992px) {
  .row--nav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  ._is-sticky .row--nav {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

.navbar {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .navbar {
    position: relative;
    padding: 0;
    justify-content: flex-end;
  }
}
.navbar .search-trigger {
  display: none;
}
@media (min-width: 992px) {
  .navbar .search-trigger {
    display: block;
    border-radius: 2px;
    border: 0;
    padding: 2px 7px;
    margin-left: 1.5rem;
    background-color: #28b9ca;
  }
  .navbar .search-trigger:hover, .navbar .search-trigger:focus {
    outline-color: #28b9ca;
    background-color: #28b9ca;
  }
}
.navbar .search-trigger--close {
  border-radius: 0;
  background-color: transparent !important;
}
.navbar .search-trigger--close:hover, .navbar .search-trigger--close:focus {
  outline: 0;
  box-shadow: none;
}
@media (min-width: 992px) {
  .navbar .navbar-form {
    transform: translateY(-250%);
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100%;
    background-color: white;
    transition: transform 0.35s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .navbar .navbar-form._is-active {
    transition: transform 0.35s ease-in-out;
    transform: translateY(0);
  }
  .navbar .navbar-form .input-group {
    max-width: min(100vw, 50%);
  }
  .navbar .navbar-form .form-control:focus {
    border-color: #28b9ca;
  }
}

.custom-logo-link {
  display: block;
}

.custom-logo {
  transition: transform 0.35s ease-out;
  transform-origin: left center;
}
@media (max-width: 991px) {
  .custom-logo {
    height: 36px;
    width: auto;
  }
}
@media (min-width: 992px) {
  ._is-sticky .custom-logo {
    transform: scale(0.85);
  }
}

.navbar-nav {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .navbar-nav {
    margin-top: 1rem;
  }
}
.navbar-nav > li > a {
  font-size: 20px;
  font-weight: normal;
  color: #003653;
  transition: color 0.2s ease-in-out;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
    margin-left: 25px;
  }
}
@media (min-width: 1280px) {
  .navbar-nav > li > a {
    font-size: 16px;
  }
}
.navbar-nav > li > a:hover {
  color: #28b9ca;
  text-decoration: none;
}

@media (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0s 0.15s;
  }
}

.navbar .menu-item-has-children:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: visibility 0s, opacity 0.15s;
}

ul.dropdown-menu li {
  padding-bottom: 5px;
}
ul.dropdown-menu li a {
  padding-left: 20px !important;
  color: rgb(120, 120, 120);
}
ul.dropdown-menu li a:hover {
  color: #28b9ca;
  text-decoration: none;
}

.dropdown-menu {
  min-width: 15rem;
  border-radius: 0;
}

body.colored-top .navbar-default .navbar-nav > .open > a {
  background: transparent;
  color: white;
}
body.colored-top .navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
  color: white;
}
body.colored-top .navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
  color: white;
}

.bg-light {
  background-color: white !important;
  border-bottom: 3px solid #003653;
}

.navbar-form .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #28b9ca;
  border-color: #28b9ca;
}

.form-control:focus {
  box-shadow: none;
}

/**
 * Homepage hero
 */
@media (min-width: 768px) {
  .hero .row {
    min-height: 40vh;
  }
}
@media (min-width: 992px) {
  .hero .row {
    min-height: 50vh;
  }
}

.hero__content {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.hero__content > * {
  padding-right: 2rem;
}
@media (min-width: 1440px) {
  .hero__content > * {
    max-width: 720px;
    padding-right: 6rem;
  }
}
.hero__content .wp-block-button__link {
  border: 0;
  background-color: #335e75;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  transition: background-color 0.35s ease-out;
}
.hero__content .wp-block-button__link:hover {
  text-decoration: none;
  background-color: #2b5063;
}

.hero__logo {
  color: #fff;
  margin: 3rem 0 0;
  width: 80%;
  max-width: 320px;
  padding-right: 0;
}

/**
 * Search results
 */
.search-res {
  list-style-type: none;
  padding-left: 0;
}
.search-res li {
  border-bottom: 1px solid #28b9ca;
  background: transparent;
}
.search-res li:hover {
  background: white;
}
.search-res a {
  display: block;
  align-items: center;
  justify-content: space-between;
  flex-flow: row-reverse;
  padding: 10px;
  color: #003653;
}
.search-res a:hover {
  text-decoration: none;
}
.search-res .search-res__label {
  vertical-align: text-bottom;
  display: inline-block;
  background-color: #28b9ca;
  border-radius: 2px;
  color: white;
  padding: 0 0.6em;
  font-weight: 600;
  font-size: 0.8em;
  margin-right: 0.5em;
}
.search-res .search-res__title {
  font-size: 17px;
  font-weight: 600;
}
.search-res .excerpt_part {
  display: block;
  margin-top: 0.3rem;
}

.search-bar {
  padding-top: 2.2rem;
}

.tax-image img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.show-more {
  color: #003653;
  padding-top: 30px;
  display: block;
}

.show-less {
  color: #003653;
  padding-top: 30px;
  display: block;
}

.show-more.toggle-opacity {
  opacity: 0;
  transition: all 1s;
}

.show-more.toggle-opacity.collapsed {
  opacity: 1;
}

.bu {
  font-size: 14px;
  display: block;
  padding-top: 15px;
}

.publication-small-teaser .publication-teaser:nth-child(1) {
  margin-bottom: 2rem;
}

.publication-teaser {
  height: 100%;
  width: 100%;
  background: #edf1f3;
}
.publication-teaser h6 {
  color: #2f5b72;
  font-size: 13px;
  font-weight: normal;
}
.turquoise .publication-teaser, .lightblue .publication-teaser {
  background-color: white;
}
.publication-teaser p {
  font-size: 15px;
  color: #2f5b72 !important;
}
.publication-teaser a {
  color: #a5c82b;
}
.publication-teaser a:hover {
  color: #2f5b72;
}

.publication-teaser.bigger {
  min-height: 260px !important;
}

.latest-article {
  background-color: #edf1f3;
}
.latest-article p {
  font-size: 15px;
  color: #2f5b72 !important;
}
.lightblue .latest-article {
  background-color: white;
}

.publication-cover {
  width: 100%;
  margin-top: 15px;
}

.publication-cover-link {
  position: relative;
  display: block;
}
.publication-cover-link::after {
  background: var(--color--giz-green);
  color: var(--color--giz-white);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4em;
  padding: 1rem 1.5rem;
  position: absolute;
  top: 15px;
  right: 0;
  margin: 0.5rem;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.15s ease-in-out;
  transition-property: transform, opacity;
  font-family: FontAwesome, emoji;
  content: "\f019";
}
.publication-cover-link:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.page-image {
  width: 100%;
  margin-top: 15px;
}

.publication-bg-cover {
  background-size: contain;
  height: auto;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 13px 0 rgba(51, 51, 51, 0.2);
}

.turquoise.filter {
  padding: 30px;
  margin-top: 0 !important;
}
.turquoise.filter ul {
  padding-left: 0;
}
.turquoise.filter label {
  width: 100%;
}
.turquoise.filter label.sf-label-radio {
  width: 90% !important;
  font-weight: normal !important;
}
.turquoise.filter h4 {
  color: white !important;
}

a.search-filter-reset {
  color: white;
}

.chosen-container {
  width: 100% !important;
}
.chosen-container .chosen-results li.active-result {
  font-weight: normal;
}

a.chosen-single {
  background: white !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: normal;
}

.sf-input-text {
  width: 100%;
  font-weight: normal;
  color: #333;
}

.searchandfilter h4 {
  color: white !important;
}

.chosen-container-single .chosen-single span {
  color: #333;
}

.sf-field-reset {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  padding: 5px 15px !important;
  display: inline-block !important;
  margin-top: 15px !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-weight: normal;
  font-size: 16px;
}

ul.taglist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}
ul.taglist li {
  display: inline;
}
ul.taglist li:after {
  content: ", ";
}
ul.taglist li:last-child:after {
  content: "";
}

.onthesidebox p {
  display: none;
}
.onthesidebox h2 {
  display: none;
}
.onthesidebox .sidebox {
  display: block !important;
  padding: 15px;
  border: 1px solid white;
  margin-left: -15px;
  font-size: 14px;
}
.onthesidebox .sidebox p {
  display: block !important;
}

.moreboxcontent p {
  display: none;
}
.moreboxcontent h2 {
  display: none;
}
.moreboxcontent .morebox {
  display: block !important;
}
.moreboxcontent .morebox p {
  display: block !important;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft {
  margin-right: 1.5em;
  display: inline;
}

img.alignleft {
  margin-right: 1.5em;
  display: inline;
}

.alignright {
  margin-left: 1.5em;
  display: inline;
}

img.alignright {
  margin-left: 1.5em;
  display: inline;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.img-headline {
  margin-left: -15px;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.copy-gross {
  font-size: 18px;
}

.green-box {
  background-color: #a5c82b;
  padding: 30px;
}
.green-box h1 {
  color: #ffffff;
  padding-bottom: 0;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.green-box h4 {
  color: #ffffff;
}
.green-box p {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 1.5rem;
}
.green-box p a {
  color: white;
  background: transparent;
  border: 1px solid white;
  padding: 7px 15px;
  margin-top: 0.6rem;
  margin-bottom: 1.6rem;
  display: inline-block;
  transition: background 0.3s ease-in-out;
}
.green-box p a:hover {
  background: #2f5b72;
  color: white;
  text-decoration: none;
}
.green-box a.left:hover {
  color: #003653;
  background: transparent;
}
.green-box a.right:hover {
  color: #003653;
  background: transparent;
}

.green {
  background-color: #a5c82b;
  padding: 30px;
}

.green-box-img {
  background-image: url(//www.changing-transport.org/wp-content/uploads/11795853535_4d1bb09552_h-624x468.jpg);
  background-size: cover;
}

.subtitle {
  color: #2da0da;
}

.white-box {
  height: auto;
  background: red;
}

.funders {
  background: white;
  padding: 15px;
}
.funders .carousel-item {
  height: 118px;
}

.world-map {
  background: white;
  height: auto;
  margin-top: 15px;
  padding-top: 67px;
}

.world-map-opacity h4 {
  font-weight: bold;
  color: #003653;
}
.world-map-opacity a {
  color: #28b9ca;
}

.sign-up {
  background-color: #2da0da;
  margin-top: 15px;
  padding: 15px;
}
.sign-up h4 {
  font-weight: bold;
  color: white;
  margin-top: 0;
}
.sign-up p {
  color: #96cfec;
}
.sign-up .input-mail {
  width: 100%;
}
.sign-up .signup-button {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  color: white;
  padding: 4px 15px;
}

.main-topic-teaser {
  text-align: center;
  margin-top: 20px;
  color: #2da0da;
  background-color: #edf1f3;
}
.main-topic-teaser img {
  height: 150px;
  width: auto;
}

.white {
  color: #003653;
  padding-top: 30px;
  padding-bottom: 30px;
}
.white a:hover {
  text-decoration: none !important;
}

.colored-top .turquoise {
  margin-top: 0;
  color: white;
}
.colored-top .turquoise .publication-teaser p {
  color: #0c3955 !important;
}
.colored-top .header {
  margin-bottom: 0;
}

.postid-7296 .latest-publication {
  display: none;
}

.latest-article-big {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 250px;
}

.topic-teaser {
  position: relative;
  height: 100%;
  background-color: #edf1f3;
  overflow: hidden;
}
.topic-teaser .topic-teaser__link {
  display: block;
  position: absolute;
  height: 120px;
  width: 100%;
  background-color: #edf1f3;
  transition: transform 0.5s cubic-bezier(0.4, 0.59, 0.25, 0.99);
}
@media (hover: hover) {
  .topic-teaser .topic-teaser__link {
    height: 100%;
  }
}
@media (hover: hover) {
  .topic-teaser:hover .topic-teaser__link {
    transform: translateY(calc(-100% + 120px));
  }
}
.topic-teaser .topic-teaser__cover {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.topic-teaser .topic-teaser__name {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.2;
  text-align: center;
  color: white !important;
  background: linear-gradient(transparent, rgba(30, 30, 30, 0.8)) repeat-x;
  padding: 20px;
  margin-bottom: 0;
  transition: background 0.3s;
}
.topic-teaser .topic-teaser__link:hover .topic-teaser__name {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.topic-teaser .topic-teaser__list {
  margin: 0;
  padding: calc(120px + 1em) 2em 1em;
}

.article-element {
  padding-bottom: 30px;
  height: 100%;
  background: #edf1f3;
}
.lightblue .article-element {
  background: white;
}

.latest-article-link:hover {
  text-decoration: none;
}

.article-box a h4 {
  font-weight: bold;
  color: #003653;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 8px;
}
.article-box p {
  color: #2f5b72;
  padding-right: 30px;
  padding-left: 30px;
}

.article-date {
  float: left;
  padding-left: 0;
  padding-top: 5px;
  font-size: 12px;
  color: #003653;
}

.article-type {
  float: right;
  padding-top: 5px;
  padding-right: 4px;
  font-size: 12px;
  color: #2da0da;
}

.link-more {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #28b9ca;
  text-align: right;
  font-size: 15px;
}

.readmore {
  color: #28b9ca !important;
  font-size: 14px;
}

.modal-dialog {
  max-width: 700px !important;
}

.lightblue {
  background-color: rgba(40, 185, 202, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  color: #003653;
}

.lightblue.no-margin {
  margin-top: 0 !important;
}

.lightblue-title {
  font-weight: bold;
  color: #2f5b72;
}

.lightblue-img {
  background-image: url(/wp-content/uploads/11795853535_4d1bb09552_h-624x468.jpg);
  background-size: cover;
  height: 330px;
}

.lightblue-img-right {
  background-size: cover;
  background-image: url(/wp-content/uploads/Compendium_Volume-6_Transport_cover_v03-724x1024.jpg);
  height: 157px;
}

.lightblue-text {
  padding: 15px;
  background-color: #edf1f3;
  margin-left: -15px;
  margin-right: -15px;
  height: 330px;
}
.lightblue-text p {
  font-size: 15px;
}
.lightblue-text a h4 {
  font-weight: bold;
}

.lightblue-text-right {
  padding: 15px;
  background-color: #edf1f3;
  margin-left: -15px;
  margin-right: -15px;
  height: 158px;
}

.lightblue-teaser {
  width: 300px;
  position: relative;
  left: 190px;
}

.lightblue-picture {
  background-size: cover;
  background-image: url(/wp-content/uploads/Compendium_Volume-6_Transport_cover_v03-724x1024.jpg);
  width: 190px;
  height: auto;
  padding: 20px;
  position: absolute;
  left: 0;
}

.lightblue-container {
  margin-bottom: 15px;
  position: absolute;
  left: 15px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #28b9ca;
  color: #ffffff;
}
.footer hr {
  border-color: transparent;
}
.footer .container {
  opacity: 0.7;
}

.footer-list {
  list-style-type: none;
  float: left;
  padding-left: 0;
  width: 100%;
}
.footer-list li {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 30px;
}
.footer-list li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
}
.footer-list li a:hover {
  text-decoration: none;
}

.footer-logos {
  width: 200px;
}

.social-icons {
  float: right;
  margin-right: 8px;
}
.social-icons a {
  margin: 4px 8px;
  color: #ffffff;
  font-size: 1.2rem;
  transition: opacity 0.35s ease-out;
}
.social-icons a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.footer-signup {
  float: right;
}

.footer-policy {
  padding-left: 0;
  width: 100%;
  margin: 0;
  list-style: none;
}
.footer-policy li {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 30px;
}
.footer-policy li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
}
.footer-policy li a:hover {
  text-decoration: none;
}

.carousel-control {
  color: #003653;
  text-shadow: none;
}
.carousel-control:focus {
  color: #335e75;
}
.carousel-control:hover {
  color: #335e75;
}

.home .turquoise {
  margin-top: 40px;
}
.home .additional-map-country.marshall-islands {
  top: 48%;
}

.header {
  margin-bottom: 30px;
  padding-top: 6px;
  padding-bottom: 8px;
  background-color: rgb(193, 206, 213);
  color: #555;
  height: 40px;
  display: none;
}
.header .container {
  opacity: 0.7;
}

.header-top {
  font-size: 12px;
}

.header-logos {
  float: right;
}

.header-links {
  float: right;
  padding: 7px;
  color: #ffffff;
}

.header-signup {
  float: right;
  width: 251px;
  margin-right: -5px;
  margin-top: 3px;
}
.header-signup a {
  font-size: 12px;
}

.social-icons-header {
  float: right;
  margin-right: -6px;
}
.social-icons-header a {
  margin: 8px;
  color: #ffffff;
  font-size: 17px;
}

.input-mail {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.signup-button {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  color: white;
  padding: 2px 5px;
  font-size: 12px;
  margin-top: 6px;
}

.button {
  background-color: #2f5b72;
  color: white;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.375rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 0;
  border-radius: 30px;
  transition: background-color 0.35s ease-out;
}
.button:hover {
  background-color: #284d60;
  color: white;
}

::-webkit-input-placeholder {
  color: white;
}

::-moz-placeholder {
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

:-moz-placeholder {
  color: white;
}

.teammember-name {
  position: absolute;
  bottom: 0;
  text-align: center;
  background: linear-gradient(transparent, rgba(30, 30, 30, 0.8)) repeat-x;
  width: calc(100% - 30px);
  height: 80px;
  padding-top: 15px;
  color: white;
  font-size: 19px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Source Sans Pro", sans-serif;
}

.teammember-profile {
  height: 100%;
  background: #edf1f3;
  font-weight: 600;
}

.project-element {
  height: 100%;
  background: #edf1f3;
}
.lightblue .project-element {
  background: white;
}
.project-element .project-image {
  background-size: cover;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.project-element .project-title {
  width: calc(100% - 30px);
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgb(120, 120, 120);
  font-size: 17px;
}
.project-element .project-title h4 {
  color: #003653;
}

.project-meta {
  padding: 2rem;
}
.project-meta p:last-child {
  margin-bottom: 0;
}

.btn-secondary {
  color: #003653;
}

.btn-download {
  background: var(--color--giz-green);
  color: var(--color--giz-white);
  display: inline-flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  align-items: center;
  gap: 0.8rem;
}
.btn-download:hover {
  background: var(--color--giz-turquoise);
  color: var(--color--giz-white);
}

.btn-download--big {
  font-size: 1.4em;
  padding: 0.8rem 2rem;
  margin-bottom: 0;
  margin-right: 1rem;
  margin-top: 1rem;
}

#navtop.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

@media (max-width: 900px) {
  .publication-teaser.bigger {
    min-height: auto !important;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: 25px !important;
  }
  h1.title {
    font-size: 25px !important;
  }
  h3 {
    font-size: 25px !important;
  }
  .green-box h1 {
    font-size: 25px !important;
  }
  .main-topic-teaser {
    height: 100%;
  }
  .main-topic-teaser img {
    width: 100%;
    height: auto;
  }
  .teammember-profile.topics .latest-article-big {
    min-height: 130px !important;
  }
  .teammember-name {
    font-size: 16px;
  }
  .pt-5 {
    padding-top: 1rem !important;
  }
  .navbar-nav li.menu-item {
    padding-bottom: 7px;
    padding-top: 7px;
    display: block;
  }
  .navbar-nav > li > a {
    font-size: 16px;
  }
  .searchandfilter select.sf-input-select {
    max-width: 250px !important;
  }
  .search-bar {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.newsletter-sidebar h4 {
  color: #053852;
}

.newsletter-sidebar ul {
  list-style-type: none;
  padding-left: 0;
}

.newsletter-sidebar h4 {
  color: #053852;
}

.newsletter-sidebar ul {
  list-style-type: none;
  padding-left: 0;
}

/**
 * Campaign badges
 */
.giz-campaign-badges {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  pointer-events: none;
}
.giz-campaign-badges:not(.giz-campaign-badges--sticky) {
  margin-bottom: 1rem;
}
.single-post .giz-campaign-badges, .single-maintopic .giz-campaign-badges {
  margin-top: 1rem;
}

.giz-campaign-badges--sticky {
  position: sticky;
  bottom: 0;
}
@media (min-width: 575px) {
  .giz-campaign-badges--sticky {
    margin-top: calc((2rem + max(80px, 10vw)) * -1);
  }
}
.giz-campaign-badges--sticky img {
  max-height: max(80px, 10vw);
  max-width: max(80px, 10vw);
  margin: 0.5rem 1rem;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: bottom right;
}
@media (min-width: 575px) {
  .giz-campaign-badges--sticky img {
    margin: 1rem;
  }
}
.giz-campaign-badges--sticky a {
  transition: filter 0.35s ease-out;
}
.giz-campaign-badges--sticky a:hover {
  filter: drop-shadow(0 0 13px rgba(51, 51, 51, 0.3));
}

.giz-campaign-badge {
  display: block;
}
.giz-campaign-badge[href] {
  pointer-events: auto;
}

.giz-campaign-badge--size-sm {
  max-width: 130px;
}
@media (min-width: 992px) {
  .giz-campaign-badge--size-sm {
    max-width: 200px;
  }
}

.giz-campaign-badge--size-md {
  max-width: 170px;
}
@media (min-width: 992px) {
  .giz-campaign-badge--size-md {
    max-width: 300px;
  }
}

.widget .wp-block-columns.are-vertically-aligned-center {
  justify-content: center;
}

.giz-pagination {
  padding: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.giz-pagination .page-numbers {
  margin-right: 15px;
}

.event-teaser {
  background: #edf1f3;
}

.event-teaser__content {
  color: #003653;
}
.event-teaser__content p, .event-teaser__content p a, .event-teaser__content ul {
  color: inherit;
}

.event-teaser__cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.event-teaser__date {
  display: block;
  padding-left: 0;
  padding-top: 5px;
  font-size: 12px;
  color: #003653;
}

.event-teaser__tag {
  font-size: inherit;
  background-color: #a5c82b;
  color: white;
  border-radius: 2px;
  padding: 0.1em 0.4em;
}

.title .event-teaser__tag {
  font-size: 0.6em;
  vertical-align: bottom;
}

.post-teaser__tag {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: 12px;
  background-color: #28b9ca;
  color: white;
  border-radius: 2px;
  padding: 0.1em 0.4em;
}

.tooltip {
  position: relative;
  border-bottom: 1px dashed #000;
}
.tooltip::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 15px;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-align: center;
  display: none;
}

@media (min-width: 768px) {
  .event-teaser__image {
    order: 1;
  }
}

.event-teaser__actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.ndc-tooltip {
  position: relative;
  border-bottom: 1px dashed #ddd;
  cursor: default;
}
.ndc-tooltip::before {
  z-index: 100;
  content: attr(data-text);
  position: absolute;
  top: 100%;
  transform: translateY(15%);
  left: 50%;
  margin-left: 15px;
  width: 250px;
  padding: 10px;
  border-radius: 10px;
  background: #b3b6b7;
  color: #fff;
  text-align: center;
  display: none;
}
.ndc-tooltip:hover::before {
  display: block;
}

.faq-item__title {
  color: var(--color--giz-dark-blue);
}

.faq__outro {
  margin-top: 3rem;
}

.info-card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background: #edf1f3;
  height: 100%;
  color: #003653;
  text-align: center;
  padding: 1rem;
}
.info-card .top {
  background: #a5c82b;
  border-radius: 100%;
  width: 125px;
  height: 125px;
  box-sizing: border-box;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 1rem;
  transition: all 0.5s;
}
.info-card h4 {
  color: #003653;
}
.info-card:hover .top {
  transform: scale(1.05, 1.05);
}

.ndc-header {
  background: #003653;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
}
.ndc-header h1,
.ndc-header h1.title,
.ndc-header h2,
.ndc-header h3 {
  color: #fff;
}
.ndc-header h1.title {
  font-size: 42px;
}
.ndc-header p,
.ndc-header a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
}

.header-logos {
  display: flex;
  justify-content: right;
}
.header-logos > div {
  width: 150px;
  height: 65px;
  position: relative;
  background: #fff;
}
.header-logos > div:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
}
.header-logos > div.giz {
  margin-right: 1rem;
}
.header-logos > div.giz:after {
  background: #ffffff url("./img/giz.jpg") no-repeat center center;
  background-size: contain;
}
.header-logos > div.slocat:after {
  background: #ffffff url("./img/slocat.svg") no-repeat center center;
  background-size: contain;
}

.glossary-btn,
.share-btn {
  min-width: 95px;
  font-size: 1rem;
  position: relative;
  color: #e9f8fa;
  background: #003653;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
  display: inline-block;
  border-radius: 2px;
}
.glossary-btn:hover,
.share-btn:hover {
  color: #e9f8fa;
}
.glossary-btn:after,
.share-btn:after {
  right: 0.5rem;
  top: 0;
  display: block;
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 100%;
  background: url("./img/link-arrow.svg") no-repeat center center;
  background-size: contain;
}

.share-btn {
  background: transparent;
  color: #003653;
  border: 1px solid #003653;
}
.share-btn:hover {
  color: #003653;
}
.share-btn:after {
  background: url("./img/share-icon.svg") no-repeat center center;
  background-size: contain;
}

.share-wrap {
  position: relative;
}
.share-wrap .share-btn {
  cursor: pointer;
}
.share-wrap.open .bubble {
  display: block;
}
.share-wrap .bubble {
  display: none;
  position: absolute;
  background: #fff;
  box-sizing: border-box;
  padding: 0.25rem;
  bottom: 35px;
  left: 50%;
  width: 120px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, 0);
}
.share-wrap .bubble:after {
  position: absolute;
  bottom: -10px;
  left: 50px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.share-wrap .bubble a {
  display: block;
  color: #003653;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
  position: relative;
}
.share-wrap .bubble a:after {
  right: 0.5rem;
  top: 0;
  display: block;
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  background: url("./img/share-facebook.svg") no-repeat center center;
  background-size: contain;
}
.share-wrap .bubble a.share-twitter:after {
  background: url("./img/share-twitter.svg") no-repeat center center;
  background-size: contain;
}
.share-wrap .bubble a.share-copy:after {
  background: url("./img/share-copy.svg") no-repeat center center;
  background-size: contain;
}

.country-header .facts-bars .title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 10px;
}
.country-header .facts-bars .title h3 {
  margin-bottom: 0;
}
.country-header .facts-bars .facts-icon-row {
  display: flex;
  align-items: start;
  padding-left: 15px;
  gap: 10px;
}
.country-header .facts-bars .facts-icon-row img {
  margin-top: 5px;
}
.country-header .facts-bars .facts-icon-row .facts-bars-content {
  flex-grow: 1;
}
.country-header .facts-bars .contrast {
  color: #fff !important;
}
.country-header .facts-bars .facts-content {
  margin-left: 0.5rem;
}
.country-header .facts-bars .facts-content h3 {
  font-size: 28px;
  padding: 0;
  margin-bottom: 0.25rem;
  color: #fff !important;
}
.country-header .facts-bars .facts-content p {
  color: #28b9ca;
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 23px;
}
.country-header .facts-bars .facts-content p.dark-blue {
  color: #003653;
}
.country-header .facts-bars .facts-content p.contrast {
  color: #fff !important;
}
.country-header .facts-bars .bar {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: 600;
  color: #003653;
}
.country-header .facts-bars .bar .bar-transport {
  display: flex;
  flex-direction: column;
}
.country-header .facts-bars .bar .bar-transport span {
  text-align: left;
  padding-left: 5px;
  background: #28b9ca;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 28px;
}
.country-header .facts-bars .bar .bar-legend {
  color: #28b9ca;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  overflow: visible;
  margin-bottom: 10px;
}
.country-header .facts-bars .bar .bar-total {
  display: flex;
  flex-direction: column;
}
.country-header .facts-bars .bar .bar-total span {
  text-align: right;
  padding-right: 5px;
  background: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 28px;
}
.country-header .facts-bars p.bar-note {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.country-header .facts {
  padding-bottom: 30px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.country-header .facts img {
  width: 50px;
  max-width: 50px;
}
.country-header .facts .facts-content p.contrast {
  color: #fff !important;
}
.country-header .country-title-card {
  background: #f2f2f2;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  color: #003653;
}
.country-header .country-title-card h1.title {
  padding: 0;
  margin: 0rem;
  margin-bottom: 0.5rem;
  font-size: 32px;
  color: #003653 !important;
}
.country-header .country-title-card .flag-icon {
  height: 60px;
  width: 100px;
  margin-top: -0.5rem;
  margin-left: -15px;
  clip-path: circle(30px at center);
}
.country-header .country-title-card p {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
}
.country-header .country-title-card .last-update {
  color: #484848;
  font-size: 12px;
  text-align: right;
  margin-bottom: -10px;
  margin-top: 20px;
}

.additional-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.additional-info .glossary-share-btn {
  display: flex;
  gap: 10px;
}

.select-item {
  cursor: pointer;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.5rem;
}

.select-item.active {
  color: #28b9ca;
}

.select-item.active::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #28b9ca;
}

.collection {
  display: none;
}

.collection.active {
  display: block;
}

.glossary-tabs {
  display: flex;
  flex-wrap: wrap;
}
.glossary-tabs .select-item {
  cursor: pointer;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.glossary-tabs .select-item:last-child {
  margin-right: 0;
}

.glossary-box {
  padding: 1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.5rem;
  transition: all 0.5s;
}
.glossary-box .glossary-title {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.glossary-box .glossary-title:after {
  right: 0;
  top: 0;
  display: block;
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 100%;
  background: url("./img/glossary-toggle.svg") no-repeat center center;
  background-size: contain;
  transition: all 0.5s;
}
.glossary-box .glossary-content {
  color: #484848;
  overflow: hidden;
  opacity: 0.5;
  max-height: 0;
  height: auto;
  transition: opacity 0.5s;
  font-size: 0.9rem;
  padding-right: 2rem;
  box-sizing: border-box;
}
.glossary-box.open .glossary-title:after {
  transform: rotate(45deg);
}
.glossary-box.open .glossary-content {
  max-height: none;
  margin: 1rem 0;
  opacity: 1;
}

/**
 * Custom adjustments
 */
.newsletter-form {
  display: flex;
  flex-flow: row wrap;
}
.newsletter-form .element .validation {
  color: #7D3125;
  display: none;
  font-weight: 600;
  margin-top: 0.3rem;
}
.newsletter-form .element.invalid .validation {
  display: block !important;
}
.newsletter-form .newsletter-form__title {
  flex: 1;
  margin-top: 0;
  text-align: right;
  padding-right: 1rem;
}
.newsletter-form form {
  flex: 3;
  accent-color: #335e75;
}
.newsletter-form .form-check {
  padding-left: 0;
  margin-top: 0.5rem;
}
.newsletter-form .form-check label {
  font-size: 0.9rem;
  margin: 0;
}
.newsletter-form input {
  border-radius: 0;
  border-color: white;
}
.newsletter-form input:focus {
  border-color: #335e75;
}
.newsletter-form.newsletter-form--light input {
  border-color: #335e75;
}
.newsletter-form input[type=checkbox] {
  margin-right: 0.3rem;
}
.newsletter-form button {
  width: 100%;
  border: 0;
  background-color: #335e75;
  border-radius: 30px;
  color: white;
  transition: background-color 0.35s ease-out;
}
.newsletter-form button:hover {
  background-color: #2b5063;
}
.newsletter-form button:active, .newsletter-form button:focus {
  background-color: #244151;
}
.newsletter-form p {
  font-size: 0.9rem;
}
.newsletter-form a {
  color: currentColor;
}
.newsletter-form label {
  cursor: pointer;
}
.newsletter-form a:hover {
  color: currentColor;
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
