@font-face {
  font-family: "frutiger_light";
  src: url(../fonts/FrutigerLTCom-Light.ttf);
}
@font-face {
  font-family: "frutiger_bold";
  src: url(../fonts/FrutigerLTCom-Bold.ttf);
}
@font-face {
  font-family: "frutiger_black";
  src: url(../fonts/FrutigerLTCom-UltraBlack.ttf);
}
@font-face {
  font-family: "yesteryear";
  src: url(../fonts/Yesteryear-Regular.ttf);
}
:root {
  font-size: 18px;
  font-family: "frutiger_light", Helvetica, Verdana, sans-serif;
  color: #151e30;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
}

*,
*::before,
*::after {
  font-family: "frutiger_light", Helvetica, Verdana, sans-serif;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

.normal {
  font-family: "frutiger_light", Helvetica, Verdana, sans-serif;
}

.strong,
.bold,
h3,
h5,
p.einleitung {
  font-family: "frutiger_bold", Helvetica, Verdana, sans-serif;
}

.black {
  font-family: "frutiger_black", Helvetica, Verdana, sans-serif;
}

.script {
  font-family: "yesteryear", Georgia, Times, "Times New Roman", serif;
}

.dark {
  color: #151e30;
}

.blue {
  color: #009DDF;
}

.green, h3 {
  color: #54AB42;
}
.green.borderbottom, h3.borderbottom {
  border-bottom: 1px solid #54AB42;
}

.bluegreen {
  background-image: linear-gradient(90deg, #009DDF, #54AB42);
  background-clip: text;
  color: transparent;
}

.gray {
  color: #959A9D;
}

.red {
  color: #b50920;
}

.white {
  color: #fefefe;
}

.uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.transparent {
  opacity: 0;
}

.adrxxx {
  unicode-bidi: bidi-override;
  direction: rtl;
  user-select: none;
}

.wrapper-outer {
  width: min(1280px, 100% - clamp(40px, 7vw, 80px));
}
.wrapper-inner {
  width: min(1000px, 100% - clamp(40px, 7vw, 80px));
}

body {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  background-color: #eff4ef;
  color: #151e30;
  min-height: 100svh;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: #009DDF;
}
a:hover {
  color: #54AB42;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  font-size: clamp(1rem, 3.5vw, 0.8rem);
  margin-bottom: clamp(1rem, 3.5vw, 0.8rem);
  line-height: 150%;
}

h1 {
  font-size: clamp(1.5rem, 9vw, 3rem);
}

h2 {
  font-size: clamp(1rem, 6vw, 2rem);
}

h4 {
  font-family: "frutiger_bold", Helvetica, Verdana, sans-serif;
  color: #009DDF;
}

p {
  color: #151e30;
}

ul {
  list-style: none;
}

#greenWave, #smallGreenWave {
  fill: #54AB42;
}

#upperBlueWave, #lowerBlueWave {
  fill: #009DDF;
}

#foiFont {
  fill: #959A9D;
}

#foiFont,
#upperBlueWave,
#lowerBlueWave,
#greenWave {
  transition: all 800ms ease-in-out;
}

#foi:hover #foiFont {
  opacity: 0.5;
}

#foi:hover #upperBlueWave,
#foi:hover #lowerBlueWave {
  fill: #54AB42;
}

#foi:hover #greenWave {
  fill: #009DDF;
}

