* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 300px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}

.ugvhaus{
    padding-bottom: 110px;
    margin-top: 30px;
}

.uvgstrasse{
    padding-bottom: 110px;
    width: 100%;
    height: auto;
    
}

.height{
    height: 100px;
}

.font{
    font-family: 
}

/* Responsive Video */
.videocontainer {
  position: relative;
  padding-bottom: 56.25%;  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding-bottom: 10px;
}

