body {
  font-family: "Metropolis";
}

a {

  color: #0D8894;
}

section.top-nav {
  padding: 40px 0 20px 0;
}

.wrp {
  min-height: calc(100vh - 190px);
}


.home-link img {
  max-width: 100%;
}

section.content-1 {
  padding-top: 50px;
  padding-bottom: 5px;
  color: #4D4D4D;
}

section.content-1 strong {
  color: #000;
}

.section-dark {
  background-color: #F6F6F6;
}

.top-shadow,
.top-shadow-light {
  background-image: url(../images/shadow.png);

  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  border-top: 1px solid #575757;
}

.top-shadow.last {

  background-image: url(../images/shadow.png), url(../images/shadow-light_end.png);
  background-position: center top, center bottom;
}

.top-shadow-light {
  background-image: url(../images/shadow-light.png);
}

section.content-1 h2 {
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 1em;
}

section.content-1 h2.about-c-title {
  margin-bottom: 2.5em;
  font-size: 30px;
  font-weight: bolder;
  color: #000;
}

section.content-1 p {
  font-size: 16.7px;
  line-height: 1.9em;
  margin-bottom: 1.5em;
}


section.list-blk .col-md-6:last-of-type ul:last-of-type:after {

  border: none;
}

section.list-blk h2 {

  text-align: left;
  line-height: 1.5em;
  font-size: 22px;
}

section.list-blk ul {

  position: relative;
}

section.list-blk ul::after {
  height: 9px;
  width: 40%;
  border-bottom: 3px solid #0D8894;
  content: " ";
  margin-left: 5em;
  position: relative;
  display: block;
  margin-bottom: 2em;
  padding: 1em 0 0 0;
}

section.list-blk ul:last-of-type:after {
  display: none;
}

section.list-blk ul li {

  list-style: outside none;
  font-size: 16.4px;
  line-height: 1.3em;
  padding-bottom: 0.5em;
  position: relative;
}

section.content-1 ul li {
  position: relative;
  list-style: outside none;
}

section.content-1 ul li:before,
section.list-blk ul li:before {
  content: " ";
  display: inline-block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  background-image: url(/themes/segm/images/disc.svg);
  left: -1.1em;
  top: 0.4em;
  background-size: contain;
  background-repeat: no-repeat;
}

section.home-intro {
  padding: 37px 0 5px;
  border-bottom: 5px solid #0D8894;
  background-image: url(../images/shadow-light.png), url(../images/intro-bg.png);
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  color: #4D4D4D;
  padding: 4em 0 2em;
}

section.home-intro p {
  font-size: 31px;
  font-weight: bolder;
  font-family: Myriad;
}

section.content-1 p.smallest-text {
  font-size: 11px;
  line-height: 1.3em;
  padding-top: 3em;
}

section.top-nav nav {
  display: flex;
}

section.top-nav nav a {
  margin: 0 1.2em;
  color: #4D4D4D;
  text-transform: none;
  font-family: "Metropolis";
  font-weight: bolder;
  font-size: 19px;
  position: relative;
}

section.top-nav nav a.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  width: 100%;
  height: 3px;
  background-color: #0D8894;
}

section.top-nav nav a:hover {
  text-decoration: none;
  Color: #000;
}

section.contact-cont {
  border-top: none;
}

section.contact-form {
  border-top: none;
}

section.contact-cont p {
  line-height: 1.4em;
  font-size: 27px;
  margin-bottom: 0.7em;
}

section.contact-cont p em {
  font-size: 20.3px;
  color: #4D4D4D;
  font-weight: bold;
}

footer {
  border-top: 5px solid #0D8894;
  content: " ";
  min-height: 78px;
  background-image: url(../images/footer.png);
  background-size: cover;
  color: #fff;
  padding-top: 1em;
}

footer .foot-brand {
  font-size: 42px;
  font-weight: bold;
  margin-top: 0.5em;
}

.donate-top,
#stripe-examples-simple-checkout input[type="submit"] {
  background: #0D8894;
  color: #fff;
  font-size: 19px;
  padding: 0.2em 1em;
  margin: 0 0 0 1.4em;
  border-radius: 0.5em;
  box-shadow: 0px 0 0 5px #fff, 0 0 0 10px #EBECEC;
  border: none;
  text-transform: uppercase;
  font-weight: bolder;
}

.donate-top:hover {

  background-color: #3BB6C2;
  border-color: #0D8894;
}

#stripe-examples-simple-checkout input[type="submit"] {
  margin: 2em 0.5em 0.5em;
  float: right;
}

#stripe-examples-simple-checkout label {
  padding-top: 1em;
}


.about_pers {
  position: relative;
  padding-bottom: 5em;
}

.about_pers:after {
  display: block;
  content: "";
  position: relative;
  width: 40%;
  border-bottom: 3px solid #0D8894;
  padding-top: 1.5em;
  margin: auto;
}

.about_pers:last-of-type:after {
  border-bottom: none;
  padding-top: 0;
}

.about_pers .row {
  flex-direction: row;
}

.about_pers:nth-child(2n) .row {
  flex-direction: row-reverse;
}


.about_pers .picts img {
  width: 95%;
  height: auto;
}


.about_pers .texts p {
  line-height: 2.1em;
  text-align: justify !important;
  text-justify: distribute;
}

.about_pers .texts h2 {
  text-align: left;
  font-weight: normal;
}

.about_pers:nth-child(2n) .texts h2 {

  text-align: right;
}


section.top-page-s {

  background-color: #FBFBFB;
  border-bottom: 5px solid #0D8894;
}

section.top-page-s p {

  text-align: justify !important;
  line-height: 1.5em;
  font-size: 17.5px;
}

form#contact-message-register-form {
  padding-bottom: 3em;
}

form#contact-message-register-form p.small-form-deskr {
  font-size: 14px;
  font-style: italic;
}

form.webform-submission-contact-us-new-form label,
form#contact-message-register-form label {
  margin: 0;
  font-weight: bolder;
  font-size: 23.2px;
  line-height: 1.3em;
  padding-bottom: 0.5em;
}

form.webform-submission-contact-us-new-form label .group-field,
form#contact-message-register-form label.group-field {
  font-size: 23.2px;
  text-align: justify;
  padding-bottom: 0.9em;
}

form.webform-submission-contact-us-new-form .stay-body label,
form#contact-message-register-form .stay-body label {
  font-size: 14px;
  font-weight: normal;
}


form.webform-submission-contact-us-new-form .col-lg-6>div,
form#contact-message-register-form .col-lg-6>div {
  margin-bottom: 3em;
}

form#contact-message-register-form .col-lg-6>div:last-of-type {
  margin-bottom: 0.5em;
}

form#contact-message-register-form #edit-preview {
  display: none;
}

form.webform-submission-contact-us-new-form #edit-actions-submit,
form#contact-message-register-form #edit-submit {

  background: #0D8894;
  padding: 0.7em 2em;
  color: #fff;
  border: none;
  border-radius: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19.8px;
}

form.webform-submission-contact-us-new-form #edit-actions-submit {
  margin-top: 1.5em;
}

a[href*="pop"] {
  position: relative;
  color: #0D8894;
  font-weight: bold;
  text-decoration: none;
}

a span.pop {
  display: none;
  position: absolute;
  font-size: 10px;
  line-height: 1.3em;
  width: 24.3em;
  bottom: 2.5em;
  background: #fff;
  color: #4D4D4D;
  padding: 1em;
  left: 3em;
  overflow: visible;
  border: 3px solid #0D8894;
  border-radius: 1.1em 1.1em 1.1em 0;
  z-index: 1000;
  text-align: left;
}

a:hover span.pop {
  display: block;
}




.hide-text {
  display: none;
}

.hide-text.show {
  display: block;
}

.StripeElement {
  height: 32px;
}

#contact-message-subscribe-form {
  padding: 1.3em 0.1em;
}

#contact-message-subscribe-form div {
  display: inline;
}

#contact-message-subscribe-form div.row {
  display: none;
}

#contact-message-subscribe-form input {
  max-width: 50%;
}

div.div-inline1:after {
  width: 47%;
  border-bottom: 3px solid #0D8894;
  content: " ";
  display: block;
  height: 1px;
  margin: 0 auto 2em;
  padding-bottom: 3.3em;
}

div.div-inline input {
  display: inline;
}

label.but-sur {
  display: inline-block;
  background:
    #949494;
  color:
    #fff;
  font-size: 17px;
  padding: 0.4em 0.4em;
  margin: 0;
  margin-left: 1.4em;
  border-radius: 0.5em;
  box-shadow: 0px 0 0 5px #fff, 0 0 0 10px #EBECEC;
  border: none;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 1em;
  cursor: pointer;
}

.gfm-embed {
  position: relative;
}

.gfm-embed:hover {
  filter: grayscale(0%);
}

.navbar-toggler {
  position: absolute;
  top: -1em;
}

.navbar-toggler-icon {
  background-image: url(../images/iconfinder_menu.svg);
}

.blog-title {
  font-size: 28px;
  text-align: left;
  margin-bottom: 0.7em;
  color: #0D8894;
}

.blog-title.blog-subtilte {
  font-style: italic;
  margin-bottom: 1.5em;
  color: #7C7676;
  font-size: 25px;
}

.blog-title.blog-subtilte.blog-subtilte-sm {
  margin-bottom: 0.7em;
}


.blog-summary p:last-of-type {
  margin-bottom: 0.5em;
}

article.blog-list {
  margin-bottom: 3em;
}

article.blog-list h2 {
  text-align: left;
  margin-bottom: 0.1em;
}

article.blog-list h2 a {
  color: inherit;
}

article.blog-list div.readmore {
  text-align: right;
}

article.blog-list div.readmore .read-more {
  opacity: 0.8;
  border: none;
  font-size: 100%;
}

article.blog-list div.readmore .read-more:hover {
  background: initial;
  color: #0D8894;
  text-decoration: none;
}

section.content-1 h2.blog-full {
  text-align: left;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 10px;
}

.article-teaser>p {
  display: inline;
}

.article-teaser>div.readmore {
  display: inline;
}

.article-content a {

  color: #0D8894;
}

.read-more-blog {
  font-size: 14px;
}


.blog-date {
  padding-bottom: 1.5em;
}

.blog-full-date {
  padding-bottom: 2.5em;
}

.blog-text-body .hide-text {
  margin: 2em 0em;
}

table.sm-1 {
  font-size: 80%;
}

table.sm-1 td {
  box-sizing: border-box;
  padding: 0.5em 1em;
}

table.sm-1 p {
  font-size: 100%;
  margin: 0;
  line-height: 1.3em;
}

.feed-icon {
  display: none;
}

@media (max-width: 991px) {
  .home-link img {
    margin-bottom: 1.5em;
  }

  #navbarNav {
    display: block;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
  }

  #navbarNav:not(.show) {
    display: none;
  }

  #navbarNav nav {
    display: block;
  }

  #navbarNav nav a {
    display: block;
    width: max-content;
    margin-bottom: 1.4em;
  }

  .donate-top {
    display: block;
  }

  section.top-nav nav a.is-active::after {
    bottom: 0.1em;
  }

  .about_pers .picts {
    padding-bottom: 1.5em;
    text-align: center;
  }

  section.list-blk ul:last-of-type:after {
    display: block;
  }

  .col-lg-6.mobile-pad {
    margin-top: 3em;
  }
}

.own-text {
  position: relative;
  top: -2em;
}

form#user-login-form {
  width: 15em;
  max-width: 100%;
}

@media (max-width:767px) {
  span.no-mobile {
    display: none;
  }

  .mobile-nojust {
    text-align: initial !important;
  }

  .about_pers .texts p {
    text-align: initial !important;
  }

  section.top-page-s p {
    text-align: initial !important;
  }
}

section.content-1 h2.blog-full~div h3 {
  color: #0D8894 !important;
}

.blog-text-body .col.text-right {
  margin: 0.5em 0 1em;
}

ol.o-o-o li {
  margin-bottom: 0.5em;
}

ul.o-o-o li {
  margin-bottom: 0.5em;
}

.soc-links {
  display: flex;
}

.article-teaser .soc-links {
  display: none;
}

.print-soc {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/print.svg);
  transform: translateY(-1.2em);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 3px;
}

#eapps-social-share-buttons-1 {
  width: auto;
}

.blog-text-body li {
  line-height: 1.9em;
}

.t-text-t {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  min-height: 20em;
}

.t-text-t>div {
  width: 100%;
  text-align: center;
  padding: 0 7em;
}

.gfm-embed iframe {
  position: relative;
  z-index: 100;
}

sup {
  line-height: 1.5em;
  display: block;
}

@media (max-width: 991px) {
  .t-text-t>div {
    padding: 0 0.5em
  }
}

@media (max-width:767px) {
  .t-text-t {
    position: relative;
    min-height: 6em;
  }
}

.p-donate button.donate-top {
  visibility: hidden;
}

.sub_col .sub_name {
  font-size: 124%;
  cursor: pointer;
  line-height: 1.7em;
  font-weight: bold;
  margin: 0.8em 0;
  padding: 0.1em;
}

.sub_col .sub_name:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/close_oo.svg);
  content: "";
  background-position: center 66%;
  background-repeat: no-repeat;
  background-size: 61% auto;
}

.sub_col .sub_name.show:before {
  background-image: url(../images/close_io.svg);
  background-position: 0 83%;
  background-size: auto 61%;
}

.sub_col .sub_hidden {
  display: none;
  padding-left: 2em;
}

.sub_col>.sub_name.show~.sub_hidden {
  display: block;
}

.items .ite_title {
  padding-bottom: 0.5em;
  color: #000;
  font-size: 115.5%;
  display: inline-block;
  width: calc(100% - 5.5em);
  vertical-align: top;
  margin-left: 1em;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  padding-top: 0.3em;
}

.items_del .ite_title:before {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/close_o.svg);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  position: absolute;
  left: 2em;
}

.sub_hidden .items .ite_title::before {
  left: 4em;
}

.items .ite_title.show:before {
  background-image: url(../images/close_i.svg);
}

.items {
  margin: 0 0 0;
  padding: 0.4em 1.5em 1.5em 1.5em;
  display: flex;
  flex-wrap: wrap;
}

.items .segm_analyse {
  width: 3.5em;
  padding: 0;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0em 1em 0 0;
  min-height: 3.5em;
  display: inline-block;
}

.items .segm_analyse.segm_en {
  background-image: url(../images/segm_analysis.svg);
  transition: transform 0.5s 0s;
}

.items:hover .segm_analyse.segm_en,
.items.journal_show .segm_analyse.segm_en,
.items.segm_show .segm_analyse.segm_en {
  transform: scale(1.8);
}

.items .more-jour {
  border: 2px solid #D9DADA;
  display: inline-block;
  width: max-content;
  padding: 0.1em 0.3em 0.1em 1.5em;
  border-radius: 0.3em;
  margin-top: 0.9em;
  font-size: 1rem;
  margin-right: 0.9em;
  cursor: pointer;
  position: relative;
}

