/*

Theme Name: klimawerkstadt-theme
Author: Hellllo — Büro für Gestaltung
Author URI: https://hellllo.de/
Description: Theme for klimawerkstadt
Version: 1.0
Text Domain: klima

*/
/*
Farbgebung Hauptkategorien  -> Individuelle Felder->Bereiche  
Material-Fundus:    grau		#9e9794
Reparatur-Café:     grün-grau	#9fcfcf
Raum Nutznung:      orange		#d2be46
Veranstaltungen:    grün		#57ba89
Kinder & Jugendliche: rot		#d05050

Farbgebung Blog-Kategorien: Beiträge->Kategorien
zusätzlich:
Aktuelles:          lila:   	#8c75df
Offene Werkstätten: blau    	#729fcf (inaktiv)
*/


@import "normalize.css";
#cookie-law-info-bar {
z-index: 999999;
}

html body {
  background-color: #DAD8D7;
  font-family: 'Work Sans', sans-serif;

  margin: 0;
  font-weight: 500;
  position: relative;
  min-height: 100vh;
}
html body .site {
  min-height: 100vh;
  background-color: white;
  /* colors */
}
html body .site .skip-link,
html body .site .screen-reader-text {
  display: none;
}
html body .site .nav-links {
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 20px;
  max-width: 1200px;
}
html body .site .nav-links .nav-previous {
  float: right;
  position: relative;
  padding-right: 25px;
}
html body .site .nav-links .nav-previous a {
  font-size: 14px;
}
html body .site .nav-links .nav-previous i {
  top: 3px;
  right: 0px;
  position: absolute;
}
html body .site .nav-links .nav-next {
  font-size: 16px;
  float: left;
  position: relative;
  padding-left: 20px;
}
html body .site .nav-links .nav-next a {
  font-size: 14px;
}
html body .site .nav-links .nav-next i {
  top: 3px;
  left: -5px;
  position: absolute;
}
html body .site h1 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
}
html body .site h2 {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.7;
}
html body .site h3 {
  font-size: 16px;
  font-weight: 500;
}
html body .site h4 {
  font-size: 15px;
  font-weight: 300;
}

