/*

	Design & Development:
	
	Thrane.nu
	Spangevej 19
	DK-8700 Horsens
	Denmark
	
	http://thrane.nu

*/

@import url('https://fonts.googleapis.com/css?family=Amarante&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Neuton:400,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Rock+Salt&display=swap');



html {
}
body {
	background-color: rgba(0,0,0,1.00);
	font-family: 'Neuton', Helvetica, Arial, sans-serif;
	font-weight: 400;
    font-size: 20px;
	color: rgba(255,255,255,1.00);
    background-size: cover;
	background-attachment: fixed;
	background-image: url(/images/system/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
}

@media only screen 
and (-webkit-min-device-pixel-ratio: 2) {
body {
}
}

a, a:hover, a:focus {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}

.com-content-article__body a,
.com-content-article__body a:hover,
.com-content-article__body a:focus {
    color: rgba(214,180,105,1.00);
    text-decoration: none;
}
.com-content-article__body a:hover {
    text-decoration: underline;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Amarante', Helvetica, Arial, sans-serif;
	line-height: 1.1;
	color: inherit;
    text-transform: uppercase;
}

h1 {
    font-size: 44px;
    margin: 0;
}


.t3-wrapper {
	background: transparent;
}

.page-header {
    min-height: 100px;
	background-image: url(/images/ornaments/corner-left-top.svg);
	background-repeat: no-repeat;
    padding: 35px 0 0 60px;
    margin: 0 0 15px 0;
    border-bottom: 0px none #eeeeee;
}


/* Navigation MegaMenu */


.t3-navbar .divider {
    background-color: rgba(255,255,255,1.0);
    height: 1px;
    width: 80%;
    margin: 0 auto;
}



#t3-mainnav {
	z-index: 400;
}

ul.navbar-nav {
	display: flex;
	float: none;
	justify-content: center;
}
/* Backgroundcolor */
.navbar-default {
	background-color: transparent;
	font-size: 20px;
	font-family: 'Amarante', Helvetica, Arial, sans-serif;
}

/* Height + Border on Main Menu */
.navbar {
	min-height: 41px;
	border: 0px none transparent;
}

/* Main Menu Items */
.nav > li > a,
.nav > li > .separator,
.nav > li > span {
	padding: 11px 15px 10px 15px;
	text-decoration: none;
}
.nav > li > span {
	display: block;
}
/* Color Main Menu Items */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
    color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    
	/*transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;*/
}
/* Color on Hover on Main Menu Items */
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > .separator:hover, 
.navbar-default .navbar-nav > li > .separator:focus,
.navbar-default .navbar-nav > li > span:hover, 
.navbar-default .navbar-nav > li > span:focus {
    background-color: rgba(0,0,0,0.70);
    color: rgba(226,2,45,1.00);
    color: rgba(255,255,255,1.00);
    color: rgba(214,180,105,1.00);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > .separator,
.navbar-default .navbar-nav > .open > .separator:hover,
.navbar-default .navbar-nav > .open > .separator:focus,
.navbar-default .navbar-nav > .open > span,
.navbar-default .navbar-nav > .open > span:hover,
.navbar-default .navbar-nav > .open > span:focus {
    background-color: rgba(0,0,0,0.70);
    color: rgba(255,255,255,1.00);
    color: rgba(214,180,105,1.00);
}

/* Color on Active Main Manu Item */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > .separator,
.navbar-default .navbar-nav > .active > span {
    background-color: rgba(0,0,0,0.70);
    color: rgba(226,2,45,1.00);
    color: rgba(255,255,255,1.00);
    color: rgba(214,180,105,1.00);
}
/* Color Hover on Active Main Menu Item */
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0,0,0,0.70);
    color: rgba(226,2,45,1.00);
    color: rgba(255,255,255,1.00);
    color: rgba(214,180,105,1.00);
}
/* Color on Current Main Manu Item */
.navbar-default .navbar-nav > .current > a {
    background-color: rgba(0,0,0,0.70);
    color: rgba(226,2,45,1.00);
    color: rgba(255,255,255,1.00);
    color: rgba(214,180,105,1.00);
}
/* Color on Hover on Current Main Menu Item */
.navbar-default .navbar-nav > .current > a:hover,
.navbar-default .navbar-nav > .current > a:focus {
    background-color: rgba(0,0,0,0.70);
    color: rgba(226,2,45,1.00);
    color: rgba(255,255,255,1.00);
    color: rgba(214,180,105,1.00);
}

