@charset "UTF-8";
/*
Theme Name: Strandberg Publishing
URL: http://www.strandbergpublishing.dk
Description: Tema til Strandberg Publishing
Version: 1.0
Author: Ditlev Tøjner
Author URI: http://www.ditlevtojner.dk
*/

/*
/*    SECTION 1 
/*      1.1 - Base Styles
/*    1.2 - HTML5 Elements
/*    1.3 - Forms and Inputs
/*    1.4 - Typography
/*    1.5 - Links and Buttons
/*    1.6 - Tables
/*    1.7 - Icons   
/*    1.8 - Tags
/*    
/*  SECTION 2
/*    2.1 - Helper classes
/*    2.2 - Grid system
/*    2.3 - Lists
/*    
/*  SECTION 3 
/*    3.1 - Toolbar
/*    3.2 - Header
/*    3.3 - Navigation
/*    3.4 - Footer
/*    3.5 - Homepage
/*    3.6 - Product & Collections 
/*    3.7 - Cart
/*    3.8 - Blogs/Articles/Search
/*    3.9 - Customer Pages
/*
/*  SECTION 4
/*    4.1 - Media Query - Desktop Slim
/*    4.2 - Media Query - Tablet Landscape
/*    4.3 - Media Query - Mobile Landscape
/*    4.4 - Media Query - Mobile Portrait
/*
/*  SECTION 5
/*    5.1 - IE Fixes
/*    
/*  SECTION 6
/*    6.1 - Fancybox plugin
/*    6.2 - FlexSlider plugin
/*    6.3 - jQuery Tabs
/*

/* 
	CSS RESET
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
   	License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
img {
	max-width: 100%;
	height: auto;
}
input {
  -webkit-appearance: none;
}
label.error {
	font-size: 0.7rem;
    display: block;
    margin: -10px 0 10px 0;
    color: #ce0002;
}

.touchcarousel-item img {
	max-height: 400px;
	width: auto;
	display: block;
}
.shopify-buy-frame--toggle.is-active.is-sticky {
  position:absolute;
  width: 60px;
  height: 30px;
  overflow: hidden;
}
.shopify-buy__cart-toggle__count {
  margin-left: 35px;
  margin-top: 6px;
}
.shopify-buy__icon-cart {
  display:none;
}
.shopify-buy--visually-hidden {
  display:none;
}
.shopify-buy__btn {
	width: 139px;
	float: left;
	background: red;
	cursor: pointer;
	border: none;
	color:#fff;
	font-weight: 800;
	font-size: 1.05rem;
	padding: 12px;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
#buy-btn.updated-btn {
	overflow: auto;
	padding: 0!important;
	background: #f00;
  width: 208px;
}
#buy-btn.updated-btn > img {
	float:left;
	margin: 9px 13px;
}
#cookie-notice {
	background:black;
	padding: 40px;
	position: fixed;
	bottom: 0;
	width: 100%;
	overflow: auto;
	box-sizing: border-box;
}
#cookie-notice > p {
	color: #fff;
	float: left;
	font-size: 1rem;
	margin: 10px;
}
#cookie-notice > a#cookie-accept {
	float:right;
	color: #000;
	background: #fff;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #fff;
}
#cookie-notice > a#cookie-reject {
	float:right;
	color: #fff;
	background: #000;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #fff;
}


/* =================== */
/*      SECTION 1      */
/* =================== */
body {
	background: #fff;
  	font-family:"HCo Chronicle SSm"!important;
	/*font-family: 'Chronicle Text G1 A', 'Chronicle Text G1 B';*/
	font-weight: 400;
	font-style: normal;
}
a {
	color: inherit;
}
div.page-wrapper {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
  	padding-bottom: 80px;
}
header {
	width: 100%;
	padding: 20px 0 0 0;
	overflow: hidden;
}
header a {
	text-decoration: none;
}
div.page-logo {
	width: 70px;
	height: 80px;
	float: left;
	margin-top: 30px;
}
div.page-top-header {
	float: right;
	text-align: right;
}
nav.page-navigation {
	float: right;
	clear: right;
	margin: 50px 0 5px 0;
	text-align: right;
}
div.page-top-header ul, nav.page-navigation ul {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;	
} 
div.page-top-header ul li, nav.page-navigation ul li {
	display: inline-block;
	vertical-align: middle;
}
div.page-top-header ul li {
	margin-right: 6px;
	color: #999;
	font-size: 0.8em;
	margin-top: 10px;
}
div.page-top-header ul li#search-icon img {
	vertical-align: bottom;
	cursor: pointer;
}
div.page-top-header ul li:last-child {
	margin-right: 0;
	margin-left: 25px;
}


