/*--------------------------------------------------------------
# WP admin bar margin to padding
--------------------------------------------------------------*/

body.admin-bar { padding-top: 32px !important; }
* html body.admin-bar { padding-top: 32px !important; }
@media screen and ( max-width: 782px ) {
	body.admin-bar { padding-top: 46px !important; }
	* html body.admin-bar { padding-top: 46px !important; }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
	margin: 0;
}
.noscroll{
	overflow: hidden;
}
html {
	font-family: 'Chivo', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-weight:400;
	font-size:16px;
}

.woo-search input {
	 -webkit-appearance: none;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration:none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000000;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:900;
	text-transform:uppercase;
}
h1{
	font-size: 2.6rem!important;
    line-height: 1.2;
    margin: 1rem 0;
    color: #163c4a;
}
body:not(.home) h1,
h2{
	font-size: 2rem;
	font-weight:700;
	margin-bottom:0;
}

h3{
	font-size: 1.8em;
}
h4 {
    font-size: 1.3rem;
    margin: 0.6rem 0;
}
h5{
	font-size: 1.4em;
}
h6{
	font-size: 1.1em;
}
h1 span.ekstra-tekst{
	font-weight:200;
	text-transform: none;
}

p {
	margin-bottom: 1.5em;
	font-weight: 300;
	line-height: 1.2;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f5f5f5;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

.site-content ul li {
	margin: 0;
	font-weight: 100;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	background: #2C3F46;
	color: #fff;
	font-size: 12px;
	font-size: 0.75em;
	line-height: 1;
	box-shadow: none;
	padding: .6em 1em;
	font-size: 0.8em;
	line-height: 1.5;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
	background:#222;
	box-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: .6em 0.6em;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.gform_wrapper {
    /* margin: 16px 0; */
    /* max-width: 100%; */
    max-width: 383px;
    display: block;
    margin: auto;
}

.gform_wrapper ul.gform_fields li.gfield {
    margin: 0!important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none!important;
}

.ginput_container.ginput_container_email{
}

.ginput_container.ginput_container_phone{

}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #222;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #aaa;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-menu-1-container {
}

.main-navigation {
	/* clear: both; */
	margin: 20px 0 0 0;
	display: block;
	float: right;
	/* width: 100%; */
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin: 0;
}

.main-navigation > li > a:first-of-type {
	padding-left:0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 8px 21px;
	color: #000000;
	text-transform: uppercase;
/*	font-weight:700;*/
}

.main-navigation ul ul {
	box-shadow: 0 0px 13px -6px rgba(0, 0, 0, 0.5);
	float: left;
	position: absolute;
	top: 100%;
	display: none;
	z-index: 99999;
	background:#fff;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	width: 215px;
	min-width: 100%;
	padding: 10px 22px;
	font-size: 1em;
	text-transform: none;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    /* background: #f5f5f5; */
    color: #86aea7;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	background:#f5f5f5;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	border: 1px solid #0a3240;
}

/* Small menu. */

.main-navigation.toggled ul#primary-menu {
	display: block;
}
.menu-toggle{
	display: none;
}
button.menu-toggle{
	top: 40px;
}
.menu-cta a {
	background: #264C59;
	color: #FFF;
	border: none;
}


@media screen and (max-width: 1050px) {
	.menu-toggle {
		display: block;
	}

	.menu-container {
		display: none;
	}

	.menu-container.active {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	overflow: hidden;
}

span.widget-title {
	font-weight:500;
	/* text-transform: uppercase; */
	letter-spacing: 0px;
	font-size: 1.3em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
	width:100%;
	background: #FFF;
	border-bottom: 1px solid #f5f5f5;
}

.site-branding {
	max-width:1140px;
	margin:0 auto;
	position: relative;
}

.site-branding #logo {
	padding:20px 0;
}
#logo img{
	max-height: 96px;
	max-width: 250px;
	width: auto;
	height: auto;
}

.site-branding #logo, .site-branding #logo a{
	float:left;
}

#logo a{
	line-height: 0 !Important;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


#content, footer.site-footer .site-info, .section{
	max-width:1140px;
	margin:0 auto;
}

#primary {
	width: 850px;
	float:left;
	margin-top: 37px;
}

#primary.sidebar-disabled {
	width:100% !important;
}

.section-wrap{
	padding: 50px 0;
}

header .section-wrap{
	padding: 2px 0;
}
header .section-wrap p{
	margin: 0px;
}


