/* Mixin */
/* @file global.styles  Styles you add here will load for all device sizes, they are "global", as opposed to "responsive" styles, which only load for a given breakpoint (media query) that you set in theme settings. See the README for more details.   How to use this file: --------------------  There are many empty selectors and some basic styles to act as a guide. Nothing is set in stone and you can change anything - even delete all of it and start with your own clean slate.  To FORCE PRINT all selectors you can search and replace a single { (opening curly brace) and insert an empty comment. This is very useful in conjuction with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/  See global.base also which includes normalize.css and some additional helper classes and base styles. */
/* ============================================================================= Base ========================================================================== */
/* To preserve theme settings never apply font properties to the HTML element. This is critically important if you are using the Responsive JavaScript feature as this relies on being able to set a pseudo font family on the HTML element. If you need to set default font properties of any kind use the BODY element as these can be overridden using font theme settings. */
html, body { height: 100%; }

html { /*background: $page;*/ font-size: 62.5%; }

body { font-family: "Interstate", "Futura-PT", sans-serif; font-weight: 400;/* Set from _custom.scss font variables */ font-size: 1.25em; /*font-size: 1.2rem;*/ color: #3a3a3a; background-color: #fff; }

p {font-family: "Futura-PT", sans-serif; font-weight: 400; font-size: 1.22em;}



/*
.front #logo { position: absolute; top: 50%; @include transform(translateY(-50%)); left: 50%; margin-left: -60px; z-index: 10; width: auto;
}
*/
.entrance { width: 50%; height: 100%; float: left; background: no-repeat center center / cover; }
.entrance a { opacity: 1; display: block; width: 100%; height: 100%; text-align: center; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: relative; }
.entrance a:hover, .entrance a:focus { text-decoration: none; background: #990031; }
.entrance a:hover span, .entrance a:focus span { color: #eee1bf; }
.entrance a span { font-family: "Open Sans", sans-serif; font-size: 48px; font-size: 4.8rem; text-transform: uppercase; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #990031; font-weight: 700; }
.entrance:hover a { opacity: 1; }

.splashscreen { height: 100%; }

/* ============================================================================= HTML Elements ========================================================================== */
pre, code, tt, samp, kbd, var { font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif; }

a img { border: none; }

/* ============================================================================= Wrappers ========================================================================== */
/* Page wrapper, includes the .container class which sets the overall page or section width Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it! */
/* Wraps all header elements - branding and .region-header */
#header { position: relative; margin-top: -75px;}

/* front page video */
video::-webkit-media-controls {display: none;}
video::-webkit-media-controls-start-playback-button {display: none !important;}
.logged-in.page-node-84 .before_content {margin-bottom: -3em !important;;}
/* Wraps the sidebars the content column */
#columns { padding: 40px 30px 0px 30px; background: #FFFFFF; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); margin-top: 40px; margin-bottom: 40px;}
.page-node-84 #columns { padding: 40px 0px 0px 0px; box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0); background: #fff; margin-top: 0px; margin-bottom: 0px;}
/* Main content column wrapper */
.not-front #content-column { margin-bottom: 30px; }

.front .node-content p { margin: 0; padding: 0; }

.not-front #footer #block-block-3 p { margin: 0; padding: 0; }

/* Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column */
/* Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style */
/* Footer wrapper */
/* Panels may need additional margin wrangling when in the $content region */
/* Full Width Wrappers These are used in the optional page--full-width-wrappers.tpl.php template. All have internal .container classes. In the full width wrapper template the .container classes set the width or max-width of the contained element - you can style this but never add any width/margin/padding/borders etc to .container */
/* Wraps #page */
/* Wraps the leaderboard */
/* Wraps the header */
#header-wrapper { /* Debug styles, is this working */ padding: 0; height: 156px; }

#slider-content-wrapper { margin: 0 auto; }

.front #slider-content-wrapper { z-index: 150; }

/* front page styling */
.page-node-84 #slider-content-wrapper { display: none; }
/* call to action*/
.ctabryg {width: 50%; padding-right: 4%; padding-left: 1%}
.ctadrik {width: 46%; padding-right: 1%;}
.ctabutton {padding: 5px 0 5px 0; background: #881135; font-size: 20px; color: #FFFFFF; letter-spacing: 1px; text-align: center;}
.ctabox {background-color: #881135; padding-bottom: 5px;}
.ctafp {margin-bottom: 60px;}
.ctabox { position:relative;}
.ctabox:after {content: ''; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 16px solid #881135;
    position: absolute; left: 50%; bottom: 40px; transform: translatex(-50%); }

/* boxes under cta */
.frontpagebox {background: #FFFFFF;  box-shadow: 0 0px 20px 0 rgba(0,0,0,0.15); margin-right: 10px; margin-left: 10px;}
.frontpagebox2 {margin-top: 60px; margin-bottom: 60px; background: #FFFFFF;  box-shadow: 0 0px 20px 0 rgba(0,0,0,0.15); margin-right: 10px; margin-left: 10px;}
.frontpagebox  h2 { margin-top: 30px; padding-left: 6%; margin-bottom: 10px; text-transform: uppercase; color: #881135;}
.frontpagebox2 h2 { margin-top: 30px; padding-left: 12%; margin-bottom: 10px; text-transform: uppercase; color: #881135;}
.frontpagebox p { font-size:1.2em; padding-left: 6%; padding-right: 12%;}
.frontpagebox2 p { font-size:1.2em; padding-left: 12%; padding-right: 6%;}
.frontpagebox img {margin-bottom: -5px;}
.frontpagebox2 img {margin-bottom: -5px;}
.fptable td {width: 50%;}
.frontpagebutton {text-transform: uppercase; font-weight: 700; background: #881135; font-size: 13px; color: #FFFFFF; padding: 5px 15px 5px 15px; letter-spacing: .1em;}


#before_content img { width: 100%; }

#content-header-wrapper .container { padding-top: 44px; }

.front #content-header-wrapper { display: none; }

.front .node-content table { margin-top: 2px; }

.front .node-content table td { text-align: center; }

.front .node-content table td h2 { font-size: 15px; font-size: 1.5rem; color: #990031; margin: 0 0 3px 0; }

.front .node-content table td a { color: #1d1d1b; }


.field-name-field-godt-til, .bryg-box { background: #F7F7F7; box-shadow: 0 1px 10px 0 rgba(0,0,0,0.20); margin: 5px 5px 15px 5px;
  padding-top: 9px; height: auto; padding-left: 13px; max-width: 350px; padding-bottom: 10px; }
.field-name-field-godt-til { display: block; overflow: auto; }
.kokken-ikon { margin-bottom: -7px; }

.bryg-box h2 { font-size: 19px !important; text-transform: uppercase;}

.bryg-box p {margin: 0 0 1em;}

/* tysk og engelsk bryg sider */
#bryg-tysk { display: none; }
#bryg-engelsk { display: none; }

.field-name-field-godt-til h2 {font-size: 19px !important;}

.field-name-field-godt-til p {background-size: 35px; margin: 20px 10px 20px 0px; background-repeat:no-repeat; background-position: center;
  height: 50px; width: 50px; background-color: #9C0431; border-radius: 50%; position:relative; float: left; display: inline;
  font-size: 0px !important; }

/*
.brygikon-and{
    background-image: url('http://195.201.243.87/~providk/bryghusetmoen/sites/default/files/mediearkiv/ikoner/and.png');
  }
.brygikon-lam {
    background-image: url('http://195.201.243.87/~providk/bryghusetmoen/sites/default/files/mediearkiv/ikoner/lam.png');
  }
.brygikon-okse {
    background-image: url('http://195.201.243.87/~providk/bryghusetmoen/sites/default/files/mediearkiv/ikoner/cow.png');
  }
.brygikon-svin {
    background-image: url('http://195.201.243.87/~providk/bryghusetmoen/sites/default/files/mediearkiv/ikoner/pig.png');
  }
.brygikon-kylling {
    background-image: url('http://195.201.243.87/~providk/bryghusetmoen/sites/default/files/mediearkiv/ikoner/chicken.png');
  }
.brygikon-fisk {
    background-image: url('http://195.201.243.87/~providk/bryghusetmoen/sites/default/files/mediearkiv/ikoner/fish.png');
  }
.brygikon-vildt {
    background-image: url('http://195.201.243.87/~providk/bryghusetmoen/sites/default/files/mediearkiv/ikoner/deer.png');
  }
*/
  /* Print friendly link */

  .print_html:before {
  background-image: url('http://195.201.243.87/~providk/bryghusetmoen/sites/default/files/mediearkiv/ikoner/print.png');
  background-size: 15px 15px; background-repeat: no-repeat; display: inline-block; width: 20px; margin-bottom: -8px; height: 20px; content:""; }

  .page-node-84 .print_html { display: none;}

  .print-content > .node-print > .node-content {
    float: left;
  }

  .print-logo {
    max-width: 120px;
  }

  /* Wraps the nav elements */
/* Wraps breadcrumb */
/* Wraps messages and help */
#messages-help-wrapper { background-color: #eae0c1; }

/* Wraps the secondary content/preface region */
/* Wraps the main content column */
/* Wraps the tertiary content/postfix region */
/* Footer wrapper */
#footer-wrapper { /* Debug styles, is this working? */ -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15); }

/* ============================================================================= Branding ========================================================================== */
/* Wraps all the branding elements, logo, name and slogan */
#branding { float: left; position: absolute; }

/* topbar */
#block-block-16 { background-color: #881135 }
.topbar a {color: #fff;}
.topbar {position:relative; z-index: 100;}
.topbarmail { letter-spacing: .1em; padding-top: 14px; float: left; padding-left: 25%;}
.topbarmail img {margin-bottom: -3px; padding-right: 3px;}
.topbarkontakt { font-weight: 700 !important; letter-spacing: .1em; padding-right: 13px; font-size: 12px; padding-top: 25px; float: right; right: 29%; position: absolute;}
.topbarkontakt img { margin-bottom: -3px; padding-right: 3px;}
.topbar .facebook { top: 16px; position: relative; float: right; }
.topbar .instagram { top: 16px; position: relative; float: right; }
.topbar .socials {padding-right: 25%}
/* Logo */
#logo { padding: 18px 0; }

#logo img { position: absolute; top: 95px; max-width: 121px; z-index: 100;}

#logo .site-name a { display: none; font-size: 36px; font-size: 3.6rem; font-weight: 200; color: #efe3c3; margin-left: 15px; text-transform: uppercase; text-decoration: none; }

.page-switcher { display: inline-block; float: right; position: absolute; right: 2px; bottom: 50px; text-transform: uppercase; }

/* Wrapper for the site name and slogan (hgroup) */
/* Site name (h1) */
#site-name { margin: 0; }
/* Rectangle 9: */

#site-name a:link, #site-name a:visited { text-decoration: none; }

#site-name a:hover, #site-name a:focus { text-decoration: underline; }

/* Site slogan (h2) */
#site-slogan { margin: 0; }

.page-node-84 .node-title { text-align: center !important; font-size: 2.5rem; margin-top: -30px; margin-bottom: -25px;}

/* ============================================================================= Page content header ========================================================================== */
/* Main content header wraps the page title, tabs and actions links */
/* The main page title (h1) */
#page-title, .node-title { margin: 0 0 30px; color: #990031; font-size: 15px; font-size: 2.3rem; font-family: "Interstate", "Futura-PT", sans-serif; font-style:normal; font-weight: 400; text-transform: uppercase; }

/* ============================================================================= Misc Global Styles ========================================================================== */
/* Feed icons */
/* Aggregator feed source */
#aggregator .feed-source .feed-icon { display: inline; float: none; margin-right: 10px; }

.feed-details dt, .feed-details dd { display: inline; margin: 0; }

/* Generic styles for the more link */
/* Generic styles for links. See the ul.links declaration in node and comment stylesheets */
ul.links { margin: 0; padding: 0; }

ul.links.inline { display: block; }

ul.links li { display: inline; list-style: none; padding: 0 10px 0 0; }

/* Search results are an ordered list so reset the margin */
.search-results { margin: 0; }

/* ============================================================================= Regions ========================================================================== */
/* Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc */
/* Regions have an inner div - perfect for adding margin, padding or borders */
/* Regions can be nested, such as when using Panels */
/* Header region, embedded in the #header */
.region-header .block-superfish { float: right; margin-bottom: 0; margin-top: 110px; }

/* Generally used to output Drupals help block, if the help module is enabled */
/* Secondary content */
/* Sits above the main content header, like a content-top region */
/* Sits below the main content, like a content-bottom region */
/* Sidebars - targets both */
/* First sidebar */
/* Second sidebar */
/* Tertiary content */
/* Footer region */
/* ============================================================================= Links ========================================================================== */
a { text-decoration: none; color: #990031; }

a:hover, a:focus { text-decoration: underline; }

/* ============================================================================= Primary, Secondary and Menu Bar region menus ========================================================================== */
/* Use one of the following id's for granular control: - #menu-bar (menu bar region) - #primary-menu (main menu) - #secondary-menu (secondary/user menu) You can target all of these with .nav or div[id$="menu-bar"] */
.nav { clear: both; margin: 10px 0; }

.nav ul, .nav ul.menu { margin: 0; padding: 0; }

.nav li, .nav ul.menu li { display: inline; float: left; list-style: none; margin: 0; padding: 0; }

.nav li a, .nav ul.menu li a { display: block; white-space: nowrap; padding: 0 10px; }

.nav .block { margin-bottom: 0; }

/* ============================================================================= Superfish ========================================================================== */
ul.sf-menu { margin-bottom: 0; }
ul.sf-menu a { border-left: 0; border-top: 0; padding: 0 10px; text-decoration: none; height: 2.5em; line-height: 2.5em; font-size: 14px; font-size: 1.3rem; font-family: "Futura-PT", sans-serif; font-style: normal; font-weight: 700; text-transform: uppercase; }
ul.sf-menu a:link, ul.sf-menu a:visited { color: #3a3a3a; }
ul.sf-menu a:active, ul.sf-menu a.active { color: #990031; }
ul.sf-menu a:hover, ul.sf-menu a:focus { color: #990031; text-decoration: none; }
ul.sf-menu li:hover, ul.sf-menu li.sfHover { outline: 0; }
ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover > ul { top: 3.8em; }
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active { outline: 0; }

/* Superfish blocks */
.block-superfish ul { margin: 0 0 -20px 0 !important; padding: 0 !important; }
.block-superfish ul ul { background: #990031; }
.block-superfish ul ul li a:link, .block-superfish ul ul li a:visited { color: #eee1bf; }
.block-superfish ul ul li a:active, .block-superfish ul ul li a.active { color: #f9f4e7; }
.block-superfish ul ul li a:hover, .block-superfish ul ul li a:focus { color: #f9f4e7; text-decoration: none; }
.block-superfish li { margin: 0 !important; padding: 0 !important; }

/* Vertical style */
.sf-vertical { width: 100%; }
.sf-vertical li { width: 100%; }
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul { left: 100%; top: 0; margin: 0; padding: 0; }
.sf-vertical li a { padding: 0 10px; }

/* Navbar style */
.sf-navbar { padding-bottom: 0 !important; }

/* Sensible padding for the default style */
.sf-menu.sf-style-default a { padding: 0 10px; }

/* ============================================================================= Menus, usually blocks ========================================================================== */
ul.menu { padding-left: 15px; }

ul.menu ul { padding-left: 15px; }

ul.menu li { margin: 0; }

ul.menu li.collapsed, ul.menu li.expanded, ul.menu li.leaf { list-style: none outside none; }

ul.menu li.active-trail ul li a { border-bottom: none; }

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content { padding: 0; }

/* FRONT MENU */
#block-application-application-front-menu { margin-bottom: 0; }

.front-menu { padding: 0 20px 0 40px; }

.front-menu ul, .front-menu ul li { margin: 0; padding: 0; }

.front-menu ul li { float: left; display: table; border-collapse: separate; margin-right: 20px; margin-bottom: 20px; }

.front-menu ul li a { display: table-cell; vertical-align: middle; width: 220px; height: 95px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; font-size: 24px; font-size: 2.4rem; background: url("images/frontmenubg.png") top left repeat-x; text-transform: uppercase; font-family: "Open Sans", sans-serif; font-weight: bold; line-height: 1; text-align: center; padding: 0 15px; margin: 0 20px 20px 0; }

.front-menu ul li a:link, .front-menu ul li a:visited { color: #fefefe; }

.front-menu ul li a:hover, .front-menu ul li a:focus, .front-menu ul li a:active, .front-menu ul li a.active, .front-menu ul li a.active-trail { color: #fff; }

.front-menu ul li.expanded, .front-menu ul li.collapsed, .front-menu ul li.leaf { list-style: none outside none; }

.front-menu ul li.last a { background: url("images/block1bg.png") top left repeat-x; }

/* ============================================================================= Book navigation menu ========================================================================== */
.book-navigation .page-up { /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */ min-width: 2em; white-space: nowrap; }

.book-navigation .menu { margin-left: 0; }

/* ============================================================================= Breadcrumbs ========================================================================== */
#breadcrumb { margin: 10px 0; /* If the label is set to show in theme settings the label class is added */ }

#breadcrumb .breadcrumb-label { font-size: 1em; display: inline; padding-right: 10px; }

#breadcrumb .breadcrumb-label:after { content: ":"; }

#breadcrumb ol { margin: 0; padding: 0; }

#breadcrumb .with-breadcrumb-label ol { display: inline; }

#breadcrumb li { list-style: none; display: inline; }

/* ============================================================================= Pagers ========================================================================== */
ul.pager { clear: both; margin: 0; text-align: center; }

.item-list ul.pager li { margin: 0; }

ul.pager li { background-image: none; display: inline; list-style-type: none; padding: .5em; }

ul.pager li.pager-current { font-weight: 700; }

.block ul.pager li { margin: 0; }

/* Theme the various states of pager links */
/* ============================================================================= Skip Navigation ========================================================================== */
#skip-link { left: 50%; margin-left: -6.5em; margin-top: 0; padding: 0 0.5em; position: absolute; width: 12em; z-index: 50; }

#skip-link a { background: #444; background: rgba(0, 0, 0, 0.6); color: #eae0c1; display: block; line-height: 2; padding: 0; text-align: center; text-decoration: none; }

#skip-link a:link, #skip-link a:visited { background: #444; background: rgba(0, 0, 0, 0.6); color: #eae0c1; display: block; line-height: 2; padding: 0; text-align: center; text-decoration: none; }

#skip-link a:hover, #skip-link a:focus, #skip-link a:active { outline: 0; }

/* ============================================================================= Tabs (local tasks) ========================================================================== */
#tasks { margin-bottom: 15px; }

ul.primary { border-bottom-color: #cccccc; margin: 20px 0; padding: 0 0 0 5px; }

ul.primary li { display: block; float: left; margin: 0 1px -1px; }

ul.primary li a { background-color: whitesmoke; border-color: #cccccc; margin-right: 1px; padding: 0 10px; display: block; float: left; height: 1.5em; line-height: 1.5em; }

ul.primary li a:hover, ul.primary li a:focus { background-color: #eeeeee; border-color: #cccccc; }

ul.primary li.active a, ul.primary li.active a:hover, ul.primary li.active a:focus { background-color: #eae0c1; border-bottom-color: #eae0c1; }

ul.secondary { border-bottom: 1px solid #cccccc; margin: 1em 0 0; padding: 0 0.3em 1em; }

ul.secondary li { border-right: 0; list-style: none; padding: 0 10px 0 0; }

ul.secondary li a:hover, ul.secondary li a.active { border-bottom: none; text-decoration: underline; }

/* ============================================================================= Action links ========================================================================== */
ul.action-links { margin: 20px 0 0; list-style: none; }

/* ============================================================================= Field Styling ========================================================================== */
/* Wrapper for any field */
/* Above and inline classes are on the field wrapper */
/* When labels are set to inline in field display settings the clearfix class is automatically added */
/* Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues */
.field-label { font-size: 1em; font-weight: 700; font-family: inherit; line-height: inherit; margin-bottom: 0; }

/* Field types (Core) */
/* Image fields use the <figure> and <figcaption> elements from HTML5 */
/* Taxonomy */
.field-type-taxonomy-term-reference { /* The same bottom margin as p, blockquote, ul, ol and dl */ margin-bottom: 1.5em; }

.field-type-taxonomy-term-reference.field-label-inline .field-items { margin: 0; padding: 0; }

.field-type-taxonomy-term-reference.field-label-inline .field-item { display: inline; list-style: none; padding: 0 10px 0 0; }

/* Text */
/* Long text */
/* Text with summary */
/* File */
/* Number/Integer */
/* Decimal */
/* Number float */
/* List */
/* List boolean */
/* List integer */
/* List float */
/* Field types (Contrib) */
/* Named fields */
/* Underscores in field name are replaced with dashes */
/* Image Alignment Theme Settings - included here so you can easily override */
/* Float none setting */
/* Float left setting */
.ia-l .field-type-image figure, .iat-l .field-type-image figure { margin: 5px 20px 15px 0; }

/* Centered setting */
.ia-c .field-type-image figure, .iat-c .field-type-image figure { margin: 5px auto 15px; }

/* Float right setting */
.ia-r .field-type-image figure, .iat-r .field-type-image figure { margin: 5px 0 15px 20px; }

/* ============================================================================= Block Styling ========================================================================== */
/* Main wrapper for most blocks, block_system_main does not have it */
.block { margin-bottom: 20px; }

.front #content .block { margin-bottom: 20px; }

/* Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it */
/* The first block in the region */
/* The last block in the region */
/* Zebra striping for each block in the region */
/* Zebra striping for each block in the region */
/* Block title */
.block-title { margin: 0; }

/* Block content wrapper */
/* Match item list and block menu margin and padding */
.block-content ul, .block-content ol { padding: 0 0 0 15px; }

.block-content li { margin: 0; padding: 0; }

/* Block for the latest news items in the first category */
/* Block for the latest news items in the first feed */
/* First block created with "Add block" link */
#block-block-1 { margin-bottom: 0; }

#block-block-1 p { margin: 0; }

#block-block-1 img { float: left; }

#block-block-2 { float: right; margin-right: 40px; /*		margin-top:22px;*/ width: 240px; }

#block-block-2 .block-content { color: #bfc3c6; text-transform: uppercase; font-family: "Open Sans", sans-serif; }

#block-block-2 .block-content a:link, #block-block-2 .block-content a:visited { color: #bfc3c6; }

#block-block-2 .block-content a:hover, #block-block-2 .block-content a:focus, #block-block-2 .block-content a:active, #block-block-2 .block-content a.active, #block-block-2 .block-content a.active-trail { color: #fff; }

#block-block-3 { float: left; width: 326px; min-height: 250px; }

#block-block-3 .block-inner .content a:link, #block-block-3 .block-inner .content a:visited { color: #bfc3c6; text-decoration: underline; }

#block-block-3 .block-inner a { color: #fff; }

.block-title { font-size: 14px; font-size: 1.4rem; text-transform: uppercase; font-family: "Futura-PT", sans-serif; font-weight: 700; color: #990031; margin-bottom: 30px; }

#block-block-4 p { margin: 0; padding: 0; }

#block-block-5 { float: left; width: 322px; }

#block-block-5 .block-inner { padding: 0 0 0 38px; }

#block-block-5 h3 { font-size: 14px; font-size: 1.4rem; line-height: 16px; margin: 0; }

#block-block-5 p { margin: 0; padding: 0; }

#block-block-6 { position: absolute; top: 0; left: 825px; width: 174px; height: 30px; z-index: 149; }

#block-block-6 .book-online { border: none; margin-top: -8px; }

#footer-wrapper { background-color: #53061D; margin: 0 0% !important; padding: 0 5%;}
#footer .block { text-align: left; margin: 0; margin-bottom: 14px; color: #fff; overflow: hidden; width: auto; padding: 6px 0; }
#footer .block p { margin: 10px 0 0; }
#footer .block .facebook { float: right; margin-right: 3px; }
#footer .block .facebook img { display: inline-block; vertical-align: middle; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
#footer .block a { color: #fff;}
.topoffooter {border-bottom: 2px solid rgba(255,255,255,0.20); padding-bottom: 20px;}
.topoffooter h3 {font-weight: 400 !important; font-style: normal; font-size: 19px;}
.topoffooter p {font-size: 16px;}
.topoffooter a {font-size: 16px;}
.socials { margin-top: -30px; }
.socials .facebook { border-radius: 14px; margin-left: 8px; padding: 4px; background-color: #fff; }
.socials .instagram { border-radius: 14px;}
#block-block-9 { float: right; width: 50px; }

#block-views-reference-banner-block { height: 344px; background-color: #990031; }

#block-views-reference-banner-block .block-inner { padding: 125px 0 0 40px; }

#block-views-reference-banner-block .views-row { float: left; margin-right: 20px; }

/* "Recent blog posts" block */
/* "Book navigation" block for the current book's table of contents */
/* "Recent comments" block */
/* "Active forum topics" block */
/* "New forum topics" block */
/* Language switcher block */
/* Custom menu block */
/* "Recent content" block */
/* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */
/* "Most recent poll" block */
/* "Author information" block for the profile of the page's author */
/* "Search form" block */
/* "Shortcuts" block */
/* "Popular content" block */
/* "Main menu" block */
/* "Management" block for Drupal management menu */
/* "Navigation" block for Drupal navigation menu */
/* "User menu" block for Drupal user menu */
/* "System help" block */
/* "Main page content" block */
/* "Powered by Drupal" block */
/* "User login form" block */
/* "Who's new" block for a list of the newest users */
/* "Who's online" block for a list of the online users */
/* ============================================================================= Node Styling ========================================================================== */
.node { margin-bottom: 0; }

.node .node-content h2 { font-size: 24px; font-size: 2.4rem; font-weight: normal; margin-top: 0; }

/* All nodes are given a node-FOO class that describes the type of content that it is. If you create a new content type called "my-custom-type", it will receive a "node-my-custom-type" class. */
/* ============================================================================= Comment Styling - Comments, comment wrapper, comment form ========================================================================== */
/* Wrapper for the list of comments and its titles */
#comments { margin: 1.5em 0; }

#comments h2.comment-title { margin: 0; }

#comments h2.comment-form { margin: 0; }

/* Wrapper for a single comment */
.comment { margin-bottom: 20px; }

/* Comment title */
.comment-title { margin: 0; }

/* Comment states */
/* Preview of the comment before submitting new or updated comment */
/* "New" marker for comments that are new for the current user */
.new { color: #cc0000; }

/* Nested comments are indented */
.indented { margin-left: 40px; }

/* ============================================================================= Forms ========================================================================== */
/* Wrapper for a form element (or group of form elements) and its label */
.form-item input.error, .form-item textarea.error, .form-item select.error { border: 1px solid #990031; }

.form-item label { font-weight: 700; }

.form-item .description { font-size: 0.85em; }

/* Highlight marks and form required mark */
.marker, .form-required { color: #cc0000; }

/* The submit button */
.container-inline div, .container-inline label { display: inline; }

/* Define consistent borders */
fieldset { border: 1px solid #cccccc; }

/* Tips for Drupal's input formats */
/* Buttons used by contrib modules like Media */
a.button { -webkit-appearance: button; -moz-appearance: button; appearance: button; }

/* Password confirmation */
.password-parent, .confirm-parent { margin: 0; }

/* ============================================================================= Tables ========================================================================== */
table { margin: 0; padding: 0; width: 100%; border: none; }

table.sticky-header { z-index: 10; }

table tbody { border: none; }

table, thead, tbody, tr, th, td { /*  border-color: $border;*/ }

table, td, th { vertical-align: top; }

caption, th, td { text-align: left; }

thead tr { /*  font-weight: 700; background-color: $medium_dark;*/ }

td, th { border-bottom: 0; margin: 0; /*  padding: 5px 7px;*/ }

tbody tr { /*  border-top: 1px solid $border;*/ }

tr { /* Table row striping */ }

tr.odd { /*    background: $page;*/ }

tr.info, tr.even, tr:nth-child(2n+2) { border-bottom: 0; /*    background-color: $ultralight;*/ }

.view-commerce-cart-form tr.even, .view-commerce-cart-summary tr.even, .view-commerce-cart-block tr.even { border-bottom: 1px solid #ccc !important; }

tr.odd td.active { /*    background-color: $light;*/ }

tr.even td.active { /*    background-color: $medium_light;*/ }

/* Forum tables Core sets white-space to nowrap, which makes no sense */
#forum td .created, #forum td .posts, #forum td .topics, #forum td .last-reply, #forum td .replies, #forum td .pager { white-space: normal; }

/* ============================================================================= Messages ========================================================================== */
div.messages { margin-bottom: 10px; margin-top: 10px; }

div.messages ul { margin-top: 0; margin-bottom: 0; }

/* Unpublished nodes */
.node-unpublished p.unpublished, .comment-unpublished p.unpublished { color: pink; color: rgba(239, 170, 170, 0.4); font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif; font-size: 50px; font-weight: 700; line-height: 1.2; height: 0; margin: 0; padding: 0; overflow: visible; text-align: center; text-transform: uppercase; word-wrap: break-word; }

.ie6-7 .node-unpublished p.unpublished > *, .ie6-7 .comment-unpublished p.unpublished > * { position: relative; }

/* ============================================================================= Maintenance pages ========================================================================== */
.maintenance-page .container { padding: 40px 0; }

.maintenance-page #site-name, .maintenance-page #page-title { margin: 0; }

.db-offline .container { margin: 0 auto; padding: 40px 0; width: 100%; max-width: 960px; }

.db-offline div.messages { margin: 20px 0 0; }

.db-offline #content { padding: 20px 0; }

/* ============================================================================= Misc overrides for contrib modules ========================================================================== */
/* Admin menu overrides */
#admin-menu { margin: 0; padding: 0; }

/* Devel Module */
.dev-query { background: #eeeeee; padding: 30px; }

/* Styleguide module tweaks */
#styleguide-header { padding: 0 10px; }

#styleguide-header .item-list { font-family: inherit; margin: 0 20px 20px 0; min-height: 260px; width: auto; }

/* ============================================================================= Gallery styles ========================================================================== */
.node-galleri .field-name-field-gallery-images .field-item { background-color: #EEEEEE; box-shadow: 0 0 3px #666666; float: left; margin: 6px; padding: 6px; width: 170px; }

.node-galleri .field-name-field-gallery-images .field-item .colorbox img { text-align: center; max-height: 133px; }

.page-image { position: relative; }
.page-image img { vertical-align: top; width: 100%; }

.flex-caption { position: absolute; left: 0; right: 0; bottom: 0; top: 35%; /*  background: rgba(0, 0, 0, 0.6);*/ z-index: 1; padding: 1%; color: #fff; margin: 0 0 0 95px; width: 240px; display: block; }

.flex-caption a { font-size: 22px; font-size: 2.2rem; font-weight: 600; }

.flex-caption a .sub-caption { font-size: 12px; font-size: 1.2rem; display: block; }

.flex-caption a:link, .flex-caption a:visited { color: #fefefe; }

.flex-caption a:hover, .flex-caption a:focus, .flex-caption a:active, .flex-caption a.active, .flex-caption a.active-trail { color: #fff; }

.page-node-31 input { border: 0; padding: 5px; font-size: 1.1em; font-family: Arial, sans-serif; color: #000; border: solid 1px #ccc; margin: -5px 0 5px 0; width: 300px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; float: right; }

.page-node-31 textarea { display: block; margin: 0; width: 100%; padding: 5px; font-size: 1.1em; font-family: Arial, sans-serif; color: #000; border: solid 1px #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.page-node-31 .form-item, .page-node-31 .form-wrapper { width: 400px; margin-bottom: 20px; }

.page-node-31 .form-textarea-wrapper { margin-top: 5px; }

.html .form-submit { padding: 5px; background-color: #990031; color: #FFF; border: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.head-caption, .sub-caption { -webkit-stroke-width: 2.3px; -webkit-stroke-color: #000; -webkit-fill-color: #000; text-shadow: 1px 0px 8px black; -webkit-transition: width 0.3s; /*Safari & Chrome*/ transition: width 0.3s; -moz-transition: width 0.3s; /* Firefox 4 */ -o-transition: width 0.3s; /* Opera */ }

/* Shop Start */
#block-block-7 { background-color: #990031; margin-bottom: 0; padding: 10px; margin-bottom: 20px; }

#block-block-7 p { margin: 0; }

#block-block-7 a { color: #fff; font-weight: bold; }

.page-checkout- .region-sidebar-second { font-size: 1.13em;}
.page-checkout- p {font-size: 1.05em;}

.region-sidebar-second h2 {font-size: 1.35em; }

#user-login {font-size: 1.13em;}

.page-produktliste {font-size: 1.35em;}

.page-produktliste .region-sidebar-second { font-size: 1.18em;}

.page-user- .region-sidebar-second { font-size: 1.18em;}
.page-user- .region-sidebar-second h2 { font-size: 1.18em;}

.page-produktliste .region-sidebar-second h2 {font-size: 1.18em; }

#block-commerce-cart-cart .block-title { margin-bottom: 10px; }
#commerce-checkout-form-checkout {font-size: 1.15em;}

.page-produktliste .region-sidebar-second, .cart .region-sidebar-second { /*margin-top:0;*/ }

.page-produktliste .views-row { clear: both; border-bottom: 1px #990031 solid; display: inline-block; width: 100%; padding: 10px; margin-bottom: 10px; }

.page-produktliste .views-field-field-image { display: inline-block; float: left; width: 130px; text-align: center; }

.page-produktliste .views-label-field-colli { float: left; }

.page-produktliste .views-field-field-colli { padding-bottom: 5px; }

.page-produktliste .views-field-title { margin-left: 80px; font-weight: bold; padding-bottom: 5px; }

.page-produktliste .views-field-body { margin-left: 80px; margin-right: 120px; }

.page-produktliste .views-field-field-product { display: inline-block; float: right; }

.page-produktliste .views-field-field-product-stock img { padding-right: 5px; }

.page-produktliste .views-field-field-stock { padding-bottom: 5px; padding-left: 130px;}

.page-produktliste .views-field-field-stock img { padding-right: 5px; }

.page-produktliste .views-field-field-product-stock { margin-left: 80px; padding-bottom: 5px; clear: both; }

.block-commerce-cart td, .view-footer { padding: 5px 0 5px 5px; }

.price, .line-item-total, .views-field-commerce-unit-price, .views-field-commerce-total, .field-name-commerce-order-total { display: none; }

.views-field-sku { display: inline-block; margin-bottom: 5px; }

.form-item-quantity { margin: 0; float: left; }

.view-id-productlist input { float: right; }

.form-item-quantity .form-text { height: 19px; margin-right: 10px; text-align: right; }

.form-item-quantity label { display: none; }

.page-checkout .views-field, .page-cart .views-field { padding: 5px 7px !important; }

.page-checkout .views-field-quantity { text-align: right; }

.page-checkout .button-operator { margin: 0 10px; }

.page-checkout #edit-buttons { margin-top: 10px; border: 0; }

.page-cart #edit-checkout { margin-left: 10px; }

.page-cart .views-field-edit-delete { text-align: right; }

.line-item-summary-checkout { padding: 5px; background-color: #990031; color: #FFF; border: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 10px !important; display: inline-block !important; }

.line-item-summary-checkout a { color: #fff; font-weight: bold; }

#block-system-user-menu { border-top: 1px #990031 solid; padding-top: 10px; }

#block-system-user-menu ul { padding: 0; }

#block-system-main { padding-bottom: 50px; border-bottom: 1px solid #E5E5E5; }
#block-views-brewery-block-2 a {color: #191919 !important}
#block-views-brewery-block-2 .block-title {color: #191919;}

#jGrowl .jGrowl-notification.error {border: 1px solid #881135;}
#jGrowl .jGrowl-notification { width:400px !important; background-color: #fff !important;
  border-radius: 0px; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3); box-shadow: 0 0 10px rgba(0,0,0,0.3); padding-top: 50px; padding-bottom: 50px;}
#jGrowl .jGrowl-notification .jGrowl-message { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ word-break: initial; }
.jGrowl.center {left: 45%;}
#jGrowl .jGrowl-notification.error { font-size: 16px; font-weight: bold; font-family: "Interstate", sans-serif;}

.node .content-image { width: 40.4745%; margin-right: 6.4745%; float: left; }
.image-style-product {max-width: 400px; width: 100%;}
.node .node-content { overflow: hidden; }

.viewtitle {font-size: 40px; text-align:center; text-transform: uppercase;}
.views-view-grid .views-field-title {  max-width: 100%; margin: 0 auto; text-align: center; font-size: 1.1rem; font-weight: 400; text-transform: uppercase;}
.view-brewery a {color: #000;}
.views-responsive-grid a, .view-products > .view-content > h3 {color: #000;}
.views-responsive-grid .field-content a { justify-content: center; align-items: center; display: flex; text-align:center;}
div.views-field.views-field-field-ekstra-titel > span, .views-field-field-ekstra-titel div { justify-content: center; align-items: center; display: flex; text-align:center; color: #000; }
.node-type-product-display .field-name-field-ekstra-titel {margin-top: -25px; margin-bottom: 20px;}
.views-row {  display: flex; flex-wrap: wrap; margin: -10px 0 0 -10px;}
.views-column { display: inline-block; margin: 10px 0 0 10px; width: 14%; padding: 2%; }

#block-views-products-block-1 { margin: 0; }

/* contact page */
.page-node-18 .partner { list-style: none; box-shadow: 0 0px 20px 0 rgba(0,0,0,0.15); padding-left: 0px; width: 29%; display: inline-block; margin: 10px 10px 0px 10px; }

.partner li:nth-child(2) { padding-left: 10px; padding-right: 10px; padding-bottom: 10px; }

.partner-container { display: flex;}

/* HELIUM MOBILE MENU */
#menu-bar { margin: 0; paddig: 0; }

.mobile-menu { background-color: #363636; *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF363636', endColorstr='#FF232323'); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #363636), color-stop(100%, #232323)); background-image: -webkit-linear-gradient(top, #363636 0%, #232323 100%); background-image: -moz-linear-gradient(top, #363636 0%, #232323 100%); background-image: -o-linear-gradient(top, #363636 0%, #232323 100%); background-image: linear-gradient(top, #363636 0%, #232323 100%); }

#block-helium-mobile-menu-helium-mobile-menu-menu-toggle { padding: 0; float: right; margin: 90px 0 0; }

.hmm-toggle { display: block; position: relative; overflow: hidden; margin: 0; padding: 0; width: 48px; height: 48px; font-size: 0; text-indent: -9999px; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none; border-radius: none; border: none; cursor: pointer; transition: background 0.3s; }

.hmm-toggle:focus { outline: none; }

.hmm-toggle span { display: block; position: absolute; top: 22px; left: 9px; right: 9px; height: 4px; background: white; }

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

.hmm-toggle span::before { top: -10px; }

.hmm-toggle span::after { bottom: -10px; }

.hmm-toggle--htx { background-color: #363636; }

.hmm-toggle--htx span { transition: background 0s 0.3s; }

.hmm-toggle--htx span::before, .hmm-toggle--htx span::after { transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; }

.hmm-toggle--htx span::before { transition-property: top, transform; }

.hmm-toggle--htx span::after { transition-property: bottom, transform; }

/* active state, i.e. menu open */
.hmm-toggle--htx.is-active { background-color: #030303; }

.hmm-toggle--htx.is-active span { background: none; }

.hmm-toggle--htx.is-active span::before { top: 0; transform: rotate(45deg); }

.hmm-toggle--htx.is-active span::after { bottom: 0; transform: rotate(-45deg); }

.hmm-toggle--htx.is-active span::before, .hmm-toggle--htx.is-active span::after { transition-delay: 0s, 0.3s; }

.checkout-buttons .disabled { background-color: #cacaca !important; }

#add-all-to-cart { padding: 5px; background-color: #990031; color: #FFF; border: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; cursor: pointer; }

.mobile-menu ul.menu { padding: 0; margin: 0; width: 100%; list-style-type: none; }
.mobile-menu ul.menu li { display: block; width: 100%; float: none; position: relative; }
.mobile-menu ul.menu li.expanded { background: #363636; }
.mobile-menu ul.menu li a { display: block; width: 100%; padding: 0em 5%; border-top: 1px solid #383838; border-top: 1px solid rgba(255, 255, 255, 0.5); text-align: left; text-decoration: none; position: relative; height: 3.5em; line-height: 3.5em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }
.mobile-menu ul.menu li a:link, .mobile-menu ul.menu li a:visited { color: #e5e5e5; }
.mobile-menu ul.menu li a:active, .mobile-menu ul.menu li a.active { background: rgba(255, 255, 255, 0.1); }
.mobile-menu ul.menu li a:hover, .mobile-menu ul.menu li a:focus { background: rgba(255, 255, 255, 0.1); }
.mobile-menu ul.menu li .expander { position: absolute; right: 0; top: 0; width: 60px; height: 100%; text-align: center; z-index: 999; cursor: pointer; background: rgba(0, 0, 0, 0.2); border-left: 1px solid rgba(255, 255, 255, 0.5); -webkit-transition: background 0.1s linear; -moz-transition: background 0.1s linear; -o-transition: background 0.1s linear; transition: background 0.1s linear; }
.mobile-menu ul.menu li .expander:hover { background: rgba(0, 0, 0, 0.3); }
.mobile-menu ul.menu li .expander i { margin: 0; padding: 0; font-style: normal; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }
.mobile-menu ul.menu li .expander i.icono-plus, .mobile-menu ul.menu li .expander i.icono-cross { color: #e5e5e5; }
.mobile-menu ul.menu li .expander i.icono-caretDown { top: 3px; }
.mobile-menu ul.menu li ul li a { padding: 0em 10%; }
.mobile-menu ul.menu li ul li li a { padding: 0em 15%; }
.mobile-menu ul.menu li ul li li li a { padding: 0em 20%; }
.mobile-menu ul.menu li.collapsed ul { display: none; }
.mobile-menu.mm-closed ul { display: none; }

/* MOBILE MENU END */

@media (max-width: 1450px) {
  .topbarkontakt { right: 23%; }
  .topbarmail {padding-left: 20%;}
  .topbar .socials { padding-right: 17%}
}

/* mobile responsiveness */
@media (max-width: 1200px) {
  .topbarkontakt { right: 16%; }
  .topbarmail {padding-left: 13%;}
  .topbar .socials { padding-right: 9%}
}

@media (max-width: 1000px) {
  .topbarkontakt { right: 15%; }
  .topbarmail {padding-left: 5%;}
  .topbar .socials { padding-right: 1%}
}

@media (max-width: 768px) {
  .fptable td {width: 100% !important; float: right;}
  .frontpagebox2 h2 { padding-left: 6%; }
  .frontpagebox2 p { padding-left: 6%; padding-right: 12%;}

  /* responsive brewery view */
  #page-title, .node-title { font-size: 2rem; }
  .views-column {width:44%;}

  /* logo */
  #logo img { top: 61px; max-width: 100px;}

  /* kontaktside */
  .page-node-18 .partner {
    width: 50%;
  }
  .partner-container {
    display: inline-block;
  }
}

@media (max-width: 550px) {
  /* kontaktside */
  .page-node-18 .partner {
    width: 75%;
  }
  .topbarkontakt { right: 20%; }
  .region-topbar {background-color: #881135 !important}
  .ctabryg, .ctadrik {float: left; width: 100%; }
  .views-column {padding-left: 25%}
  .ctadrik { padding-left:1%;}
  .ctabryg { padding-bottom: 50px; }
  /* responsiveness on bryg */
  .node .content-image { width: 60%; margin-left: 18%;}
  .node .node-content {width: 100%;}
  input {background: #f5f5f5; max-width: 100%;}
  /*responsive product list */
  #columns { padding: 0px; box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);}
  .block-commerce-cart td, .view-footer {padding: 5px 15px 5px 5px;}
}

@media (max-width: 414px) {
  .topbarkontakt {right: 25%;}
  .topbarmail {padding-top: 0px;}
  .socials {margin-top: -30px;}
  }
