:root {
  --Beige-light: #fff6f0;
  /* --Beige-std: ; */
  /* --Beige-dark: ; */
  --NearBlack: #323d3a;
  --Pink-std: #e9294e;
  --Bordeaux-std: #6c290a;
  --Orange-std: #eb9f32;
  --Blue-std: #60b6cc;
  --titles-font-size: 24px;
}

html {
  scroll-behavior: smooth;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

body {
  background-color: var(--Beige-light);
  margin: 0;
}

section {
  width: 100vw;
  min-width: 350px;
  margin: auto;
}
h2 {
  font-family: avalon, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--NearBlack);
  font-size: calc(var(--titles-font-size) + 10px);
}

h3 {
  font-family: alga, serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(var(--titles-font-size) - 5px);
}

.Txt-Pink {
  color: var(--Pink-std);
  width: 100%;
  text-align: end;
  border-bottom: 1px solid;
  height: 40%;
  border-radius: 5%;
}
.Txt-Orange {
  color: var(--Orange-std);
  width: 100%;
  text-align: end;
  border-bottom: 1px solid;
  height: 40%;
  border-radius: 5%;
}
.Txt-Blue {
  color: var(--Blue-std);
  width: 100%;
  text-align: end;
  border-bottom: 1.5px solid;
  height: 40%;
  border-radius: 5%;
}

.FlexColCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.FlexRowCenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.V-Symetry {
  transform: scale(-1, 1);
}

.TitleDeko {
  height: inherit;
}

#Section-Hero {
  height: 100vh;
  min-height: 844px;
}

#HeroTop-Cont {
  padding-top: 3vh;
  height: 50%;
}

#MyWayTitle-Cont {
  width: 100vw;
}

#MyWayTitle {
  width: 70%;
  max-width: 450px;
  min-width: 350px;
}

#Cont-HapPla {
  padding-top: 1vh;
  width: 85%;
  margin: auto;
  max-width: 450px;
  min-width: 355px;
  max-height: 10%;
}

#Txt-HappyPlace {
  width: auto;
  padding-bottom: 10px;
  font-size: calc(var(--titles-font-size) + 1px);
}

#KBT-Cont {
  width: 100vw;
}

#KBT_Text {
  padding-top: 1vh;
}

#KBT_Deko {
  padding-top: 2vh;
  width: 32vw;
  max-width: 145px;
}

#HeroMiddle-Cont {
  height: 30%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Button {
  border: none;
  border-radius: 5px;
  background-color: var(--NearBlack);
  color: var(--Beige-light);
  font-family: alga, serif;
  font-weight: 600;
  font-style: normal;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
  width: 35vw;
  max-width: 300px;
  min-width: 150px;
  height: 5vh;
  min-height: 35px;
  transition: all 100ms linear;
}

.Button:active {
  background-color: var(--Orange-std);
}

#Btn-Karte {
  margin-bottom: 3vh;
}

#Btn-Infos {
}

#HeroBottom-Cont {
  width: 100vw;
  height: 20%;
  display: flex;
}

#Img-PinUpGirls {
  max-width: 480px;
  width: 100%;
  margin: auto;
}

#Section-Karte {
  margin-bottom: 5px;
}

.Separator {
  width: min-content;
  margin: auto;
  padding-top: 1vh;
}

#Cont-Tit-WarGet {
  padding-top: 2vh;
  width: 65%;
  max-width: 450px;
  min-width: 350px;
  height: 45px;
  margin: auto;
}

#Txt-Tit-WarGet {
  padding-bottom: 1vh;
}

.Cont-Tit-Typ {
  display: grid;
  grid-template-columns: 60% 40%;
  margin: 15px auto;
  width: 100%;
  max-width: 810px;
  height: 3vh;
  min-height: 45px;
  align-items: center;
  justify-items: end;
}

.Cont-List-Get {
  min-width: 330px;
  max-width: 810px;
  margin: auto;
}

.Logo-Get {
  margin: auto;
}

.Cont-Group-Get {
  display: grid;
  grid-template-columns: 60% 40%;
  justify-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.Get {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.Name-Get {
  font-family: alga, serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--titles-font-size) - 10px);
  height: var(--titles-font-size);
}

.Name-withDesc {
  height: calc(var(--titles-font-size) - 5px);
}

.Desc-Get {
  font-family: alga, serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(var(--titles-font-size) - 12px);
  height: calc(var(--titles-font-size) - 10px);
  white-space: pre-line;
  margin-bottom: 5px;
}

.Price {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}

.Price-Get {
  font-family: alga, serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--titles-font-size) - 10px);
}

.Vol-Get {
  font-family: alga, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5vh;
}

#Get-RedBull {
  margin-top: 1vh;
}

#Cont-Get-Wein {
  grid-template-columns: 100%;
}
#Get-Wein {
  align-items: center;
}

#Tit-Wein {
}

#Section-Infos {
  height: 100vh;
  background-color: var(--NearBlack);
  min-width: 350px;
}

#Cont-Infos {
  width: 100vw;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#Tit-Info-MyWay {
  margin: auto;
}

#Cont-Maps {
  width: fit-content;
  height: 380px;
  margin: 2vh auto;
  border: 5px solid var(--Beige-light);
  border-radius: 15px;
}

#Cont-InfosText {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Txt-Info {
  color: var(--Beige-light);
}

#Cont-Designedby {
  width: 100vw;
  height: 2vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#Txt-Designedby {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1vh;
  margin-bottom: 1vh;
  white-space: pre-line;
  color: var(--Beige-light);
}

/* section snacks */

#Section-Snacks {
  background-color: #eab161;
  height: 100vh;
}

#Cont-Tit-Snacks {
  /* margin-top: 5vh; */
  justify-content: space-evenly;
  color: var(--Beige-light);
  max-width: 450px;
  min-width: 350px;
  max-height: 15%;
  margin: auto;
}

#Txt-Tit-Snacks {
  font-family: avalon, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--Bordeaux-std);
  font-size: calc(var(--titles-font-size) + 15px);
  padding-bottom: 20px;
}

.Cont-Group-Sna {
  display: grid;
  grid-template-columns: 65% 35%;
  justify-items: center;
  align-items: center;
  margin-bottom: 5px;
  max-width: 450px;
  min-width: 350px;
}

.Name-Sna {
  font-family: alga, serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--titles-font-size) - 10px);
  height: var(--titles-font-size);
  color: var(--Beige-light);
}

.Desc-Sna {
  font-family: alga, serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(var(--titles-font-size) - 15px);
  height: calc(var(--titles-font-size) - 10px);
  white-space: pre-line;
  color: var(--Bordeaux-std);
}

.Price-Sna {
  font-family: alga, serif;
  font-weight: 500;
  font-style: normal;
  color: var(--Beige-light);
  align-self: flex-start;
}

.Cont-List-Sna {
  /* margin-top: 10%; */
  height: 80%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  min-width: 330px;
  align-items: center;
  justify-content: space-evenly;
}

@media only screen and (orientation: landscape) {
  .Cont-Tit-Typ {
    display: grid;
    grid-template-columns: 50% 30%;
  }

  .Cont-Group-Get {
    display: grid;
    grid-template-columns: 50% 30%;
  }

  .Cont-Group-Sna {
    display: grid;
    grid-template-columns: 60% 40%;
  }
}
