#main-wrapper {
  width: 100% !important;
  max-width: 900px !important;
  height: 100%;
  background-color: #9cc4a3;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

#main-wrapper h2 {
  font-size: 24px;
  font-weight: 300;
}

#main-wrapper h3 {
  font-size: 24px;
  font-weight: 200;
}

#main-wrapper h4 {
  font-size: 22px;
}
#main-wrapper small {
  font-size: 11px;
  font-weight: 250;
}
#row-header {
  background-color: #90b597;
}

.nobull {
  list-style-type: none;
}

.blue-box {
  background-color: #90b597;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 300px !important;
}

.middle-box {
  border-left: 1px solid #9cc4a3;
  border-right: 1px solid #9cc4a3;
}
#plzMsg {
  color: yellow;
  font-weight: 600;
}
#map {
  max-width: 500px;
  width: 100% !important;
  height: 220px;
  margin: 0 auto;
}

#map-wrapper {
  width: 100%;
  height: 100% !important;
  margin: 0px;
  text-align: center;
}

#myChart {
  width: 100% !important;
  height: 170px !important;
}

#donatChart {
  width: 80px;
  height: 80px;
}

#bveChart {
  width: 100%;
  max-width: 175px;
  height: 120px;
}

.span24 {
  font-size: 24px;
}

.span20 {
  font-size: 18px;
}

.span16 {
  font-size: 16px;
}
.span12 {
  font-size: 12px;
}

#data1 {
  padding: 15px;
}

#data3 {
  position: relative;
}

#data3 table {
  margin: 0;
  padding: 0;
  width: 100%;
}

#data1 i {
  width: 70px;
}

#data1 ul {
  margin: 0px;
  padding: 5px 0px 0px 0px;
}

#data1 ul li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

#row-overview {
  background-color: #9cc4a3;
}

#u65 {
  font-size: 14px;
  text-align: center;
}

#shop-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  display: block;
  line-height: 30px;
  background: #e84e0f;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

#infoblock li a,
#infoblock li a:hover {
  color: #fff;
  font-size: 12px;
}

#plz {
  padding: 2px 3px;
  line-height: 1;
  background-color: #9cc4a3;
  color: white;
  border: white;
}

#searchPLZ {
  cursor: pointer;
  background-color: #e84e0f;
  border: 0px solid transparent !important;
  color: #fff;
  padding: 0 15px;
  margin: 0 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

#searchPLZ:hover,
#searchPLZ:active {
  background-color: #ef703c;
}

.chart {
  width: 100%;
}

#row-header-brand {
  /* background-size: auto 100%;
  background-position: 15px 0;
  background-repeat: no-repeat;
  background-image: url("Logo_Pflegemarkt_Research.png");
  */
}

#bve-info {
  font-size: 12px !important;
}
.bve-info-line {
  padding-top: 15px;
}

@media (max-width: 575px) {
  #map {
    width: 100%;
    max-width: 440px !important;
    height: 220px;
  }

  #map-wrapper {
    width: 100%;
    height: 100% !important;
  }

  #myChart {
    width: 100% !important;
    max-width: 350px !important;
    height: 200px;
  }

  .span24 {
    font-size: 18px;
  }

  .span20 {
    font-size: 16px;
  }

  .span16 {
    font-size: 14px;
  }

  #main-wrapper h2 {
    font-size: 20px;
  }

  #row-header-brand {
    padding-left: 0;
  }
}

@media (max-width: 899px) {
  #main-wrapper {
    text-align: left;
  }

  .blue-box {
    max-width: 500px !important;
    margin: 15px auto;
    min-height: 260px !important;
  }

  .blue-box ul {
    max-width: 200px;
    margin: 0 auto;
    text-align: left;
  }

  #data1 ul {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
  }
}

@media (min-width: 768px) {
  #map-wrapper {
    margin-left: 15px;
    margin-right: -30px;
  }

  #main-wrapper h2 {
    font-size: 24px;
  }

  #row-header-plz .span20 {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  .blue-box {
    background-color: #90b597;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 300px !important;
  }

  #myChart {
    width: 100% !important;
    max-width: 250px;
    height: 170px !important;
  }

  #donatChart {
    width: 80px;
    height: 80px;
  }

  #bveChart {
    width: 100%;
    max-width: 175px;
    height: 120px;
  }

  #row-header-brand {
    /*padding-left: 100px;*/
  }

  #main-wrapper h2 {
    font-size: 24px;
    font-weight: 300;
  }

  #row-header-plz .span20 {
    font-size: 20px;
  }
}