.items .more-jour:before {
  content: " ";
  width: 0.9em;
  height: 0.9em;
  display: block;
  position: absolute;
  left: 0.3em;
  background-image: url(../images/ja_act.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.4em;
}

.items.journal_show .more-jour:before {
  transform: rotate(100grad);
}

.items .more-jour.journal_de {
  cursor: inherit;
  color: #D9DADA;
}

.items .more-jour.journal_de::before {
  background-image: url(../images/ja_dis.svg);
}

.items .more-segm {
  border: 2px solid #D9DADA;
  display: inline-block;
  width: max-content;
  padding: 0.1em 0.3em 0.1em 1.5em;
  border-radius: 0.3em;
  color: #0D8894;
  margin-top: 0.9em;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}

.items .more-segm:before {
  content: " ";
  width: 0.9em;
  height: 0.9em;
  display: block;
  position: absolute;
  left: 0.3em;
  background-image: url(../images/sa_act.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.4em;
}

.items.segm_show .more-segm:before {
  transform: rotate(100grad);
}

.items .more-segm.segm_de {
  display: none;
}

.items:hover {
  background: #f8f8f8;
}

.items .hide_ite {
  font-size: 1rem;
  width: 100%;
  padding-left: 6em;
  display: none;
  position: relative;
}

.items.segm_show .hide_ite {
  display: block;
}

.items.journal_show .hide_ite {
  display: block;
}

.items.journal_show .hide_ite .col-abstr {
  display: block;
}

.items .hide_ite .hide_atach {
  display: none;
}

.items .hide_ite .hide-all {
  position: absolute;
  bottom: -0.9em;
  right: calc(42.5%);
  border: 2px solid #C3C4C4;
  padding: 0.3em 2.6em 0.2em 2.6em;
  font-size: 1.3rem;
  border-radius: 0.3em;
  cursor: pointer;
  font-weight: bold;
}

.items .hide_ite .col-abstr {
  display: none;
  font-size: 1rem;
  color: #000;
}

.items .hide_ite .col-segm {
  display: block;
  padding: 0;
  min-width: 50%;
  content: " ";
}

.items .hide_ite .col-segm.segm_dis {
  display: none;
}

.items .hide_ite .col-segm p {
  font-size: 1rem;
  padding: 0;
  margin: 0.6em 0;
  line-height: 149%;
  color: #000;
}

.items a {
  color: #222;
  font-weight: lighter;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  position: relative;
}

.items a:hover {
  text-decoration: none;
}

.hide_ite .hide_atach {
  padding-bottom: 0.5em;
}

.hide_ite .bibl {
  padding-bottom: 0.5em;
  font-style: italic;
}

.hide_ite .note {
  display: flex;
  padding-top: 0.6em;
  clear: both;
  padding-bottom: 3em;
}

.hide_ite .note .note-title {
  display: block;
  font-size: 140%;
  margin-top: 0.3em;
  margin-bottom: 0.4em;
}


.items .ite_title.show~.hide_ite {
  display: block;
}

.items .ite_title.show~.hide_ite .col-abstr {
  display: block;
  color: #000;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

.items .ite_title.show~.hide_ite .hide_atach {
  display: block;
}

.collection_col {
  padding: 0.5em 0;
}

.collection_col .collection_name {
  font-size: 130%;
  cursor: pointer;
  color: #fff;
  padding: 0.5em 0 0.5em 1em;
  background-color: #0D8894;
  margin: 0 0 1.5em 0;
  font-weight: bold;
}

.collection_col .collection_name.ishid {
  cursor: initial;
}

.collection_col .collection_name:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/close_o_w_1.svg);
  content: "";
  background-position: 0 83%;
  background-repeat: no-repeat;
  background-size: 80% 70%;
  margin-right: 0.3em;
}

.collection_col .collection_name.ishid:before {
  opacity: 0;
}

.collection_col .collection_name.show:before {
  background-image: url(../images/close_i_w_1.svg);
  background-position: 0 114%;
}

.collection_col .collection_hidden {
  padding-left: 0;
}

.collection_col .collection_hidden a.subreadmore {
  display: none;
}

.collection_col .collection_hidden .collection_items {
  display: none;
  transition: all 3s;
}

.collection_col .collection_name.show~.collection_hidden .collection_items {
  display: block;
}

.hidden_hiden {
  display: none;
}

.read-more {
  width: max-content;
  text-transform: uppercase;
  color: #0D8894;
  font-weight: bold;
  margin: 1em auto;
  text-transform: capitalize;
  border: 1px solid #0D8894;
  padding: 0em 0.6em;
  line-height: 2.3em;
  border-radius: 0.3em;
  cursor: pointer;
  font-size: 130%;
}

.read-more:hover {
  background-color: #0D8894;
  color: #fff;
}

.show34 .read-more {
  margin-bottom: 1.3em;
}

.show34 .hidden_hiden {
  display: block;
}

.read-more.rf {
  display: none;
}

.read-more.rmf {
  display: block
}

.show34 .read-more.rm {
  display: none;
}

.show34 .read-more.rf {
  display: block
}

.csl-bib-body,
.csl-entry,
.bib_read_more {
  display: inline;
}

.bib_read_more {
  font-weight: normal;
  color: #000;
  float: right;
  font-weight: lighter;
  border-bottom: 1px solid;
  line-height: 1.2em;
  padding-bottom: 1px;
}

.bib_read_more .round {
  display: inline-block;
  padding: 1px;
  margin-right: 0.5em;
  border-radius: 50%;
  border: 1px solid;
  width: 1em;
  text-align: center;
  height: 1em;
  line-height: 0.8em;
  font-weight: bold;
}

.show .bib_read_more {
  opacity: 1;
}


.bib_read_less {
  font-weight: normal;
  color: #000;
  float: right;
  display: none;
  font-size: 100%;
  cursor: pointer;
  text-decoration: underline;
}

.items .ite_title.show~.hide_ite .bib_read_less {
  display: block;
}

.sum_item span.seg_color {
  display: block;
  font-size: 140%;
  margin-top: 0.3em;
  margin-bottom: 0.4em;
  color: #0D8894;
  font-weight: normal;
}

.summay {
  border-left: 1px solid #0D8894;
  padding-left: 1em;
  margin-left: 1em;
}


.items .ite_title.show .bib_read_more {
  display: none;
}

.items .ite_title.show .bib_read_less {
  float: right;
  display: block;
  font-size: 100%;
}

.collection_col .collection_hidden .sub_col {
  display: none;
}

.collection_col .collection_name.show~.collection_hidden .sub_col {
  display: block;
}

.collection_col .collection_hidden .sub_col~.collection_items {
  display: none !important;
}

.studies-text {
  column-count: 2;
  text-align: justify;
  column-gap: 4em;
}

h2.studies-h {
  text-align: left !important;
}

.em-progress {
  padding-bottom: 0.5em
}

.em-progress .cta-title {
  text-align: left;
  padding-bottom: 0.5em;
}

.em-progress .cta-title>* {
  font-size: 1.6rem;
}

.em-progress .cta-title h2 {
  display: inline;
  padding-right: 0.1em;
}

.em-progress .cta-title span {
  font-size: 1.2rem;
}


.em-progress .progress-bar {
  background-color: #0D8894;
}

.em-title {
  box-sizing: border-box;
  color: rgb(51.51, 51);
  cursor: pointer;
  display: block;
  font-family: Lato, Trebuchet, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.88px;
  margin-bottom: 8px;
  margin-top: 8px;
}

@media (max-width: 991px) {


  table.tab-mob td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }

  .studies-text {
    column-count: 1;
  }

  .collection_col .collection_name {
    font-size: 1.1rem;
  }


  .summay {
    margin-left: 0;
  }

  .items .hide_ite .hide-all {
    font-size: 1rem;
  }
}

@media (max-width: 400px) {
  .items .segm_analyse {
    display: none;
  }

  .items .ite_title {
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }

  .items .hide_ite .col-segm {
    width: 100%;
  }

  .items.segm_show .hide_ite {
    padding: 0;
  }

  .hide_ite .note {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }

  .items.journal_show .hide_ite {
    padding: 0;
  }

  .items .hide_ite .col-segm p {
    font-size: 1rem;
  }

  .sub_col .sub_name {
    font-size: 1rem;
  }
}

body {
  font-family: "Metropolis";
}

section.top-nav {
  padding: 40px 0 20px 0;
}

.wrp {
  min-height: calc(100vh - 190px);
}


.home-link img {
  max-width: 100%;
}

section.content-1 {
  padding-top: 50px;
  padding-bottom: 5px;
  color: #4D4D4D;
}

section.content-1 strong {
  color: #000;
}

.section-dark {
  background-color: #F6F6F6;
}

.top-shadow,
.top-shadow-light {
  background-image: url(../images/shadow.png);

  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  border-top: 1px solid #575757;
}

.top-shadow.last {

  background-image: url(../images/shadow.png), url(../images/shadow-light_end.png);
  background-position: center top, center bottom;
  min-height: 590px;
}

.top-shadow-light {
  background-image: url(../images/shadow-light.png);
}

section.content-1 h2 {
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 1em;
}

section.content-1 h2.about-c-title {
  margin-bottom: 2.5em;
  font-size: 30px;
  font-weight: bolder;
  color: #000;
}

section.content-1 p {
  font-size: 16.7px;
  line-height: 1.9em;
  margin-bottom: 1.5em;
}


section.list-blk .col-md-6:last-of-type ul:last-of-type:after {

  border: none;
}

section.list-blk h2 {

  text-align: left;
  line-height: 1.5em;
  font-size: 22px;
}

section.list-blk ul {

  position: relative;
}

section.list-blk ul::after {
  height: 9px;
  width: 40%;
  border-bottom: 3px solid #0D8894;
  content: " ";
  margin-left: 5em;
  position: relative;
  display: block;
  margin-bottom: 2em;
  padding: 1em 0 0 0;
}

section.list-blk ul:last-of-type:after {
  display: none;
}

section.list-blk ul li {

  list-style: outside none;
  font-size: 16.4px;
  line-height: 1.3em;
  padding-bottom: 0.5em;
  position: relative;
}

section.content-1 ul li {
  position: relative;
  list-style: outside none;
}

section.content-1 ul li:before,
section.list-blk ul li:before {
  content: " ";
  display: inline-block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  background-image: url(/themes/segm/images/disc.svg);
  left: -1.1em;
  top: 0.7em;
  background-size: contain;
  background-repeat: no-repeat;
}

section.content-1 ul li::before {
  top: 0.4em;
}

section.content-1 ul li {
  margin-bottom: 1em;
}

section.home-intro {
  padding: 37px 0 5px;
  border-bottom: 5px solid #0D8894;
  background-image: url(../images/shadow-light.png), url(../images/intro-bg.png);
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  color: #4D4D4D;
  padding: 4em 0 2em;
}

section.home-intro p {
  font-size: 31px;
  font-weight: bolder;
  font-family: Myriad;
}

section.content-1 p.smallest-text {
  font-size: 11px;
  line-height: 1.3em;
  padding-top: 3em;
}

section.top-nav nav {
  display: flex;
}

section.top-nav nav a {
  margin: 0 1.2em;
  color: #4D4D4D;
  text-transform: none;
  font-family: "Metropolis";
  font-weight: bolder;
  font-size: 19px;
  position: relative;
}

section.top-nav nav a.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  width: 100%;
  height: 3px;
  background-color: #0D8894;
}

section.top-nav nav a:hover {
  text-decoration: none;
  Color: #000;
}

section.contact-cont {
  border-top: none;
}

section.contact-form {
  border-top: none;
}

section.contact-cont p {
  line-height: 1.4em;
  font-size: 27px;
  margin-bottom: 0.7em;
}

section.contact-cont p em {
  font-size: 20.3px;
  color: #4D4D4D;
  font-weight: bold;
}

footer {
  border-top: 5px solid #0D8894;
  content: " ";
  min-height: 78px;
  background-image: url(../images/footer.png);
  background-size: cover;
  color: #fff;
  padding-top: 1em;
}

footer .foot-brand {
  font-size: 42px;
  font-weight: bold;
  margin-top: 0.5em;
}

.donate-top,
[id^='stripe'] input[type="submit"],#stripe-examples-simple-checkout input[type="submit"] {
  border: 2px solid #0d8894;
  border-radius: 3em;
  color: #0d8894 !important;
  font-weight: 600;
  padding: 0.5em 1.7em;
  margin-left: 1.5em;
  background-color: transparent;
  text-transform: none;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
  font-size: 14pt;
  clear: both;
}
[id^='stripe'] input[type="submit"],#stripe-examples-simple-checkout input[type="submit"]:hover{  background: #0d8894;
  color: #fff !important;
  border-color: #0d8894;
}
[id^='stripe'] input[type="submit"]{}
.donate-top:hover {

  background-color: #3BB6C2;
  border-color: #0D8894;
}

[id^='stripe'] input[type="submit"], #stripe-examples-simple-checkout input[type="submit"] {
  margin: 3em 0.5em 0.5em;
  float: none;
}

[id^='stripe'] label, #stripe-examples-simple-checkout label {
  padding-top: 1em;
}


.about_pers {
  position: relative;
  padding-bottom: 5em;
}

.about_pers:after {
  display: block;
  content: "";
  position: relative;
  width: 40%;
  border-bottom: 3px solid #0D8894;
  padding-top: 1.5em;
  margin: auto;
}

.about_pers:last-of-type:after {
  border-bottom: none;
  padding-top: 0;
}

.about_pers .row {
  flex-direction: row;
}

.about_pers:nth-child(2n) .row {
  flex-direction: row-reverse;
}

.about_pers .picts {}

.about_pers .picts img {
  width: 95%;
  height: auto;
}


.about_pers .texts p {
  line-height: 2.1em;
  text-align: justify !important;
  text-justify: distribute;
}

.about_pers .texts h2 {
  text-align: left;
  font-weight: normal;
}

.about_pers:nth-child(2n) .texts h2 {

  text-align: right;
}


section.top-page-s {

  background-color: #FBFBFB;
  border-bottom: 5px solid #0D8894;
}

section.top-page-s p {

  text-align: justify !important;
  line-height: 1.5em;
  font-size: 17.5px;
}

form#contact-message-register-form {
  padding-bottom: 3em;
}

form#contact-message-register-form p.small-form-deskr {
  font-size: 14px;
  font-style: italic;
}

form.webform-submission-contact-us-new-form label,
form#contact-message-register-form label {
  margin: 0;
  font-weight: bolder;
  font-size: 23.2px;
  line-height: 1.3em;
  padding-bottom: 0.5em;
}

form.webform-submission-contact-us-new-form label .group-field,
form#contact-message-register-form label.group-field {
  font-size: 23.2px;
  text-align: justify;
  padding-bottom: 0.9em;
}

form.webform-submission-contact-us-new-form .stay-body label,
form#contact-message-register-form .stay-body label {
  font-size: 14px;
  font-weight: normal;
}


form.webform-submission-contact-us-new-form .col-lg-6>div,
form#contact-message-register-form .col-lg-6>div {
  margin-bottom: 3em;
}

form#contact-message-register-form .col-lg-6>div:last-of-type {
  margin-bottom: 0.5em;
}

form#contact-message-register-form #edit-preview {
  display: none;
}

form.webform-submission-contact-us-new-form #edit-actions-submit,
form#contact-message-register-form #edit-submit {

  background: #0D8894;
  padding: 0.7em 2em;
  color: #fff;
  border: none;
  border-radius: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19.8px;
}

form.webform-submission-contact-us-new-form #edit-actions-submit {
  margin-top: 1.5em;
}

a[href*="pop"] {
  position: relative;
  color: #0D8894;
  font-weight: bold;
  text-decoration: none;
}

a span.pop {
  display: none;
  position: absolute;
  font-size: 10px;
  line-height: 1.3em;
  width: 24.3em;
  bottom: 2.5em;
  background: #fff;
  color: #4D4D4D;
  padding: 1em;
  left: 3em;
  overflow: visible;
  border: 3px solid #0D8894;
  border-radius: 1.1em 1.1em 1.1em 0;
  z-index: 1000;
  text-align: left;
}

a:hover span.pop {
  display: block;
}




.hide-text {
  display: none;
}

.hide-text.show {
  display: block;
}

.StripeElement {
  height: 32px;
}

#contact-message-subscribe-form {
  padding: 1.3em 0.1em;
}

#contact-message-subscribe-form div {
  display: inline;
}

#contact-message-subscribe-form div.row {
  display: none;
}

#contact-message-subscribe-form input {
  max-width: 50%;
}

div.div-inline1:after {
  width: 47%;
  border-bottom: 3px solid #0D8894;
  content: " ";
  display: block;
  height: 1px;
  margin: 0 auto 2em;
  padding-bottom: 3.3em;
}

div.div-inline input {
  display: inline;
}

