/*
    Theme Name: Delicious
    Theme URL: https://bootstrapmade.com/delicious-free-restaurant-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
	font-size: 15px;
    line-height: 1.52;
    color: #717f86;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#banner{
    background: url(../img/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 630px;
}
.bg-color{
    background-color: RGBA(0, 0, 0, 0.61);
    min-height: 630px;
}
#banner h2{
    font-family: 'Satisfy', sans-serif;
    font-size: 45px;
    color: #b97d0a;
}
#banner p{
    font-family: 'PT Sans', sans-serif;
    color: #fcfcfc;
    font-size: 34px;
}
.section-padding{
    padding: 60px 0px;
}
.logo-name{
    font-family: 'Satisfy', sans-serif;
    font-size: 65px;
    margin-top: 140px;
    color: #b97d0a;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 20px;
}
.menu-icon
{
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    cursor: pointer;
}

.header-h {
    color: #b97d0a;
    font-size: 46px;
    font-family: 'Satisfy', sans-serif;
    font-weight: 300;
}
.header-h.blaa{
    color: #b97d0a !important;
    font-size: 46px;
    font-family: 'Satisfy', sans-serif;
    font-weight: 300;
}
.header-p {
    color: #9699a6;
    font-size: 16px;
}
.msg-row {
    margin-top: 56px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.bg-13 {background-color: #f04e4e;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.contact-icon {
    color: #fff;
    position: absolute;
    left: 34px;
    font-size: 32px;
    margin-top: 18px;
}
.bg-1 {
    background-color: #fecc17;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.bg-14 {
    background-color: #ccdb38;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.dark-blue {
    color: #31364c;
    font-size: 24px;
    margin-top: 0;
}
.light-blue {
    color: #9699a6;
    font-size: 16px;
    margin-bottom: 1px;
}
.media-body {
    margin-left: 10px;
    padding-left: 13px;
}
.media-2 {
    margin-top: 30px;
}
.newinput .form-group {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.contact-form .form-control {
    color: #000 !important;
    font-size: 16px;
    font-weight: normal;
    height: 38px;
    line-height: 1.42857;
    padding: 7px 0;
}
.form-control, .form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.contact-form {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.contact-form textarea.form-control {
    color: #000 !important;
    height: auto;
}
.contacts-btn {
    background-color:  #b97d0a !important;
    color: #ffffff !important;
    width: 170px;
    height: 54px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    border: 0px;
    color: #000 !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.phone-in-talk, .hour-icon
{
    font-size: 35px;
    line-height: 70px;
    color: rgb(255, 255, 255);
}


.heading{
    font-family: 'Satisfy', sans-serif;
    color: #b97d0a;
    font-size: 24px;
}
.marb-35{
    margin-bottom: 35px;
}
.details-list{
    margin-top: 20px;
}
.details-list ul li i {
    margin-right: 10px;
    color: #b97d0a;
}
#about img
{
    border: 5px solid rgb(255, 176, 59);
    border-radius: 2px;
}
#event{
    background: url('../img/res02.jpg') no-repeat;
    background-size: cover;
}
.left-images img {
    height: 308px;
    width: 100%;
}
.left-images{
    padding: 0px;
}
.details-text {
    border-right: 2px solid #841b2d;
}
.details-text {
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 20px 20px 30px 30px;
    overflow: auto;
}
.content-holder h2 {
    color: #b97d0a;
    font-size: 32px;
    padding-bottom: 15px;
    font-family: 'Satisfy', sans-serif;
}
.content-holder address strong {
    color: #b97d0a;
    padding: 10px 0px;
}
.details-text p {
    color: #E8E8E8;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 300;
}
.btn-read-more {
    background: #b97d0a;
    padding: 7px 19px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 3px;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
}
.btn-read-more:hover
{
    color: #000;
}
#Container .mix{
    display: none;
}
.menu-restaurant{
   width: 50%;
    float: left;
	padding-left: 40px;  /* Mere luft i venstre side af hver ret */
    padding-right: 40px; /* Mere luft i højre side af hver ret - DETTE LØSER DIT PROBLEM */
    position: relative;
	padding-bottom: 10px;
 	box-sizing: border-box; /* Sikrer at padding ikke ødelægger de 50% bredde */
}
.menu-restaurant .menu-title {
    display: block;
    font-family: Montserrat, arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    flex-shrink: 0; /* Sørger for at titlen ikke bliver mast */
}
.menu-restaurant .menu-line {
	border-bottom: 1px dotted rgba(0,0,0,.3);
    margin-left: .5rem;
    margin-right: .5rem;
    flex: 1; /* Dette magiske ord udfylder tomrummet automatisk */
    height: 12px; /* Justerer prikkernes højde så de flugter med teksten */
}
.menu-subtitle .menu-line {
    position: absolute;
    bottom: 6px;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    margin-left: .6rem;
    margin-right: .6rem;
    left: 225px; 
    right: 60px;
}
.menu-restaurant .menu-price {
    background: inherit;
    font-weight: 600;
    font-family: 'Open Sans', arial;
    color: #333;
    flex-shrink: 0; /* Sørger for at prisen altid er synlig */
    text-align: right;
    margin-left: auto; /* Skubber prisen helt til højre */
}
.menu-restaurant .menu-subtitle {
    display: block;
    color: #B1B1B1;
    font-family: 'Open Sans',arial;
    font-size: 1.2rem;
}
.menu-restaurant span.clearfix {
	position: relative;
    display: flex; /* Aktiverer flex-layout */
    align-items: baseline; /* Sørger for at tekst og pris flugter i bunden */
    width: 100%;
}

