figure {
  margin: 0 0 10px 0;
  padding: 0;
}
figure img {display: block;
}
figure.bordered {
  border:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

}
figure.bordered img {
  border: 2px #eee solid;
  border: 2px #ffffff solid;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
figure.person img {
  max-width: 100px;
}
/* responsive embed from foundation */
figure.video {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
figure.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.siegel {
  margin-bottom: 10px;
}
@media (min-width: 1280px)  {
  .siegel {
    display: none;
  }
}
.siegel.fixed {
  position: absolute;
  top:0;
  right:0;
  width:77px;
}

.immonet_container {
  position: relative;
}
#immonetHpm #immonet_hpmodul_info {
  display: none !important;
}

.slick-slider {margin-bottom: 0;}

.big-centered-buttons {
  text-align: center;
  margin: 20px auto;
}
.big-centered-buttons a{
  padding:10px 20px;
  font-size:16px;
  margin-right: 40px
}
.big-centered-buttons a:last-child {
  margin: 0;
}

/*forms*/

#col2 {
  margin-top: 40px;
}
legend {
  line-height: inherit;
  margin-bottom: 0;
}

/*visibility*/
.show-for-small {
  display: none;
}
.flex-video {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative;
}
.flex-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.thumbnail img{
  border: 5px solid #fff;
  max-width: 150px;
}

/* wordliner */
p.link-more {
  display: none;
}

/* latest news */
.latest_news {
  margin-top: 30px;
  margin-bottom: 2rem;
}

/* utility classes */
.mb-1 {
  margin-bottom: 1rem;
}

#teaser .wirbleibenzuhause {
  position: absolute;
  width: 300px;
  top: 102px;
  left: 37px;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.28);
  border-radius: 5px;
}
.focus-siegel {
  display: none;
}
@media (min-width: 1280px)  {
  .focus-siegel {
    display: block;
    width: 120px;
    position: absolute;
    top: -15px;
    right: -133px;
  }
}