label.but-sur {
  display: inline-block;
  background:
    #949494;
  color:
    #fff;
  font-size: 17px;
  padding: 0.4em 0.4em;
  margin: 0;
  margin-left: 1.4em;
  border-radius: 0.5em;
  box-shadow: 0px 0 0 5px #fff, 0 0 0 10px #EBECEC;
  border: none;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 1em;
  cursor: pointer;
}

.gfm-embed {
  position: relative;
}

.gfm-embed:hover {
  filter: grayscale(0%);
}

.gfm-embed .hide-for-large {
  display: none;
}

.navbar-toggler {
  position: absolute;
  top: -1em;
}

.navbar-toggler-icon {
  background-image: url(../images/iconfinder_menu.svg);
}

.blog-title {
  font-size: 28px;
  text-align: left;
  margin-bottom: 0.7em;
  color: #0D8894;
}

.blog-title.blog-subtilte {
  font-style: italic;
  margin-bottom: 1.5em;
  color: #7C7676;
  font-size: 25px;
}

.blog-title.blog-subtilte.blog-subtilte-sm {
  margin-bottom: 0.7em;
}


.blog-summary p:last-of-type {
  margin-bottom: 0.5em;
}

article.blog-list {
  margin-bottom: 3em;
}

article.blog-list h2 {
  text-align: left;
  margin-bottom: 0.1em;
}

article.blog-list h2 a {
  color: inherit;
}

article.blog-list div.readmore {
  text-align: right;
}

article.blog-list div.readmore .read-more {
  opacity: 0.8;
  border: none;
  font-size: 100%;
}

article.blog-list div.readmore .read-more:hover {
  background: initial;
  color: #0D8894;
  text-decoration: none;
}

section.content-1 h2.blog-full {
  text-align: left;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 10px;
}

.article-teaser>p {
  display: inline;
}

.article-teaser>div.readmore {
  display: inline;
}

.article-content a {

  color: #0D8894;
}

.read-more-blog {
  font-size: 14px;
}


.blog-date {
  padding-bottom: 1.5em;
}

.blog-full-date {
  padding-bottom: 2.5em;
}

.blog-text-body .hide-text {
  margin: 2em 0em;
}

table.sm-1 {
  font-size: 80%;
}

table.sm-1 td {
  box-sizing: border-box;
  padding: 0.5em 1em;
}

table.sm-1 p {
  font-size: 100%;
  margin: 0;
  line-height: 1.3em;
}

.feed-icon {
  display: none;
}

@media (max-width: 991px) {
  .home-link img {
    margin-bottom: 1.5em;
  }

  #navbarNav {
    display: block;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
  }

  #navbarNav:not(.show) {
    display: none;
  }

  #navbarNav nav {
    display: block;
  }

  #navbarNav nav a {
    display: block;
    width: max-content;
    margin-bottom: 1.4em;
  }

  .donate-top {
    display: block;
  }

  section.top-nav nav a.is-active::after {
    bottom: 0.1em;
  }

  .about_pers .picts {
    padding-bottom: 1.5em;
    text-align: center;
  }

  section.list-blk ul:last-of-type:after {
    display: block;
  }

  .col-lg-6.mobile-pad {
    margin-top: 3em;
  }
}

.own-text {
  position: relative;
  top: -2em;
}

form#user-login-form {
  width: 15em;
  max-width: 100%;
}

@media (max-width:767px) {
  span.no-mobile {
    display: none;
  }

  .mobile-nojust {
    text-align: initial !important;
  }

  .about_pers .texts p {
    text-align: initial !important;
  }

  section.top-page-s p {
    text-align: initial !important;
  }
}

section.content-1 h2.blog-full~div h3 {
  color: #0D8894 !important;
}

.blog-text-body .col.text-right {
  margin: 0.5em 0 1em;
}

ol.o-o-o li {
  margin-bottom: 0.5em;
}

ul.o-o-o li {
  margin-bottom: 0.5em;
}

.soc-links {
  display: flex;
}

.article-teaser .soc-links {
  display: none;
}

.print-soc {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/print.svg);
  transform: translateY(-1.2em);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 3px;
}

#eapps-social-share-buttons-1 {
  width: auto;
}

.blog-text-body li {
  line-height: 1.9em;
}

.t-text-t {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  min-height: 20em;
}

.t-text-t>div {
  width: 100%;
  text-align: center;
  padding: 0 7em;
}

.gfm-embed iframe {
  position: relative;
  z-index: 100;
}

sup {
  line-height: 1.5em;
  display: block;
}

@media (max-width: 991px) {
  .t-text-t>div {
    padding: 0 0.5em
  }
}

@media (max-width:767px) {
  .t-text-t {
    position: relative;
    min-height: 6em;
  }
}

.p-donate button.donate-top {
  visibility: hidden;
}

.sub_col .sub_name {
  font-size: 124%;
  cursor: pointer;
  line-height: 1.7em;
  font-weight: bold;
  margin: 0.8em 0;
  padding: 0.1em;
}

.sub_col .sub_name:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/close_oo.svg);
  content: "";
  background-position: center 66%;
  background-repeat: no-repeat;
  background-size: 61% auto;
}

.sub_col .sub_name.show:before {
  background-image: url(../images/close_io.svg);
  background-position: 0 83%;
  background-size: auto 61%;
}

.sub_col .sub_hidden {
  display: none;
  padding-left: 2em;
}

.sub_col>.sub_name.show~.sub_hidden {
  display: block;
}

.items .ite_title {
  padding-bottom: 0.5em;
  color: #000;
  font-size: 115.5%;
  display: inline-block;
  width: calc(100% - 5.5em);
  vertical-align: top;
  margin-left: 1em;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  padding-top: 0.3em;
}

.items_del .ite_title:before {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/close_o.svg);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  position: absolute;
  left: 2em;
}

.sub_hidden .items .ite_title::before {
  left: 4em;
}

.items .ite_title.show:before {
  background-image: url(../images/close_i.svg);
}

.items {
  margin: 0 0 0;
  padding: 0.4em 1.5em 1.5em 1.5em;
  display: flex;
  flex-wrap: wrap;
}

.items .segm_analyse {
  width: 3.5em;
  padding: 0;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0em 1em 0 0;
  min-height: 3.5em;
  display: inline-block;
}

.items .segm_analyse.segm_en {
  background-image: url(../images/segm_analysis.svg);
  transition: transform 0.5s 0s;
}

.items:hover .segm_analyse.segm_en,
.items.journal_show .segm_analyse.segm_en,
.items.segm_show .segm_analyse.segm_en {
  transform: scale(1.8);
}

.items .more-jour {
  border: 2px solid #D9DADA;
  display: inline-block;
  width: max-content;
  padding: 0.1em 0.3em 0.1em 1.5em;
  border-radius: 0.3em;
  margin-top: 0.9em;
  font-size: 1rem;
  margin-right: 0.9em;
  cursor: pointer;
  position: relative;
}

.items .more-jour:before {
  content: " ";
  width: 0.9em;
  height: 0.9em;
  display: block;
  position: absolute;
  left: 0.3em;
  background-image: url(../images/ja_act.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.4em;
}

.items .more-freetext {
  border: 2px solid #D9DADA;
  display: inline-block;
  width: max-content;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border-radius: 0.3em;
  margin-top: 0.9em;
  font-size: 1rem;
  margin-right: 0.9em;
  cursor: pointer;
  position: relative;
}

.items .more-freetext.full_disable {
  display: none;
}

.items.journal_show .more-jour:before {
  transform: rotate(100grad);
}

.items .more-jour.journal_de {
  cursor: inherit;
  color: #D9DADA;
}

.items .more-jour.journal_de::before {
  background-image: url(../images/ja_dis.svg);
}

.items .more-segm {
  border: 2px solid #D9DADA;
  display: inline-block;
  width: max-content;
  padding: 0.1em 0.3em 0.1em 1.5em;
  border-radius: 0.3em;
  color: #0D8894;
  margin-top: 0.9em;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  margin-right: 0.8em;
}

.items .more-segm:before {
  content: " ";
  width: 0.9em;
  height: 0.9em;
  display: block;
  position: absolute;
  left: 0.3em;
  background-image: url(../images/sa_act.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.4em;
}

.items.segm_show .more-segm:before {
  transform: rotate(100grad);
}

.items .more-segm.segm_de {
  display: none;
}

.items:hover {
  background: #f8f8f8;
}

.items .hide_ite {
  font-size: 1rem;
  width: 100%;
  padding-left: 6em;
  display: none;
  position: relative;
}

.items.segm_show .hide_ite {
  display: block;
}

.items.journal_show .hide_ite {
  display: block;
}

.items.journal_show .hide_ite .col-abstr {
  display: block;
}

.items .hide_ite .hide_atach {
  display: none;
}

.items .hide_ite .hide-all {
  position: absolute;
  bottom: -0.9em;
  right: calc(42.5%);
  border: 2px solid #C3C4C4;
  padding: 0.3em 2.6em 0.2em 2.6em;
  font-size: 1.3rem;
  border-radius: 0.3em;
  cursor: pointer;
  font-weight: bold;
}

.items .hide_ite .col-abstr {
  display: none;
  font-size: 1rem;
  color: #000;
}

.items .hide_ite .col-segm {
  display: block;
  padding: 0;
  min-width: 50%;
  content: " ";
}

.items .hide_ite .col-segm.segm_dis {
  display: none;
}

.items .hide_ite .col-segm p {
  font-size: 1rem;
  padding: 0;
  margin: 0.6em 0;
  line-height: 149%;
  color: #000;
}

.items a {
  color: #222;
  font-weight: lighter;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  position: relative;
}

.items a:hover {
  text-decoration: none;
}

.hide_ite .hide_atach {
  padding-bottom: 0.5em;
}

.hide_ite .bibl {
  padding-bottom: 0.5em;
  font-style: italic;
}

.hide_ite .note {
  display: flex;
  padding-top: 0.6em;
  clear: both;
  padding-bottom: 3em;
}

.hide_ite .note .note-title {
  display: block;
  font-size: 140%;
  margin-top: 0.3em;
  margin-bottom: 0.4em;
}


.items .ite_title.show~.hide_ite {
  display: block;
}

.items .ite_title.show~.hide_ite .col-abstr {
  display: block;
  color: #000;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

.items .ite_title.show~.hide_ite .hide_atach {
  display: block;
}

.collection_col {
  padding: 0.5em 0;
}

.collection_col .collection_name {
  font-size: 130%;
  cursor: pointer;
  color: #fff;
  padding: 0.5em 0 0.5em 1em;
  background-color: #0D8894;
  margin: 0 0 1.5em 0;
  font-weight: bold;
}

.collection_col .collection_name.ishid {
  cursor: initial;
}

.collection_col .collection_name:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/close_o_w_1.svg);
  content: "";
  background-position: 0 83%;
  background-repeat: no-repeat;
  background-size: 80% 70%;
  margin-right: 0.3em;
}

.collection_col .collection_name.ishid:before {
  opacity: 0;
}

.collection_col .collection_name.show:before {
  background-image: url(../images/close_i_w_1.svg);
  background-position: 0 114%;
}

.collection_col .collection_hidden {
  padding-left: 0;
}

.collection_col .collection_hidden a.subreadmore {
  display: none;
}

.collection_col .collection_hidden .collection_items {
  display: none;
  transition: all 3s;
}

.collection_col .collection_name.show~.collection_hidden .collection_items {
  display: block;
}

.hidden_hiden {
  display: none;
}

.read-more {
  width: max-content;
  text-transform: uppercase;
  color: #0D8894;
  font-weight: bold;
  margin: 1em auto;
  text-transform: capitalize;
  border: 1px solid #0D8894;
  padding: 0em 0.6em;
  line-height: 2.3em;
  border-radius: 0.3em;
  cursor: pointer;
  font-size: 130%;
}

.read-more:hover {
  background-color: #0D8894;
  color: #fff;
}

.show34 .read-more {
  margin-bottom: 1.3em;
}

.show34 .hidden_hiden {
  display: block;
}

.read-more.rf {
  display: none;
}

.read-more.rmf {
  display: block
}

.show34 .read-more.rm {
  display: none;
}

.show34 .read-more.rf {
  display: block
}

.csl-bib-body,
.csl-entry,
.bib_read_more {
  display: inline;
}

.bib_read_more {
  font-weight: normal;
  color: #000;
  float: right;
  font-weight: lighter;
  border-bottom: 1px solid;
  line-height: 1.2em;
  padding-bottom: 1px;
}

.bib_read_more .round {
  display: inline-block;
  padding: 1px;
  margin-right: 0.5em;
  border-radius: 50%;
  border: 1px solid;
  width: 1em;
  text-align: center;
  height: 1em;
  line-height: 0.8em;
  font-weight: bold;
}

.show .bib_read_more {
  opacity: 1;
}


.bib_read_less {
  font-weight: normal;
  color: #000;
  float: right;
  display: none;
  font-size: 100%;
  cursor: pointer;
  text-decoration: underline;
}

.items .ite_title.show~.hide_ite .bib_read_less {
  display: block;
}

.sum_item span.seg_color {
  display: block;
  font-size: 140%;
  margin-top: 0.3em;
  margin-bottom: 0.4em;
  color: #0D8894;
  font-weight: normal;
}

.summay {
  border-left: 1px solid #0D8894;
  padding-left: 1em;
  margin-left: 1em;
}

.items .ite_title.show .bib_read_more {
  display: none;
}

.items .ite_title.show .bib_read_less {
  float: right;
  display: block;
  font-size: 100%;
}

.collection_col .collection_hidden .sub_col {
  display: none;
}

.collection_col .collection_name.show~.collection_hidden .sub_col {
  display: block;
}

.collection_col .collection_hidden .sub_col~.collection_items {
  display: none !important;
}

.studies-text {
  column-count: 1;
  text-align: justify;
  padding-bottom: 0.5em;
}

.studies-text p {}

h2.studies-h {
  text-align: left !important;
}

.em-progress {
  padding-bottom: 0;
}

.em-progress .cta-title {
  text-align: left;
  padding-bottom: 0.5em;
}

.em-progress .cta-title>* {
  font-size: 1.6rem;
}

.em-progress .cta-title h2 {
  display: inline;
  padding-right: 0.1em;
}

.em-progress .cta-title span {
  font-size: 1.2rem;
}


.em-progress .progress-bar {
  background-color: #0D8894;
}

.em-title {
  box-sizing: border-box;
  color: rgb(51.51, 51);
  cursor: pointer;
  display: block;
  font-family: Lato, Trebuchet, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.88px;
  margin-bottom: 8px;
  margin-top: 8px;
}

@media (max-width: 991px) {


  table.tab-mob td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }

  .studies-text {
    column-count: 1;
  }

  .collection_col .collection_name {
    font-size: 1.1rem;
  }



  .summay {
    margin-left: 0;
  }

  .items .hide_ite .hide-all {
    font-size: 1rem;
  }
}

@media (max-width: 400px) {
  .items .segm_analyse {
    display: none;
  }

  .items .ite_title {
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }

  .items .hide_ite .col-segm {
    width: 100%;
  }

  .items.segm_show .hide_ite {
    padding: 0;
  }

  .hide_ite .note {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }

  .items.journal_show .hide_ite {
    padding: 0;
  }

  .items .hide_ite .col-segm p {
    font-size: 1rem;
  }

  .sub_col .sub_name {
    font-size: 1rem;
  }
}


new-top .donate-top,
new-top #stripe-examples-simple-checkout input[type="submit"] {
  background: #0d8894 !important;

  border-color: #0d8894 !important;
  border-image: none;
  border: 1px solid #03866d;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 2em;
  padding-right: 2em;
  border-radius: 4px;
  box-shadow: none;
  font-weight: bold;
  text-transform: none;
}

new-top .home-link {
  padding: 0 28px 0 0;
  box-sizing: border-box;
  display: flex;
}

