/*
Theme Name: Nordrouten
Theme URI: http://www.hongkiat.com/blog/
Author: Jake Rocheleau
Author URI: http://www.hongkiat.com/blog/author/jake/
Description: Bare Responsive is a simple Wordpress theme template for developers. You can get started with this very basic set of styles and page structures, then customize the design to your liking. It's super easy to launch a new Wordpress theme if you can start with some foundation!
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, grey, responsive, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, mobile, iphone, android, webkit, css3, transitions, custom-fonts, minimalism
*/

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%;
	vertical-align: baseline;
	outline: none;
}

html {
	height: 100%;
}

body {
	font-size: 100%;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
	color: #006;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

header {
	width: 100%;
}

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 {
	border: 0;
	max-width: 100%;
	height: auto;
	display: block;
}


img.alignleft {
	float: left;
	margin: 0 20px 20px auto;
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

img.aligncenter {
	margin: 0 auto 20px auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto 20px auto;
}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 12px;
}

a {
	text-decoration: none;
	color: #006;
}

a:hover {
	text-decoration: none;
	color: #006;
}

input {
	font-family: Helvetica, Arial, sans-serif;
}

a.link {
	text-decoration:underline;
}


/** page wrapping **/

.wrapper {
	max-width: 900px;
	margin: 0 auto;
	width: 96%
}

#top {
	margin-bottom: 20px;
	text-align: right;
}

#top .logo {
	margin-top: 40px;
	display: inline-block;
}

#top .logo a {
	font-weight: 600;
	font-size: 26px;
	line-height: 26px;
}

#top .logo a:hover {
	text-decoration: none;
}

#mainbody {
	display: block;
	z-index: auto;
	width: 100%;
}


/** full navigation **/

#navbar {
	display: none;
}

nav {
	display: block;
}

#n ul,
#nf ul {
	display: block;
	padding-bottom: 30px;
	text-align: center;
	position: relative;
}

#n ul li,
#nf ul li {
	display: inline-block;
}

#n ul li a,
#nf ul li a {
	display: inline-block;
	line-height: 50px;
	font-size: 14px;
	color: #000066;
	line-height: 160%;
	letter-spacing: 1px;
	margin: 0 8px 0 8px;
	padding: 4px 6px;
}

#n ul li:last-child .divider,
#nf ul li:last-child .divider {
	display: none;
}

#n ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;
}

#n ul li ul {
	background: #ffffff;
	padding: 0;
	top: 29px;
	border: 1px solid #ff6600;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999;
}

#n ul li ul li a {
	margin: 0 4px 0 4px;
}

#n ul li ul li a {}

#n ul li:hover>a {
	text-decoration: none;
}

#n ul.menu>li.current-menu-item>a,
#n ul.menu>li.current_page_ancestor>a,
#n ul.menu>li.current-page-ancestor>a,
#n ul.sub-menu>li.current-menu-item>a,
#n ul.sub-menu>li.current_page_ancestor>a,
#n ul.sub-menu>li.current-page-ancestor>a,
#nf ul.menu>li.current-menu-item>a,
#nf ul.menu>li.current_page_ancestor>a,
#nf ul.menu>li.current-page-ancestor>a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;
}

#n ul.menu>li.current-menu-item>ul.sub-menu,
#n ul.menu>li.current_page_ancestor>ul.sub-menu,
#n ul.menu>li.current-page-ancestor>ul.sub-menu {
	display: block;
}


/** posts **/

#content {
	position: relative;
}

.post {
	display: block;
	margin-bottom: 25px;
	padding-top: 45px;
	padding-bottom: 15px;
}

.post header {
	margin-bottom: 1em;
}

.post p {
	margin-bottom: 20px;
	line-height: 1.7em;
	color: #006;
}

.post header h2 {
	font-size: 2.4em;
	line-height: 1.4em;
	margin-bottom: 4px;
}

.post header h2.bigger {
	font-size: 26px;
	margin: 0;
	padding: 0;
}

.post h1 {
	font-size: 26px;
	color: #000066;
}

.post h2 {
	font-size: 16px;
	color: #000066;
	padding: 15px 0px 0px;
	line-height: 160%;
	letter-spacing: 1px;
	margin: 1em 0;
	clear:both;
}

.post h3 {
	font-size: 1.7em;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	padding: 6px 4px;
	background: #f5f5f5;
	margin-bottom: 15px;
	margin-top: 5px;
	clear:both;
}

.post h4 {
	display: block;
	font-size: 1.4em;
	text-transform: uppercase;
	line-height: 1.5em;
	margin-bottom: 3px;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-decoration: none;
	padding-left: 25px;
	border-left: 3px solid #56b972;
	clear:both;
}

