/* 
#####  Color Palette by Paletton.com
#####  Palette URL: http://paletton.com/#uid=73C1U0k++pwZARl+Vvw+Yk3+JdQ


*** Primary color: blue

   shade 0 = #003D85 = rgb(  0, 61,133) = rgba(  0, 61,133,1) = rgb0(0,0.239,0.522)
   shade 1 = #0168E4 = rgb(  1,104,228) = rgba(  1,104,228,1) = rgb0(0.004,0.408,0.894)
   shade 2 = #004BA4 = rgb(  0, 75,164) = rgba(  0, 75,164,1) = rgb0(0,0.294,0.643)
   shade 3 = #003069 = rgb(  0, 48,105) = rgba(  0, 48,105,1) = rgb0(0,0.188,0.412)
   shade 4 = #002148 = rgb(  0, 33, 72) = rgba(  0, 33, 72,1) = rgb0(0,0.129,0.282)

*** Secondary color (1): red

   shade 0 = #BF0022 = rgb(191,  0, 34) = rgba(191,  0, 34,1) = rgb0(0.749,0,0.133)
   shade 1 = #FA002C = rgb(250,  0, 44) = rgba(250,  0, 44,1) = rgb0(0.98,0,0.173)
   shade 2 = #EB002A = rgb(235,  0, 42) = rgba(235,  0, 42,1) = rgb0(0.922,0,0.165)
   shade 3 = #96001B = rgb(150,  0, 27) = rgba(150,  0, 27,1) = rgb0(0.588,0,0.106)
   shade 4 = #670012 = rgb(103,  0, 18) = rgba(103,  0, 18,1) = rgb0(0.404,0,0.071)

*** Secondary color (2): green

   shade 0 = #34AF00 = rgb( 52,175,  0) = rgba( 52,175,  0,1) = rgb0(0.204,0.686,0)
   shade 1 = #49F400 = rgb( 73,244,  0) = rgba( 73,244,  0,1) = rgb0(0.286,0.957,0)
   shade 2 = #40D800 = rgb( 64,216,  0) = rgba( 64,216,  0,1) = rgb0(0.251,0.847,0)
   shade 3 = #298900 = rgb( 41,137,  0) = rgba( 41,137,  0,1) = rgb0(0.161,0.537,0)
   shade 4 = #1C5F00 = rgb( 28, 95,  0) = rgba( 28, 95,  0,1) = rgb0(0.11,0.373,0)

*** Complement color: orange

   shade 0 = #CB7C00 = rgb(203,124,  0) = rgba(203,124,  0,1) = rgb0(0.796,0.486,0)
   shade 1 = #FF9C00 = rgb(255,156,  0) = rgba(255,156,  0,1) = rgb0(1,0.612,0)
   shade 2 = #FB9A00 = rgb(251,154,  0) = rgba(251,154,  0,1) = rgb0(0.984,0.604,0)
   shade 3 = #A06200 = rgb(160, 98,  0) = rgba(160, 98,  0,1) = rgb0(0.627,0.384,0)
   shade 4 = #6E4300 = rgb(110, 67,  0) = rgba(110, 67,  0,1) = rgb0(0.431,0.263,0)


#####  Generated by Paletton.com (c) 2002-2014
*/
/* resets 

credit: https://dev.to/hankchizljaw/a-modern-css-reset-6p3

*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #888;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

header, footer {
  background: #003d85;
  color: white;
  padding: 0.75rem 1rem;
}

p {
  margin-bottom: 1rem;
}

h1, h2, h3, h4 {
  font-weight: 300;
  /* font-size:100%; */
  font-family: Patua One, sans serif;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
h1 strong, h2 strong, h3 strong, h4 strong {
  font-weight: 900 !important;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 130%;
}

article h1:first-of-type {
  margin-top: 0;
}

