.section {
  height: 80vh;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.section-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 10vh;
  background-color: hsla(0, 0%, 100%, 0.17);
}

.heading {
  margin-bottom: 20px;
  font-family: Gothicb[1], sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.link-block {
  width: 45px;
  height: 45px;
  margin-top: 10px;
  background-image: url('../images/arrow-down-white.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 25%;
  height: 30vh;
  background-color: #681212;
}

.heading-2 {
  width: 100%;
  margin-bottom: 20px;
  font-family: Larken, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 30vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  width: 25%;
  height: 30vh;
  background-color: #ac3d3d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.background-video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.link-block-3 {
  width: 33%;
  height: 30vh;
  background-image: url('../images/logga-ponden-foods-02.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 67.3%, 0.5)), to(hsla(0, 0%, 67.3%, 0.5)));
  background-image: url('../images/logga-ponden-foods-02.png'), linear-gradient(180deg, hsla(0, 0%, 67.3%, 0.5), hsla(0, 0%, 67.3%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.link-block-3:hover {
  background-image: url('../images/logga-ponden-foods-02.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(30, 57, 133, 0.5)), to(rgba(30, 57, 133, 0.5)));
  background-image: url('../images/logga-ponden-foods-02.png'), linear-gradient(180deg, rgba(30, 57, 133, 0.5), rgba(30, 57, 133, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.link-block-4 {
  width: 33%;
  height: 30vh;
  background-image: url('../images/logga-ponden-foods-01.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 67.5%, 0.5)), to(hsla(0, 0%, 67.5%, 0.5)));
  background-image: url('../images/logga-ponden-foods-01.png'), linear-gradient(180deg, hsla(0, 0%, 67.5%, 0.5), hsla(0, 0%, 67.5%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.link-block-5 {
  width: 33%;
  height: 30vh;
  background-image: url('../images/logga-ponden-foods-03.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 67.5%, 0.5)), to(hsla(0, 0%, 67.5%, 0.5)));
  background-image: url('../images/logga-ponden-foods-03.png'), linear-gradient(180deg, hsla(0, 0%, 67.5%, 0.5), hsla(0, 0%, 67.5%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-5 {
  width: 70%;
  background-color: rgba(105, 51, 51, 0);
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  width: 90%;
  font-family: Larken, sans-serif;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0px;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block-6 {
  display: block;
  width: 49.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #522e2e;
  background-image: url('../images/logga-ponden-foods-02.png'), url('../images/raw-fish-ponden-foods-bw.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 300px, cover;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
  text-decoration: none;
}

.link-block-7 {
  width: 49.5%;
  background-color: #644a4a;
  background-image: url('../images/logga-ponden-foods-03.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/meat-ponden-foods.jpg');
  background-image: url('../images/logga-ponden-foods-03.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/meat-ponden-foods.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 300px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.link-block-7:hover {
  background-image: url('../images/logga-ponden-foods-03.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/meat-ponden-foods.jpg');
  background-image: url('../images/logga-ponden-foods-03.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/meat-ponden-foods.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 300px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.heading-4 {
  font-family: Gothicb[1], sans-serif;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-8 {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #816060;
  background-image: url('../images/logga-ponden-foods-01.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/centralgrossen-ponden-foods-bw.jpg');
  background-image: url('../images/logga-ponden-foods-01.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/centralgrossen-ponden-foods-bw.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 300px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.link-block-8:hover {
  background-image: url('../images/logga-ponden-foods-01.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/centralgrossen-ponden-foods-bw.jpg');
  background-image: url('../images/logga-ponden-foods-01.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/centralgrossen-ponden-foods-bw.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 300px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-pane-tab-1 {
  width: 0px;
  height: 0px;
}

.tabs-menu {
  width: 100%;
}

.section-8 {
  background-color: #df6c5d;
}

.tab-pane-tab-1-2 {
  width: 0px;
  height: 0px;
}

.tab-pane-tab-2 {
  width: 0px;
  height: 0px;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/cuts-fresh-beef-food-photography-recipe-idea.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 235, 221, 0);
  background-image: url('../images/bg-svenskmatgrossist-3.png');
  background-position: 50% -440%;
  background-size: 1960px;
  background-repeat: no-repeat;
}

.div-block-7 {
  width: 25%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-2 {
  font-family: Larken, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.section-11 {
  display: block;
  height: 60vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  width: 50%;
  background-image: url('../images/meat-ponden-foods.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-10 {
  width: 100%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.body {
  background-color: #e1f7ff;
}

.section-12 {
  height: 100vh;
}

.heading-5 {
  margin-top: 40px;
  font-family: Larken, sans-serif;
  color: #333;
  text-align: center;
}

.heading-5.seafood {
  color: #000;
}

.div-block-11 {
  width: 30%;
  height: 45vh;
  padding: 20px;
  border-radius: 10px;
  background-color: #536453;
  opacity: 0.9;
}

.div-block-12 {
  display: block;
  width: 30%;
  height: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #333;
  opacity: 0.9;
}

.div-block-13 {
  width: 30%;
  height: auto;
  padding: 20px 20px 30px;
  border-radius: 10px;
  background-color: #333;
  opacity: 0.9;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.heading-6 {
  opacity: 1;
  font-family: Larken, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-7 {
  font-family: Larken, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-7.kontakt-sida {
  color: #000;
}

.text-block {
  font-family: Gothicb[1], sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link.kontakt-sida {
  color: #000;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-15 {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/ponden-foods-lamb.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/ponden-foods-lamb.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-16 {
  width: 40%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/ponden-foods-cows.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/ponden-foods-cows.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.section-14 {
  height: 1000px;
}

.section-15 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('../images/bg-svenskmatgrossist.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-15.seafood {
  background-image: url('../images/seafood-bg-vector.png');
  background-size: cover;
  opacity: 1;
}

.section-15.central {
  background-position: 50% 100%;
  background-size: 2260px;
}

.body-2 {
  background-color: #ffede1;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/raw-fish-ponden-foods-.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  width: 25%;
}

.paragraph-3 {
  font-family: Larken, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-3 {
  background-color: #fffdde;
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/centralgrossen-ponden-foods.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.section-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  width: 25%;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-4 {
  font-family: Larken, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffede1;
}

.grid {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1.25fr 1fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gothicb[1], sans-serif;
  color: #333;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.text-block-2 {
  font-family: Larken, sans-serif;
  color: #333;
  font-size: 12px;
  text-align: center;
}

.link-block-9 {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  background-image: url('../images/centralgrossisten-icon-text.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-10 {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  background-image: url('../images/seafood-factory-icon-text.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-11 {
  width: 100px;
  height: 100px;
  background-image: url('../images/svenskmatgrossist-icon-text.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 15px;
  padding-top: 33px;
  padding-bottom: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffede1;
}

.div-block-21 {
  width: 60%;
}

.heading-9 {
  margin-top: 20px;
  font-family: Larken, sans-serif;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-23 {
  width: 80%;
  text-align: center;
}

.footer-icon {
  margin-right: 20px;
  margin-left: 0px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #0094ce;
  font-size: 20px;
  line-height: 32px;
}

.footer-icon:hover {
  color: #fff;
}

.section-22 {
  position: relative;
  padding: 4em 4%;
  background-color: #fff;
}

.section-22.footer {
  margin-top: 15px;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: rgba(255, 237, 225, 0);
}

.section-22.hamburger-menu-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 0vh;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #151623;
}

.footer-link {
  position: relative;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}

.footer-link:hover {
  color: grey;
}

.footer-link.kontakt-info {
  font-size: 16px;
}

.footer-link.tj-nster {
  border-bottom: 1px none #000;
  font-size: 16px;
  text-decoration: none;
}

.nav-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.59);
}

.nav-line.footer-line {
  margin-left: 0px;
  background-color: rgba(201, 201, 201, 0);
}

.logo {
  max-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1em;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.footer-legal-container {
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.container.contact-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 94vw;
  height: 100vh;
  max-width: 880px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.column {
  padding: 16px 2%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column.footer-column {
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.mobile-contact {
  padding-top: 48px;
  padding-right: 0%;
  padding-left: 0%;
}

.column.large-menu-column {
  width: 66%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.contact-col {
  padding-top: 48px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.small-menu-column {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.contact-column.hamburger-mobile-menu {
  display: none;
}

.column.contact-column.hamburger-contact {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-text {
  margin-bottom: 0px;
  color: #333;
  font-size: 12px;
  line-height: 24px;
}

.logo-container {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in-out, color 400ms ease-in-out;
  transition: opacity 400ms ease-in-out, color 400ms ease-in-out;
  color: #fff;
  text-decoration: none;
}

.logo-container:hover {
  opacity: 0.5;
}

.footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-paragraph {
  font-family: Larken, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.link-block-12 {
  color: #fff;
  line-height: 10px;
  text-decoration: none;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gothicb[1], sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 30px;
}

.bold-text {
  color: #333;
}

.link-6 {
  color: #333;
  text-decoration: none;
}

.heading-11 {
  margin-bottom: 0px;
  font-family: Gothicb[1], sans-serif;
}

.text-block-3 {
  font-family: Larken, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}

.nav-mega-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 400px;
  max-width: 1400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.nav-mega-menu.education {
  background-color: transparent;
}

.top-icon {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #0094ce;
  font-size: 12px;
}

.top-icon:hover {
  color: #fff;
}

.hamburger-icon {
  opacity: 0.65;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.hamburger-icon:hover {
  opacity: 1;
}

.light-heading {
  color: #fff;
  text-transform: uppercase;
}

.light-heading.tj-nster-nav {
  font-size: 40px;
  line-height: 50px;
}

.mobile-link-wrap {
  overflow: hidden;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.nav-links-wrap {
  position: static;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown-icon {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-left: 12px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #e3af5b;
  font-size: 24px;
  line-height: 12px;
}

.sub-menu-column {
  margin-right: 24px;
  padding-right: 24px;
}

.nav-reveal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: auto;
  height: 96px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-reveal:hover {
  background-color: transparent;
}

.topbar-socials {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.topbar {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94vw;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button-overlay {
  position: absolute;
  left: -15%;
  top: 0%;
  right: auto;
  bottom: 0px;
  z-index: -1;
  display: block;
  width: 0%;
  background-color: #e3af5b;
  -webkit-transform: skew(-32deg, 0deg);
  -ms-transform: skew(-32deg, 0deg);
  transform: skew(-32deg, 0deg);
}

.button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 2em;
  padding: 12px 20px;
  background-color: #fff;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #151623;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.button:hover {
  color: #fff;
}

.nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  background-color: rgba(68, 68, 68, 0);
}

.link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 78px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact-socials {
  margin-top: 24px;
}

.sub-menu-line {
  margin-right: 4px;
  color: #e3af5b;
}

.nav-link {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-bottom: -1px;
  margin-left: 12px;
  padding: 4px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Larken, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  border-bottom: 1px solid #e3af5b;
  color: #fff;
}

.nav-link.link-left {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: hsla(0, 0%, 100%, 0.65);
  text-align: left;
  text-transform: uppercase;
}

.nav-link.link-left:hover {
  color: #fff;
}

.nav-link.contact-link {
  margin-right: auto;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #e3af5b;
}

.nav-link.contact-link:hover {
  color: #fff;
}

.light-text {
  color: #fff;
}

.light-text.contact-address {
  margin-top: 8px;
  font-size: 16px;
  line-height: 32px;
}

.mobile-link-dropdown {
  margin-bottom: 12px;
  padding: 12px 24px;
}

.mobile-link-dropdown.sub-menu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hamburger-menu {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  margin-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.top-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #0094ce;
  font-size: 12px;
}

.top-link:hover {
  color: #fff;
}

.mobile-menu-link {
  display: block;
  margin-bottom: 8px;
  color: hsla(0, 0%, 100%, 0.75);
  line-height: 24px;
}

.mobile-menu-link:hover {
  color: #fff;
}

.mega-menu-inner {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 94vw;
  height: 400px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.mega-menu-inner.flex-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gothicb[1], sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.body-4 {
  background-color: #fff;
}

.section-23 {
  height: 75vh;
}

.background-video-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-13 {
  font-family: Larken, sans-serif;
  text-transform: none;
}

.section-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #e1f7ff;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ffede1;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fffdde;
}

.image {
  margin-right: auto;
  margin-left: auto;
}

.brand {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: letter-spacing 600ms ease;
  transition: letter-spacing 600ms ease;
  color: #fff;
  font-weight: 400;
  letter-spacing: 9px;
}

.brand:hover {
  letter-spacing: 12px;
}

.nav-link-content {
  position: relative;
  display: inline-block;
  padding-right: 4px;
  padding-left: 8px;
}

.navigation {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 24px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.nav-dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-bar-info {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-icon-line-bottom {
  height: 2px;
  background-color: #fff;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100vh;
  max-height: 100vh;
  padding-top: 112px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
}

.menu-icon {
  width: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-bar-contacts {
  padding-right: 32px;
  padding-left: 32px;
  font-size: 11px;
  line-height: 20px;
  text-align: right;
}

.nav-link-2 {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: #fff;
  font-size: 4.5vh;
  line-height: 5.5vh;
  text-align: center;
  letter-spacing: 0.7vh;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-link-2.w--open {
  left: auto;
  right: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-white {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  color: #ff7b3e;
}

.menu-icon-line-top {
  height: 2px;
  margin-bottom: 6px;
  background-color: #fff;
}

.menu-button {
  z-index: 10;
  width: 56px;
  height: 56px;
  padding: 15px 16px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
}

.menu-button.w--open {
  background-color: transparent;
}

.nav-bottom-right-info {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 44px;
  color: #888;
  font-size: 11px;
  line-height: 20px;
  text-align: right;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 112px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.heading-15 {
  margin-top: 0px;
  font-family: Gothicb[1], sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.heading-16 {
  margin-top: 0px;
  font-family: Gothicb[1], sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.heading-17 {
  margin-top: 0px;
  font-family: Gothicb[1], sans-serif;
  color: #fff;
  font-size: 60px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1f7ff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-18 {
  font-family: Gothicb[1], sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.button-2 {
  width: 50%;
  margin-top: 20px;
  border-radius: 3px;
  background-color: #333;
  opacity: 0.9;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.button-2:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1440px) {
  .section-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-7.kontakt-sida {
    color: #000;
  }

  .text-block.kontakt-sida {
    color: #000;
  }

  .link.kontakt-sida {
    color: #000;
  }

  .section-22.hamburger-menu-section {
    width: auto;
  }

  .logo {
    max-width: 250px;
  }

  .container {
    max-width: none;
  }

  .nav-reveal {
    width: auto;
  }

  .topbar {
    max-width: 1400px;
  }

  .nav-main {
    max-width: 1400px;
  }

  .section-24 {
    height: auto;
  }

  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 40px;
  }

  .paragraph {
    font-size: 16px;
  }

  .div-block-5 {
    width: 60%;
  }

  .div-block-6 {
    width: 40%;
  }

  .heading-3 {
    font-size: 30px;
  }

  .section-9 {
    background-image: url('../images/cuts-fresh-beef-food-photography-recipe-idea.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

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

  .div-block-12 {
    width: 80%;
    margin-bottom: 10px;
    background-color: #333;
    opacity: 0.8;
  }

  .div-block-13 {
    width: 80%;
    margin-bottom: 10px;
    background-color: #333;
    opacity: 0.8;
  }

  .div-block-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-16 {
    background-position: 50% 50%;
    background-size: cover;
  }

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

  .section-18 {
    background-image: url('../images/centralgrossen-ponden-foods.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

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

  .section-22 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-22.hamburger-menu-section {
    overflow: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container.contact-container {
    display: block;
    padding-top: 8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column.mobile-contact {
    padding-top: 36px;
  }

  .column.contact-col {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .column.contact-column {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .column.contact-column.hamburger-mobile-menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .nav-links-wrap {
    display: none;
  }

  .dropdown-icon {
    top: 2px;
    font-size: 16px;
  }

  .topbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar {
    display: none;
  }

  .mobile-menu-link {
    display: block;
    margin-bottom: 8px;
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 16px;
    line-height: 28px;
  }

  .mobile-menu-link:hover {
    color: #fff;
  }

  .section-24 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-24 {
    width: 80%;
    margin-bottom: 15px;
  }

  .div-block-25 {
    width: 80%;
    margin-bottom: 15px;
  }

  .div-block-26 {
    width: 80%;
  }

  .brand {
    padding-right: 8px;
    padding-left: 24px;
  }

  .dropdown-link {
    -webkit-transition: color 400ms ease-in-out;
    transition: color 400ms ease-in-out;
    color: #fff;
    font-size: 20px;
    text-align: left;
  }

  .navigation {
    padding-right: 8px;
  }

  .dropdown-link-2 {
    color: #fff;
    font-size: 20px;
    text-align: left;
  }

  .link-7 {
    color: #fff;
    font-size: 35px;
    text-align: left;
  }

  .nav-dropdown-list.w--open {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-bar-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .nav-menu {
    overflow: visible;
    padding-right: 32px;
    padding-left: 32px;
    background-color: #9fb8b9;
  }

  .link-8 {
    color: #fff;
    text-decoration: none;
  }

  .link-8.w--current {
    font-size: 35px;
    text-align: left;
  }

  .nav-bar-contacts {
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav-link-2 {
    font-family: Gothicb[1], sans-serif;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 1px;
  }

  .nav-link-2:hover {
    color: #fff;
  }

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

  .nav-link-2.w--current:hover {
    color: #fff;
  }

  .nav-link-2.w--open {
    box-shadow: none;
  }

  .text-block-6 {
    font-family: Gothicb[1], sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 56px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .icon-2 {
    color: #fff;
  }

  .link-white:hover {
    color: #3aaefc;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #161a25;
  }

  .text-block-7 {
    font-size: 35px;
    text-align: left;
    letter-spacing: 1px;
  }

  .nav-bottom-right-info {
    bottom: 36px;
    color: #fff;
  }

  .dropdown-list {
    background-color: hsla(0, 0%, 86.7%, 0.16);
    font-family: Gothicb[1], sans-serif;
    text-align: left;
  }

  .dropdown-list.w--open {
    background-color: hsla(0, 0%, 86.7%, 0);
    color: #fff;
  }

  .nav-bar {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    margin-bottom: 14px;
    padding-top: 8px;
    padding-right: 0px;
    border-top: 1px solid rgba(22, 26, 37, 0.1);
    background-color: rgba(21, 21, 21, 0);
  }

  .heading-14 {
    font-family: Gothicb[1], sans-serif;
    font-size: 28px;
    letter-spacing: 0px;
  }

  .utility-page-content {
    width: 60%;
  }

  .heading-18 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    width: 80%;
  }

  .link-block-6 {
    background-size: 200px, cover;
  }

  .link-block-7 {
    background-image: url('../images/logga-ponden-foods-03.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/meat-ponden-foods.jpg');
    background-image: url('../images/logga-ponden-foods-03.png'), linear-gradient(180deg, null, null), url('../images/meat-ponden-foods.jpg');
    background-size: 200px, auto, cover;
  }

  .link-block-7:hover {
    background-image: url('../images/logga-ponden-foods-03.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/meat-ponden-foods.jpg');
    background-image: url('../images/logga-ponden-foods-03.png'), linear-gradient(180deg, null, null), url('../images/meat-ponden-foods.jpg');
    background-size: 200px, auto, cover;
  }

  .link-block-8 {
    background-image: url('../images/logga-ponden-foods-01.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/centralgrossen-ponden-foods-bw.jpg');
    background-image: url('../images/logga-ponden-foods-01.png'), linear-gradient(180deg, null, null), url('../images/centralgrossen-ponden-foods-bw.jpg');
    background-size: 200px, auto, cover;
  }

  .link-block-8:hover {
    background-image: url('../images/logga-ponden-foods-01.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/centralgrossen-ponden-foods-bw.jpg');
    background-image: url('../images/logga-ponden-foods-01.png'), linear-gradient(180deg, null, null), url('../images/centralgrossen-ponden-foods-bw.jpg');
    background-size: 200px, auto, cover;
  }

  .footer-icon {
    margin-right: 12px;
    margin-left: 12px;
  }

  .footer-icon.contact-icon {
    margin-left: 0px;
  }

  .section-22 {
    padding-right: 2%;
    padding-left: 2%;
  }

  .footer-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .nav-line.footer-line {
    margin-right: auto;
    margin-left: auto;
  }

  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .column {
    padding: 12px 3%;
    text-align: center;
  }

  .column.footer-column {
    text-align: center;
  }

  .column.footer-column._50-50 {
    width: 50%;
  }

  .column.footer-column._90-10 {
    width: 90%;
  }

  .column.footer-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column.contact-col {
    padding-right: 5%;
    padding-left: 5%;
  }

  .column.contact-column {
    padding-right: 5%;
    padding-left: 5%;
  }

  .column.contact-column.hamburger-mobile-menu {
    text-align: left;
  }

  .logo-container {
    padding-left: 12px;
  }

  .logo-container.footer-logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-socials {
    margin-top: 24px;
  }

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

  .brand {
    padding: 10px 20px;
  }

  .navigation {
    padding-right: 0px;
  }

  .nav-bar-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-menu {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-bar-contacts {
    padding-right: 16px;
  }

  .nav-link-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .nav-bottom-right-info {
    bottom: 20px;
  }

  .nav-bar {
    position: absolute;
    height: 64px;
    padding-left: 0px;
  }

  .heading-14 {
    font-size: 25px;
  }

  .heading-15 {
    font-size: 40px;
  }

  .heading-16 {
    font-size: 40px;
  }

  .heading-17 {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 30px;
  }

  .div-block {
    width: 90%;
  }

  .section-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

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

  .div-block-6 {
    width: 90%;
  }

  .section-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-block-6 {
    width: 100%;
  }

  .link-block-7 {
    width: 100%;
    margin-top: 15px;
  }

  .link-block-7:hover {
    background-image: url('../images/logga-ponden-foods-03.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/meat-ponden-foods.jpg');
    background-image: url('../images/logga-ponden-foods-03.png'), linear-gradient(180deg, null, null), url('../images/meat-ponden-foods.jpg');
    background-size: 200px, auto, cover;
  }

  .section-7 {
    height: 25vh;
  }

  .link-block-8:hover {
    background-image: url('../images/logga-ponden-foods-01.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/centralgrossen-ponden-foods-bw.jpg');
    background-image: url('../images/logga-ponden-foods-01.png'), linear-gradient(180deg, null, null), url('../images/centralgrossen-ponden-foods-bw.jpg');
    background-size: 200px, auto, cover;
  }

  .section-9 {
    height: 90vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/cuts-fresh-beef-food-photography-recipe-idea.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/cuts-fresh-beef-food-photography-recipe-idea.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-7 {
    width: 90%;
  }

  .section-16 {
    height: 90vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/raw-fish-ponden-foods-.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/raw-fish-ponden-foods-.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-17 {
    width: 90%;
  }

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

  .section-18 {
    height: 90vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/centralgrossen-ponden-foods.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/centralgrossen-ponden-foods.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .div-block-19 {
    width: 90%;
  }

  .section-22 {
    padding-top: 2em;
  }

  .container {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .column {
    text-align: center;
  }

  .column.footer-column._50-50 {
    display: block;
    width: 50%;
  }

  .column.footer-column._90-10 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .column.mobile-contact {
    text-align: left;
  }

  .column.contact-column.hamburger-mobile-menu {
    text-align: left;
  }

  .light-heading {
    text-align: left;
  }

  .topbar {
    display: none;
  }

  .link-wrap {
    display: none;
  }

  .nav-main {
    height: 60px;
  }

  .top-link {
    display: none;
  }

  .section-23 {
    height: 90vh;
  }

  .div-block-24 {
    width: 90%;
  }

  .div-block-25 {
    width: 90%;
  }

  .div-block-26 {
    width: 90%;
  }

  .brand {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation {
    padding-left: 0px;
  }

  .nav-menu-links {
    padding-bottom: 160px;
  }

  .text-block-4 {
    font-size: 25px;
  }

  .link-7 {
    font-size: 25px;
  }

  .nav-dropdown {
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu {
    overflow: visible;
  }

  .link-8.w--current {
    font-size: 25px;
  }

  .nav-bar-contacts {
    display: none;
  }

  .nav-link-2 {
    font-size: 25px;
  }

  .text-block-5 {
    font-size: 25px;
  }

  .text-block-6 {
    font-size: 25px;
  }

  .text-block-7 {
    font-size: 25px;
  }

  .nav-bottom-right-info {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 16px;
    text-align: center;
  }

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

  .nav-bar {
    position: absolute;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-14 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-15 {
    font-size: 30px;
  }

  .heading-16 {
    font-size: 26px;
  }

  .heading-17 {
    font-size: 30px;
  }

  .utility-page-content {
    width: 95%;
  }

  .heading-18 {
    font-size: 30px;
  }
}

@font-face {
  font-family: 'Larken';
  src: url('../fonts/Larken-Black-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/Larken-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/Larken-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/Larken-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larken extra';
  src: url('../fonts/Larken-Extra-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/Larken-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/Larken-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/Larken-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larken extra';
  src: url('../fonts/Larken-Extra-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/Larken-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/Larken-Thin-Italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Larken variable';
  src: url('../fonts/Larken-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larken variable';
  src: url('../fonts/Larken-Variable-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/Larken-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothicb[1]';
  src: url('../fonts/gothicb1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}