/* Arrow when submenues are present */
.navbar-nav > .dropdown > a .caret,
.navbar-nav > .dropdown > .separator .caret {
	border-color: transparent!important;
    border-top-color: rgba(90,90,90,1.00)!important;
	position: absolute;
	top: auto!important;
	right: 0!important;
	bottom: 0!important;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-bottom-color: rgba(90,90,90,1.00)!important;
	display: none!important;
}
/* Hover on Arrow when submenues are present */
.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret,
.navbar-nav > .dropdown > .separator:hover .caret,
.navbar-nav > .dropdown > .separator:focus .caret {
	border-top-color: rgba(90,90,90,1.00);
	border-bottom-color: rgba(255,255,255,1.00);
}

/* Dropdown */
.dropdown-menu {
	background-color: rgba(0,0,0,0.70);
    border: 0px none rgba(0, 0, 0, 0.00);
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.176);
    font-size: 16px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;border-top: 1px solid rgba(255,255,255,1.00)
}

/* Padding on Dropdown */
.t3-megamenu .mega-inner,
.t3-megamenu .mega-col-nav {
	padding: 0;
}

/* Padding on submenu items */
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
	padding: 9px 15px 8px 15px;
	text-decoration: none;
}

/* Color on submenu items */
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
	color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
}

/* Hover on submenu items */
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
    color: rgba(214,180,105,1.00);
}

/* Leave on submenu items */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: rgba(9,237,222,1.00);
	background-color: transparent;
	color: rgba(255,255,255,1.00);
    color: rgba(214,180,105,1.00);
}

/* Dropdown > dropdown placement */
.dropdown-submenu > .dropdown-menu {
    margin-left: 0;
    margin-top: 0;
}

/* Arrow on dropdown > dropdown */
.dropdown-submenu > a:after {
  border-left-color: rgba(255,255,255,1.00);
}
/* Hover on Arrow on dropdown > dropdown */
.dropdown-submenu:hover > a:after {
  border-left-color: rgba(255,255,255,1.00);
}

/* Color on active dropdown parent */
.dropdown-submenu.open > a {
    background-color: rgba(191,175,160,1.00);
}

/* Color on Active dropdown item */
.dropdown-menu .current.active,
.dropdown-submenu.active,
.mega-dropdown-inner li.active {
    background-color: rgba(0,0,0,1.00);
}
/* Color on Active dropdown > dropdown item */
.dropdown-submenu.active .current.active {
    background-color: rgba(0,0,0,1.00);
}
.mega-dropdown-menu li.current.active a,
.mega-dropdown-menu li.active a {
	color: rgb(255, 255, 255)!important;
    color: rgba(214,180,105,1.00)!important;
}
.dropdown-submenu > .dropdown-menu {
	border-radius: 0;
}
.t3-megamenu .mega-nav > li .separator {
    padding: 6px 10px 3px 10px;
	background-color: rgba(0,0,0,1.00);
}

.dropdown-submenu > a.HideMenuCaret::after {
    display: none!important;
}


/* Navigation MegaMenu EO */



/* Off Canvas */


.t3-off-canvas.off-canvas-effect-2.off-canvas-left.off-canvas-current {
	width: 100vw;
}
.off-canvas-effect-2.off-canvas-open .t3-wrapper {
	-webkit-transform: translate3d(100vw, 0, 0);
	transform: translate3d(100vw, 0, 0);
}
.off-canvas-open .off-canvas-toggle {
	margin-left: -50px!important;
	transition: margin-left .3s ease-out;
	-moz-transition: margin-left .3s ease-out;
	-webkit-transition: margin-left .3s ease-out;
	-o-transition: margin-left .3s ease-out;
}