html body .site a {
  /* selected link */
}
html body .site a:link,
html body .site a:visited,
html body .site a:active,
html body .site a:hover {
  text-decoration: none;
  color: black;
}
html body .site p {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
html body .site p a {
  /* selected link */
}
html body .site p a:link,
html body .site p a:visited,
html body .site p a:active,
html body .site p a:hover {
  text-decoration: underline;
  color: blue;
}
html body .site li {
  padding-bottom: 5px;
}
html body .site li:link,
html body .site li:visited {
  text-decoration: none;
  color: black;
}
html body .site li:active,
html body .site li:hover {
  border-bottom: 2px black solid;
}
@media screen and (min-width: 769px) {
  html body .site li.menu-item:hover,
  html body .site li.menu-item.active {
    padding-bottom: 5px;
    border-bottom: 2px black solid !important;
    border-bottom: none;
  }
}
html body .site button {
  width: 180px;
  background-color: #f5ee76;
  border: 1px solid #f5ee76;
  line-height: 42px;
  font-size: 20px;
  margin: 40px auto;
  cursor: pointer;
  opacity: 1;
}
html body .site button:hover {
  opacity: 0.8;
}
html body .site .color_material_fundus {
  color: #9e9794 !important;
}
html body .site .background_material_fundus {
  background-color: #9e9794 !important;
}
html body .site .color_reparatur_cafe {
  color: #9fcfcf !important;
}
html body .site .background_reparatur_cafe {
  background-color: #9fcfcf !important;
}
html body .site .color_aktuelles {
  color: #8c75df !important;
}
html body .site .background_aktuelles {
  background-color: #8c75df !important;
}
html body .site .color_kinder_jugendliche {
  color: #d05050 !important;
}
html body .site .background_kinder_jugendliche {
  background-color: #d05050 !important;
}
html body .site .color_veranstaltungen {
  color: #57ba89 !important;
}
html body .site .background_veranstaltungen {
  background-color: #57ba89 !important;
}
html body .site .color_werkstatt {
  color: #729fcf !important;
}
html body .site .background_werkstatt {
  background-color: #729fcf !important;
}
html body .site .color_raumnutzung{
  color: #d2be46 !important;
}
html body .site .background_raumnutzung{
  background-color: #d2be46 !important;
}

html body .site .category-material_fundus header.entry-header,
html body .site .project_category-material_fundus header.entry-header {
  color: #9e9794;
}
html body .site .category-material_fundus div.background_color,
html body .site .project_category-material_fundus div.background_color,
html body .site .category-material_fundus div.small_overlay,
html body .site .project_category-material_fundus div.small_overlay {
  background-color: #9e9794;
}
html body .site .category-reparatur_cafe header.entry-header,
html body .site .project_category-reparatur_cafe header.entry-header {
  color: #9fcfcf;
}
html body .site .category-reparatur_cafe div.background_color,
html body .site .project_category-reparatur_cafe div.background_color,
html body .site .category-reparatur_cafe div.small_overlay,
html body .site .project_category-reparatur_cafe div.small_overlay {
  background-color: #9fcfcf;
}
html body .site .category-aktuelles header.entry-header,
html body .site .project_category-aktuelles header.entry-header {
  color: #8c75df;
}
html body .site .category-aktuelles div.background_color,
html body .site .project_category-aktuelles div.background_color,
html body .site .category-aktuelles div.small_overlay,
html body .site .project_category-aktuelles div.small_overlay {
  background-color: #8c75df;
}
html body .site .category-kinder_jugendliche header.entry-header,
html body .site .project_category-kinder_jugendliche header.entry-header {
  color: #d05050;
}
html body .site .category-kinder_jugendliche div.background_color,
html body .site .project_category-kinder_jugendliche div.background_color,
html body .site .category-kinder_jugendliche div.small_overlay,
html body .site .project_category-kinder_jugendliche div.small_overlay {
  background-color: #d05050;
}
html body .site .category-veranstaltungen header.entry-header,
html body .site .project_category-veranstaltungen header.entry-header {
  color: #57ba89;
}
html body .site .category-veranstaltungen div.background_color,
html body .site .project_category-veranstaltungen div.background_color,
html body .site .category-veranstaltungen div.small_overlay,
html body .site .project_category-veranstaltungen div.small_overlay {
  background-color: #57ba89;
}
html body .site .category-werkstatt header.entry-header,
html body .site .project_category-werkstatt header.entry-header {
  color: #729fcf;
}
html body .site .category-werkstatt div.background_color,
html body .site .project_category-werkstatt div.background_color,
html body .site .category-werkstatt div.small_overlay,
html body .site .project_category-werkstatt div.small_overlay {
  background-color: #729fcf;
}
html body .site .category-werkstatt header.entry-header,
html body .site .project_category-werkstatt header.entry-header {
  color: #729fcf;
}
html body .site .category-raumnutzung div.background_color,
html body .site .project_category-raumnutzung div.background_color,
html body .site .category-raumnutzung div.small_overlay,
html body .site .project_category-raumnutzung div.small_overlay {
  background-color: #d2be46;
}

html body .site .site-content {
  min-height: 80vh;
}
@media screen and (max-width: 768px) {
  html body .site .site-content {
    min-height: 95vh;
  }
}
html body .site .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
html body .site .image_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 180px;
}
html body .site .image_wrapper .color_overlay {
  position: absolute;
  top: ;
  left: 0;
  width: 100%;
  height: 180px;
  background-color: white;
  opacity: 0.8;
  z-index: 20;
}
html body .site .image_wrapper .project_logo {
  max-height: 80px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 65;
}
html body .site .secondary_wrapper {
  max-width: 1200px;
  min-height: 320px;
  margin-top: 35px;
  position: relative;
}
html body .site .secondary_wrapper a {
  overflow: hidden;
  display: inline-block;
  width: 16%;
  float: left;
}
html body .site .secondary_wrapper a li {
  font-weight: 500;
  list-style: none;
  position: relative;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  /* selected link */
}
html body .site .secondary_wrapper a li div.secondary_title {
  min-height: 50px;
  max-width: 100px;
  margin: 0 auto;
}
html body .site .secondary_wrapper a li div.secondary_title:first-of-type {
  max-width: 152px;
}
html body .site .secondary_wrapper a li div.small_overlay {
  width: 180px;
  height: 240px;
  position: absolute;
  z-index: 50;
  opacity: 0.5;
  left: 50%;
  transform: translateX(-50%);
}
html body .site .secondary_wrapper a li img,
html body .site .secondary_wrapper a li div.small_overlay {
  margin-top: 10px;
  width: 150px;
  height: 200px;
}
html body .site .secondary_wrapper a li:active,
html body .site .secondary_wrapper a li:hover {
  padding-bottom: 0px;
  border-bottom: none;
}
html body .site .secondary_wrapper a li:hover {
  opacity: 0.8;
}
html body .clear {
  overflow: auto;
}
body.soon {
  background-color: blue;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 1230px;
  font-family: helvetica, arial, sans-serif;
  letter-spacing: 0.02em;
  margin: 0;
  border: none;
}
body.soon .outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
body.soon .middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
body.soon .inner {
  margin: 0 auto;
  height: auto;
  width: 50%;
  text-align: center;
}
body.soon p {
  font-size: 1.5vw;
  margin: 0;
  padding: 2%;
  text-align: center;
  color: #3d3d3c;
  line-height: 1.4em;
}
body.soon .card {
  font-size: 2.5vw;
}
body.soon img {
  max-width: 500px;
  max-height: 712px;
  display: inline;
  margin-top: 2%;
}
body.soon .bottom {
  font-size: 1.5vw;
}
body.soon a {
  text-decoration: none;
  color: white;
  mix-blend-mode: multiply;
}
body.soon #impr {
  padding: 0;
  position: absolute;
  width: 50%;
  margin-left: 25%;
  bottom: 1%;
}
body.soon .impressum {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  color: white;
}
body.soon span , body.soon p{
  color: white;
}
@media screen and (max-width: 1024px) {
  body.soon .inner {
    width: 70%;
    height: auto;
  }
  body.soon img {
    margin-top: 5%;
    width: 70%;
    display: inline;
  }
  body.soon .card {
    font-size: 3.5vw;
  }
  body.soon p,
  body.soon h1,
  body.soon h2 {
    font-size: 3vw;
  }
  body.soon .bottom {
    font-size: 3vw;
  }
  body.soon .impressum {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  body.soon .inner {
    width: 85%;
    height: auto;
  }
  body.soon img {
    margin-top: 5%;
    width: 90%;
    display: inline;
  }
  body.soon .card {
    font-size: 5.5vw;
  }
  body.soon p,
  body.soon h1,
  body.soon h2 {
    font-size: 4vw;
  }
  body.soon .bottom {
    font-size: 4vw;
  }
  body.soon .impressum {
    text-align: center;
  }
}
/* HEADER */
#masthead {
  position: fixed;
  top: 0px;
  /* Position the navbar at the top of the page */
  width: 100%;
  /* Full width */
  z-index: 80;
  height: 70px;
  background-color: none;
  padding-top: 10px;
  transition: all 0.2s ease;
}
#masthead .head {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
#masthead .head .site-branding,
#masthead .head #site-navigation {
  position: absolute;
  display: inline-block;
  z-index: 100;
  /*transform: translate(0%,-50%);*/
}
#masthead .head .site-branding {
  width: 30%;
  top: 5px;
  left: 0px;
}
#masthead .head .site-branding img {
  width: 320px;
  max-width: 320px;
  margin-left: 10px;
}
#masthead .head #site-navigation {
  right: 0;
  top: 10px;
}
#masthead .head #site-navigation .nav_wrapper div {
  display: inline-block;
}
#masthead .head #site-navigation .nav_wrapper button {
  display: none;
}
#masthead .head #site-navigation .nav_wrapper ul.nav-menu {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#masthead .head #site-navigation .nav_wrapper ul.nav-menu li {
  display: inline-block;
  margin-right: 15px;
  padding: 16px 0 5px 0;
}
#masthead .head #site-navigation .nav_wrapper ul.nav-menu li.current-menu-item,
#masthead .head #site-navigation .nav_wrapper ul.nav-menu li.current-menu-ancestor {
  padding-bottom: 5px;
  border-bottom: 2px black solid;
}
#masthead .head #site-navigation .nav_wrapper ul.nav-menu li.menu-item-has-children {
  position: relative;
}
#masthead .head #site-navigation .nav_wrapper ul.nav-menu li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 110;
  top: 25px;
  left: 0px;
  padding: 0;
  padding-top: 20px;
}
#masthead .head #site-navigation .nav_wrapper ul.nav-menu li.menu-item-has-children ul.sub-menu li {
  text-align: left;
  padding: 10px;
  padding-bottom: 7px;
  background-color: white;
  display: block;
  margin-right: 20px;
  margin-bottom: 3px;
}
#masthead .head #site-navigation .nav_wrapper ul.nav-menu li.menu-item-has-children ul.sub-menu li:hover {
  padding-bottom: 5px;
}
#masthead .head #site-navigation .nav_wrapper ul.nav-menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
#masthead .head #site-navigation .nav_wrapper .social a {
  margin-right: 20px;
}
#masthead .head #site-navigation .nav_wrapper .social img {
  max-height: 14px;
}
#masthead .head button.menu-toggle {
  display: none;
  border: none;
  position: absolute;
  top: 5px;
  right: 20px;
  outline: none;
  background: url("https://klimawerkstadt-bremen.de/wp-content/themes/klimawerkstadt-theme/media/menu.png") no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: 0;
}
header.down {
  padding-top: 0px !important;
  background-color: #DAD8D7;
  opacity: 0.9;
}
.home #masthead .head #site-navigation .nav_wrapper ul.nav-menu li.current-menu-item {
  border-bottom: none ;
}
@media screen and (max-width: 1024px) {
  #masthead .head .site-branding img {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  #masthead .head #site-navigation .nav_wrapper .menu-menu-1-container,
  #masthead .head #site-navigation .nav_wrapper .social {
    display: none;
  }
  #masthead .head button.menu-toggle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #masthead .head .site-branding img {
    width: 200px;
  }
}
#side-menu {
  display: none;
}
footer {
  background-color: black;
  min-height: 214px;
  right: 0;
  bottom: 0;
  left: 0;
}
footer .footer_wrapper {
  margin: 0 auto;
}
footer .footer_wrapper .footer_menu {
  display: inline-block;
  vertical-align: top;
}
footer .footer_wrapper .footer_menu ul.menu {
  margin: 20px 50px;
  /*li.current-menu-item{
          a{
          border-bottom:solid 1px white;
          }

        }*/
}
footer .footer_wrapper .footer_menu ul.menu li a,
footer .footer_wrapper .footer_menu ul.menu li a:visited {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: white !important;
  border: none;
}
footer .footer_wrapper .footer_menu ul.menu li a:hover,
footer .footer_wrapper .footer_menu ul.menu li a:visited:hover {
  border-bottom: solid 1px white;
}
footer .footer_wrapper .footer_menu ul.menu li:hover {
  border: none;
  padding-bottom: 0;
}
@media screen and (max-width: 994px) {
  footer .footer_wrapper .footer_menu ul.menu {
    margin: 20px 30px;
  }
}
@media screen and (max-width: 836px) {
  footer .footer_wrapper .footer_menu ul.menu {
    margin: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    min-height: 50px;
  }
  footer .footer_wrapper {
    text-align: center;
  }
  footer .footer_wrapper ul {
    padding: 0;
  }
  footer .footer_wrapper #footer_1,
  footer .footer_wrapper #footer_2,
  footer .footer_wrapper #footer_3 {
    display: none;
  }
  footer .footer_wrapper #menu-item-253,
  footer .footer_wrapper #menu-item-254 {
    display: none;
  }
}
section.homepage .image_wrapper {
  height: 75vh !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center bottom;
  overflow: hidden;
}
section.homepage .image_wrapper .image_overlay,
section.homepage .image_wrapper .color_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75vh;
}
section.homepage .image_wrapper .image_overlay {
  background-image: url("https://klimawerkstadt-bremen.de/wp-content/themes/klimawerkstadt-theme/media/recycle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 50;
  opacity: 0.3;
  margin-top: 30px;
}
section.homepage .image_wrapper div.color_overlay {
  background-color: white;
  height: 75vh;
  opacity: 0.8;
  z-index: 20;
}
section.homepage .image_wrapper h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
}
section.homepage .image_wrapper h1 p {
  max-width: 950px;
  font-size: 35px;
  font-weight: 500;
  line-height: 52px;
  padding: 0;
}
section.homepage .mitmachen_wrapper {
  max-width: 1400px;
  padding-top: 80px;
  position: relative;
}
section.homepage .mitmachen_wrapper .mitmachen_header {
  max-width: 380px;
  margin: 0 auto;
  margin-bottom: 80px;
}
section.homepage .mitmachen_wrapper .mitmachen_header img {
  max-width: 380px;
}
section.homepage .mitmachen_wrapper .mitmachen_buttons {
  text-align: center;
}
section.homepage .banner_image_1,
section.homepage .banner_image_2,
section.homepage .banner_image_3 {
  height: 500px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.homepage .banner_image_1 {
  margin-top: 140px;
}
section.homepage .banner_forderung {
  margin: 50px auto;
  width: 100%;
  margin: 70px auto;
  text-align: center;
}
section.homepage .banner_forderung .logos {
  width: 100%;
}
section.homepage .banner_forderung .logos .mbu_logo_1 {
  display: inline-block;
  /*width: 200px;
  width: 20%;*/
}
section.homepage .banner_forderung .logos .mbu_logo_2 {
  display: inline-block;
  width: 200px;
  width: 30%;
}
section.homepage .banner_forderung .forderung {
  max-width: 80%;
  margin: 0 auto;
}
section.homepage .spenden_wrapper {
  max-width: 1400px;
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
}
section.homepage .spenden_wrapper .spenden_header {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 80px;
}
section.homepage .spenden_wrapper .spenden_header img {
  max-width: 400px;
}
section.homepage .spenden_wrapper button {
  max-width: 695px;
  width: 60%;
}
section.homepage .kontakt_wrapper {
  max-width: 1400px;
  padding-top: 80px;
  text-align: center;
  overflow: hidden;
}
section.homepage .kontakt_wrapper .kontakt_header {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 80px;
}
section.homepage .kontakt_wrapper .kontakt_header img {
  max-width: 400px;
}
section.homepage .kontakt_wrapper h1 {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
section.homepage .kontakt_wrapper .kontakt {
  /*height: 300px;*/
  width:49%;
  display: inline-block;
  vertical-align: top;
}
section.homepage .kontakt_wrapper .kontakt button {
  display: block;
}
section.homepage .kontakt_wrapper .kontakt_left {
 /* margin-right: 60px;*/
}
section.homepage .kontakt_wrapper .kontakt_right {
 /* margin-left: 60px;*/
}
section.homepage .kontakt_wrapper .kontakt_right .title {
  display: block;
}
section.homepage .kontakt_wrapper .kontakt_right .green {
  color: #57ba89;
}
section.homepage .kontakt_wrapper .kontakt_right .blue {
  color: #9fcfcf;
}
section.homepage .kontakt_wrapper .kontakt_right .yellow {
  color: #d2be46;
}
section.homepage .kontakt_wrapper .kontakt_form {
  max-width: 830px;
  margin-top: 75px;
  margin-bottom: 60px;
}
section.homepage .kontakt_wrapper .kontakt_form input,
section.homepage .kontakt_wrapper .kontakt_form select,
section.homepage .kontakt_wrapper .kontakt_form textarea {
  height: 58px;
  border: none;
  border-radius: 0;
  background-color: #f5ee76;
  font-size: 26px;
  color: black;
  font-weight: 400;
  box-shadow: none;
}
section.homepage .kontakt_wrapper .kontakt_form textarea {
  height: 120px;
}
section.homepage .kontakt_wrapper .kontakt_form input::placeholder,
section.homepage .kontakt_wrapper .kontakt_form select::placeholder,
section.homepage .kontakt_wrapper .kontakt_form textarea::placeholder {
  color: #bbb;
}
section.homepage .kontakt_wrapper .kontakt_form input:focus,
section.homepage .kontakt_wrapper .kontakt_form textarea:focus,
section.homepage .kontakt_wrapper .kontakt_form select::focus {
  box-shadow: 0 0 10px #DAD8D7;
}
section.homepage .kontakt_wrapper .kontakt_form .first_row .first_col {
  width: 40%;
  float: left;
}
section.homepage .kontakt_wrapper .kontakt_form .first_row .last_col {
  width: 60%;
  float: left;
}
section.homepage .kontakt_wrapper .kontakt_form .last_row div.first_col {
  width: auto;
}
section.homepage .kontakt_wrapper .kontakt_form .last_row div.first_col input {
  color: black;
}
section.homepage .kontakt_wrapper .kontakt_form .send_button,
section.homepage .kontakt_wrapper .kontakt_form .data_info {
  text-align: left;
}
section.homepage .kontakt_wrapper .kontakt_form .help-block {
  color: black;
}
section.homepage .kontakt_wrapper .kontakt_form .alert-success {
  background-color: #f5ee76;
  color: black;
}
@media screen and (max-width: 768px) {
  section.homepage .image_wrapper {
    height: 55vh !important;
  }
  section.homepage .image_wrapper div.color_overlay {
    height: 55vh;
  }
  section.homepage .kontakt_wrapper .kontakt_form {
    width: 90%;
    transform: translateX(7px);
  }
  section.homepage .banner_image_1 {
    margin-top: 60px;
  }
  section.homepage .image_wrapper h1 p {
    font-size: 34px;
    line-height: 48px;
  }
}
@media screen and (max-width: 620px) {
  section.homepage .kontakt_wrapper .kontakt_right,
  section.homepage .kontakt_wrapper .kontakt_left {
    margin-left: 0;
    margin-right: 0;
  }
  section.homepage .kontakt_wrapper .kontakt_right {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  section.homepage .image_wrapper h1 p {
    font-size: 22px;
    line-height: 28px;
  }
  section.homepage .banner_forderung .logos .mbu_logo_1,
  section.homepage .banner_forderung .logos .mbu_logo_2 {
    display: block;
    margin: 0 auto;
    width:50%;
  }
  section.homepage .image_wrapper h1 {
    width: 80%;
  }
  section.homepage .mitmachen_wrapper .mitmachen_header,
  section.homepage .mitmachen_wrapper .mitmachen_header img {
    max-width: 280px;
  }
}
/*
section.homepage{

  .image_wrapper{
    height:60vh !important;
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
    background-position: center bottom;
    overflow: hidden;

    .image_overlay, .color_overlay {
       position: absolute;
       top: ;
       left: 0;
       width: 100%;
       height: 660px;


    }

    .image_overlay{*/
.blog #main {
  text-align: center;
  padding-bottom: 50px;
}
.blog #main ul.categories {
  margin: 0;
  padding-top: 10px;
  min-height: 30px;
  padding-left: 0;
}
.blog #main ul.categories li.cat-item,
.blog #main ul.categories li.cat-item-all {
  margin: 5px 15px;
  display: inline-block;
  color: black;
}
.blog #main ul.categories li.cat-item:hover,
.blog #main ul.categories li.cat-item-all:hover {
  border: none;
  opacity: 1;
  text-decoration: underline;
}
.blog #main ul.categories li.current-cat {
  opacity: 1;
  text-decoration: underline;
}
.blog #main .wrapper {
  text-align: left;
  max-width: 1240px;
  position: relative;
  padding-left: 20px;
  padding-top: 20px;
}
.blog #main .wrapper .grid-sizer {
  width: 180px;
  float: left;
}
.blog #main .wrapper .grid-item {
  overflow: hidden;
  margin-bottom: 50px;
  max-width: 180px;
  width: 180px;
  max-height: 240px;
  float: left;
  cursor: pointer;
}
.blog #main .wrapper .grid-item img {
  max-width: 180px;
  height: 240px;
}
.blog #main .wrapper .grid-item .title {
  position: absolute;
  bottom: -20px;
  color: white;
  min-height: 60px;
  width: 180px;
  max-width: 180px;
  text-align: center;
  vertical-align: bottom;
}
.blog #main .wrapper .grid-item .title h1 {
  max-width: 180px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
}
.blog #main .wrapper .grid-item-width {
  float: left;
  text-align: left;
  width: 440px;
  min-height: 290px;
  max-width: 440px;
}
.blog #main .wrapper .grid-item-width h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.blog #main .wrapper .grid-item-width h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.7;
}
.blog #main .wrapper .grid-item-width h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.7;
}