new-top .donate-top:hover,
new-top #stripe-examples-simple-checkout input[type="submit"]:hover {
  filter: brightness(110%);
}

.new_css {
  min-height: calc(100vh - 220px);
}

.new_css section.content-1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .05) 0%, #fff 20px);
  border-top: 0;
  color: #000000;
}

.new_css section.content-1 article {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
  padding: 1em 1.5em 0;
  margin-bottom: 3em;
  font-size: 110%;
}

.new_css section.content-1 p {
  font-size: inherit;
}

.new_css section.content-1 .article-content ol,
.new_css section.content-1 .article-content ul {}

.new_css section.content-1 .article-content ol li,
.new_css section.content-1 .article-content ul li {
  margin-bottom: 0.8em;
  font-size: inherit;
}

.new_css section.content-1 .article-content strong:first-child {
  color: #0d8894;
  font-size: 120%;
  display: inline-block;
}

footer.new_footer {
  min-height: 78px;
  background-image: url(../images/footer.png);
  background-size: cover;
  color: #fff;
  padding-top: 1em;
  border-top: 0;
  position: relative;
}

footer.new_footer:after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: " ";
  left: 0;
  top: 0px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0) 20px) !important;
}

progress {
  width: 100%;
}

.em-progress h2 {
  margin-bottom: 0.6em !important;
  font-size: 120% !important;
}

h2 .block4-title {
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 1em;
}

.item-list-home-blog {
  padding-top: 2em;
  padding-bottom: 0em;
  margin-bottom: 0;
}

.item-list-home-blog>ul {
  padding-left: 0;
  margin-bottom: 0;
}

.home-blog-item {
  list-style: none;
}

.home-blog-item h2 {
  font-size: 160%;
}

.home-blog-item .blog-subtilte {
  font-size: 120%;
}

#block-readmorenews {
  padding-bottom: 2em;
  margin-top: -3em;
}

#block-views-block-before-of-dots-block-block-1 {
  padding-bottom: 1em;
}

#block-views-block-end-of-dots-block-block-1 {
  padding-top: 1em
}

#edit-stripe-card-element {
  /*! height: calc(1.5em + .75rem + 5px); */
  padding: 0.675rem .75rem .375rem .75rem;
  border-radius: .25rem;
  line-height: 1.5em;
}

.h6,
h6 {
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5em;
}

blockquote {
  margin: auto 3.5rem;
}

body {
  font-family: "Metropolis";
}

a {

  color: #0D8894;
}

section.top-nav {
  padding: 40px 0 20px 0;
}

.wrp {
  min-height: calc(100vh - 190px);
}


.home-link img {
  max-width: 100%;
}

section.content-1 {
  padding-top: 50px;
  padding-bottom: 5px;
  color: #4D4D4D;
}

section.content-1 strong {
  color: #000;
}

.section-dark {
  background-color: #F6F6F6;
}

.top-shadow,
.top-shadow-light {
  background-image: url(../images/shadow.png);

  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  border-top: 1px solid #575757;
}

.top-shadow.last {

  background-image: url(../images/shadow.png), url(../images/shadow-light_end.png);
  background-position: center top, center bottom;
}

.top-shadow-light {
  background-image: url(../images/shadow-light.png);
}

section.content-1 h2 {
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 1em;
}

section.content-1 h2.about-c-title {
  margin-bottom: 2.5em;
  font-size: 30px;
  font-weight: bolder;
  color: #000;
}

section.content-1 p {
  font-size: 16.7px;
  line-height: 1.9em;
  margin-bottom: 1.5em;
}


section.list-blk .col-md-6:last-of-type ul:last-of-type:after {

  border: none;
}

section.list-blk h2 {

  text-align: left;
  line-height: 1.5em;
  font-size: 22px;
}

section.list-blk ul {

  position: relative;
}

section.list-blk ul::after {
  height: 9px;
  width: 40%;
  border-bottom: 3px solid #0D8894;
  content: " ";
  margin-left: 5em;
  position: relative;
  display: block;
  margin-bottom: 2em;
  padding: 1em 0 0 0;
}

section.list-blk ul:last-of-type:after {
  display: none;
}

section.list-blk ul li {

  list-style: outside none;
  font-size: 16.4px;
  line-height: 1.3em;
  padding-bottom: 0.5em;
  position: relative;
}

section.content-1 ul li {
  position: relative;
  list-style: outside none;
}

section.content-1 ul li:before,
section.list-blk ul li:before {
  content: " ";
  display: inline-block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  background-image: url(/themes/segm/images/disc.svg);
  left: -1.1em;
  top: 0.4em;
  background-size: contain;
  background-repeat: no-repeat;
}

section.home-intro {
  padding: 37px 0 5px;
  border-bottom: 5px solid #0D8894;
  background-image: url(../images/shadow-light.png), url(../images/intro-bg.png);
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  color: #4D4D4D;
  padding: 4em 0 2em;
}

section.home-intro p {
  font-size: 31px;
  font-weight: bolder;
  font-family: Myriad;
}

section.content-1 p.smallest-text {
  font-size: 11px;
  line-height: 1.3em;
  padding-top: 3em;
}

section.top-nav nav {
  display: flex;
}

section.top-nav nav a {
  margin: 0 1.2em;
  color: #4D4D4D;
  text-transform: none;
  font-family: "Metropolis";
  font-weight: bolder;
  font-size: 19px;
  position: relative;
}

section.top-nav nav a.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  width: 100%;
  height: 3px;
  background-color: #0D8894;
}

section.top-nav nav a:hover {
  text-decoration: none;
  Color: #000;
}

section.contact-cont {
  border-top: none;
}

section.contact-form {
  border-top: none;
}

section.contact-cont p {
  line-height: 1.4em;
  font-size: 27px;
  margin-bottom: 0.7em;
}

section.contact-cont p em {
  font-size: 20.3px;
  color: #4D4D4D;
  font-weight: bold;
}

footer {
  border-top: 5px solid #0D8894;
  content: " ";
  min-height: 78px;
  background-image: url(../images/footer.png);
  background-size: cover;
  color: #fff;
  padding-top: 1em;
}

footer .foot-brand {
  font-size: 42px;
  font-weight: bold;
  margin-top: 0.5em;
}

.donate-top,
#stripe-examples-simple-checkout input[type="submit"] {
  /*! background: #0D8894; */
  /*! color: #fff; */
  /*! font-size: 19px; */
  /*! padding: 0.2em 1em; */
  /*! margin: 0 0 0 1.4em; */
  /*! border-radius: 0.5em; */
  /*! box-shadow: 0px 0 0 5px #fff, 0 0 0 10px #EBECEC; */
  /*! border: none; */
  /*! text-transform: uppercase; */
  /*! font-weight: bolder; */
}

.donate-top:hover {

  background-color: #3BB6C2;
  border-color: #0D8894;
}

#stripe-examples-simple-checkout input[type="submit"] {
  margin: 2em 0.5em 0.5em;
  float: right;
}

#stripe-examples-simple-checkout label {
  padding-top: 1em;
}


.about_pers {
  position: relative;
  padding-bottom: 5em;
}

.about_pers:after {
  display: block;
  content: "";
  position: relative;
  width: 40%;
  border-bottom: 3px solid #0D8894;
  padding-top: 1.5em;
  margin: auto;
}

.about_pers:last-of-type:after {
  border-bottom: none;
  padding-top: 0;
}

.about_pers .row {
  flex-direction: row;
}

.about_pers:nth-child(2n) .row {
  flex-direction: row-reverse;
}


.about_pers .picts img {
  width: 95%;
  height: auto;
}

.about_pers .texts {}

.about_pers .texts p {
  line-height: 2.1em;
  text-align: justify !important;
  text-justify: distribute;
}

.about_pers .texts h2 {
  text-align: left;
  font-weight: normal;
}

.about_pers:nth-child(2n) .texts h2 {

  text-align: right;
}

.about_pers .texts h2 strong {}

section.top-page-s {

  background-color: #FBFBFB;
  border-bottom: 5px solid #0D8894;
}

section.top-page-s p {

  text-align: justify !important;
  line-height: 1.5em;
  font-size: 17.5px;
}

form#contact-message-register-form {
  padding-bottom: 3em;
}

form#contact-message-register-form p.small-form-deskr {
  font-size: 14px;
  font-style: italic;
}

form.webform-submission-contact-us-new-form label,
form#contact-message-register-form label {
  margin: 0;
  font-weight: bolder;
  font-size: 23.2px;
  line-height: 1.3em;
  padding-bottom: 0.5em;
}

form.webform-submission-contact-us-new-form label .group-field,
form#contact-message-register-form label.group-field {
  font-size: 23.2px;
  text-align: justify;
  padding-bottom: 0.9em;
}

form.webform-submission-contact-us-new-form .stay-body label,
form#contact-message-register-form .stay-body label {
  font-size: 14px;
  font-weight: normal;
}


form.webform-submission-contact-us-new-form .col-lg-6>div,
form#contact-message-register-form .col-lg-6>div {
  margin-bottom: 3em;
}

form#contact-message-register-form .col-lg-6>div:last-of-type {
  margin-bottom: 0.5em;
}

form#contact-message-register-form #edit-preview {
  display: none;
}

form.webform-submission-contact-us-new-form #edit-actions-submit,
form#contact-message-register-form #edit-submit {

  background: #0D8894;
  padding: 0.7em 2em;
  color: #fff;
  border: none;
  border-radius: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19.8px;
}

form.webform-submission-contact-us-new-form #edit-actions-submit {
  margin-top: 1.5em;
}

a[href*="pop"] {
  position: relative;
  color: #0D8894;
  font-weight: bold;
  text-decoration: none;
}

a span.pop {
  display: none;
  position: absolute;
  font-size: 10px;
  line-height: 1.3em;
  width: 24.3em;
  bottom: 2.5em;
  background: #fff;
  color: #4D4D4D;
  padding: 1em;
  left: 3em;
  overflow: visible;
  border: 3px solid #0D8894;
  border-radius: 1.1em 1.1em 1.1em 0;
  z-index: 1000;
  text-align: left;
}

a:hover span.pop {
  display: block;
}




.hide-text {
  display: none;
}

.hide-text.show {
  display: block;
}

.StripeElement {
  border: 1px solid #ccc;
  margin: 2px 0;
  max-width: 100%;
  box-sizing: border-box;
}

#contact-message-subscribe-form {
  padding: 1.3em 0.1em;
}

#contact-message-subscribe-form div {
  display: inline;
}

#contact-message-subscribe-form div.row {
  display: none;
}

#contact-message-subscribe-form input {
  max-width: 50%;
}

div.div-inline1:after {
  width: 47%;
  border-bottom: 3px solid #0D8894;
  content: " ";
  display: block;
  height: 1px;
  margin: 0 auto 2em;
  padding-bottom: 3.3em;
}

div.div-inline input {
  display: inline;
}

label.but-sur {
  display: inline-block;
  background:
    #949494;
  color:
    #fff;
  font-size: 17px;
  padding: 0.4em 0.4em;
  margin: 0;
  margin-left: 1.4em;
  border-radius: 0.5em;
  box-shadow: 0px 0 0 5px #fff, 0 0 0 10px #EBECEC;
  border: none;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 1em;
  cursor: pointer;
}

.gfm-embed {
  position: relative;
}

.gfm-embed:hover {
  filter: grayscale(0%);
}

.navbar-toggler {
  position: absolute;
  top: -1em;
}

.navbar-toggler-icon {
  background-image: url(../images/iconfinder_menu.svg);
}

.blog-title {
  font-size: 28px;
  text-align: left;
  margin-bottom: 0.7em;
  color: #0D8894;
}

.blog-title.blog-subtilte {
  font-style: italic;
  margin-bottom: 1.5em;
  color: #7C7676;
  font-size: 25px;
}

.blog-title.blog-subtilte.blog-subtilte-sm {
  margin-bottom: 0.7em;
}

.blog-summary {}

.blog-summary p:last-of-type {
  margin-bottom: 0.5em;
}

article.blog-list {
  margin-bottom: 3em;
}

article.blog-list h2 {
  text-align: left;
  margin-bottom: 0.1em;
}

article.blog-list h2 a {
  color: inherit;
}

article.blog-list div.readmore {
  text-align: right;
}

article.blog-list div.readmore .read-more {
  opacity: 0.8;
  border: none;
  font-size: 100%;
}

article.blog-list div.readmore .read-more:hover {
  background: initial;
  color: #0D8894;
  text-decoration: none;
}

section.content-1 h2.blog-full {
  text-align: left;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 10px;
}

.article-teaser>p {
  display: inline;
}

.article-teaser>div.readmore {
  display: inline;
}

.article-content a {

  color: #0D8894;
}

.read-more-blog {
  font-size: 14px;
}

.read-more-blog a {}

.blog-date {
  padding-bottom: 1.5em;
}

.blog-full-date {
  padding-bottom: 2.5em;
}

.blog-text-body .hide-text {
  margin: 2em 0em;
}

table.sm-1 {
  font-size: 80%;
}

table.sm-1 td {
  box-sizing: border-box;
  padding: 0.5em 1em;
}

table.sm-1 p {
  font-size: 100%;
  margin: 0;
  line-height: 1.3em;
}

.feed-icon {
  display: none;
}

@media (max-width: 991px) {
  .home-link img {
    margin-bottom: 1.5em;
  }

  #navbarNav {
    display: block;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
  }

  #navbarNav:not(.show) {
    display: none;
  }

  #navbarNav nav {
    display: block;
  }

  #navbarNav nav a {
    display: block;
    width: max-content;
    margin-bottom: 1.4em;
  }

  .donate-top {
    display: block;
  }

  section.top-nav nav a.is-active::after {
    bottom: 0.1em;
  }

  .about_pers .picts {
    padding-bottom: 1.5em;
    text-align: center;
  }

  section.list-blk ul:last-of-type:after {
    display: block;
  }

  .col-lg-6.mobile-pad {
    margin-top: 3em;
  }
}

.own-text {
  position: relative;
  top: -2em;
}

form#user-login-form {
  width: 15em;
  max-width: 100%;
}

@media (max-width:767px) {
  span.no-mobile {
    display: none;
  }

  .mobile-nojust {
    text-align: initial !important;
  }

  .about_pers .texts p {
    text-align: initial !important;
  }

  section.top-page-s p {
    text-align: initial !important;
  }
}

section.content-1 h2.blog-full~div h3 {
  color: #0D8894 !important;
}

.blog-text-body .col.text-right {
  margin: 0.5em 0 1em;
}

ol.o-o-o li {
  margin-bottom: 0.5em;
}

ul.o-o-o li {
  margin-bottom: 0.5em;
}

.soc-links {
  display: flex;
}

.article-teaser .soc-links {
  display: none;
}

.print-soc {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/print.svg);
  transform: translateY(-1.2em);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 3px;
}

#eapps-social-share-buttons-1 {
  width: auto;
}

.blog-text-body li {
  line-height: 1.9em;
}

.t-text-t {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  min-height: 20em;
}

.t-text-t>div {
  width: 100%;
  text-align: center;
  padding: 0 7em;
}

.gfm-embed iframe {
  position: relative;
  z-index: 100;
}

sup {
  line-height: 1.5em;
  display: block;
}

@media (max-width: 991px) {
  .t-text-t>div {
    padding: 0 0.5em
  }
}

@media (max-width:767px) {
  .t-text-t {
    position: relative;
    min-height: 6em;
  }
}

.p-donate button.donate-top {
  visibility: hidden;
}

.sub_col .sub_name {
  font-size: 124%;
  cursor: pointer;
  line-height: 1.7em;
  font-weight: bold;
  margin: 0.8em 0;
  padding: 0.1em;
}

.sub_col .sub_name:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/close_oo.svg);
  content: "";
  background-position: center 66%;
  background-repeat: no-repeat;
  background-size: 61% auto;
}

.sub_col .sub_name.show:before {
  background-image: url(../images/close_io.svg);
  background-position: 0 83%;
  background-size: auto 61%;
}