.off-canvas-toggle {
  z-index: 100;
}
.t3-mainnav {
  z-index: 110;
}
#t3-off-canvas {
	background-color: rgba(14,14,14,1.00);
}
.t3-off-canvas-body {
	padding: 0!important;
}
.off-canvas-logo img {
	max-width: 60%;
}
.off-canvas-logo {
	padding: 20px 15px;
	text-align: center;
}
#OffCanvasMenu {
	text-align: center;
	font-size: 24px;
}
#OffCanvasMenu a,
#OffCanvasMenu span {
	color: rgba(255,255,255,1.00);
}
#OffCanvasMenu span {
	background-color: rgba(30,30,30,1.00);
}
#OffCanvasMenu a:hover {
	background-color: rgba(45,45,45,1.00);
}
#OffCanvasMenu .dropdown-menu {
	background-color: rgba(14,14,14,1.00);
	text-align: center;
	font-size: 18px;
}
#OffCanvasMenu .dropdown-menu > li > a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: 300;
}
#OffCanvasMenu .caret {
	display: none;
}

#OffCanvasMenu.nav-pills > li.active > a,
#OffCanvasMenu.nav-pills > li.active > a:hover,
#OffCanvasMenu.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: rgba(45,45,45,1.00);
	border-radius: 0;
}

/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 24px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: white;
    width: 30px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}


/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
	background-color: transparent;
	background-color: rgba(29,29,27,0.70);
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
body.off-canvas-open .c-hamburger--htx {
	background-color: transparent;
	background-color: rgba(226,2,45,1.00);
}

body.off-canvas-open .c-hamburger--htx span {
  background: none;
}

body.off-canvas-open .c-hamburger--htx span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.off-canvas-open .c-hamburger--htx span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.off-canvas-open .c-hamburger--htx span::before,
body.off-canvas-open .c-hamburger--htx span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}



#t3-off-canvas .customSocial a {
	color: rgba(255,255,255,1.00);
}


/* Off Canvas EO */

#bContent .t3-module {
	margin-bottom: 0;
}
#bContent {
	clear: both;
}


/* Header */
.t3-header {
	padding-top: 20px;
	padding-bottom: 10px;
}
.logo-image {
	text-align: center;
	width: 300px;;
	margin: 0 auto;
}
.logo-image img {
	width: 100%;
}
/* Header EO */



/* Footer */
.t3-footer {
	border-top: 0 none #eeeeee;
	background: transparent;
	color: rgba(255,255,255,1.00);
}

/* Footer EO */


/* CTA */
.moduleCTA {
	border-top: 0 none #eeeeee;
	background: transparent;
	color: rgba(255,255,255,1.00);
}
.calltoaction.mod-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
.calltoaction.mod-list .box {
	flex: 1 1 50%;
    max-width: 50%;
    padding: 15px;
    position: relative;
}
.calltoaction.mod-list .box img {
    width: 100%;
	height: auto;
}


.calltoaction.mod-list .moduleItemImage {
    position: relative;
    background-color: rgba(0,0,0,1.00);
    border-radius: 10px;
}
.calltoaction.mod-list .box .moduleItemImage img {
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
    border-radius: 10px;
}
.calltoaction.mod-list .box .moduleItemImage:hover img {
    opacity: 0.7;
}
.calltoaction.mod-list .box .moduleItemImage:hover a.moduleItemTitle {
    color: rgba(226,2,45,1.00);
    color: rgba(214,180,105,1.00);
}
.calltoaction.mod-list .moduleItemIntrotext {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.70);
    line-height: 1.2;
    padding: 12px 15px;
    border-radius: 0 0 10px 10px;
}
.calltoaction.mod-list .moduleItemIntrotext p {
    margin-bottom: 0;
}
.calltoaction.mod-list .moduleItemIntrotext .moduleItemTitle {
    font-size: 30px;
	font-family: 'Amarante', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
	transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
}
/* CTA EO */

.item-image {
	float: right;
	width: 50%;
	padding: 0 0 20px 20px;
}
.item-image img {
	max-width: 100%;
	height: auto;
}