#menu-flters ul li a.active, #menu-flters ul li a:hover {
    background: #b97d0a;
    color: #fff;
    border: 1px solid #b97d0a;
}
#menu-flters ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
#menu-flters ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #565656;
    border-radius: 0px;
    border: 1px solid #BBBBBB;
    text-decoration: none;
    cursor: pointer;
}

.footer {
    width: 100%;
    background-color: #222;
    position: relative;
    z-index: 1;
}
.footer a {
    color: #fff;
}

.footer .footer-top {
    padding-top: 9rem;
    padding-bottom: 5rem;
}
.footer .widget-title, .footer .widget-title a {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #999;
}
.footer .widget-title{
    padding-bottom: 20px;
    font-family: 'Satisfy', sans-serif;
    font-size: 44px;
    color: #b97d0a;
}
.footer .widget, .footer address {
    color: #999;
    text-transform: none;
    font-style: normal;
    padding-bottom: 15px;
}
address {
	text-align: center;
}
.footer .navigation, .footer .social-list {
    float: none;
    margin-bottom: 20px;
}
.list-horizontal li {
    display: inline-block;
}
#contact{
    background-color: rgba(221, 221, 221, 0.33);
}
.footer .social-list a {
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0 5px;
}
@media (min-width: 768px) and (max-width: 980px) {
    .content-holder h2 {
        font-size: 23px;
    }
    .details-text p {
        line-height: 16.6px;
    }
}
@media (min-width: 451px) and (max-width: 767px) {
    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
}
@media (min-width: 20px) and (max-width: 450px) {
    .menu-restaurant {
    width: 100%;
    }
    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
    .header-h {
        font-size: 35px;
    }
    .header-p, body{
        font-size: 16px;
    }
    .about-info, .mr-15{
        margin-bottom: 15px;
    }
    #banner h2{
        font-size: 25px;
    }
    #banner p{
        font-size: 25px;
    }
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.sushi {
    position: relative;
    display: block;
}
.sushi::before {
    display: table;
    content: " ";
}
a.sushi-text {
    float: left;
    display: block;
    color: #B1B1B1;
    font-family: 'Open Sans',arial;
    font-size: 1.2rem;
}
span.sushi-line {
    position: absolute;
    bottom: 6px;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    margin-left: .6rem;
    margin-right: .6rem;
    left: 132px;
    right: 54px;
}
span.sushi-price {
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Open Sans',arial;
    font-size: 1.3rem;
}
/* Gør kontrolrapport-billedet mindre */
.smiley-logo {
    max-width: 250px; /* Her styrer du den maksimale størrelse */
    width: 100%;      /* Gør det responsivt */
    height: auto;     /* Bevarer proportionerne */
    display: inline-block;
    margin: 15px 0;   /* Giver lidt luft over og under */
}

