/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){

  /** Navi */
  .navbar-collapse {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around !important;
  }

  #block-dieinitiative {
    margin-left: 10em;
    padding-top: 5em;
  }
.navbar {
  padding-left:5rem;
  padding-right: 5rem;
}

/** STARTSEITE */

 .slogan-startseite {
    display: none;
  }

/** FAKTEN **/

/*.countStat {
  font-size: 4em;
}
.wrapperStatusBlock h3 {
  font-size: 2em;
  margin-top: 0;
}
.mini-kat-wrapper{
  padding-bottom:2em;
}

.count {
  font-size: 2.75em;
}

.squareContent{
  padding: 1em;
}
.kat-wrapper h3 {
  font-size: 1.25em;
  font-weight: bold;;
}
.arrow1 {
  width: 2.5em;
  height: auto;
}
.fakten-kachel .field--name-field-zahlenwert {
  font-weight:bold;
  font-size: 6em;
}*/

/** Footer */
  .site-footer__top .region {
    width: 100% !important;
    padding: 0 0.65%;
  }

  /** SEARCH MODAL */

  .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
    width: 50vw !important;
    left: 25vw !important;
    top: 10vw !important;
  }

  .underlaid {
    line-height: 4vw;
  }

}