/* Spiseseddel  */
.spiseseddel.mod-list {
	margin-bottom: 25px;
}
.spiseseddel.mod-list .wrap {
    position: relative;
    min-height: 300px;
    text-align: center;
    padding: 25px 30px 40px 30px;
    background-color: rgba(0,0,0,0.50);
    border-radius: 14px;
    margin-bottom: 25px;
}
.spiseseddel.mod-list .wrap:last-of-type {
    margin-bottom: 0;
}
.spiseseddel.mod-list .topleft,
.spiseseddel.mod-list .topright,
.spiseseddel.mod-list .bottomleft,
.spiseseddel.mod-list .bottomright {
    position: absolute;
	background-image: url(/images/ornaments/corner-small.svg);
	background-repeat: no-repeat;
    width: 123px;
    height: 123px;
    z-index: 1;
}
.spiseseddel.mod-list .topleft {
    top: 10px;
    left: 10px;
}
.spiseseddel.mod-list .topright {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.spiseseddel.mod-list .bottomleft {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.spiseseddel.mod-list .bottomright {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.spiseseddel.mod-list .moduleItemIntrotext {
	font-family: 'Rock Salt', Helvetica, Arial, sans-serif; 
    font-size: 18px;
    margin-bottom: 30px;
}
.spiseseddel.mod-list .moduleItemIntrotext p {
    margin-bottom: 5px;
}
.spiseseddel.mod-list .moduleItemIntrotext p:last-of-type {
    margin-bottom: 0px;
}
.spiseseddel.mod-list h3 {
    font-size: 34px;
    margin-bottom: 20px;
}
.spiseseddel.mod-list .subtitle {
    font-size: 18px;
	font-family: 'Amarante', Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    margin-top: -10px;
}
.spiseseddel.mod-list .pretext {
    font-size: 18px;
	font-family: 'Amarante', Helvetica, Arial, sans-serif;
    margin-bottom: -10px;
    margin-top: 20px;
}
.spiseseddel.mod-list .pris01,
.spiseseddel.mod-list .pris02 {
    font-size: 22px;
	font-family: 'Amarante', Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}
.spiseseddel.mod-list .remark,
.spiseseddel.mod-list .link {
    font-size: 18px;
	font-family: 'Amarante', Helvetica, Arial, sans-serif;
    z-index: 100!important;
    position: relative;
}
.spiseseddel.mod-list .divider {
    width: 40%;
    height: 1px;
    background-color: rgba(255,255,255,0.80);
    margin: 0 auto 10px auto;
}
.spiseseddel.mod-list a {
    color: rgba(214,180,105,1.00);
}
.spiseseddel.mod-list a:hover {
    text-decoration: underline;
}
.spiseseddel.mod-list ul {
	padding: 0;
}






/* Spiseseddel EO */


  /* Map */
#map {
    background-color: rgba(0,0,0,1.00);
}
#map .module {
    margin-bottom: 0;
}


#map {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#map > div {
	flex: 1 1 100%;
    max-width: 100%;
}
.map1,
.map2 {
    position: relative;
}
#map .moduleAddress {
    background-color: rgba(0,0,0,0.50);
    position: absolute;
    top: 50px;
    left: 50px;
    border-radius: 8px;
    padding: 40px 50px 30px 60px;
    font-size: 18px;
	background-image: url(/images/ornaments/corner-left-top.svg);
	background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position: 10px 10px;
    margin-bottom: 0;
    line-height: 1.3;
}
#map .moduleAddress h4 {
    color: rgba(226,2,45,1.00);
    color: rgba(214,180,105,1.00);
    font-size: 22px;
    margin: 0;
}
#map .moduleAddress a:hover {
    color: rgba(226,2,45,1.00);
    color: rgba(214,180,105,1.00);
}
#map .moduleAddress p:last-of-type {
    margin: 0;
}
.gmnoprint div,
.gm-control-active {
    font-size: 10px!important;
    background-color: rgba(0,0,0,1.00)!important;
    color: rgba(112,112,112,1.00)!important;
}
.gm-style .gm-style-iw-c {
	position: absolute;
	box-sizing: border-box;
	overflow: hidden;
	top: 0;
	left: 0;
	transform: translate(-50%,-100%);
	background-color: rgba(0,0,0,1.00);
	border-radius: 8px;
	padding: 12px 32px 12px 12px!important;
	box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
}
.gm-ui-hover-effect {
    background-color: rgba(226,2,45,1.00)!important;
    border-radius: 8px!important;
    width: 25px!important;
    height: 25px!important;  
}
.gm-ui-hover-effect img {
    margin-left: 3px!important;
}
.gm-style .gm-style-iw-t::after {
	background: linear-gradient(45deg,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);
	box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(-50%,-50%) rotate(-45deg);
	width: 15px;
}
.uk-margin {
	font-family: 'Neuton', Helvetica, Arial, sans-serif;
    margin: 0!important;
    font-size: 18px;
}
.uk-h3 {
    margin-bottom: 2px!important;
}
.gmnoprint {
    display: none!important;
}
.gm-style-iw-d {
    overflow: hidden!important;
}
/* Map EO */ 



