/* app/stylesheet/banner.css */
@font-face {
  font-family: Noto Sans;
  src: url(/build/_assets/NotoSans-Bold-Q5J5MRZB.woff2) format("woff2"), url(/build/_assets/NotoSans-Bold-KPHK53P5.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Noto Sans;
  src: url(/build/_assets/NotoSans-Medium-UYLF6VE7.woff2) format("woff2"), url(/build/_assets/NotoSans-Medium-V5LDIJLD.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Noto Sans;
  src: url(/build/_assets/NotoSans-Italic-ZHBXNVDG.woff2) format("woff2"), url(/build/_assets/NotoSans-Italic-SSDOJ23Y.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Noto Sans;
  src: url(/build/_assets/NotoSans-SemiBold-DF7JIXDP.woff2) format("woff2"), url(/build/_assets/NotoSans-SemiBold-LCJC7WCB.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Noto Sans;
  src: url(/build/_assets/NotoSans-Regular-QTKLLDQY.woff2) format("woff2"), url(/build/_assets/NotoSans-Regular-NH7YWFJW.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url(/build/_assets/Lato-Regular-4LGRS5EH.woff2) format("woff2"), url(/build/_assets/Lato-Regular-UJ72M2JV.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url(/build/_assets/Lato-Bold-Q2UDGMYK.woff2) format("woff2"), url(/build/_assets/Lato-Bold-DQNBG5WW.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Playfair Display;
  src: url(/build/_assets/PlayfairDisplay-Medium-R7HFSPBB.woff2) format("woff2"), url(/build/_assets/PlayfairDisplay-Medium-JMU3NHQ2.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Playfair Display;
  src: url(/build/_assets/PlayfairDisplay-Bold-Z4PAMFPG.woff2) format("woff2"), url(/build/_assets/PlayfairDisplay-Bold-IXJRNW46.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Playfair Display;
  src: url(/build/_assets/PlayfairDisplay-Regular-6AUJODPY.woff2) format("woff2"), url(/build/_assets/PlayfairDisplay-Regular-MRUIP65X.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Playfair Display;
  src: url(/build/_assets/PlayfairDisplay-SemiBold-5Q2NSVGW.woff2) format("woff2"), url(/build/_assets/PlayfairDisplay-SemiBold-U3BDGI3X.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.font-playfair {
  font-family: Playfair Display, serif;
}
.font-lato {
  font-family: Lato, serif;
}
body .station-preview,
body .page-preview {
  font-family: DM Sans;
  margin: 0;
  color: #002;
  font-size: 100%;
}
.uppercase {
  text-transform: uppercase;
}
.f-60 {
  font-size: 5.35vw;
}
.f-32 {
  font-size: 1.75vw;
}
.f-30 {
  font-size: 1.7vw;
}
.fw-700 {
  font-weight: 700;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.fw-300 {
  font-weight: 300;
}
.fs-it {
  font-style: italic;
}
.fs-nor {
  font-style: normal;
}
.xs-subTitle {
  font-weight: 300;
}
.station-preview .banner-fluid {
  width: 100%;
  height: 86%;
  background-size: cover;
}
.banner-fluid {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.banner-fluid .container {
  min-height: 100vh;
  padding: 20px 4%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.station-preview .banner-fluid .container {
  height: 100%;
  padding: 20px 4%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 90vh;
}
.banner-fluid .container .title {
  padding-bottom: 36px;
  padding-top: 36px;
}
.banner-fluid .container .title .heading {
  font-size: 5.35vw;
  font-weight: 700;
  padding: 10px 0;
  line-height: 1;
}
.banner-fluid .container .title .heading > span {
  font-weight: 300;
  font-style: italic;
}
.banner-fluid .container .title .heading .number {
  font-style: normal;
  border: 2px solid #0084ff;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  font-size: 3vw;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-right: 1.4vw;
  float: left;
  margin-top: .75vw;
  color: #0084ff;
  font-weight: 500;
}
.site-blue {
  color: #0084ff;
}
.line-normal {
  line-height: normal;
}
.content-vh {
  display: grid;
  overflow: hidden;
  min-height: 90vh;
  max-height: 90vh;
  width: 100%;
  overflow-y: auto;
  align-items: center;
}
.page-preview .content-vh.f-height {
  max-height: 100%;
}
.lunch-list .site-blue,
.allergens-list .m-text {
  line-height: normal;
}
.lunch-allergens .f-list {
  padding: 10px 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.lunch-allergens .f-list li {
  float: left;
  font-size: 1.5vw;
  font-weight: 700;
  margin-right: 10px;
  list-style-type: none;
  padding: 4px 4px 4px 0;
  line-height: 1;
}
.lunch-allergens .f-list li img {
  float: left;
  width: 1.5vw;
  margin-right: 6px;
  margin-top: -1px;
}
.lunch-allergens .allergens-list {
  display: block;
  overflow: hidden;
  padding: 0 5px;
}
.page-preview .banner-fluid.lunch .container {
  max-width: 100%;
  padding-bottom: 80px;
}
.station-preview .banner-fluid.lunch .container {
  max-width: 100%;
}
.ReactModal__Content .carousel-root .carousel.carousel-slider .control-arrow.control-next:before {
  background-image: url(/build/_assets/right-arrow-26SMCFCV.png);
  width: 30px;
  height: 30px;
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  background-size: 20px;
  background-position: 7px 5px;
  background-repeat: no-repeat;
}
.ReactModal__Content .carousel-root .carousel.carousel-slider .control-arrow.control-prev:before {
  background-image: url(/build/_assets/left-arrow-7FRSBASI.png);
  width: 30px;
  height: 30px;
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.ReactModal__Content .carousel-root .carousel.carousel-slider .control-arrow {
  opacity: 1;
}
.ReactModal__Content .carousel-root .carousel.carousel-slider .control-arrow:hover {
  background: transparent;
}
.the_food_popup .carousel.carousel-slider {
  background-color: #f0efea;
}
.ReactModal__Content .carousel-root .control-dots {
  display: none;
}
.ReactModal__Overlay.ReactModal__Overlay--after-open.weekModal_overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(29, 29, 27, .4) !important;
}
.ReactModal__Overlay.ReactModal__Overlay--after-open .actModal {
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px solid rgb(204, 204, 204);
  background: #EFF0EF;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  min-width: 400px;
  z-index: 20;
  max-height: 96vh;
  min-height: 320px;
}
.actModal {
  border: 0;
}
.copy__meal .react-select-container .cursor-pointer.react-select__control {
  min-height: 35px;
  padding: 6px !important;
}
.page-preview .fluid-container .container {
  max-width: 100%;
}
.disable_ms {
  pointer-events: none;
  opacity: .5;
}
.display-none {
  display: none;
}
.searchWrapper {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 5px;
  min-height: 22px;
  position: relative;
}
#css_custom_multiselect .searchWrapper {
  font-size: 14px;
  min-height: 38px;
  font-weight: 400;
  padding-left: .75rem;
}
#css_custom_multiselect .search-wrapper.searchWrapper .chip.false {
  padding: 2px 0 0;
  margin-left: 0;
}
.multiselect#css_custom_multiselect .search-wrapper.searchWrapper .chip.false {
  padding: 4px 10px;
  margin-left: 0;
}
.chip {
  padding: 4px 10px;
  background: #0096fb;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  white-space: nowrap;
}
.singleChip {
  background: none;
  border-radius: none;
  color: inherit;
  white-space: nowrap;
}
.singleChip i {
  display: none;
}
.closeIcon {
  height: 13px;
  width: 13px;
  float: right;
  margin-left: 5px;
  cursor: pointer;
}
.optionListContainer {
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 1px;
  z-index: 2;
}
.checkbox {
  margin-right: 10px;
}
.disableSelection {
  pointer-events: none;
  opacity: .5;
}
.highlightOption {
  background: #0096fb;
  color: #fff;
}
.displayBlock {
  display: block;
}
.displayNone {
  display: none;
}
.notFound {
  padding: 10px;
  display: block;
}
.singleSelect {
  padding-right: 20px;
}
li.groupHeading {
  color: #908e8e;
  pointer-events: none;
  padding: 5px 15px;
}
li.groupChildEle {
  padding-left: 30px;
}
.icon_down_dir {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.icon_down_dir:before {
  content: "\e803";
}
.custom-close {
  display: flex;
}
.m-text.empty-section {
  padding-top: 0;
}
.page-preview .banner-fluid.lunch.lunch .m-text.empty-section,
.station-preview .banner-fluid.lunch.lunch .m-text.empty-section {
  font-size: 1.5vw;
}
.food-waste-banner {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1199px) {
  .banner-fluid {
    background-size: cover;
  }
  .banner-fluid .container .title {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .station-preview .banner-fluid {
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    overflow-y: auto;
  }
  .food-allergens {
    padding-top: 20px;
  }
  .banner-fluid .container .title .heading {
    padding-bottom: 20px;
  }
  .food-allergens .f-list li img {
    margin-left: 10px;
    margin-top: 2px;
  }
  .food-allergens .f-list li {
    margin-right: 20px;
  }
  .content-vh {
    display: flex;
  }
}
.page-preview .banner-bg-morgenmad {
  background-image: url(/build/_assets/Morgenmad_bg-HZDAJOVG.png);
}
.page-preview .banner-bg-frokost {
  background-image: url(/build/_assets/Frokost-3-bg-PXOVSDVQ.png);
}
.page-preview .banner-bg-aftensmad {
  background-image: url(/build/_assets/Aftensmad_bg-KA3GI62V.png);
}
.slide .banner-bg-morgenmad {
  background-image: url(/build/_assets/Morgenmad_bg-HZDAJOVG.png);
  background-position: 0 10%;
}
.slide .banner-bg-frokost {
  background-image: url(/build/_assets/Frokost-3-bg-PXOVSDVQ.png);
  background-position: 0 10%;
}
.slide .banner-bg-aftensmad {
  background-image: url(/build/_assets/Aftensmad_bg-KA3GI62V.png);
  background-position: 0 10%;
}
.banner-main-bg,
.page-preview.station-preview {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  justify-content: center;
  min-height: 86vh;
}
.page-preview .banner-main-bg,
.page-preview.station-preview {
  min-height: 100vh;
}
.banner-bg {
  background-image: url(/build/_assets/banner-bg-432PFSD4.png);
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-preview .banner-bg {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 985px;
  min-width: 985px;
  min-height: 1000px;
  max-height: max-content;
  margin: 0 auto;
}
.print-preview .banner-bg {
  background-image: none;
}
.page-preview.station-preview .banner-contents .banner-left {
  font-family: var(--sliderfont);
}
.page-preview.station-preview .value.slider-ivymode-font {
  font-family: var(--sliderivymodefont);
}
.banner-img {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-preview .banner-right .banner-img {
  width: 34vw;
  height: 36vw;
  background-position: 5vw 0;
}
.page-preview .banner-main-bg .main-image img {
  width: 100%;
}
.page-preview .banner-main-bg .banner-left .banner-menu {
  font-size: 3vw;
  line-height: normal;
  margin-bottom: 15px;
}
.page-preview .banner-contents .banner-left .banner-allergen,
.page-preview .banner-contents .banner-left .banner-dietary {
  font-size: 1.75vw;
  margin-top: 2rem;
}
.page-preview.station-preview .banner-contents .banner-allergen,
.page-preview.station-preview .banner-contents .banner-dietary {
  font-size: 2.25vw;
  margin-top: 5px;
}
.page-preview.station-preview .banner-main-bg .banner-left .banner-menu {
  margin-bottom: 25px;
}
.carousel .slide .banner-right .banner-img {
  width: 24vw;
  height: 26vw;
  background-position: 3vw 0;
}
.carousel .slide .banner-bg .menu-logo .banner-img {
  width: 18vw !important;
  height: 9vw !important;
  padding-bottom: 15px;
}
.carousel .slide .banner-main-bg.preview .banner-bg,
.carousel .slide .banner-main-bg .banner-bg {
  margin: 5% auto;
  padding: 3rem 3rem 5rem;
  padding-right: 0;
  max-width: 90%;
  min-width: 90%;
}
.carousel .slide .banner-main-bg.lunch-content .banner-bg {
  padding: 3rem 0;
  max-width: 80%;
  min-width: 80%;
  min-height: 1575px;
  background-image: none;
}
.carousel .slide .banner-main-bg.lunch-content .banner-bg {
  max-width: 90%;
  min-width: 90%;
}
.carousel .slide .banner-contents .absolute.bottom-5 {
  padding-bottom: 0;
  padding-right: 3rem;
  font-size: 1.5vw;
}
.carousel .slide .banner-main-bg .banner-left .banner-menu {
  font-size: 1.75vw;
  line-height: normal;
  padding-bottom: 5%;
}
.carousel .slide .banner-main-bg .banner-allergen.slider-font,
.carousel .slide .banner-main-bg .banner-dietary.slider-font {
  font-size: 1.3vw;
}
.carousel .slide .banner-calorie-co2 .value {
  font-size: 2rem;
}
.carousel .slide .banner-calorie-co2 .content {
  font-size: 1.2rem;
  line-height: normal;
}
.carousel .slide .banner-contents.p-slides {
  padding-bottom: 5rem;
}
.carousel .slide .banner-main-bg.lunch-content .carte-station .menu-contents {
  padding: 5px 0;
  align-items: flex-start;
}
.carousel .slide .banner-main-bg.lunch-content .carte-station .l-image .station-name.station-image {
  padding-bottom: 20px;
}
.banner-main-bg.lunch-content .banner-contents .co2-section {
  min-width: 34%;
  max-width: 34%;
  padding-left: 3%;
  align-items: baseline;
}
.print_option_inputs input {
  --tw-ring-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.print-preview .banner-main-bg.lunch-content .banner-contents .co2-section {
  font-size: 14px;
  padding-left: 0;
}
.banner-main-bg.lunch-content .banner-contents .text-section {
  min-width: 66%;
  max-width: 66%;
  white-space: normal;
  word-wrap: break-word;
}
.print-preview .banner-main-bg.lunch-content .banner-contents .text-section {
  min-width: calc(66% - 12px);
  max-width: calc(66% - 12px);
}
.print-preview .banner-main-bg {
  align-items: start;
}
.print-preview #printContent {
  border: 0;
}
body.print-body {
  background-color: transparent;
}
.print-preview .menu-logo .banner-img {
  width: 110px !important;
  height: 82px !important;
}
.print-preview .menu-title {
  font-size: 24px;
}
.print-preview .print-bottom-section .menu-logo {
  padding-top: 2rem;
  margin-top: 1rem;
}
.print-preview .menu-contents .m-title {
  font-size: 18px;
}
.print-preview .banner-main-bg.lunch-content .banner-contents .co2-section .circle {
  background-color: #d0cab9;
}
.print-preview .main-parent-station {
  padding-top: 25px;
}
.page-preview .banner-main-bg.lunch-content .banner-bg {
  max-width: 90vw;
  min-width: 90vw;
  min-height: 1615px;
  max-height: max-content;
  margin: 3vw auto;
  background-image: none;
}
.page-preview .banner-main-bg.lunch-content .menu-logo .banner-img {
  min-width: 103.67px;
  min-height: 76.51px;
  max-width: 100%;
  max-height: 100%;
}
.page-preview .banner-main-bg .menu-logo {
  padding-bottom: 4rem;
  padding-top: 2vw;
  margin-bottom: 0;
}
.page-preview .banner-main-bg.lunch-content .banner-contents .text-section {
  max-width: 65%;
  min-width: 65%;
  white-space: normal;
  word-wrap: break-word;
}
.page-preview .banner-main-bg.lunch-content .banner-contents .co2-section {
  max-width: 35%;
  min-width: 35%;
  padding-left: 3%;
}
.page-preview .banner-main-bg.lunch-content .banner-contents .co2-section .co2-text {
  text-align: left;
}
.page-preview .banner-main-bg.banner-bg-morgenmad.lunch-content .menu-contents {
  gap: 0;
}
.page-preview .banner-main-bg.banner-bg-morgenmad.lunch-content .bf_station .co2-text {
  text-align: left;
}
.page-preview .banner-main-bg.lunch-content .banner-contents .co2-section .unit {
  font-size: 12px;
}
.page-preview .banner-main-bg.lunch-content .banner-contents .co2-section .value {
  line-height: normal;
  font-size: 16px;
}
.page-preview .banner-main-bg.lunch-content .banner-contents .banner-dietary,
.page-preview .banner-main-bg.lunch-content .banner-contents .allergen {
  font-size: 18px;
  line-height: normal;
  margin-top: .5rem;
}
.page-preview .banner-main-bg.lunch-content.intranet-content .banner-contents .banner-dietary,
.page-preview .banner-main-bg.lunch-content.intranet-content .banner-contents .allergen {
  font-size: 16px;
}
.page-preview .banner-main-bg.lunch-content .banner-contents .menu-title {
  font-size: 3vw;
  line-height: normal;
  margin-bottom: 15px;
}
.page-preview .banner-main-bg.lunch-content .banner-bg .banner-contents {
  padding-bottom: 1.5rem;
}
.page-preview.tablet .banner-main-bg.preview {
  background-image: none;
  background-color: #ebdbb4;
  justify-content: start;
  width: 100%;
}
.page-preview.tablet .banner-main-bg.preview .banner-bg {
  margin: 0;
  width: 100%;
  max-width: 100%;
  background-image: none;
  padding: 2rem 3rem;
  padding-right: 0;
  min-height: 100vh;
  max-height: 100vh;
}
.page-preview.tablet .banner-main-bg .banner-contents {
  padding-top: 1.5rem;
}
.page-preview.tablet .menu-logo .banner-img {
  width: 20vw;
  height: 10vw;
}
.page-preview.tablet .banner-main-bg .menu-logo {
  padding: 0;
  padding-bottom: 2rem;
}
.page-preview.tablet .banner-contents.p-slides .banner-calorie-co2 {
  margin-top: 2rem;
}
.page-preview.tablet .banner-contents.p-slides .banner-calorie-co2 .value,
.page-preview.tablet .banner-contents.p-slides .banner-calorie-co2 .content {
  font-size: 1.5vw;
}
.page-preview.tablet .banner-contents.p-slides .banner-calorie-co2 .value span,
.page-preview.tablet .banner-contents.p-slides .banner-calorie-co2 .content span {
  font-size: 1.3vw;
}
.page-preview.tablet .banner-contents.p-slides .banner-calorie-co2 .value {
  font-family: var(--sliderivymodefont);
}
.page-preview.tablet .banner-right .banner-img {
  width: 26vw;
  height: 28vw;
  background-position: 40px 0;
}
.page-preview.tablet .banner-main-bg .banner-contents .banner-left {
  min-width: 60%;
}
.page-preview.tablet .bottom-station-name {
  padding-bottom: 15px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.page-preview.tablet .banner-main-bg .banner-left .banner-menu {
  font-size: 2.25vw;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.page-preview.tablet .banner-contents .banner-left .banner-allergen,
.page-preview.tablet .banner-contents .banner-left .banner-dietary {
  font-size: 22px;
  margin-top: 1.25rem;
}
.page-preview.tablet .banner-contents .banner-left .banner-allergen span,
.page-preview.tablet .banner-contents .banner-left .banner-dietary span {
  font-weight: 600;
}
.page-preview .tab-preview .banner-left .station-name,
.station-banner-preview .full-content .banner-left .station-name {
  font-size: 32px;
}
.page-preview .tab-preview .banner-left .banner-menu,
.station-banner-preview .full-content .banner-left .banner-menu {
  font-size: 44px;
  line-height: normal;
  padding-block: 15px;
  font-weight: 500;
}
.page-preview .tab-preview .banner-left .banner-allergen,
.page-preview .tab-preview .banner-left .banner-dietary {
  padding: 5px 0;
  font-size: 28px;
}
.page-preview .tab-preview .banner-right .banner-img {
  width: 26vw;
  height: 26vw;
  background-position: 60px -100px;
}
.station-banner-preview .carousel .slide .banner-right .banner-img {
  width: 20vw;
  height: 20vw;
  background-position: 60px -85px;
}
.station-banner-preview .full-content {
  justify-content: start;
  margin-left: 0;
  max-width: 76%;
}
.station-banner-preview .banner-img {
  width: 300px;
  height: 146px;
}
.station-banner-preview .full-content .banner-left .banner-allergen,
.station-banner-preview .full-content .banner-left .banner-dietary {
  padding: 5px 0;
  font-size: 26px;
}
.carousel .slide .banner-main-bg.lunch-content .menu-logo .banner-img {
  width: 110px !important;
  height: 82px !important;
  background-size: cover;
  padding-bottom: 0;
}
.carousel .slide .banner-main-bg.lunch-content .banner-bg .menu-title {
  font-size: 40px;
  line-height: normal;
  padding-bottom: 20px;
}
.carousel .slide .banner-main-bg.lunch-content .station-name.station-image {
  font-size: 26px;
}
.carousel .slide .banner-main-bg.lunch-content .menu-contents {
  padding: 15px 0;
  gap: 0;
}
.carousel .slide .banner-main-bg.lunch-content.banner-bg-frokost .menu-contents .m-title {
  font-size: 24px;
}
.carousel .slide .banner-main-bg.lunch-content.banner-bg-aftensmad .menu-contents .m-title {
  font-size: 22px;
  line-height: 30px;
}
.carousel .slide .banner-main-bg.lunch-content .menu-contents .all-diet {
  font-size: 16px;
}
.carousel .slide .banner-main-bg.lunch-content .menu-contents .unit {
  font-size: 12px;
}
.carousel .slide .banner-main-bg.lunch-content .menu-contents .co2-text {
  font-size: 14px;
  text-align: left;
}
.carousel .slide .banner-main-bg.lunch-content.banner-bg-frokost .banner-bg .banner-contents {
  padding: 0;
}
.carousel .slide .banner-main-bg.lunch-content.banner-bg-frokost .banner-bg .banner-contents.main-parent-station {
  padding-top: 50px;
}
.carousel .slide .banner-main-bg.lunch-content.banner-bg-frokost .t-stion {
  padding-bottom: 2rem;
}
.carousel .slide .banner-main-bg.lunch-content .circle {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}
.carousel .slide .banner-main-bg.lunch-content .circle .value {
  font-size: 14px;
}
.carousel .slide .banner-main-bg.lunch-content .menu-contents .unit {
  font-size: 11px;
}
.carousel .slide .banner-main-bg.lunch-content .banner-bg .t-station {
  padding-bottom: 40px;
}
.carousel .slide .banner-main-bg.lunch-content.banner-bg-aftensmad .stations .banner-contents {
  padding-bottom: 2rem;
}
.carousel .slide .banner-main-bg.banner-bg-morgenmad.lunch-content .bf_station .m-title {
  font-size: 24px;
  line-height: normal;
}
.page-preview .banner-main-bg .menu-title {
  font-size: 44px;
  line-height: normal;
  padding-bottom: 3rem;
}
.page-preview .banner-main-bg.lunch-content .banner-contents .station-name {
  font-size: 28px;
  line-height: normal;
  padding-bottom: 20px;
}
.page-preview .banner-main-bg.lunch-content.intranet-content .banner-contents .station-name {
  font-family: Lato, serif;
  font-size: 26px;
}
.page-preview .banner-main-bg.lunch-content .divider-station .station_name {
  font-size: 20px;
}
.page-preview .banner-main-bg.lunch-content .banner-contents .text-section .m-title {
  font-size: 24px;
}
.page-preview .banner-main-bg.lunch-content.intranet-content .banner-contents .text-section .m-title {
  font-size: 22px;
}
.page-preview .banner-main-bg.lunch-content .banner-bg .stations.f-station,
.page-preview .banner-main-bg.lunch-content .banner-bg .t-station {
  padding-bottom: 50px;
}
.page-preview .banner-main-bg.lunch-content.banner-bg-aftensmad .banner-contents .text-section .m-title {
  font-size: 20px;
  line-height: normal;
}
.page-preview .banner-main-bg.lunch-content.banner-bg-aftensmad .banner-contents .text-section .all-diet {
  font-size: 14px;
  margin-top: 5px;
  line-height: 20px;
}
.page-preview .banner-main-bg.lunch-content .carte-station .s-stations .circle,
.page-preview .banner-main-bg.banner-bg-morgenmad.lunch-content .bf_station .circle {
  min-width: 60px;
  min-height: 60px;
}
.page-preview .banner-main-bg.lunch-content .carte-station .s-stations .text-section,
.page-preview .banner-main-bg.banner-bg-morgenmad.lunch-content .bf_station .text-section {
  max-width: 65%;
  min-width: 65%;
}
.page-preview .banner-main-bg.banner-bg-aftensmad.lunch-content .w-full .stations {
  padding-bottom: 20px;
}
.page-preview .banner-main-bg.banner-bg-morgenmad.lunch-content .banner-contents {
  padding-bottom: 1rem;
}
.page-preview .banner-main-bg.lunch-content.banner-bg-frokost .banner-bg .co2-section .circle {
  min-width: 60px;
  min-height: 60px;
}
.intranet-page-wrapper {
  background-color: #d0cab9;
}
.page-preview .guest-book-lunch .banner-main-bg {
  min-height: 600px;
  height: 100%;
  align-items: start;
  background-position: left top;
}
.page-preview .guest-book-lunch .banner-main-bg {
  background-size: 100%;
}
.page-preview .guest-book-lunch .banner-main-bg .banner-bg {
  max-width: initial;
  min-width: inherit;
  max-height: initial;
  min-height: initial;
  margin: 0;
  padding: 20px;
}
.page-preview .guest-book-lunch .banner-main-bg .banner-bg .menu-logo {
  padding: 15px 0 25px;
}
.page-preview .guest-book-lunch .banner-main-bg .banner-img {
  min-width: 74px !important;
  min-height: 55px !important;
}
.page-preview .guest-book-lunch .banner-main-bg .menu-title {
  font-size: 18px;
  padding-bottom: 10px;
}
.page-preview .guest-book-lunch .banner-main-bg .station-name {
  font-size: 16px !important;
}
.page-preview .guest-book-lunch .banner-main-bg .guest-lunch,
.page-preview .guest-book-lunch .banner-main-bg .carte-station {
  gap: 15px;
}
.page-preview .guest-book-lunch .banner-main-bg .guest-lunch .m-title {
  font-size: 12px !important;
  line-height: normal;
}
.page-preview .guest-book-lunch .banner-main-bg .guest-lunch .all-diet {
  font-size: 10px !important;
  line-height: normal;
}
.page-preview .guest-book-lunch .banner-main-bg .guest-lunch .text-section,
.page-preview .guest-book-lunch .banner-main-bg .guest-lunch .co2-section {
  max-width: initial !important;
  min-width: initial !important;
  padding: 0;
}
.page-preview .guest-book-lunch .banner-main-bg.lunch-content .banner-bg .banner-contents .menu-contents {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px;
}
.page-preview .guest-book-lunch .banner-main-bg.lunch-content .banner-bg .banner-contents .menu-contents .circle {
  --circle-size: 40px;
  min-width: var(--circle-size) !important;
  min-height: var(--circle-size) !important;
  width: var(--circle-size) !important;
  height: var(--circle-size) !important;
  margin-right: 5px;
}
.page-preview .guest-book-lunch .banner-main-bg.lunch-content .banner-bg .banner-contents .menu-contents .co2-section .value,
.page-preview .guest-book-lunch .banner-main-bg.lunch-content .banner-bg .banner-contents .menu-contents .co2-section .unit {
  font-size: 10px;
}
.page-preview .guest-book-lunch .banner-main-bg.lunch-content .banner-bg .banner-contents .menu-contents .co2-section .co2-text {
  font-size: 8px;
}
.page-preview.guest-book .banner-bg-morgenmad,
.page-preview.guest-book .banner-bg-frokost,
.page-preview.guest-book .banner-bg-aftensmad {
  background-color: #d0cbb9;
}
.page-preview .guest-book-lunch .banner-main-bg.lunch-content .divider-station .station_name {
  font-size: 14px;
}
.page-preview .guest-book-lunch .banner-main-bg.lunch-content .divider-station .station_text {
  font-size: 12px;
}
.guest-book-edit input,
.guest-book-edit textarea {
  box-shadow: none !important;
  outline: none !important;
}
@media (min-width: 2001px) {
  .page-preview .banner-main-bg.lunch-content .banner-bg {
    min-height: 85vh;
    max-height: 85vh;
    overflow: hidden;
  }
}
@media (min-width: 1900px) {
  .page-preview .banner-main-bg.lunch-content .banner-contents .text-section {
    min-width: 65%;
    max-width: 65%;
    white-space: normal;
    word-wrap: break-word;
  }
  .page-preview .banner-main-bg.lunch-content .banner-contents .co2-section {
    min-width: 35%;
    max-width: 35%;
    gap: 2rem;
  }
  .page-preview .banner-main-bg.lunch-content .banner-contents .co2-section .circle {
    width: 7vw;
    height: 7vw;
  }
  .page-preview .banner-main-bg.lunch-content .banner-contents .co2-section .circle .value {
    font-size: 1.5vw;
    line-height: normal;
  }
  .page-preview .banner-main-bg.lunch-content .banner-contents .co2-section .circle .unit {
    font-size: 1vw;
    line-height: normal;
  }
  .page-preview .banner-main-bg.lunch-content .banner-contents .co2-section .co2-text {
    font-size: 1.4vw;
    text-align: left;
  }
  .page-preview .intranet-page-wrapper .banner-main-bg.lunch-content.intranet-content .banner-contents .co2-section .circle {
    width: 60px;
    height: 60px;
  }
  .page-preview .intranet-page-wrapper .banner-main-bg.lunch-content.intranet-content .banner-contents .co2-section .co2-text,
  .page-preview .intranet-page-wrapper .banner-main-bg.lunch-content.intranet-content .banner-contents .co2-section .circle .value {
    font-size: 16px;
  }
  .page-preview .intranet-page-wrapper .banner-main-bg.lunch-content.intranet-content .banner-contents .co2-section .circle .unit {
    font-size: 12px;
  }
  .page-preview .banner-main-bg.lunch-content .banner-bg .banner-contents .menu-contents {
    gap: 3vw;
  }
}
@media (max-width: 1199px) {
  .page-preview .tab-preview .banner-right .banner-img {
    width: 46vw;
    height: 40vw;
    background-position: 40px -75px;
  }
}
@media only screen and (min-height: 1900px) {
  .page-preview .banner-main-bg.lunch-content .banner-contents .menu-title {
    font-size: 2.7vw;
    line-height: normal;
    margin-bottom: 10px;
  }
  .page-preview .banner-main-bg.lunch-content .banner-bg {
    max-width: 940px;
    min-width: 940px;
    min-height: 1615px;
    max-height: 1615px;
    margin: 110px auto;
  }
  .page-preview .banner-main-bg.lunch-content.banner-bg-frokost .banner-bg {
    min-height: 1615px;
    max-height: 100%;
    margin: 65px auto 25px;
  }
  .page-preview .banner-main-bg.lunch-content {
    align-items: flex-start;
  }
  .page-preview .banner-main-bg.lunch-content .carte-station .s-stations.last {
    padding-top: 60px;
  }
  .page-preview .banner-main-bg.banner-bg-morgenmad.lunch-content .bf_station .text-section .m-title {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .page-preview .banner-main-bg.banner-bg-morgenmad.lunch-content .bf_station .text-section .all-diet {
    margin-top: 5px;
    font-size: 16px;
  }
  .page-preview .banner-main-bg.lunch-content .carte-station .s-stations .circle,
  .page-preview .banner-main-bg.banner-bg-morgenmad.lunch-content .bf_station .circle {
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
  }
  .page-preview .banner-main-bg.lunch-content .banner-contents .co2-section .value {
    line-height: normal;
    font-size: 12px;
  }
  .page-preview .banner-main-bg.lunch-content .banner-contents .co2-section .co2-text {
    display: inline-flex;
    padding-left: 5px;
  }
}
@media (max-width: 991px) {
  .page-preview .guest-book-lunch .banner-main-bg .guest-lunch .m-title {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  .page-preview .banner-main-bg.lunch-content.intranet-content .banner-contents .station-name {
    font-size: 20px;
  }
  .page-preview .banner-main-bg.lunch-content.intranet-content .banner-contents .text-section .m-title {
    font-size: 18px;
  }
  .page-preview .guest-book-lunch .banner-main-bg .banner-bg {
    padding: 10px;
  }
  .page-preview .guest-book-lunch .banner-main-bg {
    min-height: 450px;
  }
}
@media (max-width: 639px) {
  .page-preview .banner-main-bg.lunch-content.intranet-content .banner-contents .text-section {
    max-width: 55%;
    min-width: 55%;
  }
  .page-preview .banner-main-bg.lunch-content.intranet-content .banner-contents .co2-section {
    max-width: 45%;
    min-width: 45%;
  }
  .page-preview .guest-book-lunch .banner-main-bg .banner-bg {
    padding: 5px;
  }
  .page-preview .guest-book-lunch .banner-main-bg .station-name {
    font-size: 14px !important;
  }
  .page-preview .guest-book-lunch .banner-main-bg .guest-lunch .m-title {
    font-size: 10px !important;
  }
  .page-preview .guest-book-lunch .banner-main-bg .guest-lunch .all-diet {
    font-size: 8px !important;
  }
  .page-preview .guest-book-lunch .banner-main-bg.lunch-content .banner-bg .banner-contents .menu-contents .circle {
    --circle-size: 30px;
  }
  .page-preview .guest-book-lunch .banner-main-bg.lunch-content .banner-contents {
    padding-bottom: 8px;
  }
  .page-preview .guest-book-lunch .banner-main-bg.lunch-content .banner-bg .banner-contents .menu-contents .co2-section .value,
  .page-preview .guest-book-lunch .banner-main-bg.lunch-content .banner-bg .banner-contents .menu-contents .co2-section .unit {
    font-size: 8px;
  }
  .page-preview .guest-book-lunch .banner-main-bg .guest-lunch {
    gap: 10px;
  }
}