.sub_col .sub_hidden {
  display: none;
  padding-left: 2em;
}

.sub_col>.sub_name.show~.sub_hidden {
  display: block;
}

.items .ite_title {
  padding-bottom: 0.5em;
  color: #000;
  font-size: 115.5%;
  display: inline-block;
  width: calc(100% - 5.5em);
  vertical-align: top;
  margin-left: 1em;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  padding-top: 0.3em;
}

.items_del .ite_title:before {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/close_o.svg);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  position: absolute;
  left: 2em;
}

.sub_hidden .items .ite_title::before {
  left: 4em;
}

.items .ite_title.show:before {
  background-image: url(../images/close_i.svg);
}

.items {
  margin: 0 0 0;
  padding: 0.4em 1.5em 1.5em 1.5em;
  display: flex;
  flex-wrap: wrap;
}

.items .segm_analyse {
  width: 3.5em;
  padding: 0;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0em 1em 0 0;
  min-height: 3.5em;
  display: inline-block;
}

.items .segm_analyse.segm_en {
  background-image: url(../images/segm_analysis.svg);
  transition: transform 0.5s 0s;
}

.items:hover .segm_analyse.segm_en,
.items.journal_show .segm_analyse.segm_en,
.items.segm_show .segm_analyse.segm_en {
  transform: scale(1.8);
}

.items .more-jour {
  border: 2px solid #D9DADA;
  display: inline-block;
  width: max-content;
  padding: 0.1em 0.3em 0.1em 1.5em;
  border-radius: 0.3em;
  margin-top: 0.9em;
  font-size: 1rem;
  margin-right: 0.9em;
  cursor: pointer;
  position: relative;
}

.items .more-jour:before {
  content: " ";
  width: 0.9em;
  height: 0.9em;
  display: block;
  position: absolute;
  left: 0.3em;
  background-image: url(../images/ja_act.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.4em;
}

.items.journal_show .more-jour:before {
  transform: rotate(100grad);
}

.items .more-jour.journal_de {
  cursor: inherit;
  color: #D9DADA;
}

.items .more-jour.journal_de::before {
  background-image: url(../images/ja_dis.svg);
}

.items .more-segm {
  border: 2px solid #D9DADA;
  display: inline-block;
  width: max-content;
  padding: 0.1em 0.3em 0.1em 1.5em;
  border-radius: 0.3em;
  color: #0D8894;
  margin-top: 0.9em;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}

.items .more-segm:before {
  content: " ";
  width: 0.9em;
  height: 0.9em;
  display: block;
  position: absolute;
  left: 0.3em;
  background-image: url(../images/sa_act.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.4em;
}

.items.segm_show .more-segm:before {
  transform: rotate(100grad);
}

.items .more-segm.segm_de {
  display: none;
}

.items:hover {
  background: #f8f8f8;
}

.items .hide_ite {
  font-size: 1rem;
  width: 100%;
  padding-left: 6em;
  display: none;
  position: relative;
}

.items.segm_show .hide_ite {
  display: block;
}

.items.journal_show .hide_ite {
  display: block;
}

.items.journal_show .hide_ite .col-abstr {
  display: block;
}

.items .hide_ite .hide_atach {
  display: none;
}

.items .hide_ite .hide-all {
  position: absolute;
  bottom: -0.9em;
  right: calc(42.5%);
  border: 2px solid #C3C4C4;
  padding: 0.3em 2.6em 0.2em 2.6em;
  font-size: 1.3rem;
  border-radius: 0.3em;
  cursor: pointer;
  font-weight: bold;
}

.items .hide_ite .col-abstr {
  display: none;
  font-size: 1rem;
  color: #000;
}

.items .hide_ite .col-segm {
  display: block;
  padding: 0;
  min-width: 50%;
  content: " ";
}

.items .hide_ite .col-segm.segm_dis {
  display: none;
}

.items .hide_ite .col-segm p {
  font-size: 1rem;
  padding: 0;
  margin: 0.6em 0;
  line-height: 149%;
  color: #000;
}

.items a {
  color: #222;
  font-weight: lighter;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  position: relative;
}

.items a:hover {
  text-decoration: none;
}

.hide_ite .hide_atach {
  padding-bottom: 0.5em;
}

.hide_ite .bibl {
  padding-bottom: 0.5em;
  font-style: italic;
}

.hide_ite .note {
  display: flex;
  padding-top: 0.6em;
  clear: both;
  padding-bottom: 3em;
}

.hide_ite .note .note-title {
  display: block;
  font-size: 140%;
  margin-top: 0.3em;
  margin-bottom: 0.4em;
}


.hide_ite ul {}

.items .ite_title.show~.hide_ite {
  display: block;
}

.items .ite_title.show~.hide_ite .col-abstr {
  display: block;
  color: #000;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

.items .ite_title.show~.hide_ite .hide_atach {
  display: block;
}

.collection_col {
  padding: 0.5em 0;
}

.collection_col .collection_name {
  font-size: 130%;
  cursor: pointer;
  color: #fff;
  padding: 0.5em 0 0.5em 1em;
  background-color: #0D8894;
  margin: 0 0 1.5em 0;
  font-weight: bold;
}

.collection_col .collection_name.ishid {
  cursor: initial;
}

.collection_col .collection_name:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/close_o_w_1.svg);
  content: "";
  background-position: 0 83%;
  background-repeat: no-repeat;
  background-size: 80% 70%;
  margin-right: 0.3em;
}

.collection_col .collection_name.ishid:before {
  opacity: 0;
}

.collection_col .collection_name.show:before {
  background-image: url(../images/close_i_w_1.svg);
  background-position: 0 114%;
}

.collection_col .collection_hidden {
  padding-left: 0;
}

.collection_col .collection_hidden a.subreadmore {
  display: none;
}

.collection_col .collection_hidden .collection_items {
  display: none;
  transition: all 3s;
}

.collection_col .collection_name.show~.collection_hidden .collection_items {
  display: block;
}

.hidden_hiden {
  display: none;
}

.read-more {
  width: max-content;
  text-transform: uppercase;
  color: #0D8894;
  font-weight: bold;
  margin: 1em auto;
  text-transform: capitalize;
  border: 1px solid #0D8894;
  padding: 0em 0.6em;
  line-height: 2.3em;
  border-radius: 0.3em;
  cursor: pointer;
  font-size: 130%;
}

.read-more:hover {
  background-color: #0D8894;
  color: #fff;
}

.show34 .read-more {
  margin-bottom: 1.3em;
}

.show34 .hidden_hiden {
  display: block;
}

.read-more.rf {
  display: none;
}

.read-more.rmf {
  display: block
}

.show34 .read-more.rm {
  display: none;
}

.show34 .read-more.rf {
  display: block
}

.csl-bib-body,
.csl-entry,
.bib_read_more {
  display: inline;
}

.bib_read_more {
  font-weight: normal;
  color: #000;
  float: right;
  font-weight: lighter;
  border-bottom: 1px solid;
  line-height: 1.2em;
  padding-bottom: 1px;
}

.bib_read_more .round {
  display: inline-block;
  padding: 1px;
  margin-right: 0.5em;
  border-radius: 50%;
  border: 1px solid;
  width: 1em;
  text-align: center;
  height: 1em;
  line-height: 0.8em;
  font-weight: bold;
}

.show .bib_read_more {
  opacity: 1;
}

.show .bib_read_more:after {}

.bib_read_less {
  font-weight: normal;
  color: #000;
  float: right;
  display: none;
  font-size: 100%;
  cursor: pointer;
  text-decoration: underline;
}

.items .ite_title.show~.hide_ite .bib_read_less {
  display: block;
}

.sum_item span.seg_color {
  display: block;
  font-size: 140%;
  margin-top: 0.3em;
  margin-bottom: 0.4em;
  color: #0D8894;
  font-weight: normal;
}

.summay {
  border-left: 1px solid #0D8894;
  padding-left: 1em;
  margin-left: 1em;
}

.items .ite_title .bib_read_more {}

.items .ite_title .bib_read_less {}

.items .ite_title.show .bib_read_more {
  display: none;
}

.items .ite_title.show .bib_read_less {
  float: right;
  display: block;
  font-size: 100%;
}

.collection_col .collection_hidden .sub_col {
  display: none;
}

.collection_col .collection_name.show~.collection_hidden .sub_col {
  display: block;
}

.collection_col .collection_hidden .sub_col~.collection_items {
  display: none !important;
}

.studies-text {
  column-count: 2;
  text-align: justify;
  column-gap: 4em;
}

h2.studies-h {
  text-align: left !important;
}

.em-progress {
  padding-bottom: 0.5em
}

.em-progress .cta-title {
  text-align: left;
  padding-bottom: 0.5em;
}

.em-progress .cta-title>* {
  font-size: 1.6rem;
}

.em-progress .cta-title h2 {
  display: inline;
  padding-right: 0.1em;
}

.em-progress .cta-title span {
  font-size: 1.2rem;
}

.em-progress .progress {}

.em-progress .progress-bar {
  background-color: #0D8894;
}

.em-title {
  box-sizing: border-box;
  color: rgb(51.51, 51);
  cursor: pointer;
  display: block;
  font-family: Lato, Trebuchet, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.88px;
  margin-bottom: 8px;
  margin-top: 8px;
}

@media (max-width: 991px) {
  table.tab-mob {}

  table.tab-mob td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }

  .studies-text {
    column-count: 1;
  }

  .collection_col .collection_name {
    font-size: 1.1rem;
  }

  .collection_col .collection_hidden {}

  .summay {
    margin-left: 0;
  }

  .items .hide_ite .hide-all {
    font-size: 1rem;
  }
}

@media (max-width: 400px) {
  .items .segm_analyse {
    display: none;
  }

  .items .ite_title {
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }

  .items .hide_ite .col-segm {
    width: 100%;
  }

  .items.segm_show .hide_ite {
    padding: 0;
  }

  .hide_ite .note {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }

  .items.journal_show .hide_ite {
    padding: 0;
  }

  .items .hide_ite .col-segm p {
    font-size: 1rem;
  }

  .sub_col .sub_name {
    font-size: 1rem;
  }
}

body {
  font-family: "Metropolis";
  /*! overflow: hidden; */
}

section.top-nav {
  padding: 40px 0 20px 0;
}

.wrp {
  min-height: calc(100vh - 190px);
}

.home-link {}

.home-link img {
  max-width: 100%;
}

section.content-1 {
  padding-top: 50px;
  padding-bottom: 5px;
  color: #4D4D4D;
}

section.content-1 strong {
  color: #000;
}

.section-dark {
  background-color: #F6F6F6;
  padding-top: 50px !important;
}

.top-shadow,
.top-shadow-light {
  background-image: url(../images/shadow.png);

  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  border-top: 1px solid #575757;
}

.top-shadow.last {

  background-image: url(../images/shadow.png), url(../images/shadow-light_end.png);
  background-position: center top, center bottom;
  min-height: 590px;
}

.top-shadow-light {
  background-image: url(../images/shadow-light.png);
}

section.content-1 h2 {
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 1em;
}

section.content-1 h2.about-c-title {
  margin-bottom: 2.5em;
  font-size: 30px;
  font-weight: bolder;
  color: #000;
}

section.content-1 p {
  font-size: 16.7px;
  line-height: 1.9em;
  margin-bottom: 1.5em;
}


section.list-blk .col-md-6:last-of-type ul:last-of-type:after {

  border: none;
}

section.list-blk h2 {

  text-align: left;
  line-height: 1.5em;
  font-size: 22px;
}

section.list-blk ul {

  position: relative;
}

section.list-blk ul::after {
  height: 9px;
  width: 40%;
  border-bottom: 3px solid #0D8894;
  content: " ";
  margin-left: 5em;
  position: relative;
  display: block;
  margin-bottom: 2em;
  padding: 1em 0 0 0;
}

section.list-blk ul:last-of-type:after {
  display: none;
}

section.list-blk ul li {

  list-style: outside none;
  font-size: 16.4px;
  line-height: 1.3em;
  padding-bottom: 0.5em;
  position: relative;
}

section.content-1 ul li {
  position: relative;
  list-style: outside none;
}

section.content-1 ul li:before,
section.list-blk ul li:before {
  content: " ";
  display: inline-block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  background-image: url(/themes/segm/images/disc.svg);
  left: -1.1em;
  top: 0.7em;
  background-size: contain;
  background-repeat: no-repeat;
}

section.content-1 ul li::before {
  top: 0.4em;
}

section.content-1 ul li>ul>li {
  font-size: 90%;
  margin-bottom: 0.8em
}

section.content-1 ul li>ul>li:first-of-type {

  margin-top: 0.6em
}

section.content-1 ul li {
  margin-bottom: 1em;
}

section.home-intro {
  padding: 37px 0 5px;
  border-bottom: 5px solid #0D8894;
  background-image: url(../images/shadow-light.png), url(../images/intro-bg.png);
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  color: #4D4D4D;
  padding: 4em 0 2em;
}

section.home-intro p {
  font-size: 31px;
  font-weight: bolder;
  font-family: Myriad;
}

section.content-1 p.smallest-text {
  font-size: 11px;
  line-height: 1.3em;
  padding-top: 3em;
}

section.top-nav nav {
  display: flex;
}

section.top-nav nav a {
  margin: 0 0.9em;
  color: #4D4D4D;
  text-transform: none;
  font-family: "Metropolis";
  font-weight: bolder;
  position: relative;
}

section.top-nav nav a.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  width: 100%;
  height: 3px;
  background-color: #0D8894;
}

section.top-nav nav a:hover {
  text-decoration: none;
  Color: #000;
}

section.contact-cont {
  border-top: none;
}

section.contact-form {
  border-top: none;
}

section.contact-cont p {
  line-height: 1.4em;
  font-size: 27px;
  margin-bottom: 0.7em;
}

section.contact-cont p em {
  font-size: 20.3px;
  color: #4D4D4D;
  font-weight: bold;
}

footer {
  border-top: 5px solid #0D8894;
  content: " ";
  min-height: 78px;
  background-image: url(../images/footer.png);
  background-size: cover;
  color: #fff;
  padding-top: 1em;
}

footer .foot-brand {
  font-size: 42px;
  font-weight: bold;
  margin-top: 0.5em;
}

.donate-top,
#stripe-examples-simple-checkout input[type="submit"] {
  /*! background: #0D8894; */
  /*! color: #fff; */
  /*! font-size: 19px; */
  /*! padding: 0.2em 1em; */
  /*! margin: 0 0 0 1.4em; */
  /*! border-radius: 0.5em; */
  /*! box-shadow: 0px 0 0 5px #fff, 0 0 0 10px #EBECEC; */
  /*! border: none; */
  /*! text-transform: uppercase; */
  /*! font-weight: bolder; */
}

.donate-top:hover {

  background-color: #3BB6C2;
  border-color: #0D8894;
}

#stripe-examples-simple-checkout input[type="submit"] {
  margin: 3em 0.5em 0.5em;
  float: none;
}

#stripe-examples-simple-checkout label {
  padding-top: 1em;
}


.about_pers {
  position: relative;
  padding-bottom: 5em;
}

.about_pers:after {
  display: block;
  content: "";
  position: relative;
  width: 40%;
  border-bottom: 3px solid #0D8894;
  padding-top: 1.5em;
  margin: auto;
}

.about_pers:last-of-type:after {
  border-bottom: none;
  padding-top: 0;
}

.about_pers .row {
  flex-direction: row;
}

.about_pers:nth-child(2n) .row {
  flex-direction: row-reverse;
}


.about_pers .picts img {
  width: 95%;
  height: auto;
}


.about_pers .texts p {
  line-height: 2.1em;
  text-align: justify !important;
  text-justify: distribute;
}

.about_pers .texts h2 {
  text-align: left;
  font-weight: normal;
}

.about_pers:nth-child(2n) .texts h2 {

  text-align: right;
}