.post .meta {
	font-size: 1.2em;
	line-height: 1.3em;
}

.post .meta i {
	display: block;
	margin-bottom: 10px;
	font-style: normal;
	color: #666;
}

.post blockquote {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fbf0de;
	padding: 9px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 18px;
}

.post blockquote p {
	font-style: italic;
	font-weight: normal;
	color: #797064;
	margin-bottom: 3px;
	font-size: 1.9em;
}

.post .postcontent {
	margin-bottom: 25px;
}

.post .more-link {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 15px;
}

.post p .more-link {
	font-size: 1.0em;
}

.postbrdr {
	border-bottom: 3px solid #ccc;
}

.archiveshead h2 {
	font-size: 2.2em;
	color: #454545;
	font-weight: bold;
	line-height: 1.55em;
}

#navbelow {
	display: block;
	width: 100%: padding: 0px;
	margin-top: -10px;
	margin-bottom: 15px;
}

.nav-prev {
	float: left;
	display: block;
}

.nav-next {
	float: right;
	display: block;
}

.nav-prev a,
.nav-next a {
	display: block;
	padding: 3px 5px;
	font-size: 1.3em;
}

.nav-prev a:hover,
.nav-next a:hover {}


/** comments **/

#comments {
	display: block;
	margin-top: 15px;
}

.post #comments h3 {
	font-size: 1.7em;
	line-height: 1.45em;
	color: #818181;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	padding: 6px 10px;
	background: #f5f5f5;
}

#comments #respond {
	margin-left: 0;
}

#comments .commentlist .comment #respond {
	margin-left: 35px;
	font-size: 1.0em;
}


/* for the threaded reply comment form styles */

#cancel-comment-reply {
	font-weight: bold;
	display: block;
	position: relative;
}

#cancel-comment-reply-link {
	display: block;
	padding: 0px 4px;
	font-size: 0.8em;
	position: absolute;
	right: 0;
	top: -12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

#cancel-comment-reply-link:hover {
	color: #fff;
	text-decoration: none;
	background: #5d9de5;
}

.commentlist {
	list-style: none;
}

.commentlist .comment {
	display: block;
	position: relative;
	margin-bottom: 28px;
}

.commentlist .comment .comment-author {
	position: relative;
}

.commentlist .comment .comment-author .avatar {
	display: inline-block;
	padding: 5px;
	background: #fafafa;
	border: 1px solid #ccc;
	margin-right: 15px;
}

.commentlist .comment .comment-author .fn {
	font-weight: bold;
	font-size: 1.65em;
	line-height: 1.1em;
	font-style: normal;
	position: absolute;
	top: 2px;
	color: #535353;
}

.commentlist .comment .comment-author .says {
	display: none;
}

.commentlist .comment .comment-meta {
	position: absolute;
	top: 25px;
	margin-left: 60px;
	font-size: 1.2em;
}

.commentlist .comment p {
	display: block;
	margin-top: 15px;
	padding-right: 10px;
}

.commentlist .comment .comment-body .reply {
	font-size: 1.3em;
}

.commentlist .comment .comment-body .reply a.comment-reply-link {
	display: inline-block;
	padding: 3px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

.comment-awaiting-moderation {
	font-size: 1.2em;
	color: #444;
	display: block;
	text-decoration: underline;
	text-align: center;
	margin-top: 4px;
	margin-bottom: -5px;
}

.commentlist .comment ul.children {
	margin-left: 40px;
	padding-top: 15px;
}

#commentform {
	display: block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 6px;
}

#commentform label {
	font-size: 1.2em;
	line-height: 1.6em;
	display: block;
	width: 100%;
	color: #575757;
	margin-bottom: 2px;
	font-weight: bold;
}

#commentform label small {
	display: inline;
	size: 0.9em;
	font-style: italic;
	font-weight: normal;
	color: #7dafe6;
}

#commentfields #commentfields {
	display: block;
	margin-bottom: 4px;
}

#commentfields #commentfields .ibox {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

#commentfields .basicinput {
	display: block;
	padding: 7px 6px;
	font-size: 1.5em;
	width: 90%;
	outline: none;
	border: 1px solid #dbdbdb;
	color: #487cb7;
}

#commentfields textarea {
	display: block;
	padding: 5px 4px;
	font-size: 1.45em;
	width: 90%;
	height: 125px;
	outline: none;
	border: 1px solid #dbdbdb;
	color: #487cb7;
}

#commentform #comment {
	display: block;
	margin-bottom: 8px;
	color: #565656;
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 4px 7px;
}

