#home-text {
  width: 100%;
  position: absolute;
  top: 0;
  display: table;
  text-align: center;
  font-weight: 700;
  font-family: 'Kaushan Script', cursive;
  color: #00D2B4;
}
#home-text > div {
  display: table-cell;
  vertical-align: middle;
  text-shadow: 4px 4px 4px #111;
}
#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;
  }
}
#berchtesgadener-logo {
  width: 100%;
  margin: 0;
  margin-top: 20px;
  margin-bottom: -30px;
  padding: 0;
}
#berchtesgadener-carousel > iframe {
  border: 0;
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  #berchtesgadener-carousel > iframe {
    display: none;
  }
}
#berchtesgadener-carousel > div {
  display: none;
  width: 100%;
  margin: auto;
}
#berchtesgadener-carousel > div > div {
  margin: auto;
  width: 100%;
}
#berchtesgadener-carousel > div > div img {
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 767px) {
  #berchtesgadener-carousel > div {
    display: block;
  }
}
#berchtesgadener-slider {
  width: 650px;
  position: fixed;
  top: 20%;
  right: 0;
  padding: 0 60px 20px 20px;
  border: 1px solid black;
  border-right: 0;
  background-color: white;
  transform: translateX(100%);
  transition: ease-out transform 1s;
  z-index: 100;
  /*
    #berchtesgadener-slider-header {

    }
    */
}
#berchtesgadener-slider #berchtesgadener-slider-body > div {
  float: left;
  width: 40%;
}
#berchtesgadener-slider #berchtesgadener-slider-body > div img {
  width: 100%;
}
#berchtesgadener-slider #berchtesgadener-slider-body > p {
  float: right;
  width: 60%;
  padding-left: 10px;
}
#berchtesgadener-slider #berchtesgadener-slider-body > p:after {
  clear: both;
}
@media (max-width: 992px) {
  #berchtesgadener-slider {
    display: none;
  }
}
#berchtesgadener-box-link {
  display: inline-block;
}
@media (max-width: 992px) {
  #berchtesgadener-box-link {
    display: none;
  }
}
.berchtesgadener-slider-visible {
  transform: translateX(0) !important;
}
#buende > .content-box,
#stoffe > .content-box,
#produkte > .content-box,
#skl > .content-box {
  margin-top: 70px;
}
#buende > .content-box.title-box,
#stoffe > .content-box.title-box,
#produkte > .content-box.title-box,
#skl > .content-box.title-box {
  margin-top: 20px;
}
#buende > .content-box .content-image,
#stoffe > .content-box .content-image,
#produkte > .content-box .content-image,
#skl > .content-box .content-image {
  float: left;
  width: 40%;
  margin: -60px 0 0 -40px;
  padding: 10px;
  background-color: #ABEAEA;
  overflow: hidden;
  box-shadow: 0 2px 2px #DADADA;
}
#buende > .content-box .content-image img,
#stoffe > .content-box .content-image img,
#produkte > .content-box .content-image img,
#skl > .content-box .content-image img {
  width: 100%;
}
#buende > .content-box .content-text,
#stoffe > .content-box .content-text,
#produkte > .content-box .content-text,
#skl > .content-box .content-text {
  float: right;
  width: 60%;
  margin: 0;
  padding: 0 25px 0 0;
  text-align: justify;
}
#buende > .content-box .content-text > h2,
#stoffe > .content-box .content-text > h2,
#produkte > .content-box .content-text > h2,
#skl > .content-box .content-text > h2 {
  text-align: left;
}
#buende > .content-box:nth-child(2n+1) .content-image,
#stoffe > .content-box:nth-child(2n+1) .content-image,
#produkte > .content-box:nth-child(2n+1) .content-image,
#skl > .content-box:nth-child(2n+1) .content-image {
  float: right;
  margin: -60px -40px 0 0;
}
#buende > .content-box:nth-child(2n+1) .content-text,
#stoffe > .content-box:nth-child(2n+1) .content-text,
#produkte > .content-box:nth-child(2n+1) .content-text,
#skl > .content-box:nth-child(2n+1) .content-text {
  float: left;
  padding: 0 0 0 25px;
}
@media (max-width: 767px) {
  #buende > .content-box,
  #stoffe > .content-box,
  #produkte > .content-box,
  #skl > .content-box {
    margin-top: 30px;
  }
  #buende > .content-box .content-image,
  #stoffe > .content-box .content-image,
  #produkte > .content-box .content-image,
  #skl > .content-box .content-image {
    margin: 0 auto;
    width: 80%;
    float: none;
  }
  #buende > .content-box .content-text,
  #stoffe > .content-box .content-text,
  #produkte > .content-box .content-text,
  #skl > .content-box .content-text {
    width: 100%;
    float: none;
    padding: 0;
  }
  #buende > .content-box:nth-child(2n+1) .content-image,
  #stoffe > .content-box:nth-child(2n+1) .content-image,
  #produkte > .content-box:nth-child(2n+1) .content-image,
  #skl > .content-box:nth-child(2n+1) .content-image {
    float: none;
    margin: 0 auto;
  }
  #buende > .content-box:nth-child(2n+1) .content-text,
  #stoffe > .content-box:nth-child(2n+1) .content-text,
  #produkte > .content-box:nth-child(2n+1) .content-text,
  #skl > .content-box:nth-child(2n+1) .content-text {
    float: none;
    padding: 0;
  }
}
@media (max-width: 450px) {
  #buende > .content-box .content-image,
  #stoffe > .content-box .content-image,
  #produkte > .content-box .content-image,
  #skl > .content-box .content-image {
    width: 100%;
  }
}
#buende #so-nicht {
  margin-top: 70px;
  padding-top: 40px;
  text-align: justify;
}
#buende #so-nicht > p {
  font-size: 22px;
  text-align: center;
}
#buende #so-nicht > div {
  width: 100%;
  margin: auto 0;
}
#buende #so-nicht > div > div {
  text-align: center;
}
#buende #so-nicht > div > div > img {
  width: 200px;
}
@media (max-width: 992px) {
  #buende #so-nicht > div > div:nth-child(2),
  #buende #so-nicht > div > div:nth-child(3) {
    margin-top: 40px;
  }
}
#buende .topper {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -15px;
}
#skl .untertitel1 {
  font-weight: bold;
  font-size: 16pt;
}
#skl .untertitel2 {
  font-weight: bold;
  font-size: 14pt;
}
#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;
}