#search {
	display: none;
}
#search.visible {
	display: inline-block;
	margin-top: 0;
}
div.search-container {
	display: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
form.searchform input {
	padding: 5px 10px;
    font-size: 0.85rem;
	border:none;
    border-bottom: 1px solid #ccc;
	font-family: 'Chronicle Text G1 A', 'Chronicle Text G1 B';
}
form.searchform input[type="submit"] {
	padding: 5px;
    font-size: 1rem;
	background: #fff;
	border-left: none;
	vertical-align: top;
}

div.search {
	padding: 30px 0 20px 0;
	float: right;
    clear: right;
}
div.large-search-container {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0;
}
form.large-searchform input {
	padding: 5px 10px;
    width: 300px;
    font-size: 1.35rem;
    border: 1px solid #ccc;
	border-radius: 3px;
	font-family: 'Chronicle Text G1 A', 'Chronicle Text G1 B';
}
form.large-searchform input[type="submit"] {
	padding: 5px 10px;
    width: 100px;
    font-size: 1.35rem;
	border-radius: 3px;
	background: #fff;
    border: 1px solid #ccc;
	margin-left: 10px;
	vertical-align: top;
}

ul.search-result li {
	margin: 20px 0;
}
ul.search-result li a {
	text-decoration: none;
}

nav.page-navigation ul li {
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 0.85em;
	padding: 6px 8px;
}
nav.page-navigation li.page-navigation-highlighted {
	background: #c43c31;
}
nav.page-navigation li.page-navigation-highlighted a {
	color: #fff;
}
nav.page-navigation ul > li:last-child {
	margin: 0;
	padding: 0;
}
nav.page-navigation ul li.shop {
	margin-right: 0;
	display: inline-block;
	text-align: left;
	/*background: url('./img/icon-mail.png') no-repeat left center;*/
	/*padding-left: 25px;*/
}
nav.page-navigation ul li.shop a {
    padding: 9px 30px 9px 37px;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
  	position:relative;
	background: #ce0002 url('./img/shopping-cart.png') no-repeat 10px center;
	background-size: 18px 18px;
}
nav.page-navigation ul li.shop a:hover {
	background: #760001 url('./img/shopping-cart.png') no-repeat 10px center;
	background-size: 18px 18px;
}

nav.page-navigation ul li ul.icons {
	padding: 0;
	margin-left: 35px;
}
nav.page-navigation ul li ul.icons li {
	margin: 0;
	padding: 5px 0 8px 2px;
}
li.page-logo-navn img {
	max-width: 235px;
	height: auto;
}
div.page-container {
	width: 100%;
	padding-bottom: 30px;
	/*overflow: auto;*/
}
h1.fixed-page-heading {
    font-size: 2rem;
}
h2.empty-book-case {
	margin: 60px 0 40px 0;
}
.news-container-posts a {
	text-decoration:none;
}
.news-container-posts {
	width: 70%;
  padding-right:30px;
  box-sizing:border-box;
  display:inline-block;
}
.news-container-sidebar {
	display: inline-block;
  width: 29%;
  vertical-align:top;
}
@media (min-width: 0) and (max-width: 601px) {
	.news-container-posts,
.news-container-sidebar {
	display: block;
  width: 100%;
  vertical-align:top;
}
  div.frontpage-news > div,
  div.frontpage-news > div.frontpage-news-cover {
  	width: 100%!important;
    padding: 0!important;
  }
}
.news-container-sidebar #search {
  display: initial;
}
.rssapp-title-header {
	display:none!important;
}
.instagram-header > * {
    display: inline-block;
}
.instagram-header > h3 {
    margin: 0px 0 5px 10px;
    vertical-align: top;
    opacity: 0.3;
}
div.frontpage-news {
	width: 100%;
  /*border-top: 1px solid #000;*/
}
div.frontpage-news:first-of-type {
  border-top: none;
}
.frontpage-news-heading.first-heading {
    font-size: 2rem;
    line-height: 2.2rem;
}
div.frontpage-news > div {
  display:inline-block;
  width: 69%;
  vertical-align:top;
  padding:0 20px;
  box-sizing:border-box;
}
div.frontpage-news > div.frontpage-news-cover {
  display:inline-block;
  width: 30%;
  padding:20px 0;
}
h1.frontpage-news-heading {
	font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.8rem;
}
div.page-splash-image {
	width: 75%;
	float: left;
}
.page-splash-image p {
    padding-right: 3em;
    line-height: 1.66em;
  font-weight: 300;
}
div.page-splash-image img, .page-extra-splash-image img {
	max-width: 100%;
	height: auto;
}
a.shop-box {
	display: block;
	background: #ce0002;
	color: #fff;
	text-align: left;
	padding: 10px;
	text-decoration: none;
	font-size: 1.25em;
	/*width: 230px;*/
	width: 100%;
	margin-left: 4px;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}