/*--------------------------------------------------------------
# Sektions design
--------------------------------------------------------------*/
.stom-billede-sektion{
	padding: 0;
}
.stom-billede-sektion .stom-picture{
	position: absolute;
	width: 50%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.stom-billede-sektion .stom-picture img{
	visibility: hidden;
}
.stom-billede-sektion.picture-left .stom-picture{
	background-position: right top;
}
.stom-billede-sektion.picture-left .stom-cols-6{
	float: right;
	margin-right: 0px;
	position: relative;
}
.stom-billede-sektion .stom-cols-6{
	display: table;
	width: 47%;
}
.stom-billede-sektion .stom-center-box {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width: 800px) {
	.stom-billede-sektion{
		padding: 20px 0;
	}
	.stom-billede-sektion .stom-picture{
		position: relative;
		width: 100%;
		float: left;
		background-position: center center;
		height: auto !important;

	}
	.stom-billede-sektion .stom-cols-6{
		height: auto !important;
	}
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.custom-footer{
	padding: 50px 0 0 0;
}

.custom-footer *{
	color:#fff!important;
	font-size:18px;

}
.custom-footer ul{
	list-style:none;
	padding:0;
}
footer.site-footer {
    background: #0a3240;
    padding: 0;
    font-size: 0.9em;
}

footer.site-footer .site-info {
    overflow: auto;
    border-top: 1px solid #fff;
    padding: 10px 0 20px 0;
    color: #fff;
}
footer.site-footer .site-info a {
    color: #fff;
	text-transform:uppercase;
	text-decoration:none;
}

footer.site-footer .site-info .copyright {
	font-size:11px;
	padding: 3px 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
	margin-bottom: 80px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* SINGLE POST NAVIGATION */

.post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a {
    text-decoration: none;
    font-style: italic;
}

.comment-navigation .nav-next:before,
.posts-navigation .nav-next:before,
.post-navigation .nav-previous:before {
    font-family: dashicons;
    content: "\f341";
    float: left;
    margin-right: 6px;
}
.comment-navigation .nav-next:after,
.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
    font-family: dashicons;
    content: "\f345";
    float: right;
    margin-right: 6px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

aside {
	width: 260px;
	float:right;
	margin-top:60px;
	/* background: #fff; */
}

aside section {
	padding: 1.5rem;
	background: #fff;
	outline: 1px solid #eee;
}

aside section ul {
	margin: 0;
	padding:0;
}

aside section ul li a {
	text-decoration: none;
	font-weight:400;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#comments.comments-area h2.comments-title {
    font-size: 1.5em;
}

ol.comment-list {
    list-style-type:none;
    margin:0;
    padding:0;
}

ol.comment-list li.comment {
    background:#fff;
    margin: 0 0 15px;
    padding:10px;
    border:solid 1px #c3c0ab;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery figure{
	margin: 0;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## KONTAKTSIDE
--------------------------------------------------------------*/


#kontaktside h2 {
	text-transform: uppercase;
	text-align:center;
}

#infowindow {
	width: 260px;
	overflow: auto;
	text-align:left;
	color: #2C3F46;
	margin: 15px;
	font-size: 1.1em;
}

#infowindow a {
	text-decoration: none;
	font-weight:600;
	color: #2C3F46;
}

#infowindow p {
	font-size: 13px !important;
	color: #797979;
}

#infowindow .dash {
	position:relative;
	padding-left: 40px;
	line-height: 1.8;
}

#infowindow .dash:before {
	font-family:dashicons;
	font-size:1.5em;
	position:absolute;
	left:0;
	top:0;
	line-height:1;
	color: #2C3F46;
}

#infowindow .phone-dash:before {
	content: "\f525";

}
#infowindow .email-dash:before {
	content: "\f466";
}

#map-canvas {
	height: 342px;
	width: 100%;
	margin-bottom: 10px;
}
#map-canvas img {
	max-width: none !important;
}

/* KONTAKTFORMULAR - KONTAKTSIDEN */


#kontaktside form#kontakt {
	width:450px;
	margin:0 auto;

}

/* ALLE KONTAKTFORMULARER */

form#kontakt .stom-felt {
	margin-bottom:7px;
}

form#kontakt .stom-felt input {
	border-radius:0px;
}

form#kontakt .stom-felt textarea {
	height:140px;
}

