@font-face {
  font-family: Moresugar;
  src: url('../fonts/moresugar-thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Moresugar;
  src: url('../fonts/moresugar-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Moresugar Extras;
  src: url('../fonts/moresugar-extras.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kodchasan;
  src: url('../fonts/kodchasan-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kodchasan;
  src: url('../fonts/kodchasan-extralightitalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Kodchasan;
  src: url('../fonts/kodchasan-lightitalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Kodchasan;
  src: url('../fonts/kodchasan-bolditalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Kodchasan;
  src: url('../fonts/kodchasan-semibolditalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Kodchasan;
  src: url('../fonts/kodchasan-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kodchasan;
  src: url('../fonts/kodchasan-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kodchasan;
  src: url('../fonts/kodchasan-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kodchasan;
  src: url('../fonts/kodchasan-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kodchasan;
  src: url('../fonts/kodchasan-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Kodchasan;
  src: url('../fonts/kodchasan-extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kodchasan;
  src: url('../fonts/kodchasan-mediumitalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Materialicons;
  src: url('../fonts/materialicons-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gluten;
  src: url('../fonts/gluten-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gluten;
  src: url('../fonts/gluten-thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gluten;
  src: url('../fonts/gluten-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gluten;
  src: url('../fonts/gluten-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gluten;
  src: url('../fonts/gluten-bold.ttf') format("truetype"), url('../fonts/gluten-extrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gluten;
  src: url('../fonts/gluten-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gluten;
  src: url('../fonts/gluten-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gluten;
  src: url('../fonts/gluten-extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gluten Variablefont Slnt Wght;
  src: url('../images/.') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialiconsround;
  src: url('../fonts/materialiconsround-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vanilla Caramel;
  src: url('../fonts/vanilla-caramel.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --untitled-ui--bady-color: #fff4e5;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block {
  height: 10px;
}

.body {
  background-color: var(--untitled-ui--bady-color);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.container {
  width: 10px;
}

.image {
  margin-top: 16px;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff4e5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-2 {
  width: 300px;
  height: 540px;
  margin-left: 20px;
}

.div-block-3 {
  height: 600px;
}

.image-2 {
  height: auto;
}

.columns {
  width: auto;
}

.column {
  height: 100px;
}

.image-3 {
  width: auto;
  height: 445px;
  display: block;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  text-align: left;
}

.collection-list-wrapper-2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: 200px;
  height: 100%;
}

.div-block-4 {
  justify-content: center;
  display: flex;
}

.image-4 {
  width: 100%;
}

.flex-block {
  display: block;
}

.div-block-5 {
  flex-flow: column;
  align-items: center;
  height: 100%;
  margin-top: 7rem;
  margin-bottom: 5%;
  padding-bottom: 0;
  display: flex;
}

.hr-finns-vstsveriges-bsta-mtesplatser {
  color: #de282c;
  text-align: center;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 220px;
  font-family: More Sugar;
  font-size: 100px;
  font-weight: 400;
  line-height: 0%;
  text-decoration: none;
  display: flex;
}

.vi-har-tre-kafer-runtom-i-gteborgsomrdet-med-vr-nyaste-tillskott-i-kungsmssan {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kodchasan, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.h1-red {
  color: #de282c;
  text-align: center;
  margin-bottom: 20px;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 80px;
  text-decoration: none;
}

.paragraph {
  text-align: center;
}

.paragraph-2 {
  text-align: center;
  width: 70%;
  margin-bottom: 1%;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.button {
  color: #fff;
  background-color: #de282c;
  border-radius: 8px;
  margin-top: 40px;
  padding: 5px 35px;
  font-family: Kodchasan, Arial, sans-serif;
}

.grid {
  grid-template-areas: ". Area";
}

.div-block-6 {
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-7 {
  width: 700px;
  height: 400px;
}

.collection-item-2, .collection-list-wrapper-3 {
  width: 100%;
  height: 100%;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch center;
  height: 100%;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.div-block-9 {
  background-image: url('../images/untitled-design-min.png');
  background-position: 0%;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 1px;
  padding-right: 1px;
  display: flex;
}

.heading-2 {
  color: #fff;
  border: 1px solid #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Moresugar, Arial, sans-serif;
  display: block;
}

.heading-3 {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-10 {
  background-image: url('../images/namnlos-design-32.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/namnlos-design-33.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.h2-red {
  color: #de282c;
  text-align: center;
  margin-bottom: 20px;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

.paragraph-3 {
  text-align: center;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.line-green {
  opacity: 1;
  background-color: #144e3200;
  width: 90%;
  height: 3px;
  margin-top: 30px;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}

.svg-1 {
  vertical-align: baseline;
  flex: 0 auto;
  position: relative;
  top: auto;
  bottom: 5.3rem;
  left: 91%;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h3-red {
  color: #de282c;
  background-color: #0000;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.section-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: static;
}

.paragraph-4 {
  margin-right: 40px;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.column-2 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: static;
}

.column-4 {
  clear: none;
  text-align: left;
  margin-top: 40px;
}

.column-3 {
  clear: none;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 87px;
  display: flex;
}

.columns-2 {
  text-align: center;
  text-decoration: none;
}

.colums-1 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 3%;
  margin-right: 3%;
  text-decoration: none;
  display: flex;
}

.line-green-2 {
  background-color: #144e32;
  width: 100%;
  height: 3px;
  margin-top: 30px;
}

.colums-2 {
  justify-content: center;
  align-items: center;
  margin: 20px 3% 60px;
  text-decoration: none;
  display: flex;
}

.section-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: url('../images/namnlos-design-34.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 600px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.h1-white {
  color: #fff;
  height: auto;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 5vw;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 23px;
  font-weight: 200;
  line-height: 30px;
}

.section-7 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.button-2 {
  display: block;
}

.quick-stack {
  text-align: center;
}

.cell {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.colums-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 5%;
  margin-right: 5%;
  text-decoration: none;
  display: flex;
}

.section-1 {
  margin-top: 7%;
}

.section-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.section-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/8ba2247235a4725e260e52ce43b67682ae028462.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 500px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.div-block-13 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-5 {
  background-image: url('../images/7iv06228-5.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-14 {
  width: 100%;
  height: 100%;
}

.footer {
  background-image: linear-gradient(#dbd2c6, #fff0 24%);
  justify-content: center;
  height: 100%;
  display: block;
}

.container-4 {
  flex-flow: row;
  align-items: flex-start;
  width: 400px;
  display: block;
}

.grid-2 {
  place-items: stretch start;
}

.section-11 {
  height: 100%;
}

.columns-3 {
  width: 100%;
  height: 100%;
  display: flex;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--bady-color);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--bady-color);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-footer06_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  width: 100%;
  display: flex;
}

.uui-footer06_bottom-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--untitled-ui--gray200);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: grid;
}

.uui-footer06_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer06_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer06_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer06_logo-link {
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.uui-footer06_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-footer06_newsletter-wrapper {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.uui-footer06_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.uui-logo_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
  margin-left: 0%;
  display: block;
  position: static;
  left: 50%;
  right: 50%;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-footer06_link-list-heading {
  color: var(--untitled-ui--gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.div-block-15 {
  flex-flow: column;
  align-items: flex-start;
  width: 33%;
  display: block;
}

.heading-4 {
  color: #475467;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 30px;
}

.text-block {
  font-family: Kodchasan, Arial, sans-serif;
}

.footer-header {
  color: #de282c;
  text-align: left;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 30px;
}

.footer-header-2 {
  color: #de282c;
  margin-bottom: 0;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 20px;
}

.paragraph-6 {
  width: 60%;
  font-family: Kodchasan, Arial, sans-serif;
}

.paragraph-7 {
  font-family: Kodchasan, Arial, sans-serif;
}

.email-footer {
  flex-flow: row;
  margin-bottom: 3%;
  display: flex;
}

.text-block-2 {
  color: #de282c;
  text-transform: lowercase;
  font-family: Materialiconsround, Arial, sans-serif;
  font-size: 25px;
}

.text-block-3 {
  margin-left: 5px;
  font-family: Kodchasan, Arial, sans-serif;
}

.paragraph-8 {
  width: 60%;
  font-family: Kodchasan, Arial, sans-serif;
}

.paragraph-9 {
  color: #000;
  border: 1px solid #0000;
  width: 80%;
  font-family: Kodchasan, Arial, sans-serif;
}

.cell-3 {
  justify-content: flex-end;
  align-items: flex-start;
}

.cell-4 {
  flex-flow: column;
  align-items: center;
}

.cell-5 {
  justify-content: flex-end;
  align-items: center;
}

.div-block-16 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.bold-text-link, .bold-text-2, .bold-text-3 {
  color: #000;
}

.body-2 {
  background-color: var(--untitled-ui--bady-color);
}

.section-12 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: url('../images/namnlos-design-34.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 600px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 23px;
  font-weight: 200;
}

.button-3 {
  color: #fff;
  background-color: #de282c;
  border-radius: 8px;
  margin-top: 40px;
  padding: 5px 35px;
  font-family: Kodchasan, Arial, sans-serif;
}

.carousel {
  width: 100%;
  overflow: hidden;
}

.track {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  width: 25%;
}

.column-4-copy {
  clear: none;
  text-align: left;
  margin-top: 40px;
}

.coffee-column-1 {
  background-color: #467740;
}

.coffee-h2-white {
  color: #fefffe;
  margin-top: 5%;
  margin-bottom: 2%;
  font-family: Moresugar, Arial, sans-serif;
}

.coffee-p-white {
  color: #fefffe;
  margin: 0%;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-17 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 10% 5%;
  display: block;
}

.column-5 {
  background-color: #467740;
}

.coffee-columns-1 {
  background-color: #467740;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30%;
  display: flex;
}

.column-5-copy {
  background-color: #467740;
}

.coffee-column-2 {
  background-color: #467740;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.coffee-columns-2, .coffee-columns-3 {
  background-color: #467740;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30%;
  display: flex;
}

.coffee-column-4 {
  background-color: #467740;
}

.coffee-column-3 {
  background-color: #467740;
  background-image: url('../images/7iv00416-2.png');
  background-position: 0 0;
  background-size: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-6, .image-7 {
  display: block;
}

.div-block-18 {
  justify-content: center;
  display: block;
}

.coffee-3 {
  background-color: #467740;
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.bageri-block-4-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
}

.section-13-copy {
  background-color: #467740;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.div-block-21 {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.div-block-22 {
  margin: 0% 10%;
  padding: 0% 0;
}

.div-block-23 {
  margin-left: 10%;
  margin-right: 10%;
}

.coffee-4 {
  background-color: #467740;
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.coffee-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/7iv02176-2.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.paragraph-11 {
  text-align: center;
}

.coffee-6 {
  background-color: #467740;
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.coffee-7 {
  background-color: #467740;
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.div-block-25 {
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.quick-stack-2 {
  margin-left: 3%;
  margin-right: 3%;
  padding-left: 0;
  padding-right: 0;
}

.section-13 {
  background-color: #fff4e5c2;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-26 {
  margin-left: 3%;
  margin-right: 5%;
}

.column-6 {
  background-image: url('../images/fredsgatan.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  padding-left: 0;
  padding-right: 0;
}

.section-14 {
  height: 100%;
}

.menu-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/7iv05895.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.m {
  height: 100%;
}

.menu-3 {
  height: 100%;
  margin-bottom: 5%;
}

.columns-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: stretch;
  height: 80vh;
  display: flex;
}

.column-7 {
  background-image: url('../images/kungabacka.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  padding-left: 0;
  padding-right: 0;
}

.column-8 {
  background-image: url('../images/kungsgatan.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(0deg, #000, #fff0 62%);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-h2-white {
  color: #fefffe;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50%;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 45px;
}

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 95%;
  margin-bottom: 0%;
  display: flex;
}

.button-4 {
  text-align: center;
  background-color: #de282c;
  border-radius: 9px;
  margin-bottom: 5%;
  padding-bottom: 9px;
  padding-left: 0%;
  padding-right: 0%;
  text-decoration: none;
}

.fredsgatan-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/untitled-design-min.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.fredsgatan-3 {
  background-color: #467740;
}

.column-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.fredsgatan-h2-white-copy {
  color: #fefffe;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2%;
  font-family: Moresugar, Arial, sans-serif;
}

.paragraph-12 {
  color: #fefffe;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 16px;
}

.column-10 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 0;
  display: flex;
}

.image-8 {
  text-align: center;
}

.fredsgatan-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/untitled-design-min.png');
  background-position: 50% 100%;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 500px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.fredsgatan-5-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/7iv07303-2.png');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 500px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.allergies-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/mask-group.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.lunch-soppbuff-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/30eb1f3a9c2d8c80c76f42ee530ee63bfc4780c9-1.png');
  background-position: 50% 40%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.lunch-soppbuff-3 {
  background-color: #467740;
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.lunch-soppbuff-4, .lunch-soppbuff-6 {
  background-color: #467740;
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  margin: 10px 5%;
  display: flex;
}

.contact-us-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/7iv06153.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.contact-us-3 {
  background-color: #46774000;
  justify-content: center;
  align-items: stretch;
  margin: 0 5% 5%;
  display: flex;
}

.contact-us-4, .contact-us-7 {
  background-color: #467740;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.h2-contact {
  color: #fff;
  border: 1px solid #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Moresugar, Arial, sans-serif;
  display: block;
}

.contact-green-box {
  color: #fff;
  background-color: #467740;
  border-radius: 16px;
  margin-bottom: 0%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 3%;
  font-family: Moresugar, Arial, sans-serif;
}

.contact-h2-white, .heading-5, .heading-6 {
  color: #fff;
}

.conatact-icon {
  flex-flow: row;
  margin-bottom: 3%;
  display: flex;
}

.contact-icon-2 {
  color: #fff;
  text-transform: lowercase;
  justify-content: center;
  align-items: center;
  margin-right: 2%;
  font-family: Materialiconsround, Arial, sans-serif;
  font-size: 30px;
  display: flex;
}

.contact-green-box-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #467740;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50vw;
  margin-bottom: 3%;
  margin-left: 10%;
  margin-right: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 3%;
  font-family: Moresugar, Arial, sans-serif;
  display: block;
}

.image-9 {
  width: 80%;
  max-width: none;
  margin-right: 0%;
  padding-bottom: 0;
}

.div-block-29 {
  justify-content: flex-end;
  margin-right: 0;
  padding-bottom: 0%;
  display: flex;
}

.contact-p {
  margin-top: 10%;
  margin-left: 10%;
  margin-right: 10%;
}

.div-block-30 {
  justify-content: flex-start;
  display: flex;
}

.div-block-31 {
  margin-top: 20%;
  margin-bottom: 2%;
  margin-left: 5%;
}

.image-10 {
  margin-right: 0%;
}

.image-11 {
  margin: 0% 5%;
}

.block-forum-contact {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.field-label, .field-label-2 {
  color: #fff;
  font-family: Kodchasan, Arial, sans-serif;
}

.div-block-32 {
  margin-right: 5%;
}

.field-label-3 {
  color: #fff;
  font-family: Kodchasan, Arial, sans-serif;
}

.textarea {
  height: 3rem;
}

.textarea-2 {
  border: 1px solid #0b0b0b;
  border-radius: 10px;
  margin: 0% 4% 4% 0%;
  padding-bottom: 8px;
  font-family: Kodchasan, Arial, sans-serif;
}

.select-field, .text-field, .text-field-2 {
  border: 1px solid #0b0b0b;
  border-radius: 10px;
  font-family: Kodchasan, Arial, sans-serif;
}

.submit-button {
  background-color: #de282c;
  border-radius: 10px;
  width: 100%;
  font-family: Kodchasan, Arial, sans-serif;
  display: block;
}

.email-footer-copy, .contact-icon-and-email-2, .email-footer-copy {
  flex-flow: row;
  margin-bottom: 3%;
  display: flex;
}

.contact-icon-and-email {
  flex-flow: row;
  margin-bottom: 5%;
  display: flex;
}

.icon-contact {
  color: #de282c;
  text-transform: lowercase;
  font-family: Materialiconsround, Arial, sans-serif;
  font-size: 35px;
}

.contact-email {
  margin-left: 5px;
  font-family: Kodchasan, Arial, sans-serif;
}

.contact-url {
  margin-left: 0;
  padding-left: 5%;
  font-family: Kodchasan, Arial, sans-serif;
}

.icon-contact-2 {
  color: #de282c;
  text-transform: lowercase;
  font-family: Materialiconsround, Arial, sans-serif;
  font-size: 35px;
}

.nav-link {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #467740;
}

.nav-link-2, .nav-link-3 {
  font-family: Kodchasan, Arial, sans-serif;
}

.bageri {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/7iv01177-1.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.bageri-3, .bageri-4 {
  background-color: #467740;
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  margin: 3%;
  display: flex;
}

.bageri-6 {
  background-color: #467740;
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 30%;
  margin: 3%;
  display: flex;
}

.image-12 {
  width: 100%;
}

.image-13 {
  border-radius: 15px;
  width: 100%;
}

.bageri-block-4-1 {
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.bageri-block-4-2-1 {
  margin-left: 10%;
  margin-right: 10%;
}

.bageri-h2-white {
  color: #fefffe;
  margin-top: 5%;
  margin-bottom: 2%;
  font-family: Moresugar, Arial, sans-serif;
}

.bageri-p-white {
  color: #fefffe;
  margin-bottom: 5%;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.bageri-5-1, .bageri-6-1 {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.image-14, .image-15, .image-16 {
  border-radius: 15px;
  width: 100%;
}

.slide-2 {
  width: 100%;
}

.slide-3 {
  background-image: url('../images/namnlos-design-40.png');
  background-position: 50%;
  background-size: cover;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slide-4 {
  background-image: url('../images/7iv01188-2.png');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/namnlos-design-42.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/7iv01867.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.slide-7 {
  background-image: url('../images/namnlos-design-41.png');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/namnlos-design-42.png');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slide-9 {
  background-image: url('../images/namnlos-design-44.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.slide-10 {
  background-image: url('../images/namnlos-design-43.png');
  background-position: 50%;
  background-size: cover;
}

.text-span {
  font-size: 23px;
}

.bageri-block-text {
  margin-left: 10%;
  margin-right: 10%;
  padding: 15px 0;
}

.bageri-bild-4 {
  border-radius: 15px;
  width: 100%;
}

.om-oss {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/untitled-design-min.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.om-oss-h1-red {
  color: #de282c;
  text-align: center;
  margin-bottom: 20px;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

.heading-7 {
  color: #de282c;
}

.om-oss-h2-red {
  color: #de282c;
  font-family: Moresugar, Arial, sans-serif;
}

.div-block-33 {
  background-color: #467740;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 100%;
  display: flex;
}

.column-11 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-12 {
  justify-content: flex-start;
  display: flex;
}

.image-17 {
  border-radius: 15px;
  width: 80%;
  margin-top: 0;
  padding-top: 0;
}

.column-13 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.columns-5 {
  justify-content: center;
  align-items: center;
  margin: 0 3%;
  display: flex;
}

.paragraph-13 {
  width: 80%;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.image-18 {
  position: absolute;
}

.om-oss-3 {
  flex-flow: column;
  justify-content: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.om-oss-4 {
  margin: 3%;
}

.div-block-34 {
  background-color: #467740;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 19% 10% 10%;
  display: flex;
}

.om-oss-h2-white {
  color: #fff;
  text-align: center;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 23px;
}

.paragraph-14 {
  color: #fff;
  text-align: center;
  padding: 0 20px;
  font-family: Kodchasan, Arial, sans-serif;
}

.om-oss-coffe-icon-section {
  background-color: #467740;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 19% 10% 10%;
  display: flex;
}

.om-oss-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.div-block-35 {
  width: 50%;
}

.om-oss-div-6-1 {
  width: 100%;
  margin-bottom: 10%;
}

.om-oss-div-6-1-copy {
  width: 100%;
}

.div-block-36 {
  width: 50%;
}

.div-block-37 {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-38 {
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.image-19 {
  border-radius: 15px;
  width: 50%;
  margin-right: 3px;
}

.image-20 {
  border-radius: 15px;
  width: 50%;
  margin-left: 3px;
}

.image-21 {
  margin-bottom: 5px;
}

.image-22, .image-23 {
  border-radius: 15px;
}

.catering {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/7iv00818.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.input {
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 7vh;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.select-field-2 {
  color: #000;
  background-color: #f3f3f300;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 20px;
}

.text-field-3 {
  color: #000;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 10px;
}

.text-field-4 {
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 10px;
}

.select-field-3 {
  color: #000;
  background-color: #f3f3f300;
  border: 1px solid #000;
  border-radius: 10px;
}

.form {
  flex-flow: column;
  justify-content: center;
  margin-bottom: 10%;
  display: flex;
}

.submit-button-2 {
  background-color: #de282c;
  border-radius: 10px;
  margin-top: 10px;
}

.catering-3, .boka-bord-form {
  margin-left: 10%;
  margin-right: 10%;
}

.bord-forum {
  flex-flow: column;
  justify-content: center;
  margin-bottom: 10%;
  display: flex;
}

.bord-field-1 {
  background-color: #f3f3f300;
  border: 1px solid #000;
  border-radius: 10px;
}

.bord-field-2, .bord-field-3 {
  color: #000;
  background-color: #f3f3f300;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 20px;
}

.bord-field-4, .bord-field-5, .bord-field-6 {
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 10px;
}

.paragraph-15 {
  margin-bottom: 20px;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 20px;
}

.button-5 {
  background-color: #de282c;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-5.w--current {
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
}

.success-message-2 {
  background-color: #ddd0;
}

.container-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #fff4e5;
  border: 1px solid #000;
}

.lottie-animation {
  z-index: 9999999;
  background-color: var(--untitled-ui--bady-color);
  position: fixed;
  inset: 0%;
}

.div-block-39 {
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.div-block-40 {
  width: 100%;
  height: 50%;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider-track {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  display: flex;
}

.collection-item-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  width: 250px;
  margin-left: 10px;
  display: flex;
}

.test-cms-list {
  display: flex;
}

.splide {
  width: auto;
  height: auto;
}

.splide__track {
  height: 100%;
}

.splide__slide {
  height: 100%;
  display: block;
}

.splide__list {
  height: 100%;
}

.splide__item {
  height: 100%;
  margin: 10px;
}

.image-24 {
  width: auto;
  height: auto;
  display: block;
}

.collection-list {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  display: flex;
}

.div-block-41 {
  background-image: linear-gradient(0deg, #000, #fff0);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  padding-left: 2px;
  padding-right: 2px;
  position: static;
}

.image-25, .image-26 {
  border-radius: 15px;
  width: 100%;
}

.image-27 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-15 {
  justify-content: center;
  margin-left: 5%;
  margin-right: 0;
  display: flex;
}

.div-block-42 {
  width: 50%;
}

.div-block-43 {
  width: 50%;
  display: flex;
}

.image-28 {
  width: 80%;
}

.image-29 {
  border-radius: 15px;
  width: 100%;
}

.image-30 {
  border-radius: 15px;
  width: auto;
  height: auto;
}

.image-31 {
  border-radius: 15px;
  width: 100%;
}

.mask {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.mask-2 {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.slide-11 {
  background-image: url('../images/untitled-design-min.png');
  background-position: 50%;
  background-size: cover;
}

.slider-3 {
  width: 100%;
  height: 100vh;
}

.slide-12 {
  background-image: url('../images/7iv08475.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/9915b740975becea5b7e26ac9044f24cdc63f55d.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-44 {
  font-size: 18px;
}

.bold-text-4 {
  padding-left: 5%;
}

.om-oss-text-time {
  width: 80%;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.om-oss-text-nere {
  text-align: left;
  width: 70%;
  margin-bottom: 1%;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.image-32, .image-33 {
  width: 50%;
}

.section-16 {
  flex-flow: row;
  justify-content: center;
  margin: 5%;
  display: flex;
}

.image-34 {
  border-radius: 15px;
  margin-left: 5%;
}

.image-35 {
  border-radius: 15px;
  margin-right: 5%;
}

.image-27-copy {
  object-fit: cover;
  border-radius: 15px;
  width: 80%;
  height: 100%;
  overflow: hidden;
}

.image-coffe {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-36, .image-37, .image-38 {
  border-radius: 15px;
}

.textarea-3 {
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 50px;
}

.div-block-45 {
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.logo-footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-footer, .rose-footer {
  flex-flow: column;
  align-items: flex-start;
  width: 33%;
  display: block;
}

.icon-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.coffee-p-white-2 {
  color: #fefffe;
  margin: 0%;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 1.7vw;
  font-weight: 300;
  line-height: 35px;
}

.coffee-h2-white-2 {
  color: #fefffe;
  margin-top: 5%;
  margin-bottom: 2%;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 3vw;
}

.section-17 {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.div-block-46 {
  text-align: center;
  background-image: url('../images/namnlos-design-31.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 15px;
  justify-content: center;
  width: 33%;
  height: 80vh;
  margin-right: 0%;
  display: flex;
}

.div-block-47 {
  background-image: url('../images/kungabacka-2.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-48 {
  background-image: url('../images/namnlos-design-33.png');
  background-position: 0 0;
  background-size: auto;
}

.meny-kungsgatan, .meny-fredsgatan, .meny-kungsm-ssan {
  background-image: linear-gradient(0deg, #000, #fff0);
  border-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.fredsgatan {
  text-align: center;
  background-image: url('../images/untitled-design-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  width: 33%;
  height: 80vh;
  margin-right: 0%;
  display: flex;
}

.kungsm-ssan {
  text-align: center;
  background-image: url('../images/kungabacka.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 15px;
  justify-content: center;
  width: 33%;
  height: 80vh;
  margin-right: 0%;
  display: flex;
}

.kungsgatan {
  text-align: center;
  background-image: url('../images/kungsgatan.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 15px;
  justify-content: center;
  width: 33%;
  height: 80vh;
  margin-right: 0%;
  display: flex;
}

.kungsgatan-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/kungsgatan.png');
  background-position: 50% 40%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.kungsgatan-3 {
  background-color: #467740;
}

.kungsgatan-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/group-297.png');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 500px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.kungsm-ssan-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/namnlos-design-32.png');
  background-position: 50% 20%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.kungsm-ssan-3 {
  background-color: #467740;
}

.kungsm-ssan-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/group-297.png');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 500px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: auto;
}

.footer-header-copy, .footer-header-3 {
  color: #de282c;
  text-align: center;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 30px;
}

.success-message-3 {
  background-color: #ddd0;
}

.catering-p {
  text-align: center;
  width: 70%;
  margin-bottom: 1%;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-2, .text-span-3 {
  padding-right: 3px;
  font-family: Vanilla Caramel, Arial, sans-serif;
  font-weight: 600;
}

.text-span-4 {
  font-family: Gluten Variablefont Slnt Wght, Arial, sans-serif;
  font-weight: 600;
}

.text-span-5 {
  padding-right: 3px;
  font-family: Vanilla Caramel, Arial, sans-serif;
  font-weight: 600;
}

.text-span-6 {
  padding-right: 2px;
  font-family: Vanilla Caramel, Arial, sans-serif;
}

.text-span-7 {
  padding-left: 1px;
  padding-right: 2px;
  font-family: Vanilla Caramel, Arial, sans-serif;
}

.text-span-8 {
  font-family: Gluten Variablefont Slnt Wght, Arial, sans-serif;
  font-weight: 600;
}

.text-span-9 {
  padding-right: 3px;
  font-family: Vanilla Caramel, Arial, sans-serif;
  font-size: 35px;
  font-weight: 800;
}

.text-span-10 {
  padding-right: 3px;
  font-family: Vanilla Caramel, Arial, sans-serif;
}

.slide-14, .slide-15 {
  background-image: url('../images/7iv09208.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-4 {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  height: 100%;
}

.slide-16 {
  background-image: url('../images/7iv07182.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/7iv09415.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-nav {
  margin-bottom: 5px;
}

.mask-3 {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.text-span-11 {
  font-size: 25px;
}

.catering-p-small {
  text-align: center;
  width: 70%;
  margin-top: 1rem;
  margin-bottom: 1%;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-12 {
  font-family: Vanilla Caramel, Arial, sans-serif;
}

.image-39 {
  border-radius: 15px;
}

.text-span-13 {
  font-family: Gluten, Arial, sans-serif;
}

.div-block-49 {
  width: 50vw;
}

.meny-class {
  text-align: left;
  width: 70%;
  margin-bottom: 1%;
  font-family: Kodchasan, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.catering-meny {
  color: #de282c;
  text-align: center;
  margin-bottom: 20px;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

.catering-meny-2 {
  color: #de282c;
  text-align: center;
  margin-bottom: 20px;
  font-family: Moresugar, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .colums-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-6 {
    background-image: url('../images/7iv07303-2.png');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .div-block-12 {
    background-image: linear-gradient(#00000080, #00000080);
    width: 100%;
    height: 200px;
    position: absolute;
  }

  .section-10 {
    background-image: url('../images/7iv07303-2.png');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .uui-footer06_bottom-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-footer06_newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .uui-footer06_form-block {
    min-width: auto;
  }

  .uui-footer06_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .uui-footer06_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .section-12, .coffee-1, .menu-1, .fredsgatan-1, .fredsgatan-6, .fredsgatan-5-copy, .allergies-1, .lunch-soppbuff-1, .contact-us-1, .bageri, .om-oss, .catering, .kungsgatan-1, .kungsgatan-4, .kungsm-ssan-1, .kungsm-ssan-4 {
    background-image: url('../images/7iv07303-2.png');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .menu-button, .menu-button:hover, .menu-button:active, .menu-button.w--open, .nav-menu, .nav-menu:active {
    background-color: var(--untitled-ui--bady-color);
  }
}

@media screen and (max-width: 767px) {
  .line-green, .line-green-2 {
    margin-top: 30px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-footer06_bottom-wrapper {
    margin-top: 3rem;
  }

  .uui-footer06_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer06_newsletter-wrapper {
    border-bottom-style: none;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
    padding-bottom: 0;
  }

  .uui-footer06_top-wrapper {
    grid-row-gap: 2rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }
}

@media screen and (max-width: 479px) {
  .h1-red {
    font-size: 10vw;
    line-height: 40px;
  }

  .paragraph-2 {
    width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .button {
    margin-bottom: 20px;
  }

  .div-block-8 {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .svg-1 {
    display: none;
  }

  .paragraph-4 {
    margin-right: 0;
  }

  .colums-1, .colums-2 {
    flex-flow: column;
  }

  .section-6 {
    background-image: url('../images/7iv01207-3.png');
    height: 100%;
  }

  .h1-white {
    margin-top: 40px;
    margin-left: 2%;
    font-size: 13vw;
  }

  .paragraph-5 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .colums-3 {
    flex-flow: column;
  }

  .section-1 {
    margin-top: 20%;
  }

  .section-10 {
    background-image: url('../images/8ba2247235a4725e260e52ce43b67682ae028462.jpg');
  }

  .uui-footer06_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-footer06_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer06_logo-link {
    margin-bottom: 1.5rem;
  }

  .uui-footer06_top-wrapper {
    grid-template-columns: 1fr;
  }

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

  .coffee-3 {
    flex-flow: column;
  }

  .bageri-block-4-2 {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .div-block-20, .div-block-21 {
    width: 100%;
  }

  .div-block-22 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .coffee-4 {
    flex-flow: column;
  }

  .coffee-1 {
    background-image: url('../images/7iv02176-2.png');
    background-position: 40%;
    background-size: cover;
  }

  .coffee-6, .coffee-7, .section-13 {
    flex-flow: column;
  }

  .menu-1 {
    background-image: url('../images/soppa-5-1.svg');
  }

  .fredsgatan-1, .fredsgatan-6 {
    background-image: url('../images/group-297.png');
  }

  .allergies-1 {
    background-image: url('../images/7iv00416-2.png');
  }

  .lunch-soppbuff-1 {
    background-image: url('../images/desktop-75.png');
  }

  .lunch-soppbuff-3, .lunch-soppbuff-4, .lunch-soppbuff-6 {
    flex-flow: column;
  }

  .contact-us-1 {
    background-image: url('../images/7iv05195-enhanced-nr-2.png');
  }

  .contact-us-3, .contact-us-7 {
    flex-flow: column;
  }

  .conatact-icon {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .contact-green-box-copy {
    width: 90vw;
    margin-left: 0%;
  }

  .div-block-29 {
    display: none;
  }

  .block-forum-contact {
    width: 100%;
  }

  .div-block-32 {
    margin-left: 2%;
  }

  .bageri {
    background-image: url('../images/namnlos-design-44.png');
  }

  .bageri-3, .bageri-4, .bageri-6 {
    flex-flow: column;
  }

  .bageri-block-4-1 {
    width: 100%;
  }

  .bageri-block-4-2-1 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .bageri-6-1 {
    width: 100%;
  }

  .slide-6 {
    border-radius: 13px;
  }

  .bageri-block-text {
    margin-left: 3%;
    margin-right: 3%;
  }

  .bageri-bild-4 {
    width: 100%;
  }

  .om-oss {
    background-image: url('../images/group-297.png');
  }

  .column-11 {
    display: none;
  }

  .column-12 {
    justify-content: center;
  }

  .image-17 {
    width: 100%;
  }

  .columns-5 {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .om-oss-3 {
    flex-flow: column;
  }

  .div-block-34 {
    margin-bottom: 5%;
  }

  .om-oss-6 {
    flex-flow: column;
  }

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

  .catering {
    background-image: url('../images/7iv00818.jpg');
  }

  .div-block-39 {
    flex-flow: column;
    margin-left: 0%;
  }

  .slider-3 {
    display: none;
  }

  .om-oss-text-nere {
    width: 100%;
  }

  .section-16 {
    flex-flow: column;
  }

  .image-34 {
    margin-left: 0%;
  }

  .image-35 {
    margin-bottom: 5%;
    margin-right: 0%;
  }

  .div-block-45 {
    flex-flow: column;
  }

  .social-icon-footer {
    width: 100%;
    margin-bottom: 5%;
  }

  .rose-footer {
    width: 100%;
    display: none;
  }

  .icon-footer {
    width: 100%;
  }

  .coffee-p-white-2 {
    font-size: 8vw;
  }

  .coffee-h2-white-2 {
    font-size: 10vw;
  }

  .section-17 {
    flex-flow: column;
    margin-bottom: 5%;
  }

  .fredsgatan {
    width: 100%;
  }

  .kungsm-ssan, .kungsgatan {
    width: 100%;
    margin-top: 5%;
  }

  .kungsgatan-1, .kungsgatan-4 {
    background-image: url('../images/group-297.png');
  }

  .kungsm-ssan-1 {
    background-image: url('../images/kungabacka.png');
  }

  .kungsm-ssan-4 {
    background-image: url('../images/group-297.png');
  }

  .menu-button {
    background-color: var(--untitled-ui--bady-color);
  }

  .menu-button.w--open, .nav-menu {
    background-color: #fff4e5;
  }

  .dropdown {
    display: block;
  }

  .dropdown-toggle {
    padding-left: 2px;
  }

  .catering-p {
    width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .icon {
    color: #000;
  }

  .catering-p-small, .meny-class {
    width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

#w-node-f213a46a-bdf2-dcc8-17ad-f2d42b2243d7-92a6db92, #w-node-_7d2359d7-17aa-0251-96e0-e4ae26a8218b-92a6db92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_4e99fee7-96b4-40df-07cd-9a5dc1928402-92a6db92 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


@font-face {
  font-family: 'Moresugar';
  src: url('../fonts/moresugar-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moresugar';
  src: url('../fonts/moresugar-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moresugar Extras';
  src: url('../fonts/moresugar-extras.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/kodchasan-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/kodchasan-extralightitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/kodchasan-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/kodchasan-bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/kodchasan-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/kodchasan-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/kodchasan-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/kodchasan-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/kodchasan-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/kodchasan-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/kodchasan-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/kodchasan-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/materialicons-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gluten';
  src: url('../fonts/gluten-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gluten';
  src: url('../fonts/gluten-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gluten';
  src: url('../fonts/gluten-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gluten';
  src: url('../fonts/gluten-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gluten';
  src: url('../fonts/gluten-bold.ttf') format('truetype'), url('../fonts/gluten-extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gluten';
  src: url('../fonts/gluten-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gluten';
  src: url('../fonts/gluten-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gluten';
  src: url('../fonts/gluten-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gluten Variablefont Slnt Wght';
  src: url('../images/.') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsround';
  src: url('../fonts/materialiconsround-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vanilla Caramel';
  src: url('../fonts/vanilla-caramel.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}