/* Menu */ 
.moduleMenu {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 17px;
}
.moduleMenu h3 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}
.moduleMenu h4 {
    font-size: 22px;
    margin: 0;
    color: rgba(226,2,45,1.00);
    color: rgba(214,180,105,1.00);
    padding-right: 100px;
}
.moduleMenu .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}
.moduleMenu .box {
	flex: 1 1 50%;
    max-width: 50%;
    padding: 10px;
}
.moduleMenu .box.wide {
	flex: 1 1 100%;
    max-width: 100%;
}
.moduleMenu .box.wide.notitle h4 {
	display: none;
}
.moduleMenu .box .info {
    padding: 10px 10px;
    padding-top: 11px;
    background-color: rgba(0,0,0,0.50);
    border-radius: 6px;
}
.moduleMenu p:last-of-type {
    margin-bottom: 0;
}
.moduleMenu .box .info {
    position: relative;
    min-height: 85px;
}
.moduleMenu .pris {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
	font-family: 'Amarante', Helvetica, Arial, sans-serif;
    padding: 10px;
    font-size: 22px;
    width: 100px;
}
.moduleMenu .pris.vin {
    width: 130px;

}
.moduleMenu .pris.vin i {
	margin-right: 6px;
	color: rgba(214, 180, 105, 1.00);
}
.moduleMenu .moduleItemIntrotext ul {
    display: block;
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}
.moduleMenu .moduleItemIntrotext ul li {
    display: list-item;
    margin-bottom: 5px;
}
.menuDivider {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
}
.menuDivider > div {
	flex: 1 1;
}
.menuDivider .ornament {
	flex: 0 0 140px;
    max-width: 140px;
    width: 140px;
    height: 36px;
	background-image: url(/images/ornaments/middle.svg);
	background-repeat: no-repeat;
    background-size: 120px auto; 
    background-position: center;
}
.menuDivider .line {
    height: 36px;
	background-image: url(/images/ornaments/line_grey.svg);
	background-repeat: no-repeat;
    background-position: center;
}


.menuheader {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.menuheader > div {
	flex: 1 1 50%;
    text-align: center;
}
.menuheader > div > div {
    font-size: 20px;
	padding: 10px 14px;
	padding-top: 11px;
	background-color: rgba(0,0,0,0.50);
	border-radius: 6px;
    display: inline-block;
	color: rgba(214,180,105,1.00);
	font-family: 'Amarante', Helvetica, Arial, sans-serif;
}
.menuheader > div > div span {
	color: rgba(255,255,255,1.00);
}
/* Menu EO */ 



.moduleBook {
	font-family: 'Amarante', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 20px;
}
.moduleBook h2 {
    margin-bottom: 0;
}
.moduleBook p:last-of-type {
    margin-bottom: 0;
}
.moduleBook .bookingrules {
    padding: 5px 20px 15px 20px;
    font-size: 13px;
}
.moduleBook a {
    display: inline-block;
    padding: 8px 14px;
	transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
    margin-bottom: 5px;
}
.moduleBook a:hover {
    color: rgba(214,180,105,1.00);
}
.moduleBook i {
    margin-left: 5px;
}
.sidebar-top {
    height: 20px;
    width: 100%;
	background-image: url(/images/ornaments/small-top.svg);
	background-repeat: no-repeat;
    background-position: center;
}
.sidebar-bottom {
    height: 1px;
    width: 100%;
    background-color: rgba(255,255,255,1.00);
}



.moduleSmiley,
.moduleBestBurgers {
    text-align: center;
}
.moduleSmiley img {
    width: 50px;
}
#rest_sq5 {
    width: 225px;
    margin: 0 auto;
}