form#kontakt .stom-felt textarea, form#kontakt .stom-felt input {
	width: 100%;
	border-radius:0px;
	padding:5px 10px;
	max-width: 450px;
	font-size:12px;
}





/*--------------------------------------------------------------
## GRID SYSTEMET
--------------------------------------------------------------*/

.stom-cols-1, .stom-cols-2, .stom-cols-3, .stom-cols-4, .stom-cols-5, .stom-cols-6, .stom-cols-7, .stom-cols-8, .stom-cols-9, .stom-cols-10, .stom-cols-11 {
	float: left;
	margin: 0 2% 0 0;
}

.stom-cols-12 {	clear: both; }
.stom-cols-11 { width: 91.5%; }
.stom-cols-10 { width: 83%; }
.stom-cols-9 { width: 74.5%; }
.stom-cols-8 { width: 66%; }
.stom-cols-7 { width: 57.5%; }
.stom-cols-6 { width: 49%; }
.stom-cols-5 { width: 40.5%; }
.stom-cols-4 { width: 32%; }
.stom-cols-3 { width: 23.5%; }
.stom-cols-2 { width: 15%; }
.stom-cols-1 { width: 6.5%; }

.last {
	margin-right: 0 !important;
}

/*--------------------------------------------------
			SLIDER
---------------------------------------------------*/

.slider-tekst {
	position:absolute;
	left:30px;
	width:400px;
	bottom:30px;
	font-size:1.6em;
}

.slider-tekst p {
	margin:0;
}

.slider-tekst p.slide-title {
	font-size:2.2em;
}
.slider-tekst p.slide-desc {}

.rsUni .rsBullets {
	bottom:30px;
}

.rsUni .rsBullet span {
	background:#fff !important;
}

.rsUni .rsBullet.rsNavSelected span {
	background:#77a464 !important;
}

/*--------------------------------------------------
			TABS
---------------------------------------------------*/
.stom-tabs .tabs-wrapper {
	background:#fff;
	padding: 21px;
	position: relative;
	border: 2px solid #c3c0ab;
}

.stom-tabs .tabs-header {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
	margin-bottom: -2px;
}
.stom-tabs .tabs-header li {
	float: left;
	margin-right: 4px;
}
.stom-tabs .tabs-header li a {
	display: block;
	background: #fff;
	border: 1px solid rgba(195, 192, 171, 0.38);
	padding: 10px 31px;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight:600;
}
.stom-tabs .tabs-header li a:hover {
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #ccc;
}
.stom-tabs .tabs-header li.active a{
	background: #FFF;
	border: 2px solid #c3c0ab;
	border-bottom: none;
	color: #333;
	position: relative;
	z-index: 9;
	
}
.stom-tabs .tabs-wrapper .tabs-content {
	display: none;
	padding: 0;
}
.stom-tabs .tabs-wrapper .tabs-content h2 {
	display: block;
    margin: 0 0 10px;
    font-weight: 600;
    color: #222;
    font-size: 31px;
}
.stom-tabs .tabs-wrapper .content-order-0 {
	display: block;
}

/*--------------------------------------------------
			Forside bokse
---------------------------------------------------*/

.home .wp-caption {
	float: left;
	position: relative;
	margin: 0 2% 0 0;
	width: 32% !important;
}

.home .wp-caption img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.home .wp-caption:last-child {
	margin-right: 0;
}

.home .wp-caption.last {
	margin-right: 0;
}

.home .wp-caption a {
	position: relative;
	display: block;
}

.home .wp-caption p a {
	position: absolute;
	padding: 15px 10.1%;
	background: #6D5B56;
	background: rgba(109, 91, 86, 0.8);
	color: #FFF;
	z-index: 1;
	font-weight: bold;
	font-size: 16px;
	bottom: 0px;
	width: 80%;
}

/* Typekit fix */
.wf-loading {
	visibility: hidden;
}

/* BLOG */

h2.entry-title {
	font-size:2em;
}

h2.entry-title a {
	text-decoration: none;
}
span.posted-on {
	font-size:0.9em;
}

/*
 * jQuery Popup START
 */
.stom-popup{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	z-index:1500;
}
.popup-content{
	margin: 100px auto;
	width: 960px;
	position: relative;
	background:#fff;
	padding:15px 35px;
	border-radius:10px;
	max-height: 70%;
	overflow: auto;
}
.popup-exit{
	position:fixed;
	right: 50%;
	top:20px;
	z-index: 10;
}
.popup-exit .dashicons{
	font-size: 35px;
	padding: 10px;
	color: #fff;
	cursor:pointer;
	width: auto;
	height: auto;
	text-align: right;
}
/*
 * jQuery Popup END
 */