.pristabel {
  width: 100%;
  border-collapse: collapse;
}
.pristabel tr {
  border: 0;
}
.pristabel tr:nth-child(even) {
  background: #ddd;
}
.pristabel tr:nth-child(odd) {
  background: #ddd;
}
.pristabel td {
  margin: 0;
  padding: 0.4rem 0.4rem;
  border: 0;
  vertical-align: top;
}
.pristabel .pris {
  width: 35%;
  text-align: right;
  font-weight: bold;
}
.pristabel td:first-child {
  padding-left: 1rem;
}
.pristabel td:last-child {
  padding-right: 1rem;
}

.menueksempel {
  background: #eee;
  padding: 0.25rem 0.25rem;
}
.menueksempel h3 {
  font-family: "Nunito Sans", sans-serif;
  margin: 0;
  padding: 0;
  padding-right: 30%;
  font-weight: bold;
  font-size: 120%;
  position: relative;
  margin-bottom: 0.5rem;
}
.menueksempel h3 .pris {
  position: absolute;
  right: 0;
}
.menueksempel h3 .ekstraord {
  font-size: 75% !important;
}
.menueksempel + .menueksempel {
  margin-top: 1rem;
}

.dagensmenu {
  margin: 0;
  color: #000;
}
.dagensmenu .ret {
  position: relative;
  margin: 0rem 0rem;
  padding: 0.5rem 0.5rem;
  clear: both;
  min-height: 4rem;
}
.dagensmenu .ret:nth-child(even) {
  background: #ddd;
}
.dagensmenu .ret:nth-child(odd) {
  background: #ddd;
}
.dagensmenu .ret .ret_kategori {
  display: none;
}
.dagensmenu .ret .ret_navn {
  width: 69%;
  line-height: 1.3em;
}
.dagensmenu .ret .ret_indeholder {
  width: 69%;
  font-size: 80%;
  font-style: italic;
  margin-top: 0.25rem;
  line-height: 1.3em;
}
.dagensmenu .ret .ret_indeholder td {
  padding: 0;
  vertical-align: top;
}
.dagensmenu .ret .ret_indeholder td:first-child {
  padding-right: 0.5em;
}
.dagensmenu .ret .ret_pris {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  width: 9rem;
  text-align: right;
  font-size: 130%;
}
.dagensmenu .ret.no-price .ret_navn {
  width: 100%;
}
.dagensmenu .ret.no-price .ret_indeholder {
  width: 100%;
}

.dagensmenu-table {
  margin: 0;
  color: #000;
  width: 100%;
  border-collapse: collapse;
}
.dagensmenu-table .ret {
  clear: both;
  min-height: 4rem;
}
.dagensmenu-table .ret td {
  vertical-align: top;
  padding: 0.5rem 0.5rem;
}
.dagensmenu-table .ret:nth-child(even) {
  background: #ddd;
}
.dagensmenu-table .ret:nth-child(odd) {
  background: #ddd;
}
.dagensmenu-table .ret .ret_kategori {
  display: none;
}
.dagensmenu-table .ret .ret_navn {
  line-height: 1.3em;
}
.dagensmenu-table .ret .ret_indeholder {
  font-size: 80%;
  font-style: italic;
  margin-top: 0.25rem;
  line-height: 1.3em;
}
.dagensmenu-table .ret .ret_indeholder td {
  padding: 0;
  vertical-align: top;
}
.dagensmenu-table .ret .ret_indeholder td:first-child {
  padding-right: 0.5em;
}
.dagensmenu-table .ret .ret_pris {
  text-align: right;
  font-size: 130%;
  white-space: nowrap;
}
.dagensmenu-table .ret.no-price .ret_navn {
  width: 100%;
}
.dagensmenu-table .ret.no-price .ret_indeholder {
  width: 100%;
}

.dagensmenu-table.white-bg {
  margin-top: 0.25rem;
}
.dagensmenu-table.white-bg .ret:nth-child(even) {
  background: inherit;
}
.dagensmenu-table.white-bg .ret:nth-child(odd) {
  background: inherit;
}
.dagensmenu-table.white-bg .ret_navn, .dagensmenu-table.white-bg .ret_pris {
  font-style: italic;
}