.breaking {
    font-size: 30px;
	padding: 15px 16px;
	padding-top: 16px;
	background-color: rgba(0,0,0,0.50);
	border-radius: 6px;
	color: rgba(226,2,45,1.00);
	font-family: 'Amarante', Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 20px 0;
}


/* -----------------------------------------------------------------------------

  Media Query: min-width: 1440px
  
----------------------------------------------------------------------------- */
@media (min-width: 1440px) {
.container {
	width: 1405px;
}

	
}


/* -----------------------------------------------------------------------------

  Media Query: max-width: 1436px
  
----------------------------------------------------------------------------- */
@media (max-width: 1439px) {
.container {
	width: 100%;
}
	
}



/* -----------------------------------------------------------------------------

  Media Query: min-width: 1200px
  
----------------------------------------------------------------------------- */
@media (min-width: 1200px) {


	
}


/* -----------------------------------------------------------------------------

  Media Query: max-width: 1300px
  
----------------------------------------------------------------------------- */
@media (max-width: 1300px) {


	
}


/* -----------------------------------------------------------------------------

  Media Query: max-width: 1199px
  
----------------------------------------------------------------------------- */
@media (max-width:1199px) {


#map > div {
	flex: 1 1 100%;
    max-width: 100%;
}  
	
	
	
	
}

/* -----------------------------------------------------------------------------

  Media Query: max-width: 991px
  
----------------------------------------------------------------------------- */
@media (max-width: 991px) {

.nav > li > a,
.nav > li > .separator,
.nav > li > span {
	padding: 11px 8px 10px 8px;
	text-decoration: none;
}    
    
/* CTA */
.calltoaction.mod-list .box {
	flex: 1 1 100%;
    max-width: 100%;
}
/* CTA EO */	

    
.moduleMenu .box {
	flex: 1 1 100%;
    max-width: 100%;
    padding: 10px;
}    

.item-image {
	float: none;
	width: 100%;
	padding: 0 0 20px 0;
} 
  
    
	
}

/* -----------------------------------------------------------------------------

  Media Query: max-width: 767px
  
----------------------------------------------------------------------------- */
@media (max-width: 767px) {

    
 .t3-mainnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}	
.navbar-default {
	background-color: transparent;
}	
.dropdown-menu .current.active, .dropdown-submenu.active,
.mega-dropdown-inner li.active {
	background-color: rgba(40,40,40,1.00);
}	   
    
    
/* Header */
.t3-header {
	padding-bottom: 20px;
}
.logo-image {
	width: 80%;
}
/* Header EO */	
    
    
/* Map */
#map .moduleAddress {
    background-color: rgba(0,0,0,1.00);
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
}
/* Map EO */ 
	
	
}

/* -----------------------------------------------------------------------------

  Media Query: max-width: 599px
  
----------------------------------------------------------------------------- */
@media (max-width: 599px) {

  
    
}

/* -----------------------------------------------------------------------------

  Media Query: max-width: 480px
  
----------------------------------------------------------------------------- */
@media (max-width: 480px) {	
	

	
}

/* -----------------------------------------------------------------------------

  Media Query: min-width: 768px
  
----------------------------------------------------------------------------- */
@media (min-width: 768px) {

	
	
}






/* Retina iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
html {
	background-image: none;
}
.page-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 1550px;
	background-image: url(/images/system/bg.jpg);
	background-size: 1550px auto;
    background-position: 38% 0;
    background-repeat: no-repeat;
    z-index: -1;
}
}


/* Retina iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
html {
	background-image: none;
}
.page-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 1550px;
	background-image: url(/images/system/bg.jpg);
	background-size: 1550px auto;
    background-position: 38% 0;
    background-repeat: no-repeat;
    z-index: -1;
}
}


/* Background on mobiledevices */
@media (max-device-width: 667px)  {
html {
	background-image: none;
}
.page-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 1000px;
	background-image: url(/images/system/bg.jpg);
	background-size: 1000px auto;
    background-position: 30% 0;
    background-repeat: no-repeat;
    z-index: -1;
}
}
/* Background on mobiledevices EO */