section.top-page-s {

  background-color: #FBFBFB;
  border-bottom: 5px solid #0D8894;
}

section.top-page-s p {

  text-align: justify !important;
  line-height: 1.5em;
  font-size: 17.5px;
}

form#contact-message-register-form {
  padding-bottom: 3em;
}

form#contact-message-register-form p.small-form-deskr {
  font-size: 14px;
  font-style: italic;
}

form.webform-submission-contact-us-new-form label,
form#contact-message-register-form label {
  margin: 0;
  font-weight: bolder;
  font-size: 23.2px;
  line-height: 1.3em;
  padding-bottom: 0.5em;
}

form.webform-submission-contact-us-new-form label .group-field,
form#contact-message-register-form label.group-field {
  font-size: 23.2px;
  text-align: justify;
  padding-bottom: 0.9em;
}

form.webform-submission-contact-us-new-form .stay-body label,
form#contact-message-register-form .stay-body label {
  font-size: 14px;
  font-weight: normal;
}


form.webform-submission-contact-us-new-form .col-lg-6>div,
form#contact-message-register-form .col-lg-6>div {
  margin-bottom: 3em;
}

form#contact-message-register-form .col-lg-6>div:last-of-type {
  margin-bottom: 0.5em;
}

form#contact-message-register-form #edit-preview {
  display: none;
}

form.webform-submission-contact-us-new-form #edit-actions-submit,
form#contact-message-register-form #edit-submit {

  background: #0D8894;
  padding: 0.7em 2em;
  color: #fff;
  border: none;
  border-radius: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19.8px;
}

form.webform-submission-contact-us-new-form #edit-actions-submit {
  margin-top: 1.5em;
}

a[href*="pop"] {
  position: relative;
  color: #0D8894;
  font-weight: bold;
  text-decoration: none;
}

a span.pop {
  display: none;
  position: absolute;
  font-size: 10px;
  line-height: 1.3em;
  width: 24.3em;
  bottom: 2.5em;
  background: #fff;
  color: #4D4D4D;
  padding: 1em;
  left: 3em;
  overflow: visible;
  border: 3px solid #0D8894;
  border-radius: 1.1em 1.1em 1.1em 0;
  z-index: 1000;
  text-align: left;
}

a:hover span.pop {
  display: block;
}




.hide-text {
  display: none;
}

.hide-text.show {
  display: block;
}

.StripeElement {
  height: auto;
  font-size: 100%;
  transform: scale(1.7,1.7);
  width: 59%;
  transform-origin: left;
  padding: 0rem;
  padding: 4px 0 !important;
}

#contact-message-subscribe-form {
  padding: 1.3em 0.1em;
}

#contact-message-subscribe-form div {
  display: inline;
}

#contact-message-subscribe-form div.row {
  display: none;
}

#contact-message-subscribe-form input {
  max-width: 50%;
}

div.div-inline1:after {
  width: 47%;
  border-bottom: 3px solid #0D8894;
  content: " ";
  display: block;
  height: 1px;
  margin: 0 auto 2em;
  padding-bottom: 3.3em;
}

div.div-inline input {
  display: inline;
}

label.but-sur {
  display: inline-block;
  background:
    #949494;
  color:
    #fff;
  font-size: 17px;
  padding: 0.4em 0.4em;
  margin: 0;
  margin-left: 1.4em;
  border-radius: 0.5em;
  box-shadow: 0px 0 0 5px #fff, 0 0 0 10px #EBECEC;
  border: none;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 1em;
  cursor: pointer;
}

.gfm-embed {
  position: relative;
}

.gfm-embed:hover {
  filter: grayscale(0%);
}

.gfm-embed .hide-for-large {
  display: none;
}

.navbar-toggler {
  position: absolute;
  top: -1em;
}

.navbar-toggler-icon {
  background-image: url(../images/iconfinder_menu.svg);
}

.blog-title {
  font-size: 28px;
  text-align: left;
  margin-bottom: 0.7em;
  color: #0D8894;
}

.blog-title.blog-subtilte {
  font-style: italic;
  margin-bottom: 1.5em;
  color: #7C7676;
  font-size: 25px;
}

.blog-title.blog-subtilte.blog-subtilte-sm {
  margin-bottom: 0.7em;
}


.blog-summary p:last-of-type {
  margin-bottom: 0.5em;
}

article.blog-list {
  margin-bottom: 3em;
}

article.blog-list h2 {
  text-align: left;
  margin-bottom: 0.1em;
}

article.blog-list h2 a {
  color: inherit;
}

article.blog-list div.readmore {
  text-align: right;
}

article.blog-list div.readmore .read-more {
  opacity: 0.8;
  border: none;
  font-size: 100%;
}

article.blog-list div.readmore .read-more:hover {
  background: initial;
  color: #0D8894;
  text-decoration: none;
}

section.content-1 h2.blog-full {
  text-align: left;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 10px;
}

.article-teaser>p {
  display: inline;
}

.article-teaser>div.readmore {
  display: inline;
}

.article-content a {

  color: #0D8894;
}

.read-more-blog {
  font-size: 14px;
}


.blog-date {
  padding-bottom: 1.5em;
}

.blog-full-date {
  padding-bottom: 2.5em;
}

.blog-text-body .hide-text {
  margin: 2em 0em;
}

table.sm-1 {
  font-size: 80%;
}

table.sm-1 td {
  box-sizing: border-box;
  padding: 0.5em 1em;
}

table.sm-1 p {
  font-size: 100%;
  margin: 0;
  line-height: 1.3em;
}

.feed-icon {
  display: none;
}

@media (max-width: 991px) {
  .home-link img {
    margin-bottom: 1.5em;
  }

  #navbarNav {
    display: block;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
  }

  #navbarNav:not(.show) {
    display: none;
  }

  #navbarNav nav {
    display: block;
  }

  #navbarNav nav a {
    display: block;
    width: max-content;
    margin-bottom: 1.4em;
  }

  .donate-top {
    display: block;
  }

  section.top-nav nav a.is-active::after {
    bottom: 0.1em;
  }

  .about_pers .picts {
    padding-bottom: 1.5em;
    text-align: center;
  }

  section.list-blk ul:last-of-type:after {
    display: block;
  }

  .col-lg-6.mobile-pad {
    margin-top: 3em;
  }
}

.own-text {
  position: relative;
  top: -2em;
}

form#user-login-form {
  width: 15em;
  max-width: 100%;
}

@media (max-width:767px) {
  span.no-mobile {
    display: none;
  }

  .mobile-nojust {
    text-align: initial !important;
  }

  .about_pers .texts p {
    text-align: initial !important;
  }

  section.top-page-s p {
    text-align: initial !important;
  }
}

section.content-1 h2.blog-full~div h3 {
  color: #0D8894 !important;
}

.blog-text-body .col.text-right {
  margin: 0.5em 0 1em;
}

ol.o-o-o li {
  margin-bottom: 0.5em;
}

ul.o-o-o li {
  margin-bottom: 0.5em;
}

.soc-links {
  display: flex;
}

.article-teaser .soc-links {
  display: none;
}

.print-soc {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/print.svg);
  transform: translateY(-1.2em);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 3px;
}

#eapps-social-share-buttons-1 {
  width: auto;
}

.blog-text-body li {
  line-height: 1.9em;
}

.t-text-t {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  min-height: 20em;
}

.t-text-t>div {
  width: 100%;
  text-align: center;
  padding: 0 7em;
}

.gfm-embed iframe {
  position: relative;
  z-index: 100;
}

sup {
  line-height: 1.5em;
  display: block;
}

@media (max-width: 991px) {
  .t-text-t>div {
    padding: 0 0.5em
  }
}

@media (max-width:767px) {
  .t-text-t {
    position: relative;
    min-height: 6em;
  }
}

.p-donate button.donate-top {
  visibility: hidden;
}

.sub_col .sub_name {
  font-size: 124%;
  cursor: pointer;
  line-height: 1.7em;
  font-weight: bold;
  margin: 0.8em 0;
  padding: 0.1em;
}

.sub_col .sub_name:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/close_oo.svg);
  content: "";
  background-position: center 66%;
  background-repeat: no-repeat;
  background-size: 61% auto;
}

.sub_col .sub_name.show:before {
  background-image: url(../images/close_io.svg);
  background-position: 0 83%;
  background-size: auto 61%;
}

.sub_col .sub_hidden {
  display: none;
  padding-left: 2em;
}

.sub_col>.sub_name.show~.sub_hidden {
  display: block;
}

.items .ite_title {
  padding-bottom: 0.5em;
  color: #000;
  font-size: 115.5%;
  display: inline-block;
  width: calc(100% - 5.5em);
  vertical-align: top;
  margin-left: 1em;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  padding-top: 0.3em;
}

.items_del .ite_title:before {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/close_o.svg);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  position: absolute;
  left: 2em;
}

.sub_hidden .items .ite_title::before {
  left: 4em;
}

.items .ite_title.show:before {
  background-image: url(../images/close_i.svg);
}

.items {
  margin: 0 0 0;
  padding: 0.4em 1.5em 1.5em 1.5em;
  display: flex;
  flex-wrap: wrap;
}

.items .segm_analyse {
  width: 3.5em;
  padding: 0;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0em 1em 0 0;
  min-height: 3.5em;
  display: inline-block;
}

.items .segm_analyse.segm_en {
  background-image: url(../images/segm_analysis.svg);
  transition: transform 0.5s 0s;
}

.items:hover .segm_analyse.segm_en,
.items.journal_show .segm_analyse.segm_en,
.items.segm_show .segm_analyse.segm_en {
  transform: scale(1.8);
}

.items .more-jour {
  border: 2px solid #D9DADA;
  display: inline-block;
  width: max-content;
  padding: 0.1em 0.3em 0.1em 1.5em;
  border-radius: 0.3em;
  margin-top: 0.9em;
  font-size: 1rem;
  margin-right: 0.9em;
  cursor: pointer;
  position: relative;
}

.items .more-jour:before {
  content: " ";
  width: 0.9em;
  height: 0.9em;
  display: block;
  position: absolute;
  left: 0.3em;
  background-image: url(../images/ja_act.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.4em;
}

.items .more-freetext {
  border: 2px solid #D9DADA;
  display: inline-block;
  width: max-content;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border-radius: 0.3em;
  margin-top: 0.9em;
  font-size: 1rem;
  margin-right: 0.9em;
  cursor: pointer;
  position: relative;
}

.items .more-freetext.full_disable {
  display: none;
}

.items.journal_show .more-jour:before {
  transform: rotate(100grad);
}

.items .more-jour.journal_de {
  cursor: inherit;
  color: #D9DADA;
}

.items .more-jour.journal_de::before {
  background-image: url(../images/ja_dis.svg);
}

.items .more-segm {
  border: 2px solid #D9DADA;
  display: inline-block;
  width: max-content;
  padding: 0.1em 0.3em 0.1em 1.5em;
  border-radius: 0.3em;
  color: #0D8894;
  margin-top: 0.9em;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  margin-right: 0.8em;
}

.items .more-segm:before {
  content: " ";
  width: 0.9em;
  height: 0.9em;
  display: block;
  position: absolute;
  left: 0.3em;
  background-image: url(../images/sa_act.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.4em;
}

.items.segm_show .more-segm:before {
  transform: rotate(100grad);
}

.items .more-segm.segm_de {
  display: none;
}

.items:hover {
  background: #f8f8f8;
}

.items .hide_ite {
  font-size: 1rem;
  width: 100%;
  padding-left: 6em;
  display: none;
  position: relative;
}

.items.segm_show .hide_ite {
  display: block;
}

.items.journal_show .hide_ite {
  display: block;
}

.items.journal_show .hide_ite .col-abstr {
  display: block;
}

.items .hide_ite .hide_atach {
  display: none;
}

.items .hide_ite .hide-all {
  position: absolute;
  bottom: -0.9em;
  right: calc(42.5%);
  border: 2px solid #C3C4C4;
  padding: 0.3em 2.6em 0.2em 2.6em;
  font-size: 1.3rem;
  border-radius: 0.3em;
  cursor: pointer;
  font-weight: bold;
}

.items .hide_ite .col-abstr {
  display: none;
  font-size: 1rem;
  color: #000;
}

.items .hide_ite .col-segm {
  display: block;
  padding: 0;
  min-width: 50%;
  content: " ";
}

.items .hide_ite .col-segm.segm_dis {
  display: none;
}

.items .hide_ite .col-segm p {
  font-size: 1rem;
  padding: 0;
  margin: 0.6em 0;
  line-height: 149%;
  color: #000;
}

.items a {
  color: #222;
  font-weight: lighter;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  position: relative;
}

.items a:hover {
  text-decoration: none;
}

.hide_ite .hide_atach {
  padding-bottom: 0.5em;
}

.hide_ite .bibl {
  padding-bottom: 0.5em;
  font-style: italic;
}

.hide_ite .note {
  display: flex;
  padding-top: 0.6em;
  clear: both;
  padding-bottom: 3em;
}

.hide_ite .note .note-title {
  display: block;
  font-size: 140%;
  margin-top: 0.3em;
  margin-bottom: 0.4em;
}



.items .ite_title.show~.hide_ite {
  display: block;
}

.items .ite_title.show~.hide_ite .col-abstr {
  display: block;
  color: #000;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

.items .ite_title.show~.hide_ite .hide_atach {
  display: block;
}

.collection_col {
  padding: 0.5em 0;
}

.collection_col .collection_name {
  font-size: 130%;
  cursor: pointer;
  color: #fff;
  padding: 0.5em 0 0.5em 1em;
  background-color: #0D8894;
  margin: 0 0 1.5em 0;
  font-weight: bold;
}

.collection_col .collection_name.ishid {
  cursor: initial;
}

.collection_col .collection_name:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/close_o_w_1.svg);
  content: "";
  background-position: 0 83%;
  background-repeat: no-repeat;
  background-size: 80% 70%;
  margin-right: 0.3em;
}

.collection_col .collection_name.ishid:before {
  opacity: 0;
}

.collection_col .collection_name.show:before {
  background-image: url(../images/close_i_w_1.svg);
  background-position: 0 114%;
}

.collection_col .collection_hidden {
  padding-left: 0;
}

.collection_col .collection_hidden a.subreadmore {
  display: none;
}

.collection_col .collection_hidden .collection_items {
  display: none;
  transition: all 3s;
}

.collection_col .collection_name.show~.collection_hidden .collection_items {
  display: block;
}

.hidden_hiden {
  display: none;
}

.read-more {
  width: max-content;
  text-transform: uppercase;
  color: #0D8894;
  font-weight: bold;
  margin: 1em auto;
  text-transform: capitalize;
  border: 1px solid #0D8894;
  padding: 0em 0.6em;
  line-height: 2.3em;
  border-radius: 0.3em;
  cursor: pointer;
  font-size: 130%;
}

.read-more:hover {
  background-color: #0D8894;
  color: #fff;
}

.show34 .read-more {
  margin-bottom: 1.3em;
}

.show34 .hidden_hiden {
  display: block;
}

.read-more.rf {
  display: none;
}

.read-more.rmf {
  display: block
}

.show34 .read-more.rm {
  display: none;
}

.show34 .read-more.rf {
  display: block
}

.csl-bib-body,
.csl-entry,
.bib_read_more {
  display: inline;
}

.bib_read_more {
  font-weight: normal;
  color: #000;
  float: right;
  font-weight: lighter;
  border-bottom: 1px solid;
  line-height: 1.2em;
  padding-bottom: 1px;
}

.bib_read_more .round {
  display: inline-block;
  padding: 1px;
  margin-right: 0.5em;
  border-radius: 50%;
  border: 1px solid;
  width: 1em;
  text-align: center;
  height: 1em;
  line-height: 0.8em;
  font-weight: bold;
}

.show .bib_read_more {
  opacity: 1;
}


.bib_read_less {
  font-weight: normal;
  color: #000;
  float: right;
  display: none;
  font-size: 100%;
  cursor: pointer;
  text-decoration: underline;
}

.items .ite_title.show~.hide_ite .bib_read_less {
  display: block;
}

.sum_item span.seg_color {
  display: block;
  font-size: 140%;
  margin-top: 0.3em;
  margin-bottom: 0.4em;
  color: #0D8894;
  font-weight: normal;
}

.summay {
  border-left: 1px solid #0D8894;
  padding-left: 1em;
  margin-left: 1em;
}


.items .ite_title.show .bib_read_more {
  display: none;
}

.items .ite_title.show .bib_read_less {
  float: right;
  display: block;
  font-size: 100%;
}

.collection_col .collection_hidden .sub_col {
  display: none;
}

.collection_col .collection_name.show~.collection_hidden .sub_col {
  display: block;
}

.collection_col .collection_hidden .sub_col~.collection_items {
  display: none !important;
}

.studies-text {
  column-count: 1;
  text-align: justify;
  padding-bottom: 0.5em;
}


h2.studies-h {
  text-align: left !important;
}

.em-progress {
  padding-bottom: 0;
}

.em-progress .cta-title {
  text-align: left;
  padding-bottom: 0.5em;
}

.em-progress .cta-title>* {
  font-size: 1.6rem;
}

.em-progress .cta-title h2 {
  display: inline;
  padding-right: 0.1em;
}

.em-progress .cta-title span {
  font-size: 1.2rem;
}


.em-progress .progress-bar {
  background-color: #0D8894;
}

.em-title {
  box-sizing: border-box;
  color: rgb(51.51, 51);
  cursor: pointer;
  display: block;
  font-family: Lato, Trebuchet, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.88px;
  margin-bottom: 8px;
  margin-top: 8px;
}

@media (max-width: 991px) {

  table.tab-mob td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }

  .studies-text {
    column-count: 1;
  }

  .collection_col .collection_name {
    font-size: 1.1rem;
  }


  .summay {
    margin-left: 0;
  }

  .items .hide_ite .hide-all {
    font-size: 1rem;
  }
}