/* ---------------- NEW - stom_posts ---------------- */
 .stom-posts .stom-post-wrapper {
    overflow: hidden;
    clear: both;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #eee;
    position: relative;
}
.stom-posts .stom-post-wrapper.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.stom-posts .stom-post-thumb {
    float: left;
    margin-right: 10px;
}
.stom-posts .stom-post-thumb img {
    display: block;
}
.stom-posts .stom-post-title {
    font-size: 0.8rem;
    font-weight: 600;
}
.stom-posts .stom-post-link span {
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

/* ------------- *\
 * Tekst Overlay *
\* ------------- */

.st-text-overlay {
    position:relative; /*MIS*/
}
.st-text-overlay p,
.st-text-overlay p img {
    margin: 0; /*MIS*/
    padding: 0; /*MIS*/
    text-align: center; /*MIS*/
    font-size: 1rem;  /*MIS*/
}

.st-text-overlay p strong {
    text-align: center; /*MIS*/
	display: block; /*MIS*/
    font-size: 1.6rem;
    line-height: 1;   
    clear: both;
}

.st-text-overlay p:first-child {
    line-height: 0;
    background: #333; /*Hvis billedet ikke loader skal baggrunden ikke være hvid*/
}
.st-text-overlay a {
    color: #fff;
}

.st-text-overlay p:first-child:after {
    content:''; /*MIS*/
    position: absolute; /*MIS*/
    top: 0; /*MIS*/
    left: 0; /*MIS*/
    width: 100%; /*MIS*/
    height: 100%; /*MIS*/
	pointer-events: none; /*MIS*/
    background: black; /*Kan evt udskiftes med en CSS gradient*/
    opacity: 0.3;
    transition: opacity 0.5s;  
}

.st-text-overlay:hover p:first-child:after {
    opacity: 0;   
}

.st-text-overlay p:last-child {
    position: absolute; /*MIS*/
    margin: auto; /*MIS*/
	width:100%; /*MIS*/
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    font-weight: bold;
}
.outer-slider-wrapper{
	position: relative;
	background: rgba(112,159,175,1);
	background: -moz-linear-gradient(top, rgba(112,159,175,1) 0%, rgba(45,93,108,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112,159,175,1)), color-stop(100%, rgba(45,93,108,1)));
	background: -webkit-linear-gradient(top, rgba(112,159,175,1) 0%, rgba(45,93,108,1) 100%);
	background: -o-linear-gradient(top, rgba(112,159,175,1) 0%, rgba(45,93,108,1) 100%);
	background: -ms-linear-gradient(top, rgba(112,159,175,1) 0%, rgba(45,93,108,1) 100%);
	background: linear-gradient(to bottom, rgba(112,159,175,1) 0%, rgba(45,93,108,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709faf', endColorstr='#2d5d6c', GradientType=0 );
}
.overlay-sg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#709faf+0,2d5d6c+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(112,159,175,0) 0%, rgba(45,93,108,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(112,159,175,0) 0%,rgba(45,93,108,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(112,159,175,0) 0%,rgba(45,93,108,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00709faf', endColorstr='#2d5d6c',GradientType=1 ); /* IE6-9 */
}
.stom-slider-image-content:after{
	content:"";
	display:table;
	width:100%;
	clear:both;
}
/*SLIDER HOME*/
.home .stom-slider-text-content {
	display:block;
	float:right;
	width:49%;
}
/*SLIDER Undersider*/
.stom-slider-image-content {
	margin:0 auto;
	position: relative;
	padding: 70px 30px;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 300px;
}
.stom-slider-text-content {
	position: relative;
	display:block;
	float:right;
	width:60%;
	z-index: 3;
}
.stom-slider-text-content h1 {
	margin-top: 0 !important;
}
.stom-slider-text-content *{
	color:#fff!important;
}
.stom-slider-text-content span{
	display:block;
}
.slider-body{
	font-size:30px;
	line-height: 1.2;
	font-weight: 100;
	padding-top: 20px;
}
.home .slider-body{
	font-size:30px;
	line-height: 1.2;
	font-weight: 100;
	padding-top: 0;
}

/* ----------------- *\
 * Tekst Overlay End *
\* ----------------- */

/* --------------------- *\
 * WOOCOMMERCE DROP DOWN *
\* --------------------- */
.cat-parent ul{
    display: none;
}
.cat-parent {position:relative;}
.cat-parent:after {
    content: "\f347";
    font-family: dashicons;
    color: #4b6b80;
    position: absolute;
    top: 6px;;
    right: 0;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
}

.cat-parent-open {
	position:relative;
}
li.cat-parent-open:after {
    content: "\f343";
    font-family: dashicons;
    color: #4b6b80;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
}

.current-cat.cat-parent ul {display:block;}
.current-cat-parent ul{display:block;}

ul.children .current-cat {display:block;}
/* --------------------- *\
 * WOOCOMMERCE DROP DOWN END *
\* --------------------- */


/* --------------------- *\
     * MODAL POPUPS *
\* --------------------- */
.modal-content{
	display:none!important;
}
.st-modal-overlay-outer.from-left {
	transform:translate(-100%,0);
	transition:all 0.5s;
}
.st-modal-overlay-outer.from-top{
	transform:translate(0,-100%);
	transition:all 0.5s;
}
.st-modal-overlay-outer.from-right{
	transform:translate(100%,0);
	transition:all 0.5s;
}
.st-modal-overlay-outer.from-bottom{
	transform:translate(0,100%);
	transition:all 0.5s;
}
.st-modal-overlay-outer{
    display: none;
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: rgba(256,256,256,0.95);
	opacity:0;
	transition:all 0.5s;
}
.st-modal-overlay-outer.st-modal-opaque{
	opacity:1;
	transform:translate(0,0);
	transition:all 0.5s;
}
.st-modal-overlay-inner{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	/* background-image: url(https://hrregnskabsfoererandersen.dk/wp-content/themes/number-two/images/loading-icon.gif); */
	/* background-repeat:no-repeat; */
	/* background-position:50%; */
}
.st-modal-overlay-content{
    display:inline-block;
    background:#fbfbfb;
	border:1px solid #eee;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.3);
    padding: 1rem;
    position:relative;
}
.st-modal-string {
    min-height: 310px;
    min-width: 310px;
}
.st-modal-string iframe {
    min-height: 310px;
    min-width: 310px;
}
.st-modal-close-btn{
    position: absolute;
    right: -1px;
    top: -1px;
    padding: 8px 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}
button#st-modal-close-btn:before {
    font-family: dashicons;
    content: "\f335";
    font-size: 20px;
    line-height: 1;
}
/* --------------------- *\
   * MODAL POPUPS END *
\* --------------------- */
.social-icons{
	text-align:right;
}
.social-icons a{
	display:inline-block;
	padding: 5px;
}
/*HOMEPAGE*/
.home .site-content{
	display:none;
}
/*SECTION*/
.half-background-left{
	background-size:cover!important;
	
}