#commentform #submit,
.button {
	-moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	box-shadow: inset 0px 1px 0px 0px #cae3fc;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee));
	background: -moz-linear-gradient( center top, #79bbff 5%, #4197ee 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color: #79bbff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #469df5;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-size: 1.45em;
	font-weight: bold;
	padding: 6px 24px;
	margin-bottom: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #287ace;
}

#commentform #submit:hover,
.button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff));
	background: -moz-linear-gradient( center top, #4197ee 5%, #79bbff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color: #4197ee;
}

#commentform #submit:active,
.button:active {
	position: relative;
	top: 1px;
}


/** sidebar **/

#sidebar .widget {
	display: block;
	margin-bottom: 20px;
}

#sidebar .widget span {
	font-weight: normal;
	text-transform: uppercase;
	padding: 15px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	color: #898989;
	margin-bottom: 10px;
}

#sidebar .widget ul {
	display: block;
	margin-left: 10px;
}

#sidebar .widget ul li {
	font-size: 1.1em;
	margin-bottom: 6px;
}

#sidebar .widget ul li ul {
	font-size: 0.9em;
}

#sidebar .widget ul li a {
	display: block;
	padding: 6px 12px;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
}

#sidebar .widget ul li a:hover {
	color: #fff;
	background: #5d9de5;
	text-decoration: none;
}

.shortcode-menu {
	overflow:hidden;
}

.shortcode-menu ul {
	    overflow: hidden;
}

.shortcode-menu li {
	float: left;
	margin: 0 8px 8px 0;
}

.shortcode-menu li a {
padding: 8px 10px;
    background: #a0a0a0;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #949494;
    display: block;
}

/** search **/

#s {
	padding: 3px 5px;
	color: #565656;
	border: 1px solid #bbb;
	outline: none;
	width: 66%;
	font-size: 1.2em;
}



/** footer **/

footer {
	clear: both;
}


/** clearfix **/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Grid */

.last-col {
	float: right;
	padding-right: 0 !important;
}

@media (max-width: 767px) {
	.m-all {
		float: left;
		padding-right: 0.75em;
		width: 100%;
		padding-right: 0;
	}
	.m-1of2 {
		float: left;
		padding-right: 0.75em;
		width: 50%;
	}
	.m-1of3 {
		float: left;
		padding-right: 0.75em;
		width: 33.33%;
	}
	.m-2of3 {
		float: left;
		padding-right: 0.75em;
		width: 66.66%;
	}
	.m-1of4 {
		float: left;
		padding-right: 0.75em;
		width: 25%;
	}
	.m-3of4 {
		float: left;
		padding-right: 0.75em;
		width: 75%;
	}
}

@media (min-width: 768px) and (max-width: 1029px) {
	.t-all {
		float: left;
		padding-right: 0.75em;
		width: 100%;
		padding-right: 0;
	}
	.t-1of2 {
		float: left;
		padding-right: 0.75em;
		width: 50%;
	}
	.t-1of3 {
		float: left;
		padding-right: 0.75em;
		width: 33.33%;
	}
	.t-2of3 {
		float: left;
		padding-right: 0.75em;
		width: 66.66%;
	}
	.t-1of4 {
		float: left;
		padding-right: 0.75em;
		width: 25%;
	}
	.t-3of4 {
		float: left;
		padding-right: 0.75em;
		width: 75%;
	}
	.t-1of5 {
		float: left;
		padding-right: 0.75em;
		width: 20%;
	}
	.t-2of5 {
		float: left;
		padding-right: 0.75em;
		width: 40%;
	}
	.t-3of5 {
		float: left;
		padding-right: 0.75em;
		width: 60%;
	}
	.t-4of5 {
		float: left;
		padding-right: 0.75em;
		width: 80%;
	}
}