@media (max-width: 400px) {
  .items .segm_analyse {
    display: none;
  }

  .items .ite_title {
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }

  .items .hide_ite .col-segm {
    width: 100%;
  }

  .items.segm_show .hide_ite {
    padding: 0;
  }

  .hide_ite .note {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }

  .items.journal_show .hide_ite {
    padding: 0;
  }

  .items .hide_ite .col-segm p {
    font-size: 1rem;
  }

  .sub_col .sub_name {
    font-size: 1rem;
  }
}


new-top .donate-top,
new-top #stripe-examples-simple-checkout input[type="submit"] {
  background: #0d8894 !important;

  border-color: #0d8894 !important;
  border-image: none;
  border: 1px solid #03866d;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 2em;
  padding-right: 2em;
  border-radius: 4px;
  box-shadow: none;
  font-weight: bold;
  text-transform: none;
}

new-top .home-link {
  padding: 0 28px 0 0;
  box-sizing: border-box;
  display: flex;
}

new-top .donate-top:hover,
new-top #stripe-examples-simple-checkout input[type="submit"]:hover {
  filter: brightness(110%);
}

.new_css {
  min-height: calc(100vh - 220px);
}

.new_css section.content-1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .05) 0%, #fff 20px);
  border-top: 0;
  color: #000000;
}

.new_css section.content-1 article {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
  padding: 1em 1.5em 0;
  margin-bottom: 3em;
  font-size: 110%;
}

.new_css section.content-1 p {
  font-size: inherit;
}

.new_css section.content-1 .article-content ol li,
.new_css section.content-1 .article-content ul li {
  margin-bottom: 0.8em;
  font-size: inherit;
}

.new_css section.content-1 .article-content strong:first-child {
  color: #0d8894;
  font-size: 120%;
  display: inline-block;
}

footer.new_footer {
  min-height: 78px;
  background-image: url(../images/footer.png);
  background-size: cover;
  color: #fff;
  padding-top: 1em;
  border-top: 0;
  position: relative;
}

footer.new_footer:after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: " ";
  left: 0;
  top: 0px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0) 20px) !important;
}

progress {
  width: 100%;
}

.em-progress h2 {
  margin-bottom: 0.6em !important;
  font-size: 120% !important;
}

h2 .block4-title {
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 1em;
}

.item-list-home-blog {
  padding-top: 2em;
  padding-bottom: 0em;
  margin-bottom: 0;
}

.item-list-home-blog>ul {
  padding-left: 0;
  margin-bottom: 0;
}

.home-blog-item {
  list-style: none;
}

.home-blog-item h2 {
  font-size: 160%;
}

.home-blog-item .blog-subtilte {
  font-size: 120%;
}

#block-readmorenews {
  padding-bottom: 2em;
  margin-top: -3em;
}

#block-views-block-before-of-dots-block-block-1 {
  padding-bottom: 1em;
}

#block-views-block-end-of-dots-block-block-1 {
  padding-top: 1em
}

#edit-stripe-card-element {
  /*! height: calc(1.5em + .75rem + 5px); */
  padding: 7px 8px;
  border-radius: .25rem;
  line-height: 1.5em;
  background-color: #fff;
}

.h6,
h6 {
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5em;
}

blockquote {
  margin: auto 3.5rem;
}

.stripe-examples-simple-checkout .form-item-email input {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tags {
  padding-bottom: 2em;
}

.tags>div {
  display: block;
  padding: 0.2em 1em;
}

.tags div div {
  display: inline-block;
}

.tags div a {
  font-size: 112%;
  padding-top: 0.3em;
  padding-bottom: 0.1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #0D8894;
  color: #fff;
  margin-right: 0.3em;
  transition: all 0.3s;
}

.tags div a:hover {
  font-size: 112%;
  text-decoration: underline;
  color: #0D8894;
  background: transparent;
}

.tags div aa:after {
  content: ",";
  margin-right: 0.3em;
}

.tags div div:last-of-type a::after {
  content: "";
}


#block-views-block-homepage-blog-block-1:before {
  width: 100%;
  height: 1px;
  background-color: #CECECE;
  content: " ";
  position: relative;
  display: block;
  margin: auto;
  box-shadow: 0px 5px 5px 0px #CECECE;
}

#accordion {
  font-family: 'Inter', sans-serif;
}

#accordion>h3 {
  color: #0D8894;
  font-size: 145%;
  font-weight: bold;
  cursor: pointer;
  margin-top: 1.1em;
  border: none;
  background: none;
}

#accordion>h3.ui-state-active {
  text-decoration: underline;
}

#accordion>div {
  padding: 0 0.8em;
  border: none;
  background: none;
  color: inherit;
}

#block-twitterblock {
  max-width: 1096px;
  margin: auto;
  padding-bottom: 2em;
}

#block-views-block-homepage-blog-block-1>h2 {
  margin: auto;
  max-width: 1140px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding-top: 2em;
  padding-bottom: 1em;
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.twitter-timeline {
  margin-bottom: 3em !important;
}

#accordions {
  margin: auto;
  color: #222222;
}

#accordions h3 {
  display: block;
  background-color: #f9f9f9;
  padding: 0.5em 2em 0.5em 1.5em;
  font-size: 17pt;
  position: relative;
  cursor: pointer;
  color: #000;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

#accordions h3>span.ui-icon {
  display: none;
}

#accordions h3:after {
  display: block;
  width: 2em;
  height: 100%;
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1em;
  text-align: center;
  font-size: 22pt;
  background-image: url(images/plus-circle.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.3em) center;
  background-size: 1em;
  font-family: 'Poppins', sans-serif;
}

#accordions h3.ui-state-active {
  background-color: #1bacaf;
  color: #fff;
  margin-bottom: 0.5rem;
}

#accordions h3.ui-state-active:after {
  background-image: url(images/no-entry.svg);
  color: #fff;
}

#accordions div.ui-accordion-content {
  padding: 1em 2em 1em 2em;
  font-size: 14pt;
  border: none;
}

section.top-nav {
  padding-bottom: 1.6em;
  box-shadow: 0px 0px 17px 0px #9F9F9F;
  padding-top: 2em;
  z-index: 550;
  position: relative;
}

section.top-nav .container {
  /*! max-width: 1450px; */
}

.home-link {
  padding: 0 2.5em 0 0;
  display: flex;
}

.home-link img {
  width: 100%;
}

section.top-nav nav a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
  padding: 0 1em;
  margin: 0;
  font-size: 13pt;
}

section.top-nav nav a:hover {
  text-decoration: underline;
}

section.top-nav nav a.is-active {
  color: #0d8894;
  font-weight: 600;
}

section.top-nav nav a.is-active::after {
  display: none;
}

.donate-top,
#edit-submit--2.button.js-form-submit {
  border: 2px solid #0d8894;
  border-radius: 3em;
  color: #0d8894 !important;
  font-weight: 600;
  padding: 0.5em 1.7em;
  margin-left: 1.5em;
  background-color: transparent;
  text-transform: none;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
  font-size: 14pt;
}

.donate-top:hover,
#edit-submit--2.button.js-form-submit:hover {
  background: #0d8894;
  color: #fff !important;
  border-color: #0d8894;
}

.wrp {
  padding: 4.5em 0;
  font-family: 'Inter', sans-serif;
  line-height: 1.8em;
}

.wrp a {
  color: #0d8894;
}

section.content-1:first-of-type {
  padding-top: 0;
  padding-bottom: 5px;
  color: #4D4D4D;
  background-image: none;
  border-top: 0;
}

section.content-1 img {
  max-width: 100%;
  height: auto !important;
}

section.content-1.last {
  background-color: #f6f4f0;
  padding-top: 4em;
  color: #4f4e4e;
  padding-bottom: 6em;
}

section.content-1.last .dtblock {
  background: #fff;
  padding: 2em;
  box-shadow: 0 0 14px 0px #DDD;
  text-align: center;
}

section.content-1.last progress {
  width: 90%;
  margin: 0.5em 0;
}

section.content-1.last progress::-webkit-progress-value {
  background: red
}

section.content-1.last progress::-moz-progress-bar {
  background: #0d8894;
}

.faq-top {
  font-family: 'Inter', sans-serif;
}

