:root {
  --black: #262922;
  --white: white;
  --dim-grey: #6c5e43cc;
  --firebrick: #b1322c;
  --bg-schiff: #001c23;
}

.container {
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.menu-button {
  color: #fff;
  font-size: 50px;
}

.navbar {
  background-color: #0000;
}

.section {
  background-color: var(--black);
  height: auto;
  min-height: 250px;
  padding-bottom: 0;
  position: relative;
}

.container-2 {
  justify-content: flex-start;
  width: 250px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-2 {
  background-color: #0000;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-button-2 {
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-size: 50px;
}

.menu-button-2.w--open {
  z-index: 2;
  color: var(--white);
  background-color: #0000;
}

.divlogo {
  background-image: url('../images/logo-euelbrau.png');
  background-position: 50%;
  background-size: contain;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  background-color: var(--dim-grey);
  color: var(--white);
  width: 250px;
  height: 400px;
  margin-top: -90px;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding: 8px 10px 8px 20px;
  font-size: 16px;
  font-weight: 900;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.container-3 {
  position: absolute;
}

.divlinks {
  z-index: 1;
  color: var(--white);
  background-color: #262922cc;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 270px;
  height: 310px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.icon {
  color: var(--white);
  font-size: 50px;
}

.div-block-2 {
  z-index: 2;
  width: 50px;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.divbier {
  text-align: left;
  width: 300px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.titlewhite {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
}

.titlewhite.rot {
  color: var(--firebrick);
}

.subtitlewhite {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin: 0 10px 10px 0;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.textschwarz {
  color: var(--black);
  text-align: left;
  white-space: normal;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.textschwarz.lohn {
  max-width: 1000px;
  font-weight: 900;
}

.divhgbier {
  z-index: -1;
  background-color: #0000;
  height: auto;
  max-height: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.secbiere {
  text-align: left;
  background-image: url('../images/bg-wood.jpg');
  background-position: 0 0;
  background-size: auto 1150px;
  flex-wrap: wrap;
  place-content: flex-start center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-3 {
  background-color: var(--black);
  height: 250px;
}

.div-block-4 {
  background-image: url('../images/wood.jpg');
  background-position: 50%;
  background-size: cover;
  height: 459px;
}

.div-block-5 {
  background-color: var(--black);
  height: 120px;
}

.secporter {
  background-image: linear-gradient(263deg, var(--black) 39%, transparent), url('../images/porter.jpg');
  text-align: center;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  margin-top: 350px;
  padding-top: 0;
  display: none;
  position: relative;
}

.secueberunspic {
  height: 80vh;
  margin-top: 60px;
  padding-top: 40px;
  padding-left: 40px;
  position: relative;
}

.image {
  float: left;
  clear: none;
  margin-top: -95px;
  margin-left: 0;
  padding-right: 44px;
  position: static;
}

.container-4 {
  max-width: 600px;
  margin-top: 50px;
  position: static;
}

.sechome {
  background-image: url('../images/home3.jpg');
  background-position: 0%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: none;
  position: relative;
}

.heading {
  clear: none;
  color: var(--white);
  width: 640px;
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  position: relative;
}

.headingpic {
  z-index: 5;
  clear: none;
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 1px 5px var(--black);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 640px;
  font-family: proxima-nova, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  position: relative;
}

.headingpic.grau {
  color: var(--white);
  text-shadow: 0 1px 1px var(--black);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 0;
}

.headingpic.presse {
  color: var(--firebrick);
  font-size: 50px;
}

.image-2 {
  float: left;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-right: 20px;
  padding-top: 0;
}

.secueberuns {
  z-index: 5;
  justify-content: center;
  margin-top: -140px;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.columnueberuns {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.titleblack {
  color: var(--black);
  text-transform: uppercase;
  width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.image-3 {
  margin-bottom: 10px;
}

.image-4 {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.image-5, .image-6 {
  margin-bottom: 10px;
}

.columns {
  max-width: 1600px;
  position: relative;
}

.image-7, .image-8, .image-9 {
  max-width: 80%;
}

.secfindenpic {
  background-image: url('../images/finden.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  padding-top: 40px;
  padding-left: 40px;
}

.secfindenpic.job {
  background-image: url('../images/job2.jpg');
  background-position: 50% 0;
}

.secfinden {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.columns-2 {
  width: 100%;
  min-width: auto;
  max-width: 1000px;
  min-height: 300px;
}

.seclohnpic {
  height: 80vh;
  padding-top: 40px;
  padding-left: 40px;
  position: relative;
}

.seclohn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.subtitleblack {
  color: var(--black);
  text-align: left;
  text-transform: none;
  margin: 0 10px 10px 0;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.subtitleblack.lohn {
  width: 100%;
  max-width: 1000px;
  font-weight: 700;
}

.seckontakt {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 40px;
  display: flex;
}

.image-10 {
  height: 100%;
}

.text-block {
  color: var(--white);
  margin-left: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.link {
  color: var(--white);
}

.map {
  width: 300px;
  height: 200px;
  margin-left: 20px;
}

.paragraph {
  color: var(--black);
  padding: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.section-2 {
  padding: 60px;
}

.link-2 {
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
}

.divbierpic {
  float: none;
  width: 180px;
  margin-right: 10px;
}

.divpicseason {
  float: left;
  width: 180px;
  height: auto;
  margin-top: -350px;
  margin-right: 20px;
}

.section-3 {
  background-color: var(--dim-grey);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.paragraph-2 {
  max-width: 1000px;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  width: 100px;
  display: flex;
}

.link-block {
  background-image: url('../images/ico-insta.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin: 10px;
}

.link-block-2 {
  background-image: url('../images/ico-facebook.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin: 10px;
}

.link-3, .linkverkauf {
  color: var(--black);
  text-decoration: none;
}

.link-5, .link-6, .link-7 {
  text-decoration: none;
}

.slider {
  z-index: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide {
  background-image: url('../images/ueberuns-1.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/ueberuns-4.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/ueberuns-3.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slider-2 {
  z-index: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-4 {
  background-image: url('../images/lohn-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/lohn-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/lohn-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.secnewsletter {
  z-index: 20;
  background-color: #ffffff4d;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.divnewsletter {
  z-index: 5;
  background-image: url('../images/newsletter2.png');
  background-position: 0 0;
  background-size: contain;
  width: 160px;
  height: 160px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.divnewsletter.samuals {
  background-image: url('../images/Auch-von-Euelbräu.png');
  inset: auto 0% 0% auto;
}

.div-block-7 {
  background-image: url('../images/close.png');
  background-position: 0 0;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-8 {
  background-image: url('../images/finden.jpg');
  background-position: 50% 0;
  background-size: auto;
  border-radius: 20px;
  justify-content: center;
  width: 1000px;
  height: 700px;
  padding-top: 20px;
  display: flex;
}

.html-embed {
  border-radius: 20px;
  width: 100%;
  padding-top: 0;
}

.div-block-9 {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 600px;
  height: 550px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.heading-2 {
  z-index: 2;
  color: var(--firebrick);
  width: 100%;
  margin-bottom: -16px;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  line-height: 36px;
  position: relative;
}

.link-block-3 {
  width: 250px;
  height: auto;
  padding-right: 10px;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.news {
  color: var(--white);
  text-align: right;
  width: auto;
  margin-top: 20px;
  margin-right: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.headingnewsletter {
  z-index: 2;
  color: var(--firebrick);
  width: 100%;
  margin-bottom: -16px;
  margin-left: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  line-height: 36px;
  position: relative;
}

.link-8 {
  color: var(--white);
}

.sechome-copy {
  background-image: url('../images/home3.jpg');
  background-position: 0%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.secporterhome {
  background-image: url('../images/Panache-KeyImage-web.jpg');
  background-position: 0 60%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 80vh;
  padding: 20px 10px 10px 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.link-9, .link-10 {
  color: var(--white);
}

.secpresse {
  height: 80vh;
  padding: 40px;
}

.slider-3 {
  background-color: #0000;
  height: 500px;
  padding-bottom: 40px;
}

.left-arrow-3, .right-arrow-3, .slide-nav {
  color: var(--firebrick);
}

.slide-7 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.linkpresse {
  text-align: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-12 {
  width: 100%;
  height: 90%;
}

.slide-8, .slide-9 {
  text-align: center;
}

.pressetestueberschrift {
  color: var(--black);
  text-align: center;
  white-space: normal;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.pressetestueberschrift.lohn {
  max-width: 1000px;
  font-weight: 900;
}

.image-13 {
  clear: left;
  object-fit: fill;
  order: -1;
  align-self: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.image-14 {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.link-block-4 {
  flex-direction: column;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-left: 20px;
  padding: 0;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.image-15 {
  width: auto;
}

.samuels {
  z-index: 5;
  background-image: url('../images/Auch-von-Euelbräu.png');
  background-position: 0 0;
  background-size: contain;
  width: 160px;
  height: 160px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.samuels.samuals, .samuels.samuals-copy {
  background-image: url('../images/Auch-von-Euelbräu.png');
  inset: auto 0% 0% auto;
}

.hdirektverkauf {
  clear: none;
  color: var(--white);
  width: 500px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 40px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-10 {
  background-image: url('../images/icon-neu.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 300px;
  margin: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.secporterhome-2 {
  background-color: #001c23;
  background-image: url('../images/hero-panache-web.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 80vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.image-16 {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.image-17 {
  clear: left;
  object-fit: fill;
  order: -1;
  align-self: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.headingpic-2 {
  z-index: 5;
  clear: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 5px #00000080;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  position: relative;
}

.heading-3 {
  clear: none;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 5px #000000bf;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
}

.link-11 {
  color: #fff;
}

.headingpic-3 {
  z-index: 5;
  clear: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 5px #262922;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  font-family: proxima-nova, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  position: relative;
}

.image-18 {
  clear: left;
  object-fit: fill;
  order: -1;
  align-self: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.imagemedaille, .imageneu {
  width: 121px;
  height: auto;
  margin-top: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.seckeller {
  background-image: linear-gradient(263deg, var(--black) 26%, transparent), url('../images/Kellerbier-HG.jpg');
  text-align: center;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  margin-top: 350px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.seckellerhome {
  background-color: #001c23;
  background-image: url('../images/Kellerbier-HG.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 80vh;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-19 {
  float: left;
  clear: left;
  height: 100%;
  margin: 0 auto;
  position: relative;
  inset: 0% auto 0% 0%;
}

.section-4 {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-mob {
  width: 800px;
  height: 100%;
  display: none;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section {
    position: relative;
  }

  .navbar-2 {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .divlogo {
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    font-size: 18px;
    line-height: 18px;
  }

  .divbier {
    background-color: #0000;
    background-image: url('../images/hg-black.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 70px;
    width: 50%;
    margin-top: 60px;
    padding-top: 2px;
  }

  .titlewhite {
    font-size: 28px;
  }

  .divhgbier {
    display: none;
  }

  .secbiere {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .secueberunspic, .sechome {
    height: 500px;
  }

  .heading {
    width: 445px;
    font-size: 28px;
    line-height: 38px;
  }

  .headingpic {
    width: auto;
    font-size: 42px;
    line-height: 60px;
  }

  .secueberuns {
    margin-top: -100px;
    padding: 0;
  }

  .columnueberuns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .titleblack {
    font-size: 24px;
    line-height: 34px;
  }

  .image-3 {
    float: left;
    margin-top: -50px;
    margin-right: 10px;
  }

  .image-4 {
    float: left;
    margin-top: -50px;
    margin-right: 10px;
    padding-right: 0;
  }

  .image-5, .image-6 {
    float: left;
    margin-top: -50px;
    margin-right: 10px;
  }

  .secfindenpic {
    height: 500px;
  }

  .secfinden {
    padding: 20px;
  }

  .seclohnpic {
    height: 500px;
  }

  .seclohn {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block {
    font-size: 20px;
    line-height: 30px;
  }

  .divbierpic {
    width: 100px;
  }

  .divpicseason {
    width: 130px;
    margin-top: -157px;
  }

  .divnewsletter {
    width: 160px;
    height: 160px;
  }

  .div-block-8 {
    width: 100%;
  }

  .link-block-3 {
    width: 220px;
  }

  .news {
    width: auto;
    font-size: 28px;
    line-height: 38px;
  }

  .sechome-copy, .secporterhome {
    height: 500px;
  }

  .image-13 {
    height: 80%;
    margin-left: 299px;
  }

  .samuels {
    width: 160px;
    height: 160px;
  }

  .hdirektverkauf {
    width: 450px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-10 {
    width: 180px;
    height: 180px;
    margin-top: 40px;
    margin-left: 40px;
  }

  .secporterhome-2 {
    height: 500px;
  }

  .image-17 {
    height: 80%;
    margin-left: 299px;
  }

  .headingpic-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-3 {
    width: 500px;
    margin-top: 60px;
    font-size: 24px;
    line-height: 30px;
  }

  .headingpic-3 {
    font-size: 50px;
    line-height: 60px;
  }

  .image-18 {
    height: 80%;
    margin-left: 299px;
  }

  .imagemedaille, .imageneu {
    width: 80px;
  }

  .seckellerhome {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .divlogo {
    width: 200px;
    height: 200px;
    margin-top: 68px;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .divlinks {
    margin-top: -60px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .div-block-2 {
    margin-top: 75px;
  }

  .divbier {
    background-repeat: no-repeat, repeat-x;
    width: 100%;
  }

  .titlewhite {
    font-size: 24px;
    line-height: 34px;
  }

  .subtitlewhite {
    font-size: 16px;
    line-height: 26px;
  }

  .textschwarz {
    font-size: 18px;
    line-height: 26px;
  }

  .secporter {
    height: auto;
    margin-top: 220px;
  }

  .secueberunspic {
    height: 400px;
    padding-top: 20px;
    padding-left: 20px;
  }

  .sechome {
    height: 400px;
  }

  .heading {
    width: 320px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 34px;
  }

  .headingpic {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 50px;
  }

  .image-2 {
    margin-bottom: 29px;
  }

  .columnueberuns {
    margin-bottom: 30px;
  }

  .image-4 {
    margin-top: -60px;
  }

  .columns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7, .image-8, .image-9 {
    max-width: 50%;
  }

  .secfindenpic, .seclohnpic {
    height: 400px;
    padding: 20px;
  }

  .seckontakt {
    flex-direction: column;
    height: auto;
  }

  .image-10 {
    max-width: 50%;
  }

  .text-block {
    margin-bottom: 20px;
  }

  .divbierpic {
    width: 100px;
  }

  .divpicseason {
    width: 120px;
    margin-bottom: 31px;
  }

  .divnewsletter {
    width: 120px;
    height: 120px;
  }

  .div-block-9 {
    width: 100%;
  }

  .link-block-3 {
    width: 160px;
    margin-top: 40px;
    inset: 0% 0% auto auto;
  }

  .news {
    width: auto;
    margin-top: 20px;
    font-size: 18px;
    line-height: 34px;
  }

  .image-11 {
    margin-bottom: 0;
    display: block;
  }

  .sechome-copy {
    height: 400px;
  }

  .secporterhome {
    background-position: 22%;
    height: 450px;
  }

  .pressetestueberschrift {
    font-size: 18px;
    line-height: 26px;
  }

  .image-13 {
    margin-left: 229px;
  }

  .samuels {
    width: 120px;
    height: 120px;
  }

  .hdirektverkauf {
    width: 350px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-10 {
    width: 150px;
    height: 150px;
  }

  .secporterhome-2 {
    height: 400px;
  }

  .image-17 {
    margin-left: 229px;
  }

  .headingpic-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-3 {
    width: auto;
    margin-top: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .headingpic-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .image-18 {
    margin-left: 229px;
  }

  .seckeller {
    height: auto;
    margin-top: 220px;
  }

  .seckellerhome {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .divlogo {
    width: 180px;
    height: 180px;
  }

  .nav-link {
    padding-top: 3px;
    font-size: 16px;
    line-height: 14px;
  }

  .divbier {
    background-image: url('../images/hg-black.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 66px;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .titlewhite {
    font-size: 22px;
  }

  .textschwarz {
    font-size: 16px;
    line-height: 24px;
  }

  .secporter {
    background-image: linear-gradient(263deg, var(--black) 39%, transparent), url('../images/porter.jpg'), linear-gradient(to bottom, #000, #000);
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, auto 50%, auto;
  }

  .secueberunspic {
    height: 300px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .sechome {
    background-position: 0 0;
    height: 350px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .heading {
    width: 212px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .headingpic {
    text-align: right;
    text-shadow: 1px 0 0 var(--black);
    width: auto;
    margin: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .headingpic.presse {
    text-align: center;
    margin-left: 0;
    font-size: 24px;
  }

  .secueberuns {
    margin-top: -60px;
  }

  .secfindenpic, .seclohnpic {
    height: 250px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .seclohn {
    padding: 10px;
  }

  .subtitleblack {
    font-size: 16px;
  }

  .subtitleblack.lohn {
    padding-left: 10px;
    font-size: 16px;
  }

  .seckontakt {
    padding: 10px;
  }

  .map {
    width: 90%;
    margin-left: 0;
  }

  .divbierpic {
    width: 100px;
    margin-right: 0;
  }

  .divpicseason {
    float: none;
    margin-top: -140px;
    margin-right: 0;
  }

  .slide-3 {
    background-position: 0%;
  }

  .column, .column-2 {
    padding-left: 0;
  }

  .icon-2, .icon-3 {
    font-size: 20px;
  }

  .left-arrow, .right-arrow, .left-arrow-2, .right-arrow-2 {
    width: 20px;
  }

  .icon-4, .icon-5 {
    font-size: 20px;
  }

  .divnewsletter {
    width: 70px;
    height: 70px;
  }

  .html-embed {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .link-block-3 {
    width: 100px;
    margin-top: 0;
    margin-bottom: 10px;
    inset: auto 0% 0% auto;
  }

  .news {
    width: auto;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 24px;
  }

  .headingnewsletter {
    font-size: 20px;
    line-height: 24px;
  }

  .sechome-copy {
    background-position: 0 0;
    height: 350px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .secporterhome {
    background-position: 31%;
    justify-content: flex-end;
    align-items: flex-end;
    height: 400px;
    padding: 10px;
  }

  .secpresse {
    height: auto;
    margin-top: 40px;
    padding: 0;
  }

  .slider-3 {
    height: 250px;
    margin-top: 0;
  }

  .left-arrow-3 {
    width: 20px;
    font-size: 12px;
  }

  .right-arrow-3 {
    justify-content: flex-end;
    width: 20px;
    font-size: 12px;
    display: block;
  }

  .slide-nav {
    font-size: 8px;
  }

  .pressetestueberschrift {
    font-size: 16px;
    line-height: 24px;
  }

  .image-13 {
    max-width: none;
    height: 85%;
    margin-bottom: 0;
    margin-left: 67px;
  }

  .image-14 {
    z-index: auto;
    width: 200%;
    max-width: none;
    margin-left: -158px;
    margin-right: 0;
    padding-right: 0;
    display: block;
    inset: 0%;
  }

  .samuels {
    width: 70px;
    height: 70px;
  }

  .hdirektverkauf {
    width: 250px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-10 {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .secporterhome-2 {
    height: 400px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .image-16 {
    z-index: auto;
    width: 200%;
    max-width: none;
    margin-left: -158px;
    margin-right: 0;
    padding-right: 0;
    display: block;
    inset: 0%;
  }

  .image-17 {
    max-width: none;
    height: 85%;
    margin-bottom: 0;
    margin-left: 67px;
    display: none;
  }

  .headingpic-2 {
    text-shadow: 1px 0 #262922;
    width: 300px;
    margin: 45px 0 0;
    font-size: 22px;
    line-height: 36px;
  }

  .heading-3 {
    width: 300px;
    margin-top: 20px;
    margin-left: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .headingpic-3 {
    text-shadow: 1px 0 #262922;
    width: 150px;
    margin: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .image-18 {
    max-width: none;
    height: 85%;
    margin-bottom: 0;
    margin-left: 67px;
    display: block;
  }

  .imagemedaille, .imageneu {
    width: 60px;
    margin-top: 30px;
  }

  .seckeller {
    background-image: linear-gradient(263deg, var(--black) 39%, transparent), url('../images/Kellerbier-HG.jpg'), linear-gradient(to bottom, #000, #000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .seckellerhome {
    background-image: linear-gradient(99deg, #000 29%, #0000 57%), url('../images/Kellerbier-HG.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 400px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .image-19 {
    height: 100%;
    margin-bottom: 0;
    margin-left: -38px;
    margin-right: -50px;
    display: block;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .section-4 {
    width: auto;
    display: block;
  }

  .section-mob {
    flex-flow: column;
    width: 100%;
    display: none;
    position: relative;
  }
}