main {
  position: relative;
  background-color: rgba(254, 254, 254, 0.9);
  flex-grow: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
  opacity: 0;
  transform: scale(0);
  transition: transform 1000s ease-in-out, opacity 1000ms ease-in-out;
}
main.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
  transition: transform 1000s ease-in-out, opacity 1000ms ease-in-out;
}
main > div {
  width: min(1000px, 100% - clamp(40px, 7vw, 80px));
  padding-block: clamp(20px, 5vw, 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
main#whiskytime {
  background-image: linear-gradient(rgba(0, 157, 223, 0.9), rgba(84, 171, 66, 0.9)), url(../images/bowmorePainted_1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
main#whiskytime > div {
  justify-content: center;
}
main#whiskytime > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
main#whiskytime > div > div .clockwatch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex: none;
  margin: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
main#whiskytime > div > div .zeit {
  margin: 1rem;
  font-family: "frutiger_light", Helvetica, Verdana, sans-serif;
  font-weight: normal;
  text-align: center;
  min-width: 300px;
  color: #fefefe;
  flex-basis: 300px;
  flex-shrink: 0;
  flex-grow: 3;
}
main#whiskytime > div > div .zeit h1 {
  color: #fefefe;
  text-align: center;
  margin: 0;
}
@media (max-width: 560px) {
  main#whiskytime > div > div .zeit h1 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 420px) {
  main#whiskytime > div {
    justify-content: flex-start;
  }
}
main#opening {
  background-image: linear-gradient(rgba(254, 254, 254, 0.8), rgba(254, 254, 254, 0.8)), linear-gradient(rgba(0, 157, 223, 0.8), rgba(84, 171, 66, 0.8)), url(../images/shop_2020-10-17_6.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
main#opening > div > div {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem 4rem;
  margin-bottom: 4rem;
}
main#labels {
  background-image: linear-gradient(rgba(254, 254, 254, 0.8), rgba(254, 254, 254, 0.8)), linear-gradient(rgba(0, 157, 223, 0.8), rgba(84, 171, 66, 0.8)), url(../images/shop_2020-10-17_5.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
main#labels > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
main#labels > div > div h1,
main#labels > div > div h2 {
  align-self: flex-start;
}
main#labels > div > div > div {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  column-gap: 4rem;
  margin-bottom: 2rem;
}
main#labels > div > div > div h4,
main#labels > div > div > div p {
  margin: 0;
  line-height: 170%;
}
main#currentoffer {
  background-image: linear-gradient(rgba(254, 254, 254, 0.8), rgba(254, 254, 254, 0.8)), linear-gradient(rgba(0, 157, 223, 0.8), rgba(84, 171, 66, 0.8)), url(../images/shop_2020-10-17_6.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
main#currentoffer > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-grow: 0;
  flex-basis: 100%;
  width: inherit;
}
main#currentoffer > div > div > p:last-of-type {
  margin-top: 2rem;
}
main#currentoffer > div > div > p:last-of-type::before {
  content: "";
  margin-top: -1rem;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(30deg, #009ddf, rgba(149, 154, 157, 0.2), #54ab42);
  position: absolute;
  margin-bottom: 2.5rem;
  left: 0;
}
main#currentoffer > div > div h1,
main#currentoffer > div > div h2,
main#currentoffer > div > div h3 {
  align-self: flex-start;
}
main#currentoffer > div > div h3.produkttitel {
  position: relative;
  width: 100%;
  text-transform: uppercase;
}
main#currentoffer > div > div h3.produkttitel::after {
  content: "";
  height: 2px;
  width: 100%;
  background-image: linear-gradient(30deg, #54ab42, rgba(149, 154, 157, 0.2), #009ddf);
  position: absolute;
  margin-top: 1.5rem;
  left: 0;
}
main#currentoffer > div > div > div.produkt {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  column-gap: clamp(20px, 8vw, 40px);
  margin-bottom: 2rem;
}
main#currentoffer > div > div > div.produkt div.produktbeschrieb p.vol,
main#currentoffer > div > div > div.produkt div.produktbeschrieb p.preis {
  display: inline-block;
}
main#currentoffer > div > div > div.produkt div.produktbeschrieb p.vol {
  color: #959A9D;
  font-family: "frutiger_bold", Helvetica, Verdana, sans-serif;
}
main#currentoffer > div > div > div.produkt div.produktbeschrieb p.preis {
  font-family: "frutiger_bold", Helvetica, Verdana, sans-serif;
  color: #009DDF;
  float: right;
}
main#currentoffer > div > div > div.produkt div.produktbeschrieb ul {
  list-style: disc outside;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
main#currentoffer > div > div > div.produkt div.produktbeschrieb li {
  margin: 0.25rem 0;
}
main#currentoffer > div > div > div.produkt div.produktbild {
  margin-inline: auto;
  height: max-content;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: rgba(254, 254, 254, 0.3);
  object-fit: contain;
}
main#currentoffer > div > div > div.produkt div.produktbild img {
  max-height: 400px;
  overflow: hidden;
}
main#currentoffer > div > div > div.produkt div.produktbild img.blend {
  mix-blend-mode: multiply;
}
main#currentoffer > div > div > div.produkt div.produktbild > div {
  display: flex;
  flex-direction: column;
  position: relative;
}
main#currentoffer > div > div > div.produkt div.produktbild > div > img {
  position: relative;
  margin: 2rem 0 0 0;
}
main#currentoffer > div > div > div.produkt div.produktbild > div > img:first-of-type {
  margin-top: 0;
}
@media (max-width: 700px) {
  main#currentoffer > div > div > div.produkt div.produktbild {
    max-width: 100%;
  }
  main#currentoffer > div > div > div.produkt div.produktbild > div {
    overflow: hidden;
    margin-bottom: 0;
  }
  main#currentoffer > div > div > div.produkt div.produktbild > img,