.bottom-section, .bottom-section-home {
	background-size:cover!important;
}

.top-bar{
	background:#163c4a;
	padding:10px 0;
	text-transform:uppercase;
}
.top-bar .last{
	text-align:right;
}
.top-bar *{
	color:#fff;
}
.top-bar a{
	font-weight:700;
}
.top-bar span:before{
	font-family:dashicons;
	margin-right:5px;
	vertical-align:bottom;
}
.top-bar span.phone:before{
	content: "\f525";
}
.top-bar span.email{
	text-transform:none;
}
.top-bar span.email:before{
	content: "\f466";
	margin-left:20px;
}
.top-bar span.times-first:before{
	content: "\f469";
}
.times-last{
	font-weight:700;
	margin-left:10px;
}

.cta{
	text-transform: uppercase;
	color: #0a3240;
	border: 1px solid #0a3240;
	padding: 8px 15px;
	font-weight: 700;
	font-size: 16px;
}

.cta.slider-but{
	color: #fff;
	font-size: 22px;
    border: 1px solid #fff;
    padding: 7px 29px;
    margin-top: 20px;
    max-width: 155px;
}

.moretag{
	text-transform: uppercase;
	color: #0a3240;
	border: 1px solid #0a3240;
	padding: 8px 15px;
	font-weight: 700;
	font-size: 16px;	
}

/*KONTAKT FORMULAR*/
#gform_wrapper_2 label {
    display: none;
}

#gform_wrapper_2 {
    max-width: 400px;
    width: auto;
    display: block;
    margin: auto;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0!important;
}

