section.content-first.city{
  padding-bottom: 100px;
}

section.content-first h2{
  margin-bottom: 50px;
}

section.content-first .responsive-img{
  height: 480px;
  background-size: contain;
}

section.city-behandlungen .intro{
  margin-bottom: 50px;
}

section.city-behandlungen h2{
  font-size: 35px;
}

section.city-behandlungen .behandlungen-item{
  height: 320px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}

section.city-behandlungen .behandlungen-item .responsive-img{
  height: 100%;
  width: 100%;
  position: relative;
}

section.city-behandlungen .behandlungen-item .background-color{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(255,255,255,0.6);
}
section.city-behandlungen .behandlungen-item h3{
  font-size: 33px;
  padding-bottom: 20px;
  margin: 0px;
  line-height: 1;
}

section.city-behandlungen .behandlungen-item li{
  width: 100%;
}

section.city-behandlungen .behandlungen-item .icon{
  width: 35px;
  height: 35px;
  margin-right: 1px;
  display: inline-block;
  vertical-align: top;
  background-image: url('../icons/logo-orange.png');
}

section.city-behandlungen .behandlungen-item p{
  display: inline-block;
  /* Firefox */
  width: -moz-calc(100% - 36px);
  /* WebKit */
  width: -webkit-calc(100% - 36px);
  /* Opera */
  width: -o-calc(100% - 36px);
  /* Standard */
  width: calc(100% - 36px);
  background-color: rgba(0,0,0,0.6);
  font-size: 20px;
  line-height: 1.05;
  padding: 7px 10px;
  margin: 0px 0px 1px;
  color: white;
}

section.city-behandlungen .behandlungen-item:hover .background-color{
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}

section.city-behandlungen .behandlungen-item:hover h3{
  color: white;
}

section.city-behandlungen .behandlungen-item:hover .icon{
  background-image: url('../icons/logo-white.png');
}

section.city-behandlungen .behandlungen-item:hover p{
  background-color: rgba(255,255,255,0.8);
  color: black;
}

section.city-behandlungen .btn-primary{
  margin-top: 10px;
}

section.map-section{
  padding: 0px;
  height: 400px;
  width: 100%;
}