main#currentoffer > div > div > div.produkt div.produktbild > div > img {
    max-height: 280px;
    max-width: 100%;
    margin-top: 1rem;
  }
  main#currentoffer > div > div > div.produkt div.produktbild > img:first-of-type,
main#currentoffer > div > div > div.produkt div.produktbild > div > img:first-of-type {
    margin: 0;
  }
}
main#team {
  background-image: linear-gradient(rgba(254, 254, 254, 0.8), rgba(254, 254, 254, 0.8)), linear-gradient(rgba(0, 157, 223, 0.8), rgba(84, 171, 66, 0.8)), url(../images/shop_2020-10-17_4.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
main#team > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
main#team > div > div h1,
main#team > div > div h2,
main#team > div > div h4 {
  align-self: flex-start;
  width: 100%;
}
main#team > div > div > div {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  column-gap: 4rem;
  margin-bottom: 2rem;
}
main#team > div > div > div .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
main#team > div > div > div .card img {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 1.5rem auto;
  box-shadow: 1rem 1rem 2rem rgba(21, 30, 48, 0.3), 0.25rem 0.25rem 0.75rem rgba(21, 30, 48, 0.5);
  z-index: 1;
  transition: transform 300ms ease-in-out;
}
main#team > div > div > div .card img:hover {
  transform: rotate(-5deg) scale(0.95);
  transform-origin: center;
}
main#team > div > div > div .card ul {
  list-style-type: disc;
  padding-left: 1rem;
  display: block;
  width: 100%;
}
main#team > div > div > div .card ul li {
  margin: 0;
}
main#team > div > div > div h4,
main#team > div > div > div p {
  margin: 0;
  line-height: 170%;
}
main#team > div > div > div p {
  margin-bottom: 1.7rem;
}
main#contact {
  background-image: linear-gradient(rgba(254, 254, 254, 0.8), rgba(254, 254, 254, 0.8)), linear-gradient(rgba(0, 157, 223, 0.8), rgba(84, 171, 66, 0.8)), url(../images/shop_2020-10-17_6.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
main#contact > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main#contact > div > div h1,
main#contact > div > div h2 {
  align-self: flex-start;
}
main#contact > div > div > div {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  column-gap: 4rem;
  margin-bottom: 2rem;
}
main#contact > div > div > div .map {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}
main#contact > div > div > div .map iframe {
  width: 100%;
  max-height: 100%;
}

header {
  position: sticky;
  top: 0;
  display: flex;
  background-color: #eff4ef;
  justify-content: center;
  z-index: 5;
  transition: all 400ms ease-in-out;
}

.header-container {
  display: flex;
  align-items: flex-start;
  width: min(1280px, 100% - clamp(40px, 7vw, 80px));
  padding-block: clamp(15px, 3.75vw, 45px);
  transition: all 400ms ease-in-out;
}
.header-container.small {
  padding-block: clamp(6px, 1.5vw, 18px);
}

svg {
  width: clamp(180px, 20vw, 300px);
  object-position: 0 0;
  object-fit: contain;
  transition: all 400ms ease-in-out;
}
svg.disappear {
  height: 2rem;
  width: auto;
}

.menu-wrap {
  margin-left: auto;
  width: 2rem;
  height: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 4;
}

.toggler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
}
.toggler:checked ~ .menu {
  visibility: visible;
}
.toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 500ms;
}
.toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 500ms ease;
}
.toggler:checked + .hamburger {
  background-color: rgba(254, 254, 254, 0.8);
}
.toggler:checked + .hamburger > div {
  transform: rotate(135deg);
  background-color: #54AB42;
}
.toggler:checked + .hamburger > div::before, .toggler:checked + .hamburger > div::after {
  top: 0;
  transform: rotate(90deg);
}
.toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

.hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger > div {
  position: relative;
  width: 100%;
  height: 0.25rem;
  background-color: #009DDF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms ease;
}
.hamburger > div::before, .hamburger > div::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -0.5rem;
  background-color: inherit;
  width: 100%;
  height: 0.25rem;
}
.hamburger > div::after {
  top: 0.5rem;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu > div {
  position: relative;
  background-color: rgba(21, 30, 48, 0.9);
  border-radius: 50%;
  width: 250vw;
  height: 250vw;
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  transition: all 800ms ease-in-out;
}
.menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.menu > div > div li {
  padding: 0.6rem 1rem 0.4rem;
  transition: background-color 250ms ease-in-out;
  display: block;
  font-size: 125%;
  letter-spacing: 0.1rem;
  border-radius: 0.5rem;
}
.menu > div > div li a {
  color: #fefefe;
}
.menu > div > div li:hover {
  background-color: #54AB42;
}
.menu > div > div li:hover a {
  color: #151e30;
}

footer {
  background-color: #eff4ef;
  margin-inline: auto;
  width: min(1280px, 100% - clamp(40px, 7vw, 80px));
  padding-block: clamp(10px, 2.5vw, 30px);
}

footer p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: clamp(10px, 4vw, 20px);
  margin: auto;
  text-align: center;
}
footer p a {
  color: #151e30;
}

.clock-container {
  position: relative;
  margin-top: auto;
  height: 15rem;
  width: 15rem;
  background-color: #009DDF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
}
.clock-container .clock {
  height: 15rem;
  width: 15rem;
  background-color: #eff4ef;
  border: 0.6rem solid #959A9D;
  border-radius: 50%;
  box-shadow: 2px 2px 8px rgba(21, 30, 48, 0.5), inset 2px 2px 2px rgba(239, 244, 239, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.clock-container .clock::after {
  content: "";
  position: absolute;
  display: block;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #009ddf;
  z-index: 2;
  box-shadow: 1px 1px 4px rgba(21, 30, 48, 0.2), inset 1px 1px 1px rgba(239, 244, 239, 0.5);
}
.clock-container .clock .hand {
  position: absolute;
  bottom: 50%;
  z-index: 1;
  transform-origin: bottom center;
  box-shadow: 1px 1px 4px rgba(21, 30, 48, 0.2), inset 1px 1px 1px rgba(239, 244, 239, 0.5);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transform: translateX(-50%);
  transform: translateY(-50%);
  transform: rotate(0);
  transition: rotate 1000ms;
}
.clock-container .clock .hand.hours {
  height: 28%;
  width: 10px;
  background-color: #009DDF;
}
.clock-container .clock .hand.minutes {
  height: 38%;
  width: 6px;
  background-color: #009DDF;
}
.clock-container .clock .hand.seconds {
  height: 45%;
  width: 2px;
  background-color: #54AB42;
}
.clock-container .clock .hand.seconds::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #54AB42;
  z-index: 1;
  transform-origin: center;
  transform: translateX(-6.5px);
  box-shadow: 1px 1px 4px rgba(21, 30, 48, 0.2), inset 1px 1px 1px rgba(239, 244, 239, 0.5);
}
.clock-container .clock .number {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  height: 100%;
  width: 100%;
}
.clock-container .clock .number > div {
  position: absolute;
  height: 12px;
  width: 8px;
  background-color: #959A9D;
  box-shadow: 1px 1px 4px rgba(21, 30, 48, 0.2), inset 1px 1px 1px rgba(239, 244, 239, 0.5);
}
.clock-container .clock .number:nth-child(3n) > div {
  height: 20px;
}
.clock-container .clock .number.number1 {
  transform: rotate(30deg);
}
.clock-container .clock .number.number2 {
  transform: rotate(60deg);
}
.clock-container .clock .number.number3 {
  transform: rotate(90deg);
}
.clock-container .clock .number.number4 {
  transform: rotate(120deg);
}
.clock-container .clock .number.number5 {
  transform: rotate(150deg);
}
.clock-container .clock .number.number6 {
  transform: rotate(180deg);
}
.clock-container .clock .number.number7 {
  transform: rotate(210deg);
}
.clock-container .clock .number.number8 {
  transform: rotate(240deg);
}
.clock-container .clock .number.number9 {
  transform: rotate(270deg);
}
.clock-container .clock .number.number10 {
  transform: rotate(300deg);
}
.clock-container .clock .number.number11 {
  transform: rotate(330deg);
}
.clock-container .clock .number.number12 {
  transform: rotate(360deg);
}

/*# sourceMappingURL=style.css.map */