#gform_submit_button_2 {
    width: 100%;
    margin: 0!important;
    background: #0a3240;
    border: 2px solid #0a3240;
  	padding: 0;
	text-transform: uppercase;
    font-weight: 700;
    line-height: 0.9!important;
}
#gform_submit_button_2:hover {
    background: #69918b;
    transition-duration: 1s;
/*    color: #0a3240;*/
}
.gform_title {
    text-align: center;
    font-size: 2em!important;
}
.gform_wrapper ul.gform_fields li.gfield {
	margin: 0!important;
}
.gform_footer.top_label {
	padding: 0!important;
	margin-top: 2px!important;
}

input, textarea, select {
    height: 22px;
    padding-left: 5px;
}
.gform_wrapper::placeholder {
	color: #000!important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.1!important;
    min-height: 2rem;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 8px!important;
}

.gform_wrapper textarea {
    padding: .25em 0.7em!important;
    resize: none;
}

.gform_wrapper textarea.medium, .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 100%!important;
}

#gform_wrapper_2 input::placeholder,
#gform_wrapper_2 textarea::placeholder {
    color: #000!important;
}

.ginput_container.ginput_container_email {
    padding-left: 5px;
}

.ginput_container.ginput_container_phone {
    padding-right: 5px;
}
@media only screen and (max-width: 640px) {
	.ginput_container.ginput_container_phone {
	    padding-right: 0px;
	}
	.ginput_container.ginput_container_email {
	    padding-left: 0px;
	}
}
/*KONTAKT FORMULAR SLUT*/

.home .bottom-section {
	display: none;
}

.contact {
	text-align: center;
}

input, textarea, select {
    border: none!important;
}

a:hover {
	opacity: 0.8;

}

.table-title{
	background-color: rgb(47, 95, 110);
	color: #fff;
	font-size: 25px;
	padding: 20px;
}

th{
	min-width: 200px;
	padding: 20px
}

td{
	padding: 10px;
}

table {
    display: table;
    border-spacing: 2px;
    border-color: grey;
}

.page-id-29 #content {
    max-width: none;
    max-height: 393px;
}
.page-id-29 #primary {
    margin-top: 0;
}

#priser tr:nth-child(even){background-color: #f9fbfa;}

#priser tr:hover {background-color: #f9fbfa;}

#priser th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #437382;
    color: white;
}
#priser, table {
	border-color:#ebebeb!important;
	text-align: center;
}

.cat-links{
	display: none;
}

.page-id-461 p {
	line-height: 1.9;
}

.page-id-459 p {
	line-height: 1.2;
}

li{
	font-weight: 100;
}

.st-space{
	margin-top: 10px;
}

.st-stor-txt{
	text-transform: uppercase!important;
}
.bottom-section img{
	margin-top: -20px;
}
.ginput_container_checkbox input[type="checkbox"]{
	margin: 0 !important;
}
.ginput_container_checkbox label {
	display: inline-block !important;
}
.ginput_container_checkbox label a {
	text-decoration: underline;
}
#CybotCookiebotDialog {
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1) !important;
}
#CybotCookiebotDialogBody {
	padding: 15px 15px 0 15px !important;
}
#CybotCookiebotDialogPoweredbyLink {
	display: none !important;
}
#CybotCookiebotDialogBodyContent,
#CybotCookiebotDialogBodyButtons {
	padding-left: 0 !important;
	margin-left: 0 !important;
}
#CybotCookiebotDialogBodyButtonAccept {
	margin-left: 0 !important;
}
#CybotCookiebotDialogDetail {
	padding: 0 15px !important;
}
#CybotCookiebotDialogDetailBody {
	max-width: 650px !important;
	margin-top: 20px !important;
}
#CybotCookiebotDialogBodyButtonAccept {
	padding: 8px 20px !important;
}r.ginput_container_email {
	    padding-left: 0px;
	}
}
/*KONTAKT FORMULAR SLUT*/

.home .bottom-section {
	display: none;
}

.contact {
	text-align: center;
}

input, textarea, select {
    border: none!important;
}

a:hover {
	opacity: 0.8;

}

.table-title{
	background-color: rgb(47, 95, 110);
	color: #fff;
	font-size: 25px;
	padding: 20px;
}

th{
	min-width: 200px;
	padding: 20px
}

td{
	padding: 10px;
}

table {
    display: table;
    border-spacing: 2px;
    border-color: grey;
}

.page-id-29 #content {
    max-width: none;
    max-height: 393px;
}
.page-id-29 #primary {
    margin-top: 0;
}

