#map {
  border: 0;
  width: 100%;
  height: 450px;
}
@media (max-width: 600px) {
  #map {
    height: 350px;
  }
}
@media (max-width: 460px) {
  #map {
    height: 300px;
  }
}
@media (max-width: 360px) {
  #map {
    height: 230px;
  }
}
#oesterreich > #fotos {
  margin-top: 20px;
}
#oesterreich > #fotos > div > img {
  width: 100%;
  margin-bottom: 20px;
}
#ueber > .content-box {
  margin-top: 70px;
}
#ueber > .content-box .content-image {
  float: right;
  width: 25%;
  padding: 10px;
}
#ueber > .content-box .content-image img {
  width: 100%;
}
#ueber > .content-box .content-text {
  float: left;
  width: 75%;
  margin: 0;
  padding: 0 25px 0 0;
  text-align: justify;
}
@media (max-width: 1199px) {
  #ueber > .content-box .content-image {
    width: 30%;
  }
  #ueber > .content-box .content-text {
    width: 70%;
  }
}
@media (max-width: 767px) {
  #ueber > .content-box .content-image {
    margin: 0 auto;
    width: 50%;
    float: none;
  }
  #ueber > .content-box .content-text {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media (max-width: 500px) {
  #ueber > .content-box .content-image {
    width: 80%;
  }
}
@media (max-width: 350px) {
  #ueber > .content-box .content-image {
    width: 100%;
  }
}
#impressum #impressum-table {
  width: 100%;
  max-width: 500px;
  margin-left: 20px;
}
@media (max-width: 520px) {
  #impressum #impressum-table {
    margin-left: 0;
  }
  #impressum #impressum-table .row {
    margin-bottom: 15px;
  }
  #impressum #impressum-table .row .col-xs-4 {
    font-weight: bold;
  }
  #impressum #impressum-table .row .col-xs-4,
  #impressum #impressum-table .row .col-xs-8 {
    width: 100%;
  }
}
#versand table th,
#versand td {
  border: 1px solid black;
  padding: 5px 10px;
}
#shop .preis {
  width: 100%;
  margin-bottom: 15px;
}
#shop .preis th,
#shop .preis td {
  padding: 5px 10px;
  border: 1px solid black;
  width: 80px;
  text-align: center;
}