.blog #main .wrapper .grid-item-width p {
  margin: 0;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
.blog #main .wrapper .grid-item-width div.zeit {
  width: 80%;
  padding: 5px;
  margin-top: 20px;
}
.blog #main .wrapper .grid-item-full-width {
  min-width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.blog #main .wrapper .grid-item-full-width .nav-links {
  padding-top: 20px;
  max-width: 1280px;
}
.blog #main .wrapper .grid-item-full-width .nav-links .nav-previous {
  float: right;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .blog #main .wrapper .grid-item-width p {
    padding: 0 0 ;
  }
  .blog #main ul.categories {
    padding-bottom: 20px;
  }
  .blog #main ul.categories li {
    margin: 25px 10px;
  }
}
@media screen and (max-width: 500px) {
  .blog #main .wrapper {
    padding: 0;
  }
  .blog #main .wrapper .grid-blog {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .blog #main .wrapper .grid-item-width {
    width: 100%;
    max-width: none;
  }
  .blog #main .wrapper .grid-item-width p,
  .blog #main .wrapper .grid-item-width h1,
  .blog #main .wrapper .grid-item-width h2 {
    padding: 0 20px;
  }
}
.single_project {
  /*main*/
}
.single_project #main {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  /*article*/
}
.single_project #main .image_wrapper {
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.single_project #main .image_wrapper .project_logo {
  width: 80%;
  max-height: 80px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 70;
}
.single_project #main article {
  text-align: left;
  padding-top: 60px;
  position: relative;
  margin: 0 auto;
  width: auto;
  overflow: auto;
}
.single_project #main article .entry-content,
.single_project #main article .related_posts {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.single_project #main article .entry-content {
  text-align: left;
  width: 38%;
}
.single_project #main article .entry-content p {
  font-size: 15px;
  line-height: 20px;
  max-width: 1200px;
  margin: 0;
  text-align: left;
  padding-left: 20px;
}
.single_project #main article .entry-content div.zeit {
  width: auto;
  padding: 5px;
  margin-top: 20px;
  margin-left: 20px;
}
.single_project #main article .entry-content div.zeit a {
  text-decoration: underline;
}
.single_project #main article .related_posts {
  width: 62%;
  float: left;
}
.single_project #main article .related_posts .title_related {
  width: 90%;
  margin-top: 13px;
  margin-left: 10%;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}