#priser tr:nth-child(even){background-color: #f9fbfa;}

#priser tr:hover {background-color: #f9fbfa;}

#priser th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #437382;
    color: white;
}
#priser, table {
	border-color:#ebebeb!important;
	text-align: center;
}

.cat-links{
	display: none;
}

.page-id-461 p {
	line-height: 1.9;
}

.page-id-459 p {
	line-height: 1.2;
}

li{
	font-weight: 100;
}

.st-space{
	margin-top: 10px;
}

.st-stor-txt{
	text-transform: uppercase!important;
}
.bottom-section img{
	margin-top: -20px;
}
.ginput_container_checkbox input[type="checkbox"]{
	margin: 0 !important;
}
.ginput_container_checkbox label {
	display: inline-block !important;
}
.ginput_container_checkbox label a {
	text-decoration: underline;
}
#CybotCookiebotDialog {
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1) !important;
}
#CybotCookiebotDialogBody {
	padding: 15px 15px 0 15px !important;
}
#CybotCookiebotDialogPoweredbyLink {
	display: none !important;
}
#CybotCookiebotDialogBodyContent,
#CybotCookiebotDialogBodyButtons {
	padding-left: 0 !important;
	margin-left: 0 !important;
}
#CybotCookiebotDialogBodyButtonAccept {
	margin-left: 0 !important;
}
#CybotCookiebotDialogDetail {
	padding: 0 15px !important;
}
#CybotCookiebotDialogDetailBody {
	max-width: 650px !important;
	margin-top: 20px !important;
}
#CybotCookiebotDialogBodyButtonAccept {
	padding: 8px 20px !important;
}
	margin-top: 20px !important;
}
#CybotCookiebotDialogBodyButtonAccept {
	padding: 8px 20px !important;
}r.ginput_container_email {
	    padding-left: 0px;
	}
}
/*KONTAKT FORMULAR SLUT*/

.home .bottom-section {
	display: none;
}

.contact {
	text-align: center;
}

input, textarea, select {
    border: none!important;
}

a:hover {
	opacity: 0.8;

}

.table-title{
	background-color: rgb(47, 95, 110);
	color: #fff;
	font-size: 25px;
	padding: 20px;
}

th{
	min-width: 200px;
	padding: 20px
}

td{
	padding: 10px;
}

table {
    display: table;
    border-spacing: 2px;
    border-color: grey;
}

.page-id-29 #content {
    max-width: none;
    max-height: 393px;
}
.page-id-29 #primary {
    margin-top: 0;
}

#priser tr:nth-child(even){background-color: #f9fbfa;}

#priser tr:hover {background-color: #f9fbfa;}

#priser th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #437382;
    color: white;
}
#priser, table {
	border-color:#ebebeb!important;
	text-align: center;
}

.cat-links{
	display: none;
}

.page-id-461 p {
	line-height: 1.9;
}

.page-id-459 p {
	line-height: 1.2;
}

li{
	font-weight: 100;
}

.st-space{
	margin-top: 10px;
}

.st-stor-txt{
	text-transform: uppercase!important;
}
.bottom-section img{
	margin-top: -20px;
}
.ginput_container_checkbox input[type="checkbox"]{
	margin: 0 !important;
}
.ginput_container_checkbox label {
	display: inline-block !important;
}
.ginput_container_checkbox label a {
	text-decoration: underline;
}
#CybotCookiebotDialog {
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1) !important;
}
#CybotCookiebotDialogBody {
	padding: 15px 15px 0 15px !important;
}
#CybotCookiebotDialogPoweredbyLink {
	display: none !important;
}
#CybotCookiebotDialogBodyContent,
#CybotCookiebotDialogBodyButtons {
	padding-left: 0 !important;
	margin-left: 0 !important;
}
#CybotCookiebotDialogBodyButtonAccept {
	margin-left: 0 !important;
}
#CybotCookiebotDialogDetail {
	padding: 0 15px !important;
}
#CybotCookiebotDialogDetailBody {
	max-width: 650px !important;
	margin-top: 20px !important;
}
#CybotCookiebotDialogBodyButtonAccept {
	padding: 8px 20px !important;
}
.wprs_unslider .wprs_unslider-nav ol li {
	border: 1px solid #444444;
}
.wprs_unslider .wprs_unslider-nav ol li.wprs_unslider-active {
	background: #444444;
}