/* Specifik justering til små skærme (mobiler) */
@media (max-width: 768px) {
    .smiley-logo {
        max-width: 180px; /* Endnu mindre på mobilen */
    }
}
/* Fix for footer overflow på mobil */
.footer .row {
    margin-left: 0;
    margin-right: 0;
}

/* Sikrer at billeder aldrig tvinger siden bredere end skærmen */
img {
    max-width: 100%;
    height: auto;
}

/* fjerner vandret scroll hvis noget alligevel stikker ud */
html, body {
    overflow-x: hidden;
    width: 100%;
}
/* Giver luft i siderne på computer og centrerer menu-sektionen */
#menu {
    max-width: 1200px; /* Standard bredde for at det ikke bliver for bredt */
    margin: 0 auto;    /* Centrerer hele sektionen */
    padding: 0 40px;   /* Giver luft i siderne så teksten ikke rører kanten */
}
@media (max-width: 450px) {
    /* Centrer menu-elementerne */
    .menu-restaurant {
        width: 100%;
        text-align: center; /* Dette centrerer savel tekst som inline-elementer */
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 45px;
    }
  	.menu-restaurant span.clearfix {
        display: block !important; /* Ændret fra flex til block */
        text-align: center;
    }
  	/* Fjern prikkerne (menu-line) helt på mobil */
    .menu-restaurant .menu-line {
        display: none !important;
    }
    .menu-restaurant .menu-title {
		float: none !important;
        display: inline-block;
      	font-family: 'Open Sans', sans-serif;
      	width: 100%;
      	text-align: center;
        font-size: 16px;
      	font-weight: 700;
      	letter-spacing: 0.5px;
      	text-transform: uppercase; /* Gør titlen tydelig uden Satisfy */
        letter-spacing: 1px;
      	color: #222222; 
        margin: 0 0 10px 0;
    }

    .menu-restaurant .menu-price {
        position: relative;
        display: inline-block;
        text-align: center; /* Prisen centreret under titlen */
     	color: #333; /* Gør prisen mørkere, så den står frem */
        font-size: 15px;
      	top: auto;
        right: auto;
        padding-left: 0;
      	font-weight: 700;
        margin-bottom: 10px;
    }

    .menu-restaurant .menu-subtitle {
		display: block;
        font-style: italic; /* Kursiv gør beskrivelsen nemmere at skille fra prisen */
        text-align: center;
      	color: #666;
        font-size: 14px;
        line-height: 1.6;
        max-width: 90%; /* Sørger for at teksten ikke rammer kanten */
        margin: 0 auto;
    }

    /* Centrer footer-elementer specifikt */
    .footer address, 
    .footer .copyright, 
    .footer .widget-title {
        text-align: center;
    }
  	#menu-flters {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

    #menu-flters ul {
        display: inline-block;
        padding: 0;
        margin: 0 auto;
    }

    #menu-flters ul li {
        margin-bottom: 10px; /* Sikrer luft hvis de knækker over to linjer */
    }

    #menu-flters ul li a {
        display: inline-block;
        padding: 12px 25px; /* Lidt større knapper til mobilen */
        font-size: 16px;    /* Tydeligere skriftstørrelse */
        min-width: 120px;   /* Gør knapperne ensartede i bredden */
    }
}
/* Skjul print-overskriften på selve hjemmesiden */
.only-print {
    display: none !important;
}
/* --- PRINT STYLESHEET (A4) --- */
@media print {
    /* 1. Skjul alt irrelevant */
    header, footer, #banner, #about, #event, #menu-flters, .header-h, .header-p, .menu-flters, 
    .sidenav, .menu-icon, #contact, .btn-read-more, .text-center br {
        display: none !important;
    }

    /* 2. Opsætning af papiret - Reduceret margen for at få mere plads */
    @page {
        size: A4;
        margin: 1.0cm; /* Reduceret fra 1.5cm for at give lodret plads */
    }

    body, html, #main, #menu {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
    }

    /* 3. Overskrift - Mere kompakt */
    .header-h {
        display: block !important; /* Tvinger den frem hvis den var skjult */
        color: #b97d0a !important;
        font-family: 'Satisfy', cursive !important;
        text-align: center !important;
        font-size: 36px !important; /* Lidt mindre overskrift */
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .header-p {
        display: block !important;
        color: #666 !important;
        text-align: center !important;
        font-size: 16px !important;
        margin-bottom: 0px !important; /* Kraftigt reduceret fra 40px */
    }

    /* 4. Menu Layout */
    #menu-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }

    .menu-restaurant {
        display: block !important;
        width: 48% !important; 
        margin-bottom: 6px !important; /* Halveret fra 25px for at spare plads */
        page-break-inside: avoid;
    }

/* 5. Styling af retter - Rent layout uden prikker */
    .menu-restaurant span.clearfix {
        display: flex !important;
        /* Justerer teksten så prisen flugter med den øverste linje i titlen */
        align-items: flex-start !important; 
        justify-content: space-between !important;
        margin-bottom: 2px !important;
        width: 100% !important;
    }

    .menu-restaurant .menu-title {
        color: #000 !important;
        font-weight: 700 !important;
        font-size: 13px !important;
        text-transform: uppercase !important;
        white-space: normal !important; 
        line-height: 1.2 !important;
        /* Giver plads til prisen uden overlap */
        padding-right: 15px !important;
        flex: 1 !important;
    }

    /* Skjul den prikkede linje helt */
    .menu-restaurant .menu-line {
        display: none !important;
    }

    .menu-restaurant .menu-price {
        color: #000 !important;
        font-weight: 700 !important;
        font-size: 13px !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        text-align: right !important;
        /* Sikrer at prisen står øverst hvis titlen er lang */
        align-self: flex-start !important;
    }

    .menu-restaurant .menu-subtitle {
        display: block !important;
        color: #555 !important;
        font-size: 10px !important;
        line-height: 1.3 !important;
        margin-top: 1px !important;
        /* Holder beskrivelsen væk fra pris-kolonnen */
        padding-right: 40px !important;
    }
  
    /* 6. Sideskift (Beholdes til før Drikkevarer) */
    .page-break {
        display: block !important;
        flex-basis: 100% !important;
        page-break-before: always !important;
        height: 0 !important;
    }

    /* 7. Footer - Rykket tættere op */
    .text-center p {
        font-size: 9px !important;
        margin-top: 20px !important;
        padding-top: 5px !important;
    }
  /* Tving overskriften frem ved print */
    .only-print {
        display: block !important;
        width: 100% !important;
        float: none !important;
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    /* Sørg for at overskriften arver dine pæne print-styles */
    .only-print .header-h {
        display: block !important;
        color: #b97d0a !important;
        font-family: 'Satisfy', cursive !important;
        font-size: 28px !important;
        text-align: center !important;
    }

    .only-print .header-p {
        display: block !important;
        color: #666 !important;
        font-size: 16px !important;
        text-align: center !important;
    }
  /* --- Tilføj dette i bunden af din @media print --- */

  .print-logo {
      display: block !important;
      max-width: 120px !important; /* Juster størrelsen her */
	  margin: -10px auto 5px auto !important; /* Negativ top-margin for at vinde plads */  
  }

  /* Hvis kunden ønsker den mørkeblå farve til teksten */
  .only-print .header-h {
      color: #002d5a !important; /* En flot klassisk mørkeblå */
      font-size: 32px !important;
      margin-bottom: -1px !important;
  }

  .header-p, .only-print .header-p {
      color: #444 !important;
      font-size: 16px !important;
      margin-bottom: 10px !important;
  }

  /* Sørg for at billeder ikke bliver gråtonede eller fjernet */
  img {
      print-color-adjust: exact;
      -webkit-print-color-adjust: exact;
  }
/* Tvinger teksten på både side 1 og side 2 til at blive stor */
    #menu .header-p, 
    #menu .only-print .header-p {
        display: block !important;
        visibility: visible !important;
        font-size: 16px !important; /* Sat højt for at teste om det virker */
        line-height: 1.4 !important;
        color: #444 !important;
        margin-top: 5px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    /* Justering af overskriften så den matcher */
    #menu .header-h, 
    #menu .only-print .header-h {
        display: block !important;
        font-size: 36px !important;
        margin-bottom: 2px !important;
    }
}