.single_project #main article .related_posts .more_related {
  width: 90%;
  margin-left: 10%;
  text-align: left;
  font-size: 15px;
  margin-top: 20px;
}
.single_project #main article .related_posts ul {
  margin: 0;
  padding: 0;
  margin-left: 10%;
  width: 90%;
}
.single_project #main article .related_posts ul li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding-right: 75px;
  width: 180px;
  max-height: 240px;
  position: relative;
  /* selected link */
}
.single_project #main article .related_posts ul li img {
  max-width: 180px;
  height: 240px;
}
.single_project #main article .related_posts ul li .title {
  position: absolute;
  bottom: -20px;
  color: white;
  min-height: 60px;
  width: 180px;
  max-width: 180px;
  text-align: center;
  vertical-align: bottom;
}
.single_project #main article .related_posts ul li .title h1 {
  max-width: 180px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
}
.single_project #main article .related_posts ul li:last-child {
  padding-right: 0px;
}
.single_project #main article .related_posts ul li:link,
.single_project #main article .related_posts ul li:visited,
.single_project #main article .related_posts ul li:active,
.single_project #main article .related_posts ul li:hover {
  text-decoration: none;
  color: black;
  border: none;
  /*padding-bottom: 0;*/
}
@media screen and (max-width: 1320px) {
  .single_project #main article .entry-content,
  .single_project #main article .related_posts {
    display: inline-block;
    vertical-align: top;
  }
  .single_project #main article .entry-content {
    padding-left: 0px;
  }
  .single_project #main article .related_posts ul li {
    padding-right: 10%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1232px) {
  .single_project #main article .related_posts {
    text-align: left;
    max-width: 100%;
    width: 65%;
  }
  .single_project #main article .related_posts ul {
    margin-left: 30px;
  }
  .single_project #main article .related_posts ul li {
    padding-right: 5%;
    margin-bottom: 10px;
  }
  .single_project #main article .related_posts .title_related,
  .single_project #main article .related_posts .more_related {
    margin-left: 30px;
  }
  .single_project #main article .entry-content {
    width: 35%;
  }
}
@media screen and (max-width: 1050px) {
  .single_project #main article .related_posts ul li {
    padding-right: 10px;
  }
}
@media screen and (max-width: 968px) {
  .single_project #main article .related_posts {
    width: 100%;
  }
  .single_project #main article .related_posts ul,
  .single_project #main article .related_posts .title_related,
  .single_project #main article .related_posts .more_related {
    margin: 20px;
  }
  .single_project #main article .related_posts ul li,
  .single_project #main article .related_posts .title_related li,
  .single_project #main article .related_posts .more_related li {
    padding-right: 5%;
  }
  .single_project #main article .entry-content {
    width: 100%;
  }
  .single_project #main article .entry-content p {
    padding-right: 20px;
  }
  .single_project #main article .entry-content div.zeit {
    width: auto;
    margin: 20px;
  }
}
@media screen and (max-width: 768px) {
  .single_project #main article .related_posts,
  .single_project #main article .entry-content {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
  .single_project #main article .related_posts ul li,
  .single_project #main article .entry-content ul li,
  .single_project #main article .related_posts .title_related li,
  .single_project #main article .entry-content .title_related li,
  .single_project #main article .related_posts .more_related li,
  .single_project #main article .entry-content .more_related li {
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 459px) {
  .single_project #main article .related_posts,
  .single_project #main article .entry-content {
    text-align: center;
  }
  .single_project #main article .related_posts ul li,
  .single_project #main article .entry-content ul li,
  .single_project #main article .related_posts .title_related li,
  .single_project #main article .entry-content .title_related li,
  .single_project #main article .related_posts .more_related li,
  .single_project #main article .entry-content .more_related li {
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .single_project #main article .related_posts .more_related,
  .single_project #main article .entry-content .more_related {
    text-align: center;
  }
}
.single_project div.secondary_wrapper {
  overflow: hidden;
}
.single_project div.secondary_wrapper #secondary-menu {
  min-height: 200px;
  margin-bottom: 100px;
}
/*single project*/
@media screen and (max-width: 768px) {
  .single_project #main {
    padding-bottom: 0;
  }
}
div.single_blog {
  min-height: 100vh !important;
  overflow: auto;
}
div.single_blog main {
  overflow: auto;
  position: relative;
}
div.single_blog main article {
  text-align: left;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 20px;
}
div.single_blog main article .left {
  width: 40%;
  float: left;
}
div.single_blog main article .left header {
  margin-bottom: 20px;
  padding: 0 20px;
}
div.single_blog main article .left header .entry-title {
  margin: 0;
}
div.single_blog main article .left .entry-content {
  padding: 0 20px;
}
div.single_blog main article .left .entry-content p {
  text-align: left;
  margin-top: 0;
}
div.single_blog main article .left .entry-content .social {
  margin-top: 20px;
}
div.single_blog main article .left .entry-content .social a {
  margin-right: 10px;
}
div.single_blog main article .left .entry-content .social img {
  max-height: 18px;
}
div.single_blog main article .right {
  width: 60%;
  float: right;
}
div.single_blog main article .right .grid-item {
  display: inline-block;
  margin: 0 35px;
  margin-bottom: 50px;
}
div.single_blog main article .right p {
  margin: 0;
  text-align: right;
}
div.single_blog main article .right p img,
div.single_blog main article .right p iframe {
  margin-top: 20px;
  height: auto;
}
div.single_blog main article .right p iframe {
  height: 400px;
}
@media screen and (max-width: 768px) {
  div.single_blog main article .left,
  div.single_blog main article .right {
    display: block;
    float: clear;
    width: 100%;
  }
  div.single_blog main article .left .entry-content p,
  div.single_blog main article .right .entry-content p {
    padding: 0;
  }
  div.single_blog main article .left .entry-content .social,
  div.single_blog main article .right .entry-content .social {
    padding-bottom: 20px;
  }
  div.single_blog main article .right {
    text-align: center;
  }
  div.single_blog main article .right p {
    text-align: center;
  }
  div.single_blog main article .right p img,
  div.single_blog main article .right p iframe {
    width: 100%;
  }
}
div.single_blog main nav.navigation {
  width: 100%;
  margin-bottom: 20px;
}
.about {
  height: 100%;
  margin-bottom: 60px;
  /*main*/
}
.about #main {
  text-align: center;
  width: 100%;
  /*article*/
}
.about #main .image_wrapper {
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.about #main .image_wrapper .project_logo {
  max-height: 80px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.about #main article {
  text-align: left;
  padding-top: 60px;
  position: relative;
  margin: 0 auto;
  width: auto;
  overflow: auto;
  width: 100%;
}
.about #main article .entry-content,
.about #main article .related_posts {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.about #main article .entry-content {
  text-align: left;
  width: 38%;
}
.about #main article .entry-content p {
  text-align: left;
  margin: 0;
  font-size: 15px;
  font-weight: 20px;
  padding: 0 20px;
}
.about #main article .entry-content button {
  background-color: #d75b78;
  width: 90%;
  max-width: 100%;
  margin: 26px 0;
  font-weight: 500;
  font-size: 20px;
  margin: 0 20px;
  border: none;
}
.about #main article .entry-content h1 {
  font-size: 20px;
  padding: 0 20px;
}
.about #main article .related_posts {
  text-align: left;
  width: 62%;
  margin-bottom: 50px;
}
.about #main article .related_posts img {
  width: 88%;
  height: 88%;
  margin-left: 10%;
}
@media screen and (max-width: 1320px) {
  .about #main article .entry-content,
  .about #main article .related_posts {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    float: left;
  }
  .about #main article .related_posts {
    width: 62%;
  }
  .about #main article .related_posts ul li {
    padding-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1142px) {
  .about #main article {
    max-width: 1000px;
  }
  .about #main article .related_posts {
    text-align: left;
    width: 50%;
  }
  .about #main article .entry-content {
    width: 50%;
  }
}
@media screen and (max-width: 968px) {
  .about #main article .related_posts {
    text-align: center;
    width: 45%;
  }
  .about #main article .entry-content {
    width: 55%;
  }
}
@media screen and (max-width: 775px) {
  .about #main article {
    width: 90%;
  }
  .about #main article .related_posts,
  .about #main article .entry-content {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
  }
  .about #main article .entry-content {
    margin-bottom: 40px;
  }
  .about #main article .entry-content p,
  .about #main article .entry-content h1 {
    padding: 0;
  }
  .about #main article .entry-content button {
    width: 100%;
    margin: 0;
  }
  .about #main article .related_posts img {
    width: 100%;
    margin: 0;
  }
}
.about div.secondary_wrapper {
  overflow: hidden;
}
.about div.secondary_wrapper #secondary-menu {
  min-height: 200px;
}
/*single project*/
div.termin div.wrapper {
  max-width: 1240px;
  position: relative;
}
div.termin div.wrapper div.simcal-default-calendar-dark button.simcal-nav-button {
  color: black;
  text-align: left;
}
div.termin div.wrapper div.simcal-default-calendar-dark button.simcal-prev {
  text-align: right;
}
div.termin div.wrapper div.simcal-default-calendar-dark button.simcal-next {
  text-align: left;
}
div.termin div.wrapper div.simcal-default-calendar-dark p.simcal-align-right {
  display: none;
}
div.termin div.wrapper div.simcal-default-calendar-dark th.simcal-current h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  background-color: #f5ee76;
}
div.termin div.wrapper div.simcal-default-calendar-dark th.simcal-current h3 span {
  background-color: #f5ee76;
}
div.termin div.wrapper div.simcal-default-calendar-dark th.simcal-week-day {
  text-align: right;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
}
div.termin div.wrapper div.simcal-default-calendar-dark div.simcal-label {
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  top: 15px;
}
div.termin div.wrapper div.simcal-default-calendar-dark div.simcal-label div {
  display: inline-block;
}
div.termin div.wrapper div.simcal-default-calendar-dark div.simcal-label .color {
  width: 30px;
  height: 10px;
  margin-left: 5px;
}
div.termin div.wrapper div.simcal-default-calendar-dark div.simcal-label .color_b {
  background-color: blue;
}
div.termin div.wrapper div.simcal-default-calendar-dark div.simcal-label .color_r {
  background-color: red;
}
div.termin div.wrapper div.simcal-default-calendar-dark div.simcal-label-lucie {
  left: 250px;
}
div.termin div.wrapper div.simcal-default-calendar-dark span.simcal-day-label {
  background-color: #DAD8D7;
  text-align: right;
}
div.termin div.wrapper div.simcal-default-calendar-dark td.simcal-present {
  background-color: #f2ebeb;
}
div.termin div.wrapper div.simcal-default-calendar-dark td.simcal-present:hover {
  background-color: #f2ebeb;
}
div.termin div.wrapper div.simcal-default-calendar-dark li.simcal-events-calendar-135 span {
  color: blue;
}
div.termin div.wrapper div.simcal-default-calendar-dark li.simcal-events-calendar-208 span {
  color: red;
}
div.termin div.wrapper .calendar_labels {
  text-align: center;
  margin-top: 10px;
}
div.termin div.wrapper .calendar_labels div.simcal-label {
  font-weight: 400;
  font-size: 14px;
  top: 15px;
  display: inline-block;
  margin: 0px 20px;
}
div.termin div.wrapper .calendar_labels div.simcal-label div {
  display: inline-block;
}
div.termin div.wrapper .calendar_labels div.simcal-label .color {
  width: 30px;
  height: 10px;
  margin-left: 5px;
}
div.termin div.wrapper .calendar_labels div.simcal-label .color_b {
  background-color: blue;
}
div.termin div.wrapper .calendar_labels div.simcal-label .color_r {
  background-color: red;
}
@media screen and (max-width: 768px) {
  div.termin div.wrapper {
    padding: 0 20px;
  }
  div.termin div.wrapper .calendar_labels {
    position: relative;
    width: 100%;
  }
  div.termin div.wrapper div.simcal-default-calendar-dark .simcal-calendar-head tr:first-of-type {
    left: 50%;
  }
}
.gallery #main .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 40px;
}
.gallery #main .wrapper .grid-item-width {
  min-height: 240px;
  width: 180px;
}
.lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  max-height: 80vh;
}
.lg-backdrop.in {
  opacity: 0.9 !important;
  background-color: white !important;
}
div.lg-actions .lg-next,
.lg-actions .lg-prev,
div.lg-toolbar .lg-icon {
  background-color: transparent !important;
}
div.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover,
div.lg-toolbar .lg-icon:hover {
  color: black !important;
}
div.lg-toolbar {
  background-color: transparent !important;
}
div.lg-sub-html {
  bottom: 30px;
  background-color: transparent;
  color: black;
}
div.lg-sub-html p {
  font-size: 14px;
}
div.lg-sub-html p span.color_material_fundus {
  color: #9e9794 !important;
}
div.lg-sub-html p span.color_reparatur_cafe {
  color: #9fcfcf !important;
}
div.lg-sub-html p span.color_aktuelles {
  color: #8c75df !important;
}
div.lg-sub-html p span.color_kinder_jugendliche {
  color: #d05050 !important;
}
div.lg-sub-html p span.color_veranstaltungen {
  color: #57ba89 !important;
}
div.lg-sub-html p span.color_werkstatt {
  color: #729fcf !important;
}
div.lg-sub-html p span.color_raumnutzung {
  color: #d2be46 !important;
}
div.lg-sub-html p a {
  color: black;
}
div.lg-sub-html p a:visited {
  color: black;
}
div.lg-sub-html .captions {
  color: #adadad;
}
@media screen and (max-width: 500px) {
  .blog #main .wrapper {
    padding: 0;
  }
  .blog #main .wrapper .grid-item {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .blog #main .wrapper .grid-item-width {
    width: 100%;
    min-height: 50px;
  }
  .blog #main .wrapper .grid-item-width p,
  .blog #main .wrapper .grid-item-width h1,
  .blog #main .wrapper .grid-item-width h2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  html body {
    width: 100%;
    height: 100%;
  }
  html body .site p {
    padding: 0 20px;
  }
  html body .site .secondary_wrapper a li {
    font-size: 14px;
  }
  html body .site button {
    margin: 20px auto;
  }
  html #side-menu {
    display: block !important;
  }
  html #side-menu .side_menu {
    text-align: left;
    margin: 0 auto;
    font-size: 18px;
  }
  html #side-menu .side_menu ul {
    padding: 0;
  }
  html #side-menu .side_menu ul li {
    background-color: #DAD8D7;
    border: none;
    padding: 10px 10px;
    list-style: none;
  }
  html #side-menu .side_menu ul li:hover {
    background: white;
  }
  html #side-menu .side_menu ul li a {
    /* selected link */
  }
  html #side-menu .side_menu ul li a:link,
  html #side-menu .side_menu ul li a:visited,
  html #side-menu .side_menu ul li a:active,
  html #side-menu .side_menu ul li a:hover {
    text-decoration: none;
    color: black;
  }
  html #side-menu .side_menu ul li ul {
    padding: 10px 0;
  }
  html #side-menu .side_menu ul .current_page_item {
    background-color: white;
  }
  html .slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
  }
  html .slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
  }
  html .slideout-open,
  html .slideout-open body,
  html .slideout-open .slideout-panel {
    overflow: hidden;
  }
  html .slideout-open .slideout-menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  html body .site .secondary_wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 300px;
  }
  html body .site .secondary_wrapper a {
    display: block;
    width: 100%;
  }
  html body .site .secondary_wrapper a li div.secondary_title:first-of-type {
    max-width: 1000px;
  }
  html body .site .secondary_wrapper a li {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
  html body .site .secondary_wrapper .project_category-material_fundus {
    background-color: #9e9794;
  }
  html body .site .secondary_wrapper .project_category-reparatur_cafe {
    background-color: #9fcfcf;
  }
  html body .site .secondary_wrapper .project_category-aktuelles {
    background-color: #8c75df;
  }
  html body .site .secondary_wrapper .project_category-raumnutzung {
    background-color: #d2be46;
  }
   html body .site .secondary_wrapper .project_category-veranstaltungen {
    background-color: #9bcbaa;
  }
  html body .site .secondary_wrapper .project_category-werkstatt {
    background-color: #729fcf;
  }
   html body .site .secondary_wrapper .project_category-kinder_jugendliche {
    background-color: #d05050;
  }
  
  html body .site .secondary_wrapper .small_overlay,
  html body .site .secondary_wrapper img {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .single_project #main .image_wrapper .project_logo,
  .about #main .image_wrapper .project_logo {
    width: 80%;
    max-height: 1000px;
  }
}
/* icons 11/01/2019 */

