#braukunst-scroll-down {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -50px;
  z-index: 999;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    top: 40px;
  }
  25% {
    top: 60px;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 40px;
  }
}
@keyframes pulse {
  0% {
    top: 40px;
  }
  25% {
    top: 60px;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 40px;
  }
}
.closebtn {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(0, 41, 90, 0.8);
  color: #fff;
  right: 5px;
  top: 5px;
}
.braukunst-main {
  width: 100%;
  min-height: 100vh;
  background-position: bottom center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.braukunst-main.bg_wasser {
  overflow: visible;
}
@media (min-width: 801px) {
  .braukunst-main.bg_hopfen .braumeister-tooltip,
  .braukunst-main.bg_hefe .braumeister-tooltip,
  .braukunst-main.bg_maischen .braumeister-tooltip,
  .braukunst-main.bg_filtration .braumeister-tooltip,
  .braukunst-main.bg_genuss .braumeister-tooltip {
    display: none;
  }
}
.braukunst-main .mobile-start-container {
  display: none;
}
.braukunst-main .background-video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  position: absolute;
  width: 177.77777778vh;
}
.braukunst-main .braumeister-spot {
  display: block;
  top: 30%;
  right: 9%;
  position: absolute;
  z-index: 99;
  width: 145px;
  height: 145px;
  background-position: center top;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.braukunst-main .braumeister-spot article {
  cursor: auto;
  position: relative;
  visibility: hidden;
  width: 510px;
  min-height: 180px;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  top: 0px;
  right: 512px;
  padding: 0 0 1px 0;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-size: 16px;
}
.braukunst-main .braumeister-spot article p {
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
  hyphens: none !important;
}
.braukunst-main .braumeister-spot article h2 {
  padding: 20px 20px 10px 20px;
}
.braukunst-main .braumeister-spot article a {
  text-decoration: underline;
}
.braukunst-main .braumeister-spot article tbody tr {
  padding: 0;
  border: none;
}
.braukunst-main .braumeister-spot article tbody tr td {
  text-align: left;
  border: none;
  padding: 6px;
  display: inline-block;
}
.braukunst-main .braumeister-spot article tbody tr td:first-child {
  padding: 6px 0px 6px 20px;
  width: 42%;
  font-weight: bold;
}
.braukunst-main .braumeister-spot article tbody tr td:last-child {
  width: 55%;
}
.braukunst-main .braumeister-spot .braumeister-steckbrief .closebtn-bm {
  display: none;
}
.braukunst-main .braumeister-spot:hover.active .braumeister-tooltip .hover_desk {
  visibility: hidden;
}
.braukunst-main .braumeister-spot .braumeister-tooltip .hover_desk {
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 500;
  width: 300px;
  right: 145px;
  top: 45px;
  color: #001E3C;
  font-weight: bold;
  line-height: 24px;
  font-style: italic;
  font-size: 16px;
  text-shadow: 0 0 5px #ffffff,0 0 10px #ffffff,0 0 15px #ffffff,0 0 20px #ffffff;
  -webkit-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}
.braukunst-main .braumeister-spot .braumeister-tooltip .hover_mob {
  display: none;
  position: absolute;
  z-index: 500;
  width: 300px;
  right: 107px;
  text-align: right;
  top: 35px;
  color: #001E3C;
  font-weight: bold;
  line-height: 24px;
  font-style: italic;
  font-size: 19px;
  text-shadow: 0 0 5px #ffffff,0 0 10px #ffffff,0 0 15px #ffffff,0 0 20px #ffffff;
}
.braukunst-main .braumeister-spot.active {
  z-index: 6500 !important;
}
.braukunst-main .braumeister-spot.active .braumeister-tooltip .hover_desk {
  visibility: hidden;
  opacity: 0;
}
.braukunst-main .braumeister-spot.active .braumeister-tooltip .hover_mob {
  visibility: hidden;
  opacity: 0;
}
.braukunst-main .braumeister-spot.active article {
  visibility: visible;
  opacity: 1;
}
.braukunst-main .braumeister-spot .braumeister-gradient {
  display: none;
}
.braukunst-main .bk-video-tooltip {
  cursor: pointer;
  position: absolute;
  display: block;
  bottom: 10%;
  right: 9%;
  z-index: 99;
  padding: 20px;
}
.braukunst-main .bk-video-tooltip .videoText {
  z-index: 50;
  min-width: 300px;
  padding-right: 30px;
  height: 50px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: 10px;
  -webkit-border-bottom-left-radius: 40px;
          border-bottom-left-radius: 40px;
  -webkit-border-top-left-radius: 40px;
          border-top-left-radius: 40px;
  -webkit-box-shadow: 0 0 12px 3px #ffffff;
          box-shadow: 0 0 12px 3px #ffffff;
  background: #2c5f97;
  background: -webkit-linear-gradient(top, #2c5f97 0%, #012b5e 100%, #012b5e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2c5f97), color-stop(100%, #012b5e), to(#012b5e));
  background: -o-linear-gradient(top, #2c5f97 0%, #012b5e 100%, #012b5e 100%);
  background: linear-gradient(to bottom, #2c5f97 0%, #012b5e 100%, #012b5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c5f97', endColorstr='#012b5e', GradientType=0);
}
.braukunst-main .bk-video-tooltip .videoText .playBtn {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 9px;
  margin-left: 11px;
  margin-right: 10px;
  vertical-align: top;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.braukunst-main .bk-video-tooltip .videoText .playBtn i {
  font-size: 25pt;
  color: #fff;
}
.braukunst-main .bk-video-tooltip .videoText span {
  color: #fff;
  display: inline-block;
  margin-top: 7px;
  line-height: 18px;
  font-weight: bold;
}
.braukunst-main .bk-video-tooltip .videoPreview {
  display: inline-block;
  position: relative;
  width: 125px;
  height: 125px;
  -webkit-border-radius: 75px;
          border-radius: 75px;
  vertical-align: middle;
}
.braukunst-main .bk-video-tooltip .videoPreview:before {
  content: '';
  position: absolute;
  width: 125px;
  height: 125px;
  z-index: 30;
  -webkit-border-radius: 75px;
          border-radius: 75px;
  -webkit-box-shadow: 0 0 12px 3px #ffffff;
          box-shadow: 0 0 12px 3px #ffffff;
}
.braukunst-main .bk-video-tooltip .videoPreview:after {
  content: '';
  position: absolute;
  width: 125px;
  height: 125px;
  z-index: 80;
  -webkit-border-radius: 75px;
          border-radius: 75px;
}
@media (max-width: 528px) {
  .braukunst-main .bk-video-tooltip {
    display: block;
    width: 100%;
    bottom: 8%;
    left: 0;
    right: 0;
    padding: 20px 10px;
  }
  .braukunst-main .bk-video-tooltip .videoText {
    -webkit-border-bottom-right-radius: 40px;
            border-bottom-right-radius: 40px;
    -webkit-border-top-right-radius: 40px;
            border-top-right-radius: 40px;
    left: 0;
    padding: 0;
    width: 100%;
  }
  .braukunst-main .bk-video-tooltip .videoPreview {
    display: none;
  }
}
.braukunst-main .bk-videoplayer-container {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.braukunst-main .bk-videoplayer-container #bk-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .braukunst-main .bk-videoplayer-container #bk-video {
    height: 50%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.braukunst-main .bk-videoplayer-container #bk-video iframe {
  width: 100%;
  height: 100%;
}
.braukunst-main .braukunst-headlines {
  display: block;
  position: absolute;
  top: 30%;
  left: 14%;
}
.braukunst-main .braukunst-headlines h1,
.braukunst-main .braukunst-headlines h2 {
  color: #fff;
  background: #001e4a;
  display: inline-block;
  padding: 5px 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.66);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.66);
  margin-bottom: 15px;
}
.braukunst-main .braukunst-headlines h2 {
  margin: 0 35% 15px 85px;
  font-size: 28px;
}
.braukunst-main .braukunst-headlines h2:last-child {
  margin: 0 35% 15px 85px;
}
.braukunst-main .switchbutton {
  margin: 0 20px 0 20px;
  padding: 10px;
  position: absolute;
  z-index: 100;
  top: 45vh;
  cursor: pointer;
}
.braukunst-main .switchbutton.videotooltip {
  top: 45vh;
}
@media (max-width: 800px) {
  .braukunst-main .switchbutton.videotooltip {
    top: 35vh;
  }
}
.braukunst-main .switchbutton.swbutton-left .fa-chevron-left {
  font-size: 46px;
  color: #fff;
  text-shadow: 0 0 8px #000;
}
.braukunst-main .switchbutton.swbutton-left:hover {
  opacity: .8;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.braukunst-main .switchbutton.swbutton-right {
  right: 0;
}
.braukunst-main .switchbutton.swbutton-right .fa-chevron-right {
  font-size: 46px;
  color: #fff;
  text-shadow: 0 0 8px #000;
}
.braukunst-main .switchbutton.swbutton-right:hover {
  opacity: .8;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.braukunst-main .switchbutton a {
  padding-top: 25px;
}
.braukunst-main .braukunst-clickspots {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
}
.braukunst-main .braukunst-clickspots .braukunst-spot {
  display: inline-block;
  position: absolute;
  z-index: 240;
  width: 32px;
  height: 32px;
  -webkit-box-shadow: 0 0 12px 3px #ffffff;
          box-shadow: 0 0 12px 3px #ffffff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #1f4778;
  background-image: -o-linear-gradient(top, #012b5d 0%, #2c5f98 100%);
  background-image: -webkit-linear-gradient(top, #012b5d 0%, #2c5f98 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#012b5d), to(#2c5f98));
  background-image: linear-gradient(top, #012b5d 0%, #2c5f98 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#012b5d, endColorstr= #2c5f98)";
}
.braukunst-main .braukunst-clickspots .braukunst-spot.active .braukunst-tooltip {
  visibility: hidden;
  opacity: 0;
}
.braukunst-main .braukunst-clickspots .braukunst-spot.active {
  z-index: 6500 !important;
}
.braukunst-main .braukunst-clickspots .braukunst-spot.active article {
  visibility: visible;
  opacity: 1;
}
.braukunst-main .braukunst-clickspots .braukunst-spot .braukunst-tooltip {
  visibility: visible;
  opacity: 1;
  margin-top: 3px;
  position: absolute;
  z-index: 500;
  width: 300px;
  left: 45px;
  top: 5px;
  color: #001E3C;
  font-weight: bold;
  line-height: 19px;
  font-size: 19px;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff, 0 0 20px #ffffff;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.braukunst-main .braukunst-clickspots .braukunst-spot article {
  visibility: hidden;
  position: relative;
  width: 340px;
  min-height: 180px;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 6px #333;
          box-shadow: 1px 1px 6px #333;
  z-index: 100;
  top: 20px;
  left: 20px;
  padding: 0 15px 4px 15px;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-out;
  -o-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
  -webkit-transition: opacity 100ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  -ms-transition: opacity 100ms ease-in-out;
}
.braukunst-main .braukunst-clickspots .braukunst-spot article p {
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
  hyphens: none !important;
}
.braukunst-main .braukunst-clickspots .braukunst-spot article.video-article {
  width: 420px;
  left: 16px;
  top: 16px;
}
.braukunst-main .braukunst-clickspots .braukunst-spot article .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0;
  height: 0;
  margin-bottom: 15px;
  overflow: hidden;
}
.braukunst-main .braukunst-clickspots .braukunst-spot article .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.braukunst-main .braukunst-clickspots .braukunst-spot article .title {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 8px;
  line-height: 19px;
  padding: 15px 0 0 0;
}
.braukunst-main .braukunst-clickspots .braukunst-spot article .text {
  font-size: 16px;
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.braukunst-main .braukunst-clickspots .braukunst-spot article .text .tip {
  text-align: right;
  display: inherit;
  text-decoration: underline;
}
.braukunst-main .braukunst-clickspots .braukunst-spot article .tooltip-img {
  margin-bottom: 10px;
}
.braukunst-main .braukunst-clickspots .braukunst-spot:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1f4778;
  background-image: -o-linear-gradient(top, #012b5d 0%, #2c5f98 100%);
  background-image: -webkit-linear-gradient(top, #012b5d 0%, #2c5f98 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #012b5d), to(#2c5f98));
  background-image: linear-gradient(top, #012b5d 0%, #2c5f98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#012b5d, endColorstr=#2c5f98);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#012b5d, endColorstr= #2c5f98)";
  z-index: 200;
}
.braukunst-main .braukunst-clickspots .braukunst-spot:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url('../img/bg/muenchnerbraukunst/numbers.png');
  background-repeat: no-repeat;
  -webkit-background-size: 28% 28%;
          background-size: 28%;
  width: 100%;
  height: 100%;
  z-index: 260;
  cursor: pointer;
}
.braukunst-main .braukunst-clickspots .braukunst-spot.pos-count-1:after {
  background-position: 11px 10px;
}
.braukunst-main .braukunst-clickspots .braukunst-spot.pos-count-2:after {
  background-position: 11px -27px;
}
.braukunst-main .braukunst-clickspots .braukunst-spot.pos-count-3:after {
  background-position: 12px -63px;
}
.braukunst-main .braukunst-clickspots .braukunst-spot.pos-count-4:after {
  background-position: 11px -99px;
}
.braukunst-main .braukunst-clickspots .braukunst-spot.pos-count-5:after {
  background-position: 11px -136px;
}
.braukunst-main .braukunst-clickspots .braukunst-spot.pos-count-6:after {
  background-position: 11px -173px;
}
.braukunst-main .braukunst-clickspots .braukunst-spot.pos-count-7:after {
  background-position: 12px -208px;
}
.braukunst-main .braukunst-clickspots .braukunst-spot.video-spot:after {
  display: none;
}
.braukunst-main .braukunst-clickspots .braukunst-spot.video-spot .fa {
  color: #fff;
  cursor: pointer;
  height: 32px;
  left: 0;
  padding: 8px 11px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
  z-index: 260;
}
.menu-container {
  position: fixed;
  width: 100%;
  margin-top: 62px;
  z-index: 6800;
}
.menu-container .braukunst-menu {
  background-color: rgba(0, 41, 91, 0.8);
  border: none;
  height: 7.8vw;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  border-bottom: 29px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 1280px) and (max-height: 680px) {
  .menu-container .braukunst-menu {
    height: 0;
  }
  .menu-container .braukunst-menu:hover {
    height: 7.5vw;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
  }
  .menu-container .braukunst-menu:hover .menu-div .menu-img {
    display: block;
  }
}
.menu-container .braukunst-menu .menu-div {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 7.5vw;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-flex: 1;
  -webkit-box-flex: 1 ;
      -ms-flex: 1 ;
          flex: 1 ;
  /*margin: auto;*/
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  -webkit-transform: skewX(-23deg);
  -ms-transform: skewX(-23deg);
  transform: skewX(-23deg);
}
.menu-container .braukunst-menu .menu-div .menu-img {
  /*width: 163px;*/
  height: 100%;
  overflow: hidden;
  /*margin-left:-4px;*/
}
@media screen and (min-width: 1280px) and (max-height: 680px) {
  .menu-container .braukunst-menu .menu-div .menu-img {
    display: none;
  }
}
.menu-container .braukunst-menu .menu-div .menu-img .stripe {
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 6900;
  width: 0.9vw;
  height: 100%;
  /*margin-left: 143px;*/
  float: right;
  -webkit-backface-visibility: hidden;
}
.menu-container .braukunst-menu .menu-div .menu-img .img-skew {
  width: 200%;
  height: 200%;
  -webkit-transform: skewX(23deg);
  -ms-transform: skewX(23deg);
  transform: skewX(23deg);
  -webkit-background-size: 70% 70%;
          background-size: 70%;
  background-repeat: no-repeat;
  background-position: 0% -17%;
}
.menu-container .braukunst-menu .menu-div .menu-img .hopfen {
  background-image: url("../img/bg/muenchnerbraukunst/navbg/menu-hopfen.jpg");
  -webkit-background-size: 66% 66%;
          background-size: 66%;
}
.menu-container .braukunst-menu .menu-div .menu-img .hefe {
  background-image: url("../img/bg/muenchnerbraukunst/navbg/menu-hefe.jpg");
}
.menu-container .braukunst-menu .menu-div .menu-img .wasser {
  background-image: url("../img/bg/muenchnerbraukunst/navbg/menu-wasser.jpg");
}
.menu-container .braukunst-menu .menu-div .menu-img .malz {
  background-image: url("../img/bg/muenchnerbraukunst/navbg/menu-malz.jpg");
}
.menu-container .braukunst-menu .menu-div .menu-img .maischen {
  background-image: url("../img/bg/muenchnerbraukunst/navbg/menu-maischen.jpg");
}
.menu-container .braukunst-menu .menu-div .menu-img .läutern {
  background-image: url("../img/bg/muenchnerbraukunst/navbg/menu-laeutern.jpg");
}
.menu-container .braukunst-menu .menu-div .menu-img .würzekochen {
  background-image: url("../img/bg/muenchnerbraukunst/navbg/menu-wuerzekochen.jpg");
}
.menu-container .braukunst-menu .menu-div .menu-img .gärung {
  background-image: url("../img/bg/muenchnerbraukunst/navbg/menu-gaerung.jpg");
}
.menu-container .braukunst-menu .menu-div .menu-img .lagerung {
  background-image: url("../img/bg/muenchnerbraukunst/navbg/menu-lagerung.jpg");
}
.menu-container .braukunst-menu .menu-div .menu-img .filtration {
  background-image: url("../img/bg/muenchnerbraukunst/navbg/menu-filtration.jpg");
}
.menu-container .braukunst-menu .menu-div .menu-img .abfüllung {
  background-image: url("../img/bg/muenchnerbraukunst/navbg/menu-abfuellung.jpg");
}
.menu-container .braukunst-menu .menu-div .menu-img .genuss {
  background-image: url("../img/bg/muenchnerbraukunst/navbg/menu-genuss.jpg");
  -webkit-background-size: 49% 49%;
          background-size: 49%;
}
.menu-container .braukunst-menu .menu-div:first-of-type .menu-img {
  height: 100%;
  overflow: hidden;
  margin-left: -51px;
}
.menu-container .braukunst-menu .menu-div:first-of-type .menu-img .stripe {
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 6850;
  width: 0.83vmax;
  height: 100%;
  /*margin-left: 180px;*/
  float: right;
  -webkit-backface-visibility: hidden;
}
.menu-container .braukunst-menu .menu-div:first-of-type .menu-name {
  left: 10px;
}
.menu-container .braukunst-menu .menu-div:last-child .menu-img {
  /*width: 200px;*/
  height: 100%;
  overflow: hidden;
  margin-right: -53px;
}
.menu-container .braukunst-menu .menu-div.hover .menu-name {
  color: #ffffff;
  cursor: pointer;
}
.menu-container .braukunst-menu .menu-div.hover .menu-img {
  cursor: pointer;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  z-index: 6850;
}
.menu-container .braukunst-menu .menu-div.menu-active .menu-name {
  color: #7d95b2;
  cursor: pointer;
}
.menu-container .braukunst-menu .menu-div .menu-name {
  font-size: 1vw;
  font-weight: bold;
  color: #fff;
  margin: 12px auto;
  position: absolute;
  bottom: -45px;
  left: 0;
  -webkit-transform: skewX(23deg);
  -ms-transform: skewX(23deg);
  transform: skewX(23deg);
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.img-responsive-image {
  height: auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .wasserblase {
    background-position: 58% 0%;
  }
}
@media screen and (max-device-aspect-ratio: 16/9) {
  .bg_hopfen {
    background-position: 100% -10%;
  }
  .bg_hefe {
    background-position: 100% -10%;
  }
  .bg_wasser {
    background-position: 100% -10%;
  }
  .bg_malz {
    background-position: 100% -10%;
  }
  .bg_maischen {
    background-position: 100% -10%;
  }
  .bg_läutern {
    background-position: 100% -10%;
  }
  .bg_würzekochen {
    background-position: 100% -10%;
  }
  .bg_gärung {
    background-position: 100% -10%;
  }
  .bg_lagerung {
    background-position: 100% -10%;
  }
  .bg_filtration {
    background-position: 100% -10%;
  }
  .bg_abfüllung {
    background-position: 100% -10%;
  }
  .bg_genuss {
    background-position: 100% -10%;
  }
}
@media screen and (max-device-aspect-ratio: 9/16) {
  .bg_hopfen {
    background-position: 70% -10%;
  }
  .bg_hefe {
    background-position: 40% -10%;
  }
  .bg_wasser {
    background-position: 72% -10%;
  }
  .bg_malz {
    background-position: 45% -10%;
  }
  .bg_maischen {
    background-position: 97% -10%;
  }
  .bg_läutern {
    background-position: 67% -10%;
  }
  .bg_würzekochen {
    background-position: 40% -10%;
  }
  .bg_gärung {
    background-position: 20% -10%;
  }
  .bg_lagerung {
    background-position: 34% -10%;
  }
  .bg_filtration {
    background-position: 87% -10%;
  }
  .bg_abfüllung {
    background-position: 0 -10%;
  }
  .bg_genuss {
    background-position: 56% -10%;
  }
}
@media screen and (max-device-aspect-ratio: 16/10) {
  .bg_hopfen {
    background-position: 100% -10%;
  }
  .bg_hefe {
    background-position: 100% -10%;
  }
  .bg_wasser {
    background-position: 100% -10%;
  }
  .bg_malz {
    background-position: 100% -10%;
  }
  .bg_maischen {
    background-position: 100% -10%;
  }
  .bg_läutern {
    background-position: 100% -10%;
  }
  .bg_würzekochen {
    background-position: 100% -10%;
  }
  .bg_gärung {
    background-position: 100% -10%;
  }
  .bg_lagerung {
    background-position: 100% -10%;
  }
  .bg_filtration {
    background-position: 100% -10%;
  }
  .bg_abfüllung {
    background-position: 100% -10%;
  }
  .bg_genuss {
    background-position: 100% -10%;
  }
}
@media screen and (max-device-aspect-ratio: 10/16) {
  .bg_hopfen {
    background-position: 81% -10%;
  }
  .bg_hefe {
    background-position: 36% -10%;
  }
  .bg_wasser {
    background-position: 70% -10%;
  }
  .bg_malz {
    background-position: 46% -10%;
  }
  .bg_maischen {
    background-position: 100% -10%;
  }
  .bg_läutern {
    background-position: 80% -10%;
  }
  .bg_würzekochen {
    background-position: 38% -10%;
  }
  .bg_gärung {
    background-position: 17% -10%;
  }
  .bg_lagerung {
    background-position: 32% -10%;
  }
  .bg_filtration {
    background-position: 90% -10%;
  }
  .bg_abfüllung {
    background-position: 13% -10%;
  }
  .bg_genuss {
    background-position: 65% -10%;
  }
}
@media all and (max-device-aspect-ratio: 4/3) {
  .bg_hopfen {
    background-position: 70% 100%;
  }
  .bg_hefe {
    background-position: 0 100%;
  }
  .bg_wasser {
    background-position: 100% 100%;
  }
  .bg_malz {
    background-position: 0 100%;
  }
  .bg_maischen {
    background-position: 100% -100%;
  }
  .bg_läutern {
    background-position: 50% 100%;
  }
  .bg_würzekochen {
    background-position: 0 100%;
  }
  .bg_gärung {
    background-position: 0 100%;
  }
  .bg_lagerung {
    background-position: 0 100%;
  }
  .bg_filtration {
    background-position: 70% 100%;
  }
  .bg_abfüllung {
    background-position: 30% 100%;
  }
  .bg_genuss {
    background-position: 0 100%;
  }
}
@media all and (max-device-aspect-ratio: 3/4) {
  .bg_hopfen {
    background-position: 75% 100%;
  }
  .bg_hefe {
    background-position: 50% 100%;
  }
  .bg_wasser {
    background-position: 86% 100%;
  }
  .bg_malz {
    background-position: 45% 100%;
  }
  .bg_maischen {
    background-position: 100% 100%;
  }
  .bg_läutern {
    background-position: 67% 100%;
  }
  .bg_würzekochen {
    background-position: 40% 0;
  }
  .bg_gärung {
    background-position: 20% 100%;
  }
  .bg_lagerung {
    background-position: 44% 100%;
  }
  .bg_filtration {
    background-position: 83% 100%;
  }
  .bg_abfüllung {
    background-position: 16% 100%;
  }
  .bg_genuss {
    background-position: 61% 100%;
  }
}
@media all and (max-device-aspect-ratio: 2/3) {
  .bg_hopfen {
    background-position: 68% 100%;
  }
  .bg_hefe {
    background-position: 48% 100%;
  }
  .bg_wasser {
    background-position: 72% 100%;
  }
  .bg_malz {
    background-position: 45% 100%;
  }
  .bg_maischen {
    background-position: 100% 100%;
  }
  .bg_läutern {
    background-position: 67% 100%;
  }
  .bg_würzekochen {
    background-position: 35% 100%;
  }
  .bg_gärung {
    background-position: 20% 100%;
  }
  .bg_lagerung {
    background-position: 44% 100%;
  }
  .bg_filtration {
    background-position: 87% 100%;
  }
  .bg_abfüllung {
    background-position: 14% 100%;
  }
  .bg_genuss {
    background-position: 64% 100%;
  }
}
/* Fix iPhone 6 */
@media all and (max-device-aspect-ratio: 375/667) {
  .bg_hopfen {
    background-position: 70% -10%;
  }
  .bg_hefe {
    background-position: 40% -10%;
  }
  .bg_wasser {
    background-position: 72% -10%;
  }
  .bg_malz {
    background-position: 45% 100%;
  }
  .bg_maischen {
    background-position: 97% -10%;
  }
  .bg_läutern {
    background-position: 67% -10%;
  }
  .bg_würzekochen {
    background-position: 40% -10%;
  }
  .bg_gärung {
    background-position: 20% -10%;
  }
  .bg_lagerung {
    background-position: 34% -10%;
  }
  .bg_filtration {
    background-position: 87% -10%;
  }
  .bg_abfüllung {
    background-position: 0 -10%;
  }
  .bg_genuss {
    background-position: 56% -10%;
  }
}
.mini-brunnen {
  right: 5%;
  top: 37vh;
  z-index: 999;
  position: fixed;
  height: 270px;
  padding-bottom: 0;
}
.mini-brunnen:after {
  content: "";
  background: url("../img/brunnen/dot.png") right top / auto repeat-y;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.mini-brunnen .tiefenanzeiger {
  display: none;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 10px;
}
.mini-brunnen .tiefenanzeiger .tiefe {
  color: #fff;
  text-shadow: 1px 1px 4px #333;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  top: -10px;
  display: inline-block;
  position: relative;
}
.mini-brunnen .tiefenanzeiger .messzeiger {
  height: 14px;
  width: 14px;
  background: url("../img/brunnen/dot_active.png");
  right: 0;
  position: absolute;
  top: -3px;
}
#braukunst-scroll-down {
  cursor: pointer;
}
.brunnen-anfang {
  background: url("../img/brunnen/brunnen-anfang.png");
  background-repeat: no-repeat;
  width: 138px;
  height: 1000px;
  right: 42%;
  overflow-x: hidden;
  z-index: 140;
  position: absolute;
  margin-top: 461px;
  background-position: center top;
  -webkit-background-size: contain;
          background-size: contain;
}
.brunnen {
  background: url("../img/brunnen/brunnen.png");
  width: 138px;
  height: 36339px;
  right: 42%;
  background-repeat: repeat-y;
  overflow-x: hidden;
  z-index: 999;
  position: absolute;
  margin-top: 1461px;
  background-position: center top;
  -webkit-background-size: contain;
          background-size: contain;
}
.erde {
  background: url("../img/brunnen/erde.png");
  background-repeat: repeat-x;
  height: 726px;
  position: relative;
  z-index: 5;
  margin-top: -277px;
  width: 100%;
  background-position: center;
}
.animation-element {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
.animation-element.in-view {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.info {
  position: absolute;
  z-index: 1000;
  margin-top: 45px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 6px #333;
          box-shadow: 1px 1px 6px #333;
  padding: 15px;
  color: #001E3C;
  font-size: 16px;
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.info .erdschichtinfo {
  font-style: italic;
  font-size: 18px;
}
.info-1 {
  left: 22%;
  width: 26%;
}
.info-2 {
  right: 13%;
  width: 26%;
}
.info-ksk-2 {
  margin-top: 6%;
}
.info-ksk-1 {
  margin-top: 69%;
}
.info-fs-1 {
  margin-top: 64%;
}
.info-tks-1 {
  margin-top: 30%;
}
.info-ton-1 {
  margin-top: 0px;
}
.info-feins-1 {
  margin-top: 35%;
}
/*.info-fs-2{
  margin-top:56%;
}*/
.info-tks-2 {
  margin-top: 55%;
}
.info-sft-1 {
  margin-top: 11%;
}
.info-tks-3 {
  margin-top: 33%;
}
.info-ks-1 {
  margin-top: 11%;
}
.info-tks-4 {
  margin-top: 31%;
}
.info-ftks-1 {
  margin-top: 64%;
}
.info-tks-5 {
  margin-top: 116%;
}
.all-erdschichten {
  overflow-x: hidden;
  background-repeat: repeat-x;
  position: relative;
  z-index: 5;
}
.all-erdschichten.schluff-kies-feinsandig {
  background: url("../img/brunnen/schluff-kies-feinsandig.jpg");
}
.all-erdschichten.schluff-feinsandig-tonig {
  background: url("../img/brunnen/schluff-feinsandig-tonig.jpg");
}
.all-erdschichten.schluff-feinsandig-tonig .wurzel2 {
  float: left;
  margin-left: 5%;
}
.all-erdschichten.kies-schluffig-kohle {
  background: url("../img/brunnen/kies-schluffig-kohle.jpg");
}
.all-erdschichten.schluff-kies-tonig {
  background: url("../img/brunnen/schluff-kies-tonig.jpg");
}
.all-erdschichten.schluff-kies-tonig .tunnel {
  margin-top: 13%;
  background: url("../img/brunnen/tunnel.png");
  position: relative;
  z-index: 11;
  min-height: 579px;
  width: 100%;
  background-position: center;
}
.all-erdschichten.schluff-kies-tonig .tunnel .animation-element.slide-ubahn {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 1000ms linear 200ms;
  -o-transition: all 1000ms linear 200ms;
  transition: all 1000ms linear 200ms;
}
.all-erdschichten.schluff-kies-tonig .tunnel .animation-element.slide-ubahn.in-view {
  opacity: 1;
  -webkit-transition: all 1000ms linear 2s;
  -o-transition: all 1000ms linear 2s;
  transition: all 1000ms linear 2s;
  -webkit-transform: translate3d(400px, 0px, 0px);
  -ms-transform: translate(400px, 0px);
  transform: translate3d(400px, 0px, 0px);
}
.all-erdschichten.schluff-kies-tonig .tunnel .animation-element.slide-ubahn .ubahn {
  margin-top: 137px;
  float: right;
  margin-bottom: 41px;
}
.all-erdschichten.tonstein {
  background: url("../img/brunnen/tonstein.jpg");
}
.all-erdschichten.tonstein .geode3 {
  margin-top: 38%;
  margin-right: 22%;
  float: right;
}
.all-erdschichten.tonstein .geode {
  margin-top: 42%;
  margin-right: 0;
  float: right;
}
.all-erdschichten.tonstein .mammut {
  margin-top: 53%;
  max-width: 600px;
  margin-left: 6%;
}
.all-erdschichten.schluff-feinsandig-tonig {
  background: url("../img/brunnen/schluff-feinsandig-tonig.jpg");
}
.all-erdschichten.feinsand-schluffig {
  background: url("../img/brunnen/feinsand-schluffig.jpg");
}
.all-erdschichten.feinsand-schluffig .trex {
  margin-top: 30%;
  max-width: 760px;
}
.all-erdschichten.feinsand-schluffig .amphore {
  margin-top: 17%;
  margin-right: 11%;
  max-width: 400px;
  float: right;
}
.all-erdschichten.tonstein-feinsand-schluffig {
  background: url("../img/brunnen/tonstein-feinsand-schluffig.jpg");
}
.all-erdschichten.ton-kiesig {
  background: url("../img/brunnen/ton-kiesig.jpg");
}
.all-erdschichten.kies-schluffig {
  background: url("../img/brunnen/kies-schluffig.jpg");
}
.all-erdschichten.ton-kies-schluffig {
  background: url("../img/brunnen/ton-kies-schluffig.jpg");
}
.all-erdschichten.feinsand-ton-kies-schluffig {
  background: url("../img/brunnen/feinsand-ton-kies-schluffig.jpg");
}
.all-erdschichten.feinsand {
  background: url("../img/brunnen/feinsand.jpg");
}
.all-erdschichten.feinsand .muschel {
  margin-top: 0%;
  margin-right: 18%;
  float: right;
  max-width: 300px;
}
.all-erdschichten.feinsand .schnecke {
  margin-top: 26%;
  margin-left: 10%;
  float: left;
  max-width: 360px;
}
.all-erdschichten.ton-sandig {
  background: url("../img/brunnen/ton-sandig.jpg");
}
.all-erdschichten.ton-kies-sandig {
  background: url("../img/brunnen/ton-kies-sandig.jpg");
}
.all-erdschichten.ton-kies-sandig .hoehle {
  margin-top: 66%;
  margin-left: 4%;
  max-width: 600px;
}
.all-erdschichten.ton-kies-sandig .geode2 {
  margin-top: 9%;
  float: right;
}
.all-erdschichten.ton-kies-sandig .geode4 {
  margin-right: 20%;
  margin-top: 16%;
  float: right;
}
.all-erdschichten.ton-kies-sandig .brunnen-ende {
  background: url("../img/brunnen/brunnen-ende.png");
  background-repeat: no-repeat;
  width: 138px;
  height: 1023px;
  right: 42%;
  /*background-repeat: repeat-y;*/
  overflow-x: hidden;
  z-index: 1035;
  position: absolute;
  margin-top: 1679px;
  background-position: center top;
  -webkit-background-size: contain;
          background-size: contain;
}
.all-erdschichten.ton-kies-sandig .wasserblase {
  background: url("../img/brunnen/wasserblase.png");
  margin-top: 2444px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 999;
  height: 659px;
  width: 100%;
  background-position: center;
}
/*Masken Erdschichten*/
.mask {
  height: 200px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 10;
  margin-top: -110px;
}
.mask.schluff-kies-feinsandig-mask {
  background-image: url("../img/brunnen/schluff-kies-feinsandig-mask.png");
}
.mask.schluff-feinsandig-tonig-mask {
  background-image: url("../img/brunnen/schluff-feinsandig-tonig-mask.png");
}
.mask.kies-schluffig-kohle-mask {
  background-image: url("../img/brunnen/kies-schluffig-kohle-mask.png");
}
.mask.schluff-kies-tonig-mask {
  background-image: url("../img/brunnen/schluff-kies-tonig-mask.png");
}
.mask.tonstein-mask {
  background-image: url("../img/brunnen/tonstein-mask.png");
}
.mask.feinsand-schluffig-mask {
  background-image: url("../img/brunnen/feinsand-schluffig-mask.png");
}
.mask.tonstein-feinsand-schluffig-mask {
  background-image: url("../img/brunnen/tonstein-feinsand-schluffig-mask.png");
}
.mask.ton-kiesig-mask {
  background-image: url("../img/brunnen/ton-kiesig-mask.png");
}
.mask.ton-kies-schluffig-mask {
  background-image: url("../img/brunnen/ton-kies-schluffig-mask.png");
}
.mask.feinsand-ton-kies-schluffig-mask {
  background-image: url("../img/brunnen/feinsand-ton-kies-schluffig-mask.png");
}
.mask.feinsand-mask {
  background-image: url("../img/brunnen/feinsand-mask.png");
}
.mask.ton-sandig-mask {
  background-image: url("../img/brunnen/ton-sandig-mask.png");
}
.mask.ton-kies-sandig-mask {
  background-image: url("../img/brunnen/ton-kies-sandig-mask.png");
}
.mask.kies-schluffig-mask {
  background-image: url("../img/brunnen/kies-schluffig-mask.png");
}
/* BUBBLES */
.bubble-container {
  position: absolute;
  z-index: 1000;
  right: 42%;
  height: 1000px;
  margin: 0 auto;
  width: 138px;
}
.bubble-container .bubble {
  -webkit-box-shadow: 0 0 10px rgba(19, 51, 56, 0.8);
          box-shadow: 0 0 10px rgba(19, 51, 56, 0.8);
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  left: 20px;
  bottom: 0px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  /* background: -moz-radial-gradient(center 45deg, circle closest-corner, rgba(75, 190, 200, 0), rgba(75, 190, 200, .1), rgba(75, 190, 200, .3), rgba(255, 255, 255, .7));
    background: -webkit-gradient(radial, center center, 0, center center, 100, from(rgba(75, 190, 200, .2)), to(rgba(255, 255, 255, .7)));
    //background:gradient(center 45deg, circle closest-corner, rgba(75,190,200,0), rgba(75,190,200,.1), rgba(75,190,200,.3), rgba(255,255,255,.7));
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(9, 133, 167, 0.1) 51%, rgba(9, 133, 167, 0.3) 71%, rgba(19, 37, 124, 0.70) 100%);*/
  /*Skalings für einzelne Blasen*/
}
.bubble-container .bubble:before {
  content: "";
  position: absolute;
  top: 1%;
  left: 5%;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: 2;
  height: 80%;
  width: 40%;
  background: -webkit-radial-gradient(130% 130%, circle, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(130% 130%, circle, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(circle at 130% 130%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg);
  transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg);
  opacity: 0.5;
}
.bubble-container .bubble:after {
  display: block;
  background: -webkit-radial-gradient(50% 80%, circle, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, white 80%, white 84%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(50% 80%, circle, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, white 80%, white 84%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, white 80%, white 84%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  top: 5%;
  left: 10%;
  width: 80%;
  height: 80%;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  z-index: 2;
  -webkit-transform: rotateZ(-30deg);
  -ms-transform: rotate(-30deg);
      transform: rotateZ(-30deg);
}
.bubble-container .bubble.bubble1 {
  animation: bubbleUp1 4s infinite ease-in-out;
  -webkit-animation: bubbleUp1 4s infinite ease-in-out;
  -o-animation: bubbleUp1 4s infinite ease-in-out;
  -moz-animation: bubbleUp1 4s infinite ease-in-out;
}
.bubble-container .bubble.bubble2 {
  animation: bubbleUp2 6s infinite ease-in-out;
  -webkit-animation: bubbleUp2 6s infinite ease-in-out;
  -o-animation: bubbleUp2 6s infinite ease-in-out;
  -moz-animation: bubbleUp2 6s infinite ease-in-out;
}
.bubble-container .bubble.bubble3 {
  animation: bubbleUp3 4s infinite ease-in-out;
  -webkit-animation: bubbleUp3 4s infinite ease-in-out;
  -o-animation: bubbleUp3 4s infinite ease-in-out;
  -moz-animation: bubbleUp3 4s infinite ease-in-out;
}
.bubble-container .bubble.bubble4 {
  animation: bubbleUp4 6s infinite ease-in-out;
  -webkit-animation: bubbleUp4 6s infinite ease-in-out;
  -o-animation: bubbleUp4 4s infinite ease-in-out;
  -moz-animation: bubbleUp4 4s infinite ease-in-out;
}
.bubble-container .bubble.bubble5 {
  animation: bubbleUp5 6s infinite ease-in-out;
  -webkit-animation: bubbleUp5 6s infinite ease-in-out;
  -o-animation: bubbleUp5 4s infinite ease-in-out;
  -moz-animation: bubbleUp5 4s infinite ease-in-out;
}
.bubble-container .bubble.bubble6 {
  animation: bubbleUp6 7s infinite ease-in-out;
  -webkit-animation: bubbleUp6 7s infinite ease-in-out;
  -o-animation: bubbleUp6 7s infinite ease-in-out;
  -moz-animation: bubbleUp6 7s infinite ease-in-out;
}
@-webkit-keyframes bubbleUp1 {
  0% {
    bottom: 110px;
    -webkit-transform: scale(0.9);
    opacity: 0;
  }
  1% {
    left: 80px;
    -webkit-transform: scale(0.9);
    opacity: 0;
  }
  30% {
    left: 40px;
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.7);
    opacity: 1;
  }
  99% {
    bottom: 750px;
    left: 80px;
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
  100% {
    bottom: 110px;
    -webkit-transform: scale(0.9);
    opacity: 0;
  }
}
@keyframes bubbleUp1 {
  0% {
    bottom: 110px;
    -webkit-transform: scale(0.9);
    opacity: 0;
  }
  1% {
    left: 80px;
    -webkit-transform: scale(0.9);
    opacity: 0;
  }
  30% {
    left: 40px;
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.7);
    opacity: 1;
  }
  99% {
    bottom: 750px;
    left: 80px;
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
  100% {
    bottom: 110px;
    -webkit-transform: scale(0.9);
    opacity: 0;
  }
}
@-webkit-keyframes bubbleUp2 {
  0% {
    bottom: 210px;
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
  1% {
    left: 75px;
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
  30% {
    left: 45px;
    -webkit-transform: scale(0.7);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  99% {
    bottom: 800px;
    left: 85px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  100% {
    bottom: 210px;
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
}
@keyframes bubbleUp2 {
  0% {
    bottom: 210px;
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
  1% {
    left: 75px;
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
  30% {
    left: 45px;
    -webkit-transform: scale(0.7);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  99% {
    bottom: 800px;
    left: 85px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  100% {
    bottom: 210px;
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
}
@-webkit-keyframes bubbleUp3 {
  0% {
    bottom: 310px;
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  1% {
    left: 40px;
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  99% {
    bottom: 650px;
    left: 70px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  100% {
    bottom: 410px;
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes bubbleUp3 {
  0% {
    bottom: 310px;
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  1% {
    left: 40px;
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  99% {
    bottom: 650px;
    left: 70px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  100% {
    bottom: 410px;
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes bubbleUp4 {
  0% {
    bottom: 510px;
    -webkit-transform: scale(0.4);
    opacity: 0;
  }
  1% {
    left: 70px;
    -webkit-transform: scale(0.4);
    opacity: 0;
  }
  40% {
    left: 50px;
    -webkit-transform: scale(0.7);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.7);
    opacity: 1;
  }
  99% {
    bottom: 850px;
    left: 80px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  100% {
    bottom: 510px;
    -webkit-transform: scale(0.4);
    opacity: 0;
  }
}
@keyframes bubbleUp4 {
  0% {
    bottom: 510px;
    -webkit-transform: scale(0.4);
    opacity: 0;
  }
  1% {
    left: 70px;
    -webkit-transform: scale(0.4);
    opacity: 0;
  }
  40% {
    left: 50px;
    -webkit-transform: scale(0.7);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.7);
    opacity: 1;
  }
  99% {
    bottom: 850px;
    left: 80px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  100% {
    bottom: 510px;
    -webkit-transform: scale(0.4);
    opacity: 0;
  }
}
@-webkit-keyframes bubbleUp5 {
  0% {
    bottom: 410px;
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  1% {
    left: 50px;
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.6);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  99% {
    bottom: 950px;
    left: 70px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  100% {
    bottom: 410px;
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
}
@keyframes bubbleUp5 {
  0% {
    bottom: 410px;
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  1% {
    left: 50px;
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.6);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  99% {
    bottom: 950px;
    left: 70px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  100% {
    bottom: 410px;
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
}
@-webkit-keyframes bubbleUp6 {
  0% {
    bottom: 90px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  1% {
    left: 40px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  99% {
    bottom: 900px;
    left: 65px;
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    bottom: 90px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}
@keyframes bubbleUp6 {
  0% {
    bottom: 90px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  1% {
    left: 40px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  99% {
    bottom: 900px;
    left: 65px;
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    bottom: 90px;
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}
.fa-chevron-up {
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 0px 8px #000;
}
#toTop {
  position: fixed;
  bottom: 82px;
  right: 25px;
  z-index: 9999;
}
#toTop:hover {
  opacity: .8;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* Media Queries */
/* xs = Extra small devices (phones, less than 768px) */
/* sm = Small devices (tablets, 768px and up to 991px) */
/* md = Medium devices (desktops, 992px and up to 1199px) */
/* lg = Large devices (large desktops, 1200px and up) */
@media (min-width: 1921px) {
  .info-ksk-2 {
    margin-top: 11%;
  }
  .info-ksk-1 {
    margin-top: 59%;
  }
  .info-skt-1 {
    margin-top: 4%;
  }
  .info-fs-1 {
    margin-top: 50%;
  }
  .info-tks-1 {
    margin-top: 23%;
  }
  .info-ton-1 {
    margin-top: 3%;
  }
  .info-feins-1 {
    margin-top: 25%;
  }
  .info-tks-2 {
    margin-top: 41%;
  }
  .info-sft-1 {
    margin-top: 4%;
  }
  .info-tks-3 {
    margin-top: 27%;
  }
  .info-ks-1 {
    margin-top: 9%;
  }
  .info-tks-4 {
    margin-top: 20%;
  }
  .info-ftks-1 {
    margin-top: 50%;
  }
  .info-tks-5 {
    margin-top: 91%;
  }
  .all-erdschichten.ton-kies-sandig .wasserblase {
    background-position: 59% 0%;
  }
}
.menu-container .braukunst-menu .menu-div .menu-img .stripe {
  width: 0.8vw;
}
@media (max-width: 1920px) {
  .info-ksk-2 {
    margin-top: 18%;
  }
  .info-ksk-1 {
    margin-top: 79%;
  }
  .info-skt-1 {
    margin-top: 16%;
  }
  .all-erdschichten.schluff-kies-tonig .tunnel {
    margin-top: 26%;
  }
}
@media (min-width: 1720px) {
  .menu-container .braukunst-menu .menu-div .menu-name {
    font-size: 17px;
  }
}
@media (max-width: 1680px) {
  .info-1 {
    left: 21%;
  }
  .info-ksk-2 {
    margin-top: 15%;
  }
  .info-ksk-1 {
    margin-top: 86%;
  }
  .info-skt-1 {
    margin-top: 11%;
  }
  .info-fs-1 {
    margin-top: 73%;
  }
  .info-tks-1 {
    margin-top: 33%;
  }
  .info-ton-1 {
    margin-top: 4%;
  }
  .info-feins-1 {
    margin-top: 42%;
  }
  .info-tks-2 {
    margin-top: 62%;
  }
  .info-sft-1 {
    margin-top: 12%;
  }
  .info-tks-3 {
    margin-top: 38%;
  }
  .info-tks-4 {
    margin-top: 37%;
  }
  .info-ftks-1 {
    margin-top: 72%;
  }
  .info-tks-5 {
    margin-top: 128%;
  }
  .all-erdschichten.schluff-kies-tonig .tunnel {
    margin-top: 22%;
  }
  .all-erdschichten.ton-kies-sandig .hoehle {
    margin-top: 91%;
  }
  .all-erdschichten.ton-kies-sandig .wasserblase {
    background-position: 58% 0%;
  }
}
@media (max-width: 1600px) {
  .info-tks-1 {
    margin-top: 35%;
  }
  .info-tks-3 {
    margin-top: 40%;
  }
  .info-ks-1 {
    margin-top: 13%;
  }
  .info-ftks-1 {
    margin-top: 77%;
  }
  .info-tks-5 {
    margin-top: 137%;
  }
}
@media (max-width: 1440px) {
  .info-1 {
    left: 20%;
  }
  .all-erdschichten.kies-schluffig-kohle .tunnel {
    margin-top: 80%;
  }
  .menu-container .braukunst-menu {
    border-bottom: 30px solid transparent;
  }
  .menu-container .braukunst-menu .menu-div .menu-img .stripe {
    width: 1vw;
  }
  .menu-container .braukunst-menu .menu-div .menu-name {
    bottom: -40px;
  }
  .info-1 {
    left: 19%;
  }
  .info-ksk-1 {
    margin-top: 99%;
  }
  .info-fs-1 {
    margin-top: 81%;
  }
  .info-tks-1 {
    margin-top: 39%;
  }
  .info-ton-1 {
    margin-top: 2%;
  }
  .info-tks-2 {
    margin-top: 71%;
  }
  .info-sft-1 {
    margin-top: 18%;
  }
  .info-tks-3 {
    margin-top: 42%;
  }
  .info-ftks-1 {
    margin-top: 85%;
  }
  .info-tks-5 {
    margin-top: 151%;
  }
  .all-erdschichten.kies-schluffig-kohle .tunnel {
    margin-top: 93%;
  }
  .all-erdschichten.schluff-feinsandig-tonig .wurzel2 {
    margin-right: 0%;
  }
  .all-erdschichten.feinsand-schluffig .trex {
    margin-top: 39%;
    max-width: 703px;
  }
}
@media (max-width: 1366px) {
  .info-1 {
    left: 19%;
  }
  .info-ksk-2 {
    margin-top: 12%;
  }
  .info-skt-1 {
    margin-top: 9%;
  }
  .info-fs-1 {
    margin-top: 85%;
  }
  .info-feins-1 {
    margin-top: 52%;
  }
  .info-tks-2 {
    margin-top: 76%;
  }
  .info-tks-3 {
    margin-top: 45%;
  }
  .info-ks-1 {
    margin-top: 14%;
  }
  .info-tks-4 {
    margin-top: 50%;
  }
  .info-ftks-1 {
    margin-top: 88%;
  }
  .info-tks-5 {
    margin-top: 159%;
  }
  .all-erdschichten.kies-schluffig-kohle .tunnel {
    margin-top: 199%;
  }
  .all-erdschichten.feinsand .muschel {
    margin-right: 15%;
  }
  .all-erdschichten.tonstein .mammut {
    margin-left: 3%;
  }
  .all-erdschichten.schluff-feinsandig-tonig .wurzel2 {
    max-width: 600px;
    margin-right: 3%;
  }
  .all-erdschichten.feinsand-schluffig .trex {
    margin-top: 39%;
    max-width: 652px;
  }
}
@media (max-width: 1280px) {
  .braukunst-main .braukunst-clickspots .braumeister-spot {
    top: 30%;
    right: 13%;
  }
  .braukunst-main .braukunst-clickspots .braumeister-spot article {
    max-height: 260px;
    overflow: auto;
  }
  .braukunst-main .braukunst-clickspots .braukunst-headlines h1 {
    font-size: 37px;
  }
  .braukunst-main .braukunst-clickspots .braukunst-headlines h2 {
    font-size: 28px;
    margin: 0 18% 12px 85px;
  }
  .braukunst-main .braukunst-clickspots .braukunst-headlines h2:last-child {
    margin: 0 18% 12px 85px;
  }
  .info-1 {
    left: 18%;
  }
  .info-ksk-2 {
    margin-top: 15%;
  }
  .info-ksk-1 {
    margin-top: 110%;
  }
  .info-skt-1 {
    margin-top: 6%;
  }
  .info-fs-1 {
    margin-top: 91%;
  }
  .info-tks-1 {
    margin-top: 43%;
  }
  .info-ton-1 {
    margin-top: 0%;
  }
  .info-tks-2 {
    margin-top: 80%;
  }
  .info-tks-3 {
    margin-top: 47%;
  }
  .info-ks-1 {
    margin-top: 11%;
  }
  .info-ftks-1 {
    margin-top: 94%;
  }
  .info-tks-5 {
    margin-top: 169%;
  }
  .all-erdschichten.kies-schluffig-kohle .tunnel {
    margin-top: 109%;
  }
  .all-erdschichten.feinsand-schluffig .amphore {
    margin-right: 10%;
  }
  .all-erdschichten.feinsand-schluffig .trex {
    margin-top: 43%;
    max-width: 612px;
  }
  .all-erdschichten.feinsand {
    /*.keramik{
        margin-right: 111px;
        max-width: 330px;
      }*/
  }
  .all-erdschichten.feinsand .muschel {
    max-width: 198px;
  }
  .all-erdschichten.feinsand .schnecke {
    max-width: 241px;
  }
  .all-erdschichten.tonstein .mammut {
    max-width: 535px;
    margin-left: 4%;
  }
  .all-erdschichten.schluff-feinsandig-tonig .wurzel2 {
    max-width: 535px;
  }
  .all-erdschichten.ton-kies-sandig .hoehle {
    max-width: 545px;
  }
}
@media (max-width: 1024px) {
  .info-1 {
    left: 21%;
  }
  .info-ksk-2 {
    margin-top: 0;
  }
  .braukunst-main .braumeister-spot {
    width: 94px;
    height: 94px;
    top: 33%;
    right: 10%;
  }
  .braukunst-main .braumeister-spot .braumeister-tooltip {
    right: 76px;
  }
  .braukunst-main .braumeister-spot article {
    top: -50px;
  }
  .braukunst-main .braukunst-headlines h1 {
    font-size: 37px;
  }
  .braukunst-main .braukunst-headlines h2 {
    font-size: 21px;
    margin: 0 24% 10px 45px;
  }
  .braukunst-main .braukunst-headlines h2:last-child {
    margin: 0 24% 10px 45px;
  }
  .braukunst-main .switchbutton.swbutton-right .fa-chevron-right {
    font-size: 39px;
  }
  .braukunst-main .switchbutton.swbutton-left .fa-chevron-left {
    font-size: 39px;
  }
  .menu-container .braukunst-menu {
    border-bottom: 23px solid transparent;
  }
  .menu-container .braukunst-menu .menu-div .menu-img .stripe {
    width: 0.8vw;
  }
  .menu-container .braukunst-menu .menu-div .menu-name {
    font-size: 1.0vw ;
    bottom: -35px;
  }
  .bubble-container {
    width: 126px;
    right: 46%;
  }
  .bubble-container .bubble {
    width: 17px;
    height: 17px;
  }
  .bubble-container {
    right: 46%;
  }
  .brunnen-anfang {
    width: 126px;
    right: 46%;
  }
  .brunnen {
    width: 126px;
    margin-top: 1374px;
    height: 37072px;
    right: 46%;
  }
  .erde {
    margin-top: -194px;
  }
  .mini-brunnen {
    right: 6%;
  }
  .info-1 {
    left: 13%;
  }
  .info-2 {
    right: 18%;
  }
  .info-ksk-1 {
    margin-top: 125%;
  }
  .info-skt-1 {
    margin-top: 0%;
  }
  .info-fs-1 {
    margin-top: 106%;
  }
  .info-tks-1 {
    margin-top: 48%;
  }
  .info-ftks-2 {
    margin-top: 0;
  }
  .info-tks-2 {
    margin-top: 91%;
  }
  .info-tks-4 {
    margin-top: 62%;
  }
  .info-ftks-1 {
    margin-top: 107%;
  }
  .info-tks-5 {
    margin-top: 189%;
  }
  .all-erdschichten.schluff-feinsandig-tonig .wurzel2 {
    max-width: 438px;
  }
  .all-erdschichten.kies-schluffig-kohle .tunnel {
    margin-top: 127%;
  }
  .all-erdschichten.feinsand-schluffig .trex {
    max-width: 428px;
    margin-top: 50%;
  }
  .all-erdschichten.feinsand-schluffig .amphore {
    max-width: 373px;
    margin-right: 10%;
  }
  .all-erdschichten.tonstein .mammut {
    margin-top: 25%;
    max-width: 407px;
    margin-left: 2%;
  }
  .all-erdschichten.tonstein .geode3 {
    margin-right: 19%;
  }
  .all-erdschichten.feinsand-ton-kies-schluffig .geode {
    margin-top: 17%;
    max-width: 14%;
  }
  .all-erdschichten.ton-kies-sandig .hoehle {
    max-width: 412px;
    margin-top: 105%;
    margin-left: 2%;
  }
  .all-erdschichten.ton-kies-sandig .geode4 {
    margin-left: 1%;
  }
  .all-erdschichten.ton-kies-sandig .brunnen-ende {
    width: 126px;
    margin-top: 1733px;
    right: 46%;
  }
  .all-erdschichten.ton-kies-sandig .wasserblase {
    background-position: 62% 0%;
  }
  .fa-chevron-up {
    font-size: 34px;
  }


}
@media (max-width: 991px) {
  .icon-facebook {
    /*color: #fff;
       background: none;
       border-radius: 3px;*/
  }
  .braukunst-main {
    position: relative;
    height: 100vh;
  }
  .braukunst-main .background-video {
    display: none;
  }
  .braukunst-main .braumeister-spot .braumeister-steckbrief .closebtn-bm {
    display: block;
    position: absolute;
    right: 15px;
    top: 5px;
  }
  .braukunst-main .braumeister-spot:hover .braumeister-tooltip .hover_desk {
    display: none;
  }
  .braukunst-main .braumeister-spot .braumeister-tooltip .hover_desk {
    display: none;
  }
  .braukunst-main .braumeister-spot .braumeister-tooltip .hover_mob {
    display: block;
  }
  .braukunst-main .braumeister-spot article {
    width: 488px;
    top: 0;
  }
  .braukunst-main .braumeister-spot.active {
    z-index: 400 !important;
  }
  .braukunst-main .braukunst-clickspots {
    height: 100%;
    top: 0;
    overflow: hidden;
  }
  .braukunst-main .braukunst-clickspots.videotooltip {
    height: 90%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot {
    display: block;
    position: absolute;
    margin: 0 0 25px 15px;
    -webkit-transition: top 500ms ease-out;
    -o-transition: top 500ms ease-out;
    transition: top 500ms ease-out;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot .braukunst-tooltip {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot article {
    display: none;
    top: 10px;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot article.video-article {
    width: inherit;
    left: 16px;
    top: 16px;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot article .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0;
    height: 0;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot article .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot.active {
    z-index: 400 !important;
    -webkit-transition: top 500ms ease-out;
    -o-transition: top 500ms ease-out;
    transition: top 500ms ease-out;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot.active article {
    display: block;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot.active .braukunst-tooltip {
    display: none;
  }
  .all-erdschichten .ton-kies-sandig .wasserblase {
    background-position: 61% 0%;
  }
  .tabs.primary {
    bottom: 0;
  }
  table.content-table:not(.not-responsive) tbody tr td {
    border: none;
    border-bottom: none;
    padding-left: 20px !important;
    text-align: left;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(1).pos-count-1 {
    top: 80%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(1).pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2) ~ .braukunst-spot.pos-count-1 {
    top: 73%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2) ~ .braukunst-spot.pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2) ~ .braukunst-spot.pos-count-2 {
    top: 80%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2) ~ .braukunst-spot.pos-count-2.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-1 {
    top: 66%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-2 {
    top: 73%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-2.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-3 {
    top: 80%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-3.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-1 {
    top: 59%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-2 {
    top: 66%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-2.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-3 {
    top: 73%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-3.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-4,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-4 {
    top: 80%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-4.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-4.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-1 {
    top: 52%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-2 {
    top: 59%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-2.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-3 {
    top: 66%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-3.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-4,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-4 {
    top: 73%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-4.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-4.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-5,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-5 {
    top: 80%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-5.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-5.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-1 {
    top: 45%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-2 {
    top: 52%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-2.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-3 {
    top: 59%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-3.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-4,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-4 {
    top: 66%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-4.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-4.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-5,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-5 {
    top: 73%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-5.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-5.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-6,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-6 {
    top: 80%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-6.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-6.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-1 {
    top: 38%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-2 {
    top: 45%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-2.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-3 {
    top: 52%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-3.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-4,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-4 {
    top: 59%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-4.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-4.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-5,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-5 {
    top: 66%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-5.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-5.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-6,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-6 {
    top: 73%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-6.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-6.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-7,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-7 {
    top: 80%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-7.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-7.active {
    top: 1%;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .braukunst-main .braukunst-clickspots .braukunst-spot article .responsive-video {
    position: relative;
    padding-bottom: 30.25%;
    padding-top: 0;
    height: 0;
    margin-bottom: 15px;
    margin: 0 auto 15px auto;
    max-width: 300px;
    overflow: hidden;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(1).pos-count-1 {
    top: 70%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(1).pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2) ~ .braukunst-spot.pos-count-1 {
    top: 60%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2) ~ .braukunst-spot.pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2) ~ .braukunst-spot.pos-count-2 {
    top: 70%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2) ~ .braukunst-spot.pos-count-2.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-1 {
    top: 47%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-2 {
    top: 57%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-2.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-3 {
    top: 67%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-3.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-1 {
    top: 37%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-2 {
    top: 47%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-2.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-3 {
    top: 57%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-3.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-4,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-4 {
    top: 67%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-4.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-4.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-1 {
    top: 27%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-2 {
    top: 37%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-2.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-3 {
    top: 47%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-3.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-4,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-4 {
    top: 57%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-4.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-4.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-5,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-5 {
    top: 67%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-5.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-5.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-1 {
    top: 17%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-2 {
    top: 27%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-2.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-3 {
    top: 37%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-3.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-4,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-4 {
    top: 47%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-4.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-4.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-5,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-5 {
    top: 57%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-5.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-5.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-6,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-6 {
    top: 67%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-6.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-6.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-1 {
    top: 7%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-1.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-2 {
    top: 17%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-2.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-3 {
    top: 27%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-3.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-4,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-4 {
    top: 37%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-4.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-4.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-5,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-5 {
    top: 47%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-5.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-5.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-6,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-6 {
    top: 57%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-6.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-6.active {
    top: 1%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-7,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-7 {
    top: 67%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-7.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-7.active {
    top: 1%;
  }
}
@media (min-width: 966px) and (max-width: 991px) and (orientation: landscape) {
  .braukunst-main .braukunst-clickspots .braukunst-spot article .responsive-video {
    position: relative;
    padding-bottom: 30.25%;
    padding-top: 0;
    height: 0;
    margin-bottom: 15px;
    margin: 0 auto 15px auto;
    max-width: 300px;
    overflow: hidden;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(1).pos-count-1 {
    top: 81%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(1).pos-count-1.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2) ~ .braukunst-spot.pos-count-1 {
    top: 71%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2) ~ .braukunst-spot.pos-count-1.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2) ~ .braukunst-spot.pos-count-2 {
    top: 81%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(2) ~ .braukunst-spot.pos-count-2.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-1 {
    top: 61%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-1.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-2 {
    top: 71%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-2.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-3 {
    top: 81%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(3) ~ .braukunst-spot.pos-count-3.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-1 {
    top: 51%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-1.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-2 {
    top: 61%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-2.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-3 {
    top: 71%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-3.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-4,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-4 {
    top: 81%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4).pos-count-4.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(4) ~ .braukunst-spot.pos-count-4.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-1 {
    top: 41%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-1.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-2 {
    top: 51%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-2.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-3 {
    top: 61%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-3.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-4,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-4 {
    top: 71%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-4.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-4.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-5,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-5 {
    top: 81%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5).pos-count-5.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(5) ~ .braukunst-spot.pos-count-5.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-1 {
    top: 31%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-1.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-2 {
    top: 41%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-2.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-3 {
    top: 51%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-3.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-4,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-4 {
    top: 61%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-4.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-4.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-5,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-5 {
    top: 71%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-5.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-5.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-6,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-6 {
    top: 81%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6).pos-count-6.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(6) ~ .braukunst-spot.pos-count-6.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-1,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-1 {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-1.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-1.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-2,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-2 {
    top: 31%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-2.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-2.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-3,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-3 {
    top: 41%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-3.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-3.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-4,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-4 {
    top: 51%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-4.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-4.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-5,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-5 {
    top: 61%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-5.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-5.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-6,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-6 {
    top: 71%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-6.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-6.active {
    top: 21%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-7,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-7 {
    top: 81%;
  }
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7).pos-count-7.active,
  .braukunst-main .braukunst-clickspots .braukunst-spot:first-child:nth-last-child(7) ~ .braukunst-spot.pos-count-7.active {
    top: 21%;
  }
}
@media (max-width: 966px) {
  .brunnen {
    height: 36463px;
  }
  .info-ksk-2 {
    margin-top: 8%;
  }
  .info-ksk-1 {
    margin-top: 129%;
  }
  .info-fs-1 {
    margin-top: 114%;
  }
  .info-feins-1 {
    margin-top: 60%;
  }
  .info-tks-2 {
    margin-top: 101%;
  }
  .info-sft-1 {
    margin-top: 24%;
  }
  .info-tks-3 {
    margin-top: 57%;
  }
  .info-tks-4 {
    margin-top: 66%;
  }
  .info-ftks-1 {
    margin-top: 119%;
  }
  .info-tks-5 {
    margin-top: 214%;
  }
  .all-erdschichten.feinsand-schluffig .amphore {
    max-width: 349px;
  }
  .all-erdschichten.feinsand-schluffig .trex {
    max-width: 407px;
  }
  .all-erdschichten.tonstein .geode {
    max-width: 142px;
  }
  .all-erdschichten.tonstein .mammut {
    margin-top: 72%;
  }
  .all-erdschichten.schluff-feinsandig-tonig .wurzel2 {
    margin-left: 0;
  }
  .all-erdschichten.ton-kies-sandig .geode2 {
    max-width: 137px;
  }
  .all-erdschichten.ton-kies-sandig .hoehle {
    max-width: 391px;
    margin-top: 121%;
    margin-left: 1%;
  }
  .all-erdschichten.brunnen-ende {
    margin-top: 1733px;
  }
}
@media (min-width: 801px) {
  .mbk-mobile-menu {
    display: none;
  }
}
@media (min-width: 801px) and (max-width: 1024px) {
  #braukunst-scroll-down {
    top: 20px;
  }
}
@media (max-width: 800px) {
  #braukunst-scroll-down {
    display: none;
  }
  .menu-container {
    margin-top: 0;
  }
  .menu-container .braukunst-menu {
    display: none;
  }
  .mbk-mobile-menu {
    display: block;
    top: 30px;
    z-index: 500;
    background-color: rgba(0, 41, 91, 0.8);
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .mbk-mobile-menu a {
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: bold;
    color: #fff !important;
  }
  .mbk-mobile-menu a:hover {
    text-decoration: none;
    color: #395da3 !important;
  }
  .mbk-mobile-menu span {
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: bold;
    color: #fff !important;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.45) inset;
            box-shadow: 0 0 14px rgba(0, 0, 0, 0.45) inset;
  }
  .braukunst-main.startseite-mobile {
    height: auto;
    padding-top: 60%;
    background-position: top center;
    -webkit-background-size: 110% 110%;
            background-size: 110%;
    position: relative;
  }
  .braukunst-main.startseite-mobile .switchbutton {
    display: none;
  }
  .braukunst-main .mobile-start-container {
    background-color: #001E3C;
    text-align: center;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    height: auto;
    padding: 15px 8px;
  }
  .braukunst-main .mobile-start-container .mobile-box {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 0 1 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    position: relative;
    /*max-width: 180px;*/
    max-width: 23vw;
  }
  .braukunst-main .mobile-start-container a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 9px 0 10px 0;
    line-height: 33px;
  }
  .braukunst-main .mobile-start-container a:hover {
    text-decoration: none;
    color: #395da3 !important;
  }
  .braukunst-main .braumeister-spot {
    top: 18%;
    right: 8%;
  }
  .braukunst-main .braukunst-headlines {
    top: 8%;
  }
  .braukunst-main .braukunst-headlines h1 {
    font-size: 27px;
  }
  .braukunst-main .braukunst-headlines h2 {
    font-size: 21px;
    margin: 0px 27% 6px 40px;
  }
  .braukunst-main .braukunst-headlines h2:last-child {
    margin: 0px 27% 6px 40px;
  }
  .braukunst-main .braumeister-spot article.braumeister-steckbrief tbody tr td {
    padding: 3px;
  }
  .bubble-container {
    right: 43%;
    width: 119px;
    z-index: 499;
  }
  .brunnen-anfang {
    width: 119px;
    right: 43%;
    margin-top: 470px;
    z-index: 499;
  }
  .brunnen {
    width: 119px;
    margin-top: 1332px;
    height: 36560px;
    right: 43%;
    z-index: 499;
  }
  .erde {
    margin-top: -226px;
  }
  .info .erdschichtinfo {
    font-style: italic;
    font-size: 15px;
  }
  .info-1 {
    left: 12%;
    width: 28%;
  }
  .info-2 {
    right: 14%;
    width: 28%;
  }
  .info-ksk-2 {
    margin-top: 21%;
  }
  .info-ksk-1 {
    margin-top: 179%;
  }
  .info-fs-1 {
    margin-top: 136%;
  }
  .info-tks-1 {
    margin-top: 60%;
  }
  .info-feins-1 {
    margin-top: 75%;
  }
  .info-tks-2 {
    margin-top: 123%;
  }
  .info-tks-3 {
    margin-top: 71%;
  }
  .info-ftks-1 {
    margin-top: 148%;
  }
  .info-tks-5 {
    margin-top: 256%;
  }
  .all-erdschichten.schluff-kies-feinsandig .wurzel1 {
    max-width: 57%;
  }
  .all-erdschichten.schluff-kies-tonig .tunnel {
    margin-top: 34%;
  }
  .all-erdschichten.schluff-feinsandig-tonig .wurzel2 {
    max-width: 380px;
  }
  .all-erdschichten.kies-schluffig-kohle .tunnel {
    margin-top: 144%;
  }
  .all-erdschichten.feinsand-schluffig .trex {
    margin-top: 81%;
    max-width: 328px;
  }
  .all-erdschichten.feinsand-schluffig .amphore {
    max-width: 286px;
    margin-right: 6%;
    margin-top: 69%;
  }
  .all-erdschichten.tonstein .mammut {
    max-width: 315px;
    margin-left: 1%;
  }
  .all-erdschichten.tonstein .geode3 {
    margin-right: 13%;
  }
  .all-erdschichten.feinsand .schnecke {
    margin-top: 45%;
    margin-left: 7%;
  }
  .all-erdschichten.feinsand .keramik {
    margin-right: 111px;
    max-width: 330px;
  }
  .all-erdschichten.ton-kies-sandig .hoehle {
    max-width: 327px;
    margin-top: 134%;
    margin-left: 1%;
  }
  .all-erdschichten.ton-kies-sandig .geode4 {
    margin-left: 2%;
    margin-right: 12%;
    margin-top: 22%;
  }
  .all-erdschichten.ton-kies-sandig .brunnen-ende {
    width: 119px;
    margin-top: 1791px;
    right: 43%;
  }
  .all-erdschichten.ton-kies-sandig .wasserblase {
    background-position: 58% 0%;
  }
  table.content-table:not(.not-responsive) tbody tr {
    border: none;
  }
  table.content-table:not(.not-responsive) tbody tr td {
    text-align: right;
  }
}
@media (max-width: 667px) {
  .braukunst-main .braumeister-spot article {
    width: 488px;
    right: 360px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .braukunst-main.startseite-mobile {
    height: auto;
    padding-top: 40%;
    background-position: 100% 70%;
    -webkit-background-size: contain;
            background-size: contain;
    position: relative;
  }
  .braukunst-main .additional-html {
    display: none !important;
  }
  .braukunst-main .mobile-start-container {
    padding: 13px 7px;
  }
  .braukunst-main .mobile-start-container a {
    font-size: 14px;
    line-height: 27px;
  }
  .braukunst-main .braukunst-headlines {
    top: 8%;
  }
  .braukunst-main .braukunst-headlines h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .braukunst-main .braukunst-headlines h2 {
    margin: 0 23% 15px 33px;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .braukunst-main .braukunst-headlines h2:last-child {
    margin: 0 23% 15px 33px;
  }
}
@media (max-width: 603px) {
  .braukunst-main .additional-html {
    display: none !important;
  }
  .braukunst-main .braukunst-headlines h1 {
    font-size: 27px;
  }
  .braukunst-main .braukunst-headlines h2 {
    font-size: 21px;
    margin: 0 7% 10px 35px;
  }
  .braukunst-main .braukunst-headlines h2:last-child {
    margin: 0 7% 10px 35px;
  }
}
@media (max-width: 414px) {
  .braukunst-main .additional-html {
    display: none !important;
  }
  .braukunst-main .mobile-start-container {
    padding: 13px 5px;
  }
  .braukunst-main .mobile-start-container a {
    font-size: 14px;
    line-height: 27px;
  }
  .braukunst-main .mobile-start-container .mobile-box {
    max-width: 30vw;
  }
  .braukunst-main .braumeister-spot {
    width: 94px;
    height: 94px;
    top: 15%;
    right: 10%;
  }
  .braukunst-main .braukunst-headlines {
    left: 10%;
  }
  .braukunst-main .braukunst-headlines h1 {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .braukunst-main .braukunst-headlines h2 {
    margin: 0px 4% 15px 33px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .braukunst-main .braukunst-headlines h2:last-child {
    margin: 0px 4% 15px 33px;
  }
}
@media screen and (max-device-width: 600px) {
  .node-type-muenchner-braukunst .additional-html .brunnen-anfang,
  .node-type-muenchner-braukunst .additional-html .brunnen {
    right: 40%;
  }
  .node-type-muenchner-braukunst .additional-html div.info.slide-info.info-1 {
    padding-left: 7px;
    padding-right: 7px;
    left: 7%;
  }
}
@media screen and (max-device-width: 430px) {
  .node-type-muenchner-braukunst .additional-html div.info.slide-info p {
    word-wrap: break-word;
  }
  .node-type-muenchner-braukunst .additional-html div.info.slide-info.info-1 {
    left: 4%;
  }
}
@media screen and (max-device-width: 370px) {
  .node-type-muenchner-braukunst .additional-html div.info.slide-info.info-1 {
    left: 1%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .braukunst-main.startseite-mobile {
    height: auto;
    padding-top: 45%;
    background-position: 100% 70%;
    -webkit-background-size: contain;
            background-size: contain;
    position: relative;
  }
  .braukunst-main .additional-html {
    display: none !important;
  }
  .braukunst-main .mobile-start-container {
    padding: 13px 7px;
  }
  .braukunst-main .mobile-start-container a {
    font-size: 14px;
    line-height: 27px;
  }
  .braukunst-main .braukunst-headlines h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .braukunst-main .braukunst-headlines h2 {
    margin: 0px 23% 15px 33px;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .braukunst-main .braukunst-headlines h2:last-child {
    margin: 0px 23% 15px 33px;
  }
}
@media (max-width: 375px) {
  .braukunst-main .mobile-start-container {
    padding: 10px 5px;
  }
  .braukunst-main .mobile-start-container a {
    font-size: 14px;
    line-height: 27px;
  }
  .braukunst-main .braukunst-headlines {
    left: 10%;
  }
  .braukunst-main .braukunst-headlines h1 {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .braukunst-main .braukunst-headlines h2 {
    margin: 0px 1% 15px 17px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .braukunst-main .braukunst-headlines h2:last-child {
    margin: 0px 1% 15px 17px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .braukunst-main.startseite-mobile {
    height: 85%;
  }
  .braukunst-main .additional-html {
    display: none !important;
  }
  .braukunst-main .mobile-start-container {
    padding: 13px 7px;
  }
  .braukunst-main .mobile-start-container a {
    font-size: 14px;
    line-height: 27px;
  }
  .braukunst-main .braukunst-headlines h1 {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .braukunst-main .braukunst-headlines h2 {
    margin: 0 22% 15px 22px;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .braukunst-main .braukunst-headlines h2:last-child {
    margin: 0 22% 15px 22px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .braukunst-main.startseite-mobile {
    height: 85%;
  }
  .braukunst-main .additional-html {
    display: none !important;
  }
  .braukunst-main .mobile-start-container {
    padding: 13px 7px;
  }
  .braukunst-main .mobile-start-container a {
    font-size: 14px;
    line-height: 27px;
  }
  .braukunst-main .braukunst-headlines h1 {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .braukunst-main .braukunst-headlines h2 {
    margin: 0 22% 15px 22px;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .braukunst-main .braukunst-headlines h2:last-child {
    margin: 0 22% 15px 22px;
  }
}
@media (max-width: 320px) {
  .braukunst-main .mobile-start-container a {
    font-size: 14px;
    line-height: 27px;
  }
  .braukunst-main .braukunst-headlines {
    left: 7%;
  }
  .braukunst-main .braukunst-headlines h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .braukunst-main .braukunst-headlines h2 {
    margin: 0 0 15px 15px;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .braukunst-main .braukunst-headlines h2:last-child {
    margin: 0 0 15px 15px;
  }
}