.weight-price {
  font-style: italic;
  position: relative;
}
.weight-price .weight-price_text {
  outline: 1px solid red;
  width: 80%;
}
.weight-price .weight-price_price {
  outline: 1px solid green;
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  width: 25%;
  text-align: right;
  font-size: 130%;
}

form.reservation {
  margin-bottom: 3rem;
}
form.reservation .text-muted {
  font-size: small;
  opacity: 0.5;
  margin-top: 0.25rem;
}
form.reservation input[type=text],
form.reservation input[type=email],
form.reservation select {
  width: 100%;
  background: white;
  border: none;
  border-bottom: 1px solid #003d85;
  padding: 0.375rem 0.75rem;
  padding-right: 1rem;
  line-height: 1.5;
  font-size: 1rem;
}
form.reservation input[type=text]:focus,
form.reservation input[type=email]:focus,
form.reservation select:focus {
  outline-offset: 0;
}
form.reservation label {
  font-size: 1.5rem;
  line-height: 1.5;
}
form.reservation select {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
form.reservation select::-ms-expand {
  display: none;
}
form.reservation select:hover {
  border-color: #888;
}
form.reservation select option {
  font-weight: normal;
}
form.reservation .input-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
form.reservation .input-icon {
  width: 5rem !important;
  text-align: center;
  padding: 0.375rem 0.75rem;
  padding-bottom: calc(0.75rem - 1px);
  color: white;
  font-size: 1.5rem;
  background: #003d85;
  border-bottom: 1px solid #003d85;
}
form.reservation .row {
  margin-bottom: 1rem;
  display: flex;
}

.btn {
  cursor: pointer;
}

.btn-primary {
  padding: 0;
  margin: 0;
  background: #1f86ff;
  border: none;
  color: white;
  padding: 0.5rem 0.75rem;
  opacity: 0.75;
}
.btn-primary:hover, .btn-primary:focus {
  opacity: 1;
  text-decoration: none;
}

.btn-link {
  padding: 0;
  margin: 0;
  background: white;
  border: none;
  color: #1f86ff;
  margin-left: 2rem;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
}

.top__image p {
  display: inline-block;
}

.image__float__right {
  float: right;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.image__fullwidth p {
  margin: -1rem -1rem;
  padding: 0;
  /* margin-left: -1rem; */
  /* margin-right: -1rem; */
  /* margin-top: -1rem; */
}
.image__fullwidth img {
  width: 100%;
}

.foto__kredit p {
  margin: 0;
  margin-top: -0.5rem;
  padding: 0;
  font-size: xx-small;
  color: #ababab;
  text-align: right;
}

.system__error {
  background: orange;
  font-style: italic;
  font-size: 90%;
  padding: 1rem 1rem;
  margin: 1rem 0rem;
  border-radius: 1rem;
}

.static__date {
  background: pink;
  font-style: italic;
  font-weight: 100;
  font-size: xx-small;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

ul, ol {
  margin: 0;
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding: 0;
}
ul li, ol li {
  margin: 0.25rem;
  padding: 0;
  padding-left: 0.5rem;
}

ul {
  list-style-type: square;
}
ul li + li {
  margin-top: 0.5rem;
}

.regulations ol blockquote {
  margin: 0;
  padding: 0;
  margin-left: 1.5rem;
  border: none;
  font-style: normal;
}

.smiley {
  display: inline;
}
.smiley p {
  display: inline;
}
.smiley img {
  max-width: 5rem;
  display: table-cell;
  vertical-align: middle;
  margin-right: 2rem;
}

.smiley__banner {
  display: inline;
}
.smiley__banner p {
  display: inline;
}
.smiley__banner img {
  display: table-cell;
  vertical-align: middle;
}

footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: small;
  line-height: 1.3em;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover {
  color: inherit;
  text-decoration: underline;
}
footer div {
  padding: 1rem 0rem;
  min-width: 11rem;
  flex: 1 0 21%; /* explanation below */
}
footer h3 {
  margin-top: 0;
  font-size: 130%;
  font-weight: bold;
}
footer h4 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 110%;
  font-weight: bold;
}
footer .debug {
  outline: 2px solid pink;
}
footer .control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0;
  padding-top: 0;
}
footer .control div {
  margin-top: 0;
  padding-top: 0;
  flex: 1 0 33%;
}
footer i {
  width: 1.5rem;
}

nav.lg-nav {
  display: none;
}

.lg-name {
  display: none;
}

.container {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 3;
}

header {
  position: relative;
}
header .delfin__right {
  visibility: hidden;
  z-index: 1;
}
header .delfin {
  height: 3rem;
  vertical-align: middle;
}
header a.logo__link {
  display: flex;
  justify-content: space-between;
  color: white;
  text-decoration: none;
}
header .name {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: Patua One, sans serif;
  line-height: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

main {
  background: white;
  padding: 1rem 0.5rem;
  line-height: 160%;
}
main a {
  color: #0678ff;
  text-decoration: none;
}
main a:hover, main a:focus {
  text-decoration: underline;
}
main article {
  padding-bottom: 3rem;
}

nav {
  z-index: 999;
  padding: 1rem 0.5rem;
  text-align: left;
}
nav a {
  display: block;
  text-decoration: none;
  margin-bottom: 0.15rem;
  margin-bottom: 1px;
  padding: 0.2rem 0.5rem;
  position: relative;
  text-indent: -1rem;
  padding-left: 2.5rem;
}
nav a.active i {
  color: #BF0022;
}
nav a:hover, nav a:focus {
  color: #1f86ff !important;
}
nav i {
  width: 1rem !important;
}
nav i::before {
  font-size: 1rem;
}
nav hr {
  width: 70%;
  border-width: 0px;
  border-style: dashed;
  height: 0.25rem;
  /* border: 0;  */
  /* height: 1px;  */
  /* background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); */
  /* background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); */
  /* background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); */
  /* background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);  */
}

nav.sm-nav {
  position: absolute;
  background: #003d85 !important;
  top: 100%;
  left: 0;
  width: 100%;
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 400ms ease-in-out;
}
nav.sm-nav a {
  color: white;
  text-decoration: none;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
nav.sm-nav hr {
  color: white;
}

nav.lg-nav {
  background: #f8f9fa;
}
nav.lg-nav a, nav.lg-nav hr {
  color: #003d85;
}

.nav-toggle {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.nav-toggle:focus ~ .nav-toggle-label {
  outline: 3px solid white;
}

.nav-toggle-label {
  position: absolute;
  top: 1rem;
  right: 0;
  margin-right: 1em;
  height: 100%;
  display: flex;
  cursor: pointer;
}
.nav-toggle-label span i {
  font-size: 2rem;
}

.nav-toggle:checked ~ nav.sm-nav {
  z-index: 999;
  transform: scale(1, 1);
}

.nav-toggle:checked ~ nav.sm-nav a {
  opacity: 1;
  transition: opacity 250ms ease-in-out 250ms;
}

.contact__block {
  color: white;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
}
.contact__block a {
  color: white;
}
.contact__block h2, .contact__block h3 {
  margin: 0;
  padding: 0;
  font-weight: bold !important;
  margin-bottom: 0.5rem;
}
.contact__block p {
  margin: 0;
  padding: 0;
  font-style: italic;
  margin-bottom: 1rem;
}
.contact__block td:first-child {
  font-size: 120%;
  text-align: center;
  padding-left: 0;
}
.contact__block td {
  padding-left: 1rem;
}
.contact__block tr ~ tr td {
  padding-top: 0.5rem;
}
.contact__block.general {
  background: #003d85;
}
.contact__block.manager {
  background: #003d85;
}
.contact__block.kitchen {
  background: #004da9;
}
.contact__block.teller {
  background: #005ecc;
}
.contact__block.accounting {
  background: #006ef0;
}

.phone__list i {
  margin-right: 1rem;
}
.phone__list .phone__email {
  color: inherit;
  margin-left: 3rem;
}

.nyt-tilbud {
  padding: 0.25rem 0.25rem;
  background: #ddd;
}
.nyt-tilbud h1, .nyt-tilbud h2, .nyt-tilbud h3 {
  margin-top: 0;
}

/* .tapas p img { */
/*    max-width:65%; */
/*    display:block; */
/*    margin: 0 auto; */
/* } */
/* .tapasS { */
/*    img { */
/*       float:right; */
/*       max-width:200px; */
/*    } */
/*    ul:last-child { */
/* 	 //list-style-type:none; */
/* 	 //background:red; */
/* 	 //padding:0; */
/* 	 //margin:0; */
/* 	 //font-weight:bold; */
/* 	 //outline:1px solid red; */
/* 	 li { */
/* 	    padding:0; */
/* 	    margin:0; */
/* 	    padding: 0.5rem 0.5rem; */
/* 	    &:last-child { */
/* 	       padding-top:0; */
/* 	    } */
/* 	 } */
/*       } */
/*    a, a:hover { */
/*       .mini-ad { */
/* 	 text-decoration: none; */
/*       } */
/*    } */
/* } */
.reklame {
  position: relative;
  width: 512px;
  height: 384px;
  margin: 2rem auto;
}
.reklame__container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 61, 133, 0.85);
}
.reklame__description {
  padding: 1rem 1rem;
  color: white;
}
.reklame__description__header {
  font-weight: bold;
  font-size: 180%;
  font-family: Patua One, sans serif;
}
.reklame__description__text p, .reklame__description__text li {
  margin: 0;
  padding: 0;
}
.reklame__description__text ul {
  margin-top: 0.5rem;
}

#tapas {
  background-image: url(/img/tapas1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/*

Media queries

*/
@media only screen and (min-width: 27rem) {
  main {
    padding: 1rem 1rem;
  }
  .tapas p img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 30rem) {
  .lg-name {
    display: inline;
  }
  .sm-name {
    display: none;
  }
}
@media only screen and (min-width: 33rem) {
  header .name {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 36rem) {
  header .name {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 700px) {
  header {
    margin-top: 0.25rem;
  }
  header .delfin__right {
    visibility: visible;
  }
  header .nav-toggle-label, header .sm-nav {
    display: none;
  }
  header .name {
    font-size: 2rem;
  }
  footer {
    margin-bottom: 0.25rem;
  }
  header, .container, footer {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
  }
  .container {
    background: white;
    display: flex;
    justify-content: space-between;
    min-height: 70vh;
  }
  .container main {
    order: 1;
    width: 65%;
  }
  .container nav.lg-nav {
    display: block;
    width: 35%;
    order: 0;
  }
}
@media only screen and (min-width: 800px) {
  .container main {
    width: 70%;
  }
  .container nav.lg-nav {
    width: 30%;
  }
}
@media only screen and (min-width: 945px) {
  .container main {
    width: 75%;
  }
  .container nav.lg-nav {
    width: 25%;
  }
}
/* .ui-datepicker-other-month.ui-state-disabled.badDate span{ */
/*     color: pink;     */
/* }  */
.ui-datepicker-unselectable .ui-state-default {
  background: #333;
  color: #eee;
}

/* *:valid { */
/*    outline: 1px solid green; */
/* } */
div.error {
  margin-top: 0.25rem;
  width: 100%;
  background-color: #FB9A00;
  color: black;
  padding: 0.25rem 0.5rem;
}

.focusThis,
.parent__error.focusThis,
.parent__valid.focusThis {
  line-height: normal !important;
}
.focusThis .input-icon.myelem,
.parent__error.focusThis .input-icon.myelem,
.parent__valid.focusThis .input-icon.myelem {
  background: #17a2b8 !important;
  border-bottom-color: #17a2b8 !important;
}
.focusThis .myelem,
.parent__error.focusThis .myelem,
.parent__valid.focusThis .myelem {
  border-bottom-color: white !important;
  outline: 2px solid #17a2b8;
}

.parent__error .input-icon.myelem {
  background: #BF0022;
  border-bottom-color: #BF0022 !important;
}
.parent__error .myelem {
  border-bottom-color: white !important;
  outline: 2px solid #BF0022;
}

.parent__valid .input-icon.myelem {
  background: #298900;
  border-bottom-color: #298900 !important;
}
.parent__valid .myelem {
  border-bottom-color: white !important;
  outline: 2px solid #298900;
}

.ajaxwait {
  width: 100%;
  margin: 1em 1em;
  text-align: center;
}

.receipt {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.receipt tr:nth-child(odd) {
  background: #ddd;
}
.receipt tr:nth-child(even) {
  background: #ddd;
}
.receipt td {
  padding: 0.5rem 0.5rem;
}
.receipt td:first-child {
  font-weight: bold;
  white-space: nowrap;
}
.receipt td:last-child {
  width: 99%;
}

.end-booking {
  margin-bottom: 2rem;
}

.booking__error {
  padding: 0.5rem;
  background: pink;
}
.booking__error p {
  margin: 0;
}

.webshop-link a {
  display: block;
  margin: 2em auto;
  text-align: center;
  width: 20ch;
  background: #298900;
  color: white;
  font-weight: bold;
  font-size: 180%;
  text-decoration: none;
  padding: 1em 1em;
  border-radius: 0.5em;
}
.webshop-link a:hover, .webshop-link a:focus {
  text-decoration: none;
  background: #0678ff;
}
.webshop-link a:focus {
  box-shadow: 0 0 13px 0 orange;
}

.old-webshop-link a {
  display: block;
  margin: 1em auto;
  text-align: center;
  width: 25ch;
  background: gray;
  color: white;
  font-weight: bold;
  font-size: 100%;
  text-decoration: none;
  padding: 1em 0em;
  border-radius: 0.5em;
}
.old-webshop-link a:hover, .old-webshop-link a:focus {
  text-decoration: none;
  background: #0678ff;
}
.old-webshop-link a:focus {
  box-shadow: 0 0 13px 0 orange;
}

.old-webshop-text {
  color: gray;
}

.ny-webshop-ad {
  /* padding:0.25em 1em; */
  /* border-radius:0.25em; */
  /* background-color: lighten($webshop_bg,50%); */
}

.ny-webshop-ad-hr {
  height: 2px;
  width: 30ch;
}

.dlf-note {
  background: pink;
  padding: 0.1rem 0.5rem;
  font-size: small;
}
.dlf-note p {
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
}
.dlf-note p:last-child {
  margin-bottom: 0;
}
.dlf-note::before {
  content: "daleif note:";
  font-weight: bold;
}

blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  margin-left: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0rem 0rem 0rem 1rem;
  border-left: 3px solid #003d85;
}

.beta p {
  background: #FB9A00;
  padding: 0.5rem 0.5rem;
  font-size: small;
  line-height: 1.2;
}

#oplysninger {
  display: none;
}

.noscript {
  padding: 1rem 1rem;
  background-color: #FB9A00;
}

.corona {
  background: #006ceb;
  color: white;
  padding: 1rem;
  margin-bottom: 3rem;
}
.corona p:last-child {
  margin: 0;
}
.corona a {
  color: white;
  font-weight: bold;
}
.corona hr {
  width: 50%;
  color: white;
  text-align: left;
  margin-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.corona ol, .corona ul {
  margin-bottom: 0;
}

.corona-1 {
  background: #2b9200;
  color: white;
  padding: 1rem;
  margin-bottom: 1rem;
}
.corona-1 p:last-child {
  margin: 0;
}
.corona-1 a {
  color: white;
  font-weight: bold;
}
.corona-1 hr {
  width: 50%;
  color: white;
  text-align: left;
  margin-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.corona-1 h1, .corona-1 h2, .corona-1 h3 {
  margin-top: 0;
}

.orange {
  background: #FB9A00;
  padding: 1rem;
  margin-bottom: 1rem;
}
.orange p:last-child {
  margin: 0;
}
.orange a {
  font-weight: bold;
}
.orange hr {
  width: 50%;
  text-align: left;
  margin-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.orange h1, .orange h2, .orange h3 {
  margin-top: 0;
}
.orange ol, .orange ul {
  margin-bottom: 0;
}

.corona-2 {
  background: #c90024;
  color: white;
  padding: 1rem;
  margin-bottom: 1rem;
}
.corona-2 p:last-child {
  margin: 0;
}
.corona-2 a {
  color: white;
  font-weight: bold;
}
.corona-2 hr {
  width: 50%;
  color: white;
  text-align: left;
  margin-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.corona-2 h1, .corona-2 h2, .corona-2 h3 {
  margin-top: 0;
}
.corona-2 ol, .corona-2 ul {
  margin-bottom: 0;
}

.bold {
  font-weight: bold;
}

.generalforsamling {
  background: #2b9200;
  color: white;
  padding: 1rem;
  margin-bottom: 1rem;
}
.generalforsamling p:last-child {
  margin: 0;
}
.generalforsamling a {
  color: white;
  font-weight: bold;
}
.generalforsamling hr {
  width: 50%;
  color: white;
  text-align: left;
  margin-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.generalforsamling h1, .generalforsamling h2, .generalforsamling h3 {
  margin-top: 0;
}
.generalforsamling ol, .generalforsamling ul {
  margin-bottom: 0;
}

.reservation-corona {
  background: #2b9200;
  color: white;
  padding: 1rem;
  margin-bottom: 1rem;
}
.reservation-corona ol, .reservation-corona ul {
  margin-bottom: 0;
}
.reservation-corona a {
  color: white;
  font-weight: bold;
}

.forside-fb {
  padding: 1em;
  background: #003d85;
  color: white;
  margin-bottom: 3rem;
}
.forside-fb p:last-child {
  margin: 0;
}
.forside-fb a {
  color: white;
  font-weight: bold;
}
.forside-fb i {
  padding-right: 0.75em;
  width: 2em;
}
.forside-fb i::before {
  font-size: 1.5em;
}

.au-faktura {
  background: #fabb00;
  color: black;
  padding: 1rem;
}
.au-faktura a {
  color: black;
  font-weight: bold;
}
.au-faktura p:last-child {
  margin: 0;
}
.au-faktura h1, .au-faktura h2, .au-faktura h3, .au-faktura h4 {
  margin-top: 0;
}

.day-block {
  background-color: green;
  color: white;
  min-width: 7rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.2rem;
  font-size: 90%;
}

.day-block-closed {
  background-color: #ddd;
  color: black;
}

.day-block-unknown {
  background-color: orange;
  color: black;
}

.time-block {
  margin-top: -0.5rem;
  font-size: 80%;
}

.date-range {
  margin-left: 2rem;
  font-size: 65%;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400 !important;
}

/* Opening hours js app */
#oh {
  width: 100%;
}

.oh-header {
  position: relative;
  /*color:white;
  background-color: #003d85;*/
  padding: 0.25rem 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 120%;
}

.oh-table tr.header {
  /*background-color: #003d85;
  color:white;*/
}

.oh-home, .oh-choose, .oh-previous, .oh-next, .oh-date {
  display: inline-block;
}

.oh-home, .oh-choose, .oh-previous, .oh-next {
  cursor: pointer;
}

.oh-date {
  /*text-align:center;*/
  margin-left: 1rem;
  /*font-size:90%;*/
  min-width: 15em;
  max-width: 20em;
}

.oh-table td:first-child {
  padding-right: 2em;
  width: 7rem;
  /*outline:1px solid red;*/
}

.oh-table tr:nth-child(even) {
  /*background-color:#d9ebff;*/
}

.oh-table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: collapse;
}

.oh-table th {
  text-align: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 110%;
}

.oh-table td {
  /*border-top: 1px solid black;*/
}

#oh-dateinput {
  position: absolute;
  opacity: 0;
  z-index: -2;
}

.allergens-item {
  margin-bottom: 1.5rem;
}
.allergens-item .allergens-dish {
  font-size: 110%;
  font-weight: bold;
}
.allergens-item .allergens-contains table {
  line-height: 1.2em;
  font-style: italic;
}
.allergens-item .allergens-contains table td:first-child {
  padding-right: 1rem;
  vertical-align: top;
}

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