.faq-top>h1 {
  font-size: 2.5rem;
  margin-bottom: 1.1em;
  font-weight: bold;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.faq-top>h5 {
  color: #0d8894;
  margin-bottom: 0.5em;
  font-weight: 600;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

section.petition-top {
  background-color: transparent;
  padding: 11.5rem 0 8rem;
  background-image: url(../images/petition_bg_1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.petition-top .container {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5rem 6.1rem 4rem;
  max-width: 1420px;
}

section.petition-top .container>.row>.col {
  padding: 3rem 3rem;
}

section.petition-top .petition-title {
  margin: 0;
  color: #064a4d;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "Inter";
}

section.petition-top .petition-text-left {
  padding-right: 3.7rem;
  border-right: 1px solid #8A8A8A;
  padding-top: 1rem;
  font-family: "Inter";
  font-size: 1.17rem;
}

section.petition-top .petition-text-left strong,
section.petition-top .petition-text-right strong {
  color: #0d8894;
}

section.petition-top .petition-text-left ul,
section.petition-top .petition-text-right ul {
  padding: 0 0.7rem 0 0;
}

section.petition-top .petition-text-left li,
section.petition-top .petition-text-right li {
  margin-bottom: 0.8rem;
}

section.petition-top .petition-text-right {
  padding-left: 5rem;
  padding-right: 0;
  padding-top: 1rem;
  font-size: 1.17rem;
  font-family: "Inter";
}

section.petition-top .blog-title.blog-subtilte {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #434343;
  font-family: "Inter";
  font-style: normal;
  padding-top: 1rem;
}

section.petition-top .sign-petition-wrp {
  padding-top: 1.8rem;
}

a.sign-petition {
  border: 2px solid #08494f;
  border-radius: 3em;
  color: #fff;
  font-weight: 600;
  padding: 0.7em 2.1em;
  margin-left: 0.1em;
  background-color: #08494f !important;
  text-transform: none;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
  font-size: 1.3rem;
  transition: 0.5s;
  display: inline-block;
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

a.sign-petition:hover {
  color: #0d8894 !important;
  background-color: transparent !important;
  text-decoration: none;
}

.field-sep {
  padding-bottom: 0.5rem;
}

.field-sep .sign-cb {
  padding-left: 1.4rem;
  padding-top: 1.2rem;
}

.field-sep .sign-cb label {
  color: red;
}

.field-sep .sign-cb input[type='checkbox'] {
  width: 1.5rem;
  height: 1.5rem;
}

.field-sep label {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.field-sep label[for="edit-anonymous-sign"] {
  font-size: 1.5rem;
  margin-top: 0rem;
  margin-left: 1rem;
  font-weight: normal;
}

.field-agree{
  padding: 0 1.6rem;
}

.field-agree input{
  font-size: 2rem;
  margin-top: 0.5rem;
  margin-left: -1.8rem;
}

.field-agree label{
  margin-bottom: 0;
  font-weight: bold;
}
.field-agree .description{
  
}
.field-sep input.button--primary-loginform{
  border: 2px solid #0d8894;
  border-radius: 3em;
  color: #0d8894 !important;
  font-weight: 600;
  padding: 0.5em 1.7em;
  margin-left: 1.5em;
  background-color: transparent;
  text-transform: none;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
  font-size: 14pt;
}

section.petition-center {
  padding: 8rem 0 4rem;
  background-color: #f9f9f9;
}

section.petition-center .container {
  max-width: 1000px;
}

form.petition-form [type='submit'] {
  border: 2px solid #08494f;
  border-radius: 3em;
  color: #fff;
  font-weight: 600;
  padding: 0.7em 3em;
  margin-left: 0.1em;
  background-color: #08494f !important;
  text-transform: none;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  transition: 0.5s;
  display: inline-block;
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

form.petition-formupdate [type='submit']:hover {
  color: #0d8894 !important;
  background-color: transparent !important;
  text-decoration: none;
}

form.petition-formupdate [type='submit'] {
  border: 2px solid #08494f;
  border-radius: 3em;
  color: #fff;
  font-weight: 600;
  padding: 0.7em 3em;
  margin-left: 0.1em;
  background-color: #08494f !important;
  text-transform: none;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  transition: 0.5s;
  display: inline-block;
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

form.petition-form [type='submit']:hover {
  color: #0d8894 !important;
  background-color: transparent !important;
  text-decoration: none;
}

section.subscribe {
  z-index: 2;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.3);
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section.subscribe h2 {
  text-align: center;
  font-size: 2rem;
}

section.subscribe p {
  margin: 0;
}

.spn-form-left {
  padding-right: 2rem;
}

.spn-form-right {
  padding-left: 2rem;
}

.form-text {
  margin-top: 0;
}

.home-subscribe-fset {
  text-align: center;
}

.home-subscribe-fset .fieldset-wrapper {
  text-align: center;
  display: flex;
  width: min-content;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.home-subscribe-fset .fieldset-wrapper .home-sub-email {
  display: inline-block;
}

.home-subscribe-fset .fieldset-wrapper .home-sub-email input {
  width: auto;
  position: relative;
  border-radius: 1.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
  z-index: 2;
  padding: 0.5rem 0 0.5rem 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-color: #08494f;
}

.home-subscribe-fset .fieldset-wrapper .home-sub-email input:focus {
  box-shadow: none;
  border-color: #08494f;
}

.home-subscribe-fset .fieldset-wrapper .home-sub-send {
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  /*! vertical-align: middle; */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #08494f;
  border: 1px solid #08494f;
  padding: 0.3rem 1.5rem 0.1rem 0.8rem;
  font-size: 1rem;
  border-radius: 1.5rem;
  transition: background-color .15s ease-in-out;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
  /*! box-sizing: border-box; */
}

.send-us-label {
  margin: 0;
  font-weight: bolder;
  font-size: 23.2px;
  line-height: 1.3em;
  padding-bottom: 0.5em;
}

.contact-us-block-01 {
  margin-bottom: 2.5rem;
}

.cnt-us-submit-btn {
  margin-top: 3.1rem;
}

.cnt-us-submit-btn input {
  background: #0D8894;
  padding: 0.7rem 2rem;
  color: #fff;
  border: none;
  border-radius: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
}

.contct-us-text {
  font-size: 2rem;
}

.contct-us-text * {
  font-size: 1.7rem;
}

.contct-us-text em {
  font-size: 1.3rem;
}

.petition-center-animate {
  height: 0;
  overflow: hidden;
}

@media (max-width:991px) {
  section.petition-top .petition-text-left {
    padding-right: 0;
    border: none;
  }

  section.petition-top .petition-text-right {
    padding-left: 0;
  }
}

@media (max-width:767px) {
  section.petition-top .container {
    padding: 2rem;
  }
}

@media (max-width:576px) {
  .spn-form-left {
    padding-right: 15px;
  }

  .spn-form-right {
    padding-left: 15px;
  }
}

@media (max-width:400px) {

  section.petition-top .petition-text-left p,
  section.petition-top .petition-text-right p {
    padding: 0rem !important;
    ;
  }
}

.itc-slider {
  padding-bottom: 3em;
}

.itc-slider__wrapper {
  padding-bottom: 2em;
}

.itc-slider__item {
  cursor: pointer;
}

.itc-slider__indicator {
  background-color: #00000013 !important;
}

.itc-slider__indicator_active {
  background-color: #0D889480 !important;
}

.petition-n-wrp {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

input.sign-petition {
  border: 2px solid #08494f;
  border-radius: 3em;
  color: #fff;
  font-weight: 600;
  padding: 0.7em 2.1em;
  margin-left: 0.1em;
  background-color: #08494f !important;
  text-transform: none;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
  font-size: 1.3rem;
  transition: 0.5s;
  display: inline-block;
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

input.sign-petition:hover {
  color: #0d8894 !important;
  background-color: transparent !important;
  text-decoration: none;
}

input.sign-email {
  border: 2px solid #08494f;
  border-radius: 0.3em;
  /*! color: #fff; */
  font-weight: 600;
  /*! padding: 0.7em 2.1em; */
  margin-left: 0.1em;
  /*! background-color:  #08494f !important; */
  /*! text-transform: none; */
  /*! margin-right: 0; */
  /*! margin-top: 0; */
  /*! margin-bottom: 0; */
  /*! box-shadow: none; */
  font-size: 1.5rem;
  transition: 0.5s;
  display: inline-block;
  /*! box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.1); */
  height: 4rem;
}

input.sign-email:focus {
  border: 2px solid #08494f;
  box-shadow: none;
  background-color: #fdffff;
}

form .confirm-signup {
  padding-top: 2.5rem;
}

section.slogan-block {
  background-color: #f5F5F5;
  padding-top: 7.5em;
  padding-bottom: 8.5em;
  text-align: center;
  font-size: 1.1rem;
  background-size: cover;
  position: relative;
  z-index: 500;
  font-weight: 500;
  font-family: 'poppins';
  background-image: url(../images/petition_bg_1.jpg);
  background-position: center;
}

section.slogan-block .container {
  font-size: inherit !important;
  line-height: 1.6em;
  /*! max-width: 1450px; */
}

section.slogan-block .container .col {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0.85) 100%);
  padding: 4rem 4rem;
  position: relative;
}

section.slogan-block p {
  font-size: inherit;
  line-height: 1.8em;
}

section.slogan-block .p-block p {
  font-size: 1.4rem;
}

section.slogan-block .p-block {
  padding-top: 0.9rem;
}

section.slogan-block .p-block::before {
  content: " ";
  height: 1px;
  width: 100%;
  display: block;
  position: relative;
  border-top: 0.1rem solid #A5A5A5;
  padding: 1.5rem 0 0 0;
}

section.slogan-block a.p-button {
  display: block;
  position: absolute;
  bottom: -2.5rem;
  left: calc(50% - 14rem);
  width: 28rem;
  background-color: #0D8894;
  color: #fff;
  padding: 1.2rem 0;
  border-radius: 3rem;
}

section.slogan-block a.p-button:hover {
  text-decoration: none;
  color: #eee;
  background-color: #1F9AA6;
}

section.slider-block {
  background-image: url(../images/background_media.jpg);
  padding: 5em 0 2em;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: -2px 1px 2rem 1px rgba(0, 0, 0, 0.6);
  z-index: 498;
}

.rot-quot {
  color: #fff;
  display: inline-block;
  font-size: 6rem;
  font-family: Arial;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  height: 0.5em;
  /*! position: absolute; */
}

section.slider-block {
  background-image: url(../images/background_media.jpg);
  padding: 5em 0 2em;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: -2px 1px 2rem 1px rgba(0, 0, 0, 0.6);
  z-index: 498;
}

.rot-quot {
  color: #fff;
  display: inline-block;
  font-size: 6rem;
  font-family: Arial;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  height: 0.5em;
  /*! position: absolute; */
}

section.slider-block .slider-items {
  /*! display: flex; */
  padding: 2.1em 0% 4em;
  margin: auto;
  width: 90%;
}

section.slider-block .slider-items>div {
  /*! display: flex; */
}

section.slider-block .slider-items>div>div {
  display: flex;
}

section.slider-block .slider-title {
  color: #fff;
  font-family: "poppins";
  /*! padding-top: 1.5em; */
  font-weight: 600;
  text-align: center;
  position: relative;
  top: -1em;
  margin-bottom: 0;
}

section.slider-block .item-media {
  display: flex;
  position: relative;
}

section.slider-block .item-media p {
  font-size: 1rem;
  margin-bottom: 1em;
}

section.slider-block .item-media .item-media-content {
  background-color: #fff;
  padding: 4em 3em 6.5em 3em;
  font-size: 0.7vw;
}
section.slider-block .item-media .item-media-content:hover {
  color: #0D8894;
}
section.slider-block .itc-slider__item {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  padding: 0 1em;
}

section.slider-block .slider-item-image {
  position: absolute;
  bottom: 4em;
  right: 3em;
}

section.slider-block .slider-item-image img {
  max-height: 2.5em;
  width: auto;
}

.itc-slider.itc-slider-in-media {
  padding: 0 3%;
  max-width: 100%;
  box-sizing: border-box;
}

.itc-slider.itc-slider-in-media .itc-slider__item {
  flex: 0 0 33.3333333% !important;
  max-width: 33.3333333% !important;
  padding: 0 1em;
  display: flex;
}

.itc-slider__item .media-item {
  display: flex;
}

.itc-slider.itc-slider-in-media .itc-slider__indicators {
  position: relative;
  padding-top: 1rem;
}

.itc-slider.itc-slider-in-media .itc-slider__indicator {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}

.itc-slider.itc-slider-in-media .itc-slider__btn {
  /*! position: relative; */
  /*! top: 20px; */
  /*! left: 0; */
  background-color: transparent;
  width: 3rem;
  height: 3rem;
}
.itc-slider.itc-slider-in-media .itc-slider__btn::before {width: 3rem;height: 3rem;}
section.slider-block .itc-slider__indicator {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

section.slider-block .itc-slider__indicator_active {
  background-color: rgba(255, 255, 255, 1) !important;
}

.content-1.whitebl {
  padding: 4rem 0;
}

.content-1.whitebl .container.hwidth {
  /*! max-width: 1450px; */
}

section.nblk-1 {
  background-color: #03444a;
  padding: 10rem 0
}

section.nblk-1 .container.hwidth {
  /*! max-width: 1450px; */
  background-color: #ffffff;
  padding: 3rem 6.5rem;
  font-size: 1.1rem;
}

section.nblk-1 .container.hwidth h2 {
  color: #03444a;
  font-family: "poppins";
  text-align: center;
  max-width: 41rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

section.nblk-1 .container.hwidth p {
  line-height: 1.9em;
}

section.nblk-2 {
  background-color: #f0f0f0;
  padding: 1rem 0;
}

section.nblk-2 .container.hwidth {
  /*! max-width: 1450px; */
  padding: 3rem 0.5rem;
  font-size: 1.1rem;
}

section.nblk-2 .container.hwidth h2 {
  color: #03444a;
  font-family: "poppins";
  text-align: left;
  max-width: 41rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

section.nblk-2 .container.hwidth p {
  line-height: 1.9em;
}
section.nblk-2 .tb1{padding:1em;font-size: 1rem;}
section.nblk-2 .tb1 .tbs1{box-shadow: 0px 0px 1.1rem rgba(0,0,0,0.5);padding: 1em 2.9em;background: #fff;height: 100%;}
section.nblk-2 .tb1 .tbs1 ul{padding: 0;list-style: outside;}
section.nblk-2 .tb1 .tbs1 ul li{}
section.nblk-2 .container.hwidth .tb1 h2{font-size: 1.1rem;margin-top: 1rem;margin-bottom: 1rem;max-width: none;font-weight: bold;}
section.nblk-2 .tb1.tb11 .tbs1{background-color:#03444a;color: #fff;}
section.nblk-2 .container.hwidth .tb1.tb11 h2{color: #fff;}

section.nblk-3 {
  background-color: #FFF;
  padding: 2rem 0
}

section.nblk-3 .container.hwidth {
  /*! max-width: 1450px; */
  background-color: #ffffff;
  padding: 3rem 0.5rem;
  font-size: 1.1rem;
}

section.nblk-3 .container.hwidth h2 {
  color: #03444a;
  font-family: "poppins";
  text-align: center;
  max-width: 41rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

section.nblk-3 .container.hwidth p {
  line-height: 1.7em;
}
section.nblk-3 .container.hwidth .wntb{margin: 2rem -3.5em;}
section.nblk-3 .container.hwidth .wntb .wnt{/*! background: green; */padding: 1rem 2rem;}
section.nblk-3 .container.hwidth .wntb .wnt .wmtr{background-color: #054044;padding: 1.8rem 2.5rem 1rem;color: #fff;display: flex;text-align: center;border-radius: 1.4rem;font-size: 1.3rem;}
section.new-home-blog{padding-top: 4rem;padding-bottom: 3rem;padding-left: 2rem;padding-right: 2rem;background-image: linear-gradient(180deg, rgba(230, 230, 230, 0.5) 0%, rgba(230, 230, 230, 0.3) 45%,rgb(255, 255, 255) 46%, rgba(255,255,255,0) 100%);}
section.new-home-blog #block-views-block-new-blog-homepage-blog-block h2{padding: 2rem 0 2rem 2.5rem;color: #0D8894;font-family: "Poppins";font-weight: normal;}
.itc-slider.itc-slider.itc-slider-in-news{}
.itc-slider.itc-slider-in-news .itc-slider__item{flex: 0 0 50%;}
.itc-slider__item-in-news-wrp{padding: 1rem 2.6rem;height: 100%;}
.itc-slider.itc-slider.itc-slider-in-news button.itc-slider__btn_prev{left: -3rem;}
.itc-slider.itc-slider.itc-slider-in-news button.itc-slider__btn_next{right: -3rem;}
.itc-slider.itc-slider.itc-slider-in-news button{z-index: 10000;}
.itc-slider__item-in-news-wrp .itc-slider__item-in-news-content{box-shadow: 0.5rem 0.5rem 1.2rem 0rem rgba(0,0,0,0.3);padding: 3rem 3rem;height: 100%;font-size: 1.4rem;background-color: #fff;}
.itc-slider__item-in-news-wrp .itc-slider__item-in-news-content .news-time{color:#0D8894;font-size: 1.1rem;padding-bottom: 0.5em;font-family: "Poppins";}
.itc-slider__item-in-news-wrp .itc-slider__item-in-news-content .news-title{font-weight: 700;font-size: 1.6rem;line-height: 1.4;}
.itc-slider__item-in-news-wrp .itc-slider__item-in-news-content .news-title a{color: #0D8894;font-family: "Poppins";}
.itc-slider__item-in-news-wrp .itc-slider__item-in-news-content .news-title a::hover{font-size: 1.1rem;line-height: 1.7em;}
.itc-slider__item-in-news-wrp .itc-slider__item-in-news-content .news-subtitle{font-size: 1.4rem;color: #7C7676;font-style: italic;margin-bottom: 0.5em;}
.itc-slider__item-in-news-wrp .itc-slider__item-in-news-content .news-body{font-size: 1.1rem;line-height: 1.7em;}
#stripe-examples-simple-checkout--2{}
#stripe-examples-simple-checkout--2 input{font-size: 120%;}
.StripeElement iframe{/*! height: 40px !important; */background-color: #fff;padding: 0.5em 0 !important;transform: scale(2) !important;}
.StripeElement iframe *{font-size: 200% !important;}
.mar50{padding-top: 6em;}
.red-more-news
{
  border: 2px solid #0d8894;
  border-radius: 3em;
  color: #0d8894 !important;
  font-weight: 600;
  padding: 0.6em 1.7em;
  margin-left: 1.5em;
  background-color: transparent;
  text-transform: none;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
  font-size: 14pt;
  line-height: 1rem;
}
@media (max-width:1000px){
  .itc-slider.itc-slider-in-media .itc-slider__item {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding: 0 1em;
  display: flex;
  }
}
@media (max-width:800px){
  .itc-slider.itc-slider-in-media .itc-slider__item {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding: 0 1em;
  display: flex;
}
  .itc-slider.itc-slider-in-media .itc-slider__btn.itc-slider__btn_prev{
    left: -1em;
  }
    .itc-slider.itc-slider-in-media .itc-slider__btn.itc-slider__btn_next{
    right: -1em;
  }
}
  @media (max-width:800px){
    .itc-slider.itc-slider-in-news .itc-slider__item{
      flex: 0 0 100%;
    }
  }
    @media (max-width:600px){
      .itc-slider__item-in-news-wrp{
        padding: 0
      }
      .itc-slider__item-in-news-wrp .itc-slider__item-in-news-content{
        padding: 0.5rem;
        box-shadow: 0 0;
      }
      .itc-slider__item-in-news-wrp .itc-slider__item-in-news-content{background: transparent;}
      section.nblk-1 .container.hwidth{padding: 1rem;}
      section.nblk-1 {padding: 1rem;}
      section.slider-block .slider-item-image img{width: 100%;max-height: 16em;height: 500px;max-width: 39em;}
      section.nblk-3 .container.hwidth .wntb{margin: 0;}
      .home-subscribe-fset .fieldset-wrapper .home-sub-send{padding-left: 0.6rem;padding-right: 0.5rem;}
  }
section.nblk-twr{/*! display: none; */background-color: #03444a;} 
section.nblk-twr .slider-title{color: #fff;padding: 5rem 0;}
section.nblk-twr .itc-slider{padding: 0 4rem;}
section.nblk-twr .itc-slider .itc-slider__items{width: 25%;}`
section.nblk-twr .itc-slider .itc-slider__item{padding-right:2rem;align-self: auto;}
section.nblk-twr .itc-slider .itc-slider__item .item-twitter{width: 100%;}
section.nblk-twr .twitter-item {padding-right:2rem;align-self: center;}
.red-text{color:red;}
@media (max-width:800px){
  section.nblk-twr .itc-slider .itc-slider__items{width: 100%;}
  section.nblk-twr .itc-slider{padding: 0 3rem;}
  .home-subscribe-fset .fieldset-wrapper .home-sub-email input{max-width: 13em;}
  section.nblk-2{padding-left: 0.8rem;padding-right: 0.8rem;  }
}
.donate-top{margin: -9em 0 0;}
@media (max-width:1100px){
  section.top-nav nav{margin-top: 1em;}
  .donate-top{position: absolute;}
}
@media (max-width:800px){
  section.top-nav nav{margin-top: 1em;}
  .donate-top{position: relative;margin: 0}
}
fieldset .captcha__title{display: none;}
.g-recaptcha{display: inline-block;text-align: center;padding: 1.1em 0 0 0;}