body{
  background-image: url('/images/bg-obersasbach3.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  overflow: auto;
}

.w3-content{
  background-color: rgba(255,255,255,.9)!important;
  max-width: 1200px;
  margin-top: 52px;
  margin-bottom: 60px;
}

.picture-link{
  border: 1px solid #ccc !important;
  border-radius: 8px;
  transition: 0.5s;
}
.picture-link:hover{
  border: 1px solid #ccc !important;
  box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.responsive{
  padding: 0 6px;
  float: left;
  width: 24.9%;
  height: 220px;
  overflow: hidden;
}

.footer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

a{
  text-decoration: none;
}



@media only screen and (max-width: 768px){
  .responsive{
    width:49.99999%;
    height: 200px;
  }

  h1{
    font-size:28px;
  }

  h2{
    font-size: 20px;
  }
  .bx-md{
    font-size: 1.5rem!important;
  }
  .footer{
    font-size: 12px;
  }
}


.overflow-hidden{
  overflow: hidden;
}
#pot{display:none;}

.ce-google-maps {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* 1x1 */
}

.ce-google-maps > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;

    height: 100%;
}
.ce-google-maps .gmap-opt-in-wrap {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/pics/googlemaps.png);
}