@media (min-width: 1030px) {
	.d-all {
		float: left;
		padding-right: 0.75em;
		width: 100%;
		padding-right: 0;
	}
	.d-1of2 {
		float: left;
		padding-right: 0.75em;
		width: 50%;
	}
	.d-1of3 {
		float: left;
		padding-right: 0.75em;
		width: 33.33%;
	}
	.d-2of3 {
		float: left;
		padding-right: 0.75em;
		width: 66.66%;
	}
	.d-1of4 {
		float: left;
		padding-right: 0.75em;
		width: 25%;
	}
	.d-3of4 {
		float: left;
		padding-right: 0.75em;
		width: 75%;
	}
	.d-1of5 {
		float: left;
		padding-right: 0.75em;
		width: 20%;
	}
	.d-2of5 {
		float: left;
		padding-right: 0.75em;
		width: 40%;
	}
	.d-3of5 {
		float: left;
		padding-right: 0.75em;
		width: 60%;
	}
	.d-4of5 {
		float: left;
		padding-right: 0.75em;
		width: 80%;
	}
	.d-1of6 {
		float: left;
		padding-right: 0.75em;
		width: 16.6666666667%;
	}
	.d-1of7 {
		float: left;
		padding-right: 0.75em;
		width: 14.2857142857%;
	}
	.d-2of7 {
		float: left;
		padding-right: 0.75em;
		width: 28.5714286%;
	}
	.d-3of7 {
		float: left;
		padding-right: 0.75em;
		width: 42.8571429%;
	}
	.d-4of7 {
		float: left;
		padding-right: 0.75em;
		width: 57.1428572%;
	}
	.d-5of7 {
		float: left;
		padding-right: 0.75em;
		width: 71.4285715%;
	}
	.d-6of7 {
		float: left;
		padding-right: 0.75em;
		width: 85.7142857%;
	}
	.d-1of8 {
		float: left;
		padding-right: 0.75em;
		width: 12.5%;
	}
	.d-1of9 {
		float: left;
		padding-right: 0.75em;
		width: 11.1111111111%;
	}
	.d-1of10 {
		float: left;
		padding-right: 0.75em;
		width: 10%;
	}
	.d-1of11 {
		float: left;
		padding-right: 0.75em;
		width: 9.09090909091%;
	}
	.d-1of12 {
		float: left;
		padding-right: 0.75em;
		width: 8.33%;
	}
}

.post .redbox {
	padding: 20px 10px;
	background: rgb(128, 0, 0);
	color: #fff;
}

.post .redbox a {
	color: #fff;
}

.post .greenbox {
	padding: 5px 10px;
	background: rgb(0, 153, 0);
	color: #fff;
}

.post .greenbox a {
	/** color: #fff; **/
}


.liste td img {
	display:inline-block;
}

.post .graybox {
	padding: 5px 10px;
	background: rgb(192, 192, 192);
}

.post .darkbluebox {
	padding: 5px 10px;
	background: rgb(0, 47, 101);
	color: #fff;
}

.post .lightbluebox {
	padding: 5px 10px;
	background: rgb(75, 176, 222);
	color: #fff;
}

.post .bluebox {
	padding: 5px 10px;
	background: rgb(0, 102, 154);
	color: #fff;
}

.post .graybox a {
	color: #000066;
}

ul li.graybox {
	margin:10px 0px;
	font-size:20px;
}


.post .check {
	width: 30px;
	display: inline;
}

.post .width-auto {
	width: auto;
}

.post ol {
	list-style: decimal;
	margin-left: 1em;
	line-height: 1.7em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.post ol li {
	margin: 8px 0;
}

.post .check {
	width: 30px !important;
	display: inline;
}

.su-spoiler-title {
	font-size: 16px !important;
	letter-spacing: 1px !important;
}

.su-spoiler-style-default>.su-spoiler-content {
	color: #006;
	background: #fff;
	margin-top: 1em;
}

.aligncenter {
	margin: 0 auto;
}

.uris-slider-title {
	display: none !important;
}

/* Mobile Smartphones ----------- */

@media only screen and (min-width: 0) and (max-width: 767px) {
	#navbar {
		display: block;
		height: 44px;
		background: #006;
		width: 96%;
		margin: 0 auto;
	}
	#navbar a {
		display: block;
		line-height: 44px;
		padding: 0 10px;
		font-weight: bold;
		font-size: 2em;
		color: #fff;
	}
	#navbar a:hover {
		color: #fff;
		text-decoration: none;
	}
	#n ul {
		display: none;
		background: #000066;
		border: 0;
		height: auto;
		padding: 5px 10px 20px;
		overflow: hidden;
	}
	#n ul li ul {
		display: block;
		position: static;
		border: 0;
		background: #000066;
		margin-bottom: 1em;
	}
	#n ul li {
		border: 0;
		width: 100%;
		background: #000066;
		border: 0;
	}
	#n ul li a {
		display: block;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-size: 1em;
		line-height: 1.3em;
		text-shadow: none;
		width: 100%;
		padding: 10px;
		margin: 0;
		color: #fff;
	}
	#n ul li ul li {
		display: block;
	}
	#n ul li ul li a {
		margin: 0;
	}
	#n .divider {
		display: none;
	}
	.post header h2 {
		font-size: 2.75em;
	}
	.post .meta {
		font-size: 1.1em;
		line-height: 1.6em;
	}
	.post .meta i {
		margin-bottom: 4px;
	}
	#commentform #allowed_tags {
		display: none;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	img, .wp-caption {
		width: 100% !important;
	}
	.sp-thumbnails-container {
		display: none !important;
	}
}