a.shop-box img {
	margin: 0!important;
	float: left;
}
a.shop-box span {
	display: block;
	float: left;
	margin: 2px 0 0 10px;
}
a.news-box {
	display: block;
	background: #30303d;
	letter-spacing: 0.04rem;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	padding: 20px 13px;
	text-decoration: none;
	font-size: 1.25em;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}
a.news-box img {
	margin: 0!important;
	float: left;
}
a.news-box span {
	display: inline-block;
    font-size: 2rem;
    margin: -25px 0 0 40px;
	padding-right: 10px;
}
#black-friday {
	background: #080808 url('./img/shopping-cart.png') no-repeat left 10px top 10px;
}
.shop-box-fix {
	display: block;
}
a.red-box:hover {
	background-color: #900001;
}
a.yellow-box {
	display: block;
	background: #fee233 url('./img/shopping-cart-black.png') no-repeat left 10px center;
	color: #000;
	text-align: left;
	padding: 10px 10px 10px 50px;
	text-decoration: none;
	font-size: 0.8em;
	width: 237px;
	margin-left: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.yellow-box:hover {
	background-color: #e7ce2f;
}
h1 {
	font-size: 2.5em;
	margin: 20px 0;
	line-height: 1em;
	font-style: italic;
  font-weight: 100;
letter-spacing: -0.02em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.5em;
	margin: 10px 0 5px 0;
	font-style: italic;
	text-transform: uppercase;
}
h4.book-price {
	font-size: 1.25em;
	margin-bottom: 10px;
}
p {
  font-size: 1rem;
line-height: 1.66rem;
	margin-bottom: 20px;
  font-weight:300;
	color: #444;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	font-kerning: normal;
}
div.page-splash-image h1 {
	font-size: 2.5em;
	margin-top: 15px;
	margin-bottom: 5px;
	font-style: italic;
  line-height:2.66rem;
  margin-right: 2em;
  letter-spacing: -0.02em;
  font-weight:100;
}
div.page-splash-image a {
	text-decoration: none;
}
div.page-splash-sidebar {
	width: 25%;
	float: right;
	text-align: right;
	overflow: hidden;
}
div.inner-splash {
	padding-left: 4px;
}
div.page-splash-sidebar img {
	height: auto;
	margin-bottom: 4px;
}
div.page-extra-splash {
	width: 75%;
	float: left;
}
div.page-extra-splash-image {
	width: 65%;
	float: left;
}
div.page-extra-splash-content {
	width: 35%;
	float: right;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.page-extra-splash-content h3 {
	color: #999;
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 10px;
}
div.page-extra-splash-content a {
	font-size: 0.85em;
}
footer {
	clear: both;
	border-top: 1px solid #000;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 30px;
}
ul.footer-text {
	color: #999;
	font-size: 0.85em;
}
ul.footer-text.icons {
	margin-top: 20px;
}
ul.footer-text li {
	display: inline;
	margin: 0 6px;
} 
ul.book-row {
	border-bottom: 1px solid #000;
	padding: 0;
    margin: 20px 0 40px 0;
}
ul.book-row.grey {
	background: #e0e0e0;
	padding: 20px 0;
	border:none;
}
ul.big-book-row {
	padding: 0!important;
}
ul.big-book-row > li > a > img {
	width: 16.66%!important;
	max-width: 16.66%!important;
  	margin: 15px 0;
}
ul.book-row.grey + h2 {
    margin-top: 60px;
}
ul.book-row li {
	display: inline;
	margin: 0 15px;
}
ul.book-row li a {
	text-decoration: none;
}
ul.book-row li img {
	max-width: 16.5%;
	height: auto;
	vertical-align: bottom;
}
/* ul.book-row li img.small-book {
	max-width: 12%;
} */
.kunde-liste > li {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
}
ul.author-row {
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: right;
	position: relative;
}
ul.author-row li {
    padding: 15px 0;
    vertical-align: top;
    width: 33.33%;
	float: right;
	/*display: flex;
	align-items: center;*/
}
#author-letter-nav > a {
    text-decoration: none;
    border: 1px solid #ccc;
	color: #999;
    padding: 11px;
    margin: 5px;
    display: block;
    text-align: center;
    width: 40px;
    float: left;
}
.alfa-key {
	float: left;
text-align: left;
font-size: 2rem;
width: 100%!important;
	clear:both;
	font-weight:800;
}
.alfa-key:not(:first-child)::before {
    width: 100%;
    content: "";
    border-top: 1px solid #ccc;
    display: block;
    position: absolute;
}
ul.author-row img {
	display: inline-block;
	margin-right: 20px;
	max-height: 100px;
	width: auto;
}
div.no-author-thumb {
	width: 100%;
    height: 200px;
    background: #ccc;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.author-row a {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
}
.no-underline {
	text-decoration: none;
}
.book-row-small {
	max-width: 12%!important;
}
.top-line {
	border-top: 1px solid #000;
}
.top-line-grey {
	border-top: 1px solid #ccc;
}
div.page-breadcrumbs {
	color: #999;
	font-size: 0.7em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.page-bog-preview {
	margin-bottom: 10px;
}
.row {
	overflow: auto;
}
div.two-columns {
	-webkit-column-count:2; /* Chrome, Safari, Opera */
	-moz-column-count:2; /* Firefox */
	column-count:2;
	-webkit-column-gap:30px; /* Chrome, Safari, Opera */
	-moz-column-gap:30px; /* Firefox */
	column-gap:30px;
}
div.col-80 {
	width: 76%;
	float: left;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.col-20 {
	width: 24%;
	float: left;
}
div.col-25 {
	width: 25%;
	float: left;
}
div.newsletter-box {
   margin-top: 30px;
}
a.news-box:hover {
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.75);
}
h3 {
	font-size: 1.25em;
	margin-bottom: 5px;
}
h3.book-title {
	font-weight: 800;
	font-size: 0.85em;
	margin-bottom: 5px;
}
h4.book-author {
	font-size: 0.85em;
	margin-bottom: 5px;
}
.shop-btn {
	padding: 5px;
	background: #ce0002;
	display: inline-block;
	color: #fff;
	text-align: right;
	border-radius: 3px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
  	transition: 275ms;
}
.shop-btn:hover {
	background: #760001;
}
.shop-btn img {
	margin: 3px 10px 0 10px;
}
.shop-btn span {
	margin: 7px 20px 5px 10px;
    display: block;
    float: right;
    letter-spacing: 0.07rem;
}
.video-posts {
	border:1px solid #000;
}
.video-posts .frontpage-news-heading.first-heading {
	
}
.stars {
	margin: 10px 0;
}
.stars-yellow {
	color: #ffc107;
	font-size: 1.5rem;
	margin-right: 5px;
}
.hearts-red {
	color: #be1931;
	font-size: 1.5rem;
	margin-right: 5px;
}
.anmeldelser > p > a > img {
	vertical-align: top;
	margin-right: 10px;
}
.bestil-foredrag {
	font-size: 1rem;
	padding: 10px;
	font-size: 1rem;
    padding: 10px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.bestil-foredrag:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}
h4.book-shop-button:hover {
	background-color: #111;
}
span.book-shop-disclaimer {
	font-size: 0.85em;
	color: #999;
	display: block;
	padding-top: 10px;
	font-style: italic;
}
span.book-shop-udsolgt {
	font-weight: 700;
	color: #ce0002;
}
h5.contact-details {
	color: #999;
	font-size: 0.85em;
}
ul.page-sidebar-small-anchor {
	font-size: 0.85em;
	color: #777;
	margin-top: 20px;
	line-height: 20px;
}
ul.page-sidebar-small-anchor li {
	background: url('./img/download-arrow.png') no-repeat left center;
	padding-left: 20px;
}
div.page-side-bar-group {
	margin-bottom: 20px;
	overflow: auto;
}
div.page-collapsed-navigation {
	display: none;
}
ul.social-share {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	height: 25px;
}
ul.social-share li {
	margin-right: 2px;
	display: inline-block;
}
ul.social-share li a {
	display: block;
	width: 100%;
	height: 100%;
}
div.page-top-image {
	height: 300px;
	overflow: hidden;
}
ul.side-bar-list {
	font-size: 1em;
	font-style: italic;
}
ul.side-bar-list a {
	text-decoration: none;
}
ul.side-bar-list li {
	margin-top: 10px;
}
ul.side-bar-list li:first-child {
	margin-top: 0;
}

/* List headings */
ul.medarbejder-group {
	width: 100%;
	padding: 20px 0;
}
ul.medarbejder-group:first-of-type {
	padding-top: 0;
}
ul.medarbejder-group > li {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

ul.list-item {
	margin-bottom: 30px;
}
ul.list-item:last-child {
	margin-bottom: 0;
}
.presseomtale-citater {
	overflow: auto;
	margin: 20px 0;
}
.presseomtale-citater > .citat {
	font-size: 1.15rem;
    color: rgba(33,33,33,0.8);
    line-height: 1.5rem;
    width: 50%;
	margin: 20px 0;
	padding: 10px 40px;
	float: left;
    display: inline-block;
	box-sizing: border-box;
}
.presseomtale-citater > .citat:nth-child(even) {
	padding-right: 25px;
}
.presseomtale-citater > .citat:nth-child(odd) {
	padding-left: 25px;
}
.presseomtale-citater.full-width-citater > .citat {
	width: 100%;
	float: none;
	padding: 0;
}
.presseomtale-citater > .citat > .rating-by {
	font-size: 1rem;
    color: rgba(66,66,66,0.7);
	margin-top: 10px;
}
.presseomtale-rating {
	padding-top: 20px;
}
.presseomtale-rating > ul.list-item {
	display: inline-block;
    margin: 10px 30px 10px 0;
}
.presseomtale-on > ul.list-item > li,
.presseomtale-rating > ul.list-item > li {
	margin: 0;
	color: rgba(66,66,66,0.7);
}
.presseomtale-rating > ul.rating-by > li {
	margin-left: 5px;
}
.presseomtale-rating > ul.list-item > li > a {
	text-decoration: none!important;
}
.presseomtale-container {
	clear: both;
}
.presseomtale-row > div {
	margin-bottom: 60px;
}
.presseomtale-row h2 {
	margin: 0 0 20px 0;
}
.presse-goto-btn {
	padding: 5px 10px;
    border: 1px solid;
    border-radius: 5px;
	margin-top: 30px;
    display: inline-block;
	text-decoration: none;
}

img.wp-smiley, img.emoji {
    transform: scale(0.8);
}

li.list-heading {
	font-weight: 600;
	font-size: 0.85em;
	margin-bottom: 5px;
}
li.list-subheading {
	font-size: 0.85em;
	margin-bottom: 6px;
}
li.list-content {
	color: #999;
	font-size: 0.85em;
	margin-bottom: 4px;
}
strong {
	font-weight: bold;
}
.nyhedsbrev-container {
	width: 60%;
	margin: 20px auto;
}
/* Inputs */
div.input-container, div.input-group {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
div.input-group {
	overflow: auto;
	padding: 15px 15px 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.input-container label {
	border-right: 1px solid #ccc;
	width: 20%;
	padding: 11px 15px 13px 15px;
	display: inline-block;
}
div.input-container input {
	width: 72%;
	padding: 9px;
	border: none;
	background: #fff;
	font-size: 1em;
}
div.input-group ul {
	margin-top: 20px;
}
div.input-group ul li {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
.input-submit {
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.15em;
}
div.presseomtale-on > .book-cover {
	width: 100%;
}
div.presseomtale-on > .book-details {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
/*
*	Presseliste
*/
div.presse-liste-container {
	width: 100%;
}
ul.presse-liste li {
	border-bottom: 1px solid #000;
	padding: 20px 0 15px 0;
	overflow: auto;
}
ul.presse-liste li:last-child {
	border-bottom: none;
}
ul.presse-liste li a {
	text-decoration: none;
}
ul.presse-liste li:first-child {
	border-top: 1px solid #000;
}
ul.presse-liste-item {
}
ul.presse-liste-item li {
	display: inline-block;
	overflow: auto;
}
.presse-liste-item-cover {
	width: 20%;
	float: left;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.presse-liste-item-cover img {
	max-width: 100%;
	height: auto;
}
.presse-liste-item-title {
	width: 55%;
	float: left;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.presse-liste-item-action {
	width: 25%;
	float: left;
}
ul.presse-liste-item-action-li {
	border: none;
	padding-top: 0;
	margin-top: 0;
}
ul.presse-liste-item-action-li li {
	border: none!important;
	padding: 5px 0 5px 20px;
	font-size: 0.85em
}
ul.presse-liste-item-action-li li:first-child {
	padding-top: 0;
}

#more-book-information {
	/*display: none;*/
}
#toggle-more-book-information {
	cursor: pointer;
	font-style: italic;
	color: #999;
}
#bog-carousel {
    width: 100%;			
}
.touchcarousel {
	width: 100%!important;
}
#image-bog-reol {
	margin-top: 5px;
}

/*

	special tilbud

 */
.form-container {
	width: 100%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-container .input label {
	display: block;
	font-weight: 600;
	font-size: 0.85em;
	margin-bottom: 5px;
}
.form-container .input input {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	font-size: 1em;
	padding: 10px;
}
.form-container .input.multiple-inputs {
	overflow: auto;
}
.form-container .input.multiple-inputs input {
	float: left;
}
.form-container .input.multiple-inputs input:first-of-type {
	width: 28%;
	margin-right: 2%;
}
.form-container .input.multiple-inputs input:last-of-type {
	width: 70%;
}
.submit-btn {
	background: #f9f9f9!important;
	width: 25%!important;
}
.order-notification {
	background: #dff0d8;
	color: #475a3f;
	border: 1px solid #b0c5a8;
	padding: 10px;
	margin-bottom: 15px;
}
p.highlighted {
	font-weight: 600;
}

/*
* Temp Shop
*/

div.shop-product-overview {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin: 10px 0;
	overflow: auto;
}
div.shop-product-overview-cover {
	width: 25%;
	float: left;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
div.shop-product-overview-info {
	width: 50%;
	float: left;
}
span.shop-product-overview-title {
	font-size: 1em;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	color: #333;
}
span.shop-product-overview-author, span.shop-product-overview-price {
	font-size: 0.75em;
	display: block;
	margin-bottom: 20px;
	color: #333;
}
span.shop-product-overview-price {
	margin-bottom: 0;
}
div.shop-inputs-column {
	width: 50%;
	float: left;
}
div.shop-input-container input, div.shop-input-container textarea {
	width: 100%
}

.submitting {
	background: #f9f9f9 url('./img/ajax-loader.gif') no-repeat 20px center;
	border: 1px solid #ccc;
	padding: 10px 10px 10px 50px;
	margin-bottom: 15px;
}

.no-border-top {
	border-top: none!important;
}

/*
Modal
*/
#modal {
	position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
	display: none;
	z-index: 1;
}
#modal.visible {
	display: initial;
}
.inner-modal {
	max-width: 420px;
	position: relative;
    background: #fff;
    margin: 5% auto 0 auto;
    padding: 40px 40px 60px 40px;
	display: inherit;
	border-radius: 5px;
	transition: visibility 0s, opacity 0.5s linear;
}
.modal-heading {
	text-align: center;
	margin-bottom: 15px;
    font-style: normal;
}
#modal-content {
	text-align: center;
}
.modal-cta {
	display: inherit;
	width: 75%;
	margin: 0 auto;
}
.modal-close {
	font-size: 38px;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 10px;
	cursor: pointer;
}
.modal-btn .sub {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}
.contactForm input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.contactForm input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
	background: #ce0002;
	color: #fff;
	font-weight: 700;
	border: none;
}


@media (max-width: 1130px) and (min-width: 601px) {
    ul.book-row li img {
        max-width: 15%;
    }
	div.page-wrapper {
		padding: 10px;
      padding-bottom: 80px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	h4.book-shop-button {
		padding: 10px 20px 10px 20px;
		background: #333;
		display: inline-block;
		color: #fff;
		text-align: right;
		border-radius: 3px;
	}
	div.two-columns {
		-webkit-column-count:1; /* Chrome, Safari, Opera */
		-moz-column-count:1; /* Firefox */
		column-count:1;
		-webkit-column-gap:0px; /* Chrome, Safari, Opera */
		-moz-column-gap:0; /* Firefox */
		column-gap:0;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.nyhedsbrev-container {
		width: 100%;
		margin: 0;
	}
	/* Inputs */
	div.input-container, div.input-group {
		width: 100%;
		border: 1px solid #ccc;
		margin-bottom: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.col-25 {
		width: 33.33%;
		float: left;
	}
	ul.author-row {
		margin: 0;
	}
	ul.author-row li {
		padding: 0 0 20px 0;
	}
}
@media (max-width: 599px) {
    h1.fixed-page-heading {
        font-size: 1.25rem!important;
    }
}
@media (max-width: 600px) {
  
    h1.fixed-page-heading {
        font-size: 1.5rem;
    }
    div.page-top-image {
        height: initial;
    }
	.presseomtale-citater > .citat {
		width: 100%;
		float: none;
		padding: 0!important;
	}
	div.page-wrapper {
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.col-80 {
		width: 100%;
		float: none;
	}
	div.col-20 {
		width: 100%;
		float: none;
	}
	div.col-25 {
		width: 100%;
		float: left;
	}
	div.two-columns {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		-webkit-column-gap: 0; /* Chrome, Safari, Opera */
		-moz-column-gap: 0; /* Firefox */
		column-gap: 0;
		padding-right: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul.footer-text li {
		display: block;
		margin: 0 6px;
	}
	nav.page-navigation {
		float: none;
		clear: both;
		margin-top: 0;
		text-align: center;
		display: block;
	}
	nav.page-navigation ul li {
		display: block;
	}
	nav.page-navigation ul li {
		margin-right: 0;
		text-transform: uppercase;
		font-size: 1.15em;
		padding:11px 0;
	}
	nav.page-navigation ul li:hover {
		background: #ccc;
	}
	nav.page-navigation ul > li:first-child {
		border-top: 1px solid #000;
	}
	nav.page-navigation ul li ul.icons {
		margin-left: 0;
		padding-top: 5px;
		width: 100%;
		border-top: 1px solid #000;
	}
	nav.page-navigation ul li ul.icons li {
		display: inline-block;
		border-top: none;
		margin: 0 5px;
	}
	nav.page-navigation ul li.shop {
		margin-bottom: 10px;
	}
	div.page-logo {
		display: none;
		width: 70px;
		height: 80px;
		margin: 0 0 20px 20px;
	}
	div.page-top-header {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	header {
		padding-top: 0;
	}
	.page-collapsed-navigation {
		float: right;
		padding: 15px 25px;
		border: 1px solid #000;
		text-transform: uppercase;
		margin: 17px 10px 0 0;
		display: block;
	}
	ul.book-row {
		border-bottom: none;
		padding: 0;
		margin: 40px 0;
	}
	ul.book-row li {
		display: block;
		margin: 0;
		padding: 20px 0;
		text-align: center;
	}
	ul.book-row li img {
		max-width: 100%!important;
		height: auto;
	}
	img.book-row-small {
		max-width: 100%!important;
		height: auto;
	}
	.page-bog-preview {
		height: 413px!important;
	}
	div.page-splash-image {
		width: 100%;
		float: none;
	}
	div.page-splash-image h1 {
		font-size: 1.85em;
		margin-top: 5px;
		margin-bottom: 5px;
		font-style: italic;
		text-align: center;
      margin-right:0;
	}
  .page-splash-image p {
  	padding-right:0!important;
    text-align:center;
  }
	div.page-splash-sidebar {
		width: 100%;
		float: none;
		overflow: auto;
		margin-bottom: 20px;
	}
	div.page-splash-sidebar img {
		max-width: 100%;
		float: none;
	}
	div.page-splash-sidebar img:first-child {
		/*padding-right: 10px;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.page-extra-splash {
		width: 100%;
		float: none;
		overflow: auto;
	}
	div.page-extra-splash-image {
		width: 100%;
		margin-bottom: 10px;
	}
	div.page-extra-splash-content {
		width: 100%;
		float: none;
		padding: 0;
	}
	.nyhedsbrev-container {
		width: 100%;
		margin: 0;
	}
	/* Inputs */
	div.input-container, div.input-group {
		width: 100%;
		border: 1px solid #ccc;
		margin-bottom: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.input-group {
		overflow: auto;
		padding: 15px 15px 5px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.input-container label {
		border-right: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.input-container input {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 9px;
		border-top: 1px solid #ccc;
		background: #fff;
		font-size: 1em;
	}
	div.input-group ul {
		margin-top: 20px;
	}
	div.input-group ul li {
		width: 33.33%;
		float: left;
		margin-bottom: 15px;
	}
	.input-submit {
		width: 100%;
		border: 1px solid #ccc;
		background: #fff;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.15em;
	}
	a.red-box {
	  width: 100%;
	  clear: both;
	  margin-left: 0;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	ul.author-row {
		margin: 0;
	}
	ul.author-row li {
		padding: 0 0 20px 0;
		width: 100%;
	}
}
/******************************************************\
*
*  Base TouchCarousel stylesheet
*   
*  Contents:
*
*   1. Main containers
*   2. Carousel items
*   3. Arrows(direction) navigation
*   4. Paging navigation
*   5. Scrollbar
*   6. Cursors
*
\******************************************************/





/******************************************************\
*
*  1. Main containers (carousel size, background)
*
\******************************************************/

.touchcarousel {
	position: relative;
	width: 600px;
	height: 400px;		
	
	/* style is removed after carousel is inited, use !important if you want to keep it*/
	overflow: hidden; 
}
.touchcarousel .touchcarousel-container {
	position: relative;    
    margin: 0;
    padding: 0;
    list-style: none;    
	left: 0;
}
.touchcarousel .touchcarousel-wrapper {
	position: relative;
	overflow:hidden;
	width: 100%;
	height: 100%;
}





/******************************************************\
*
*  2. Carousel items (item styling, spacing between items)
*
\******************************************************/

.touchcarousel .touchcarousel-item {
	/* use margin-right for spacing between items */
	margin: 0 20px 0 0;
	padding: 0;	
	float: left;		
}

/* Last carousel item  */
.touchcarousel .touchcarousel-item.last {
	margin-right: 0 !important;		
}





/******************************************************\
*
*  3. Arrows(direction) navigation
*
\******************************************************/

/* arrow hitstate and icon holder */
.touchcarousel .arrow-holder {
	height: 100%;
	width: 45px;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;	
	z-index: 25;	
}
.touchcarousel .arrow-holder.left {	
	left: 0;	
}
.touchcarousel .arrow-holder.right {	
	right: 0;
}

/* arrow icons */
.touchcarousel .arrow-icon{		
	width: 45px;
	height: 90px;
	top:50%;
	margin-top:-45px;	
	position: absolute;	
	cursor: pointer;	
}
.touchcarousel .arrow-icon.left { }
.touchcarousel .arrow-icon.right { }
.touchcarousel .arrow-holder:hover .arrow-icon { }
.touchcarousel .arrow-holder.disabled { cursor: default; }
.touchcarousel .arrow-holder.disabled .arrow-icon { cursor: default; }





/******************************************************\
*
*  4. Paging navigation
*
\******************************************************/

.touchcarousel .tc-paging-container {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
}
.touchcarousel .tc-paging-centerer {	
	float: left;
	position: relative;
	left: 50%;		
}
.touchcarousel .tc-paging-centerer-inside {
	float: left;
	position: relative;
	left: -50%;
}

/* Paging items */
.touchcarousel .tc-paging-item {			
	float:left;	
	cursor:pointer;		
	position:relative;
	display:block;	
	text-indent: -9999px;	
}
.touchcarousel .tc-paging-item.current { }
.touchcarousel .tc-paging-item:hover { }





/******************************************************\
*
*  5. Scrollbar
*
\******************************************************/
.touchcarousel .scrollbar-holder {
	position: absolute;
	z-index: 30;
	left: 6px;
	right: 6px;	
	bottom: 5px;
	height:4px;
	overflow: hidden;
}
.touchcarousel .scrollbar {
	position: absolute;
	left:0;	
	height:4px;
	bottom: 0px;
}
.touchcarousel .scrollbar.dark {
	background-color: rgb(130, 130, 130);	
	background-color: rgba(0, 0, 0, 0.5);
}
.touchcarousel .scrollbar.light {
	background-color: rgb(210, 210, 210);	
	background-color: rgba(255, 255, 255, 0.5);	
}





/******************************************************\
*
*  6. Cursors
*
\******************************************************/

/* IE and Opera use "move", FF uses -moz-grab */
.touchcarousel .grab-cursor{ cursor:url(grab.png) 8 8, move; }
.touchcarousel .grabbing-cursor{ cursor:url(grabbing.png) 8 8, move; }

/* Cursor that used when mouse drag is disabled */
.touchcarousel .auto-cursor{ cursor:auto; }




/* Copyright 2011, Dmitry Semenov, http://dimsemenov.com */

/******************************************************\
*
*  Minimal Light Skin
*
*    1. Arrows(direction) navigation
*    2. Paging navigation
*
\******************************************************/



/******************************************************\
*
*  1. Arrows (direction) navigation
*
\******************************************************/
.touchcarousel.black-and-white .arrow-icon {
	width: 30px;
	height: 30px;
	margin-top: -15px;	
	
	background-image: url('./img/sprite.png');
	background-repeat: no-repeat;
	
	background-color: rgb(50, 50, 50);	
	background-color: rgba(0, 0, 0, 0.7);	
	
	-moz-border-radius: 4px; 
  	-webkit-border-radius: 4px; 
 	border-radius: 4px;
 	
 	-moz-opacity: 0.8;	
	-webkit-opacity: 0.8;	
	opacity: 0.8;

}
.touchcarousel.black-and-white .arrow-holder {
	width: 35px;	
}
.touchcarousel.black-and-white .arrow-holder:active .arrow-icon {	
	-moz-opacity: 0.7 !important;	
	-webkit-opacity: 0.7 !important;	
	opacity: 0.7 !important;	
}
.touchcarousel.black-and-white .arrow-icon.left {
	left: 10px;
	background-position: -2px -6px;		
}
.touchcarousel.black-and-white .arrow-icon.right {
	right: 10px;
	background-position: -175px -6px;	
}
.touchcarousel.black-and-white .arrow-holder:hover .arrow-icon {
	background-color: rgb(30, 30, 30);	
	background-color: rgba(0, 0, 0, 0.7);	
	
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left {
	background-position: -39px -6px;
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {
	background-position: -138px -6px;	
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left,
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {	
	background-color: rgb(200, 200, 200);
	background-color: rgba(0, 0, 0, 0.3);
}

/******************************************************\
*
*  2. Paging navigation
*
\******************************************************/
.touchcarousel.black-and-white .tc-paging-container {	
	margin-top: -22px;
}
.touchcarousel.black-and-white .tc-paging-item {
	background-image: url('sprite.png');
	background-repeat: no-repeat;
	background-position:  -95px -4px;
		
	
	width: 16px;
	height: 16px;		
}
.touchcarousel.black-and-white .tc-paging-item.current {	
	background-position:  -95px -22px;
}
.touchcarousel.black-and-white .tc-paging-container {
	margin-top: -25px;
}
.touchcarousel.black-and-white .tc-paging-centerer-inside {
	-moz-border-radius: 4px; 
  	-webkit-border-radius: 4px; 
 	border-radius: 4px;
 	
 	background-color: rgb(50, 50, 50);	
	background-color: rgba(0, 0, 0, 0.6);	
	
	padding: 2px 4px;
}