div.social img{
  height: 30px;
  padding: 10px;
}

div.social{
text-align: center;
position: absolute;
bottom: 10px;
transform: translateX(-50%);
left: 50%;
z-index: 20;
}
@media screen and (max-width: 768px) {
  div.social img{
    height: 30px;
    padding: 5px;
  }
  div.social{
    bottom: 0px;
  }

}

/* ics*/
.ics-calendar-month-grid th {
  background: #877ccc;
  color: white;
}
.ics-calendar-month-grid td {
  border: 0px solid #a9a9a9;
}
.ics-calendar-month-grid .day {
  background: #f0eff9;
}
@media (max-width: 799px) {
  .title_in_hover_block,
  .time_in_hover_block {
    display: none;
  }
  .title,
  .location,
  .eventdesc a {
    font-weight: 600;
  }
}
@media (min-width: 800px) {
  .no_phone {
  font-size: 150%
  }
  .ics-calendar .event .hover_block {
    background: #fff;
    border: 1px solid #a9a9a9;
    box-shadow: 2px 2px 5px rgba(25,25,25,0.1);
    max-width: 600px;
    min-width: 380px;
    padding: 0.4em 0.6em;
    position: absolute; top: calc(100% - 0.4em); left: 3em;
    font-size: 120%;
  }
  .ics-calendar .past .hover_block {
    background: #f2f2f2;
  }
  .ics-calendar-month-grid .past {
    background: #f2f2f2;
    opacity: 1;
  }
  .hover_block a,
  .location,
  .hover_block .title {
    font-weight: 600;
  }
  .title {
    font-size: 15px;
    font-weight: 400;
  }
  .ics-calendar-month-grid .event {
    border: 2px solid #ccc;
  }
  .ics-calendar-list-wrapper h5,
  .ics-calendar-list-wrapper h4 {
    margin-bottom: -10px;
  }
}
.title a,
.location a,
.eventdesc a {
  color: black;
}
.title,
.eventdesc,
.title_in_hover_block {
  color: #333
}
.ics-calendar-color-key-header {
  font-weight: 600;
}
.ics-calendar-month-grid .today .day {
  background: #018b98;
}
