@font-face {
    font-family: 'Stratum2';
    src: url('fonts/Stratum2-Regular.woff2') format('woff2'),
        url('fonts/Stratum2-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stratum2';
    src: url('fonts/Stratum2-Bold.woff2') format('woff2'),
        url('fonts/Stratum2-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stratum2';
    src: url('fonts/Stratum2-Medium.woff2') format('woff2'),
        url('fonts/Stratum2-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-Medium.woff2') format('woff2'),
        url('fonts/DIN-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-Bold.woff2') format('woff2'),
        url('fonts/DIN-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

* {
	font-family: 'Stratum2';
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

/* Sections
font-weight: 500;
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-weight: 500;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #333;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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: 3px;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


.header-black {
	background: black;
	min-height: 80px;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1230px;
	}
}

#primary-menu, .sub-header #primary-menu{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;

}

#primary-menu li {
	list-style-type: none;
	display: flex;
}

.sub-header #primary-menu li a {
    color: #69B5CA;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.54px;
    text-decoration: none;
	padding: 28px 15px;
	transition: all 0.1s;
}

.sub-header #primary-menu li.current-menu-item a {
    color: #458192;
}

.sub-header #primary-menu li:first-child a {
    padding-left: 0px;
}

.sub-header #primary-menu li a:hover {
	text-decoration: none;
	color: #458192;
	transition: all 0.1s;
}

.sub-header {
	min-height: 80px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	/* border-bottom: 1px solid #eaeaea; */
}

.forside-wrapper{
	width: 100%;
}

footer#colophon {
    background: black;
	min-height: 400px;
	display: flex;
    flex-wrap: wrap;
}



main#primary {
    display: flex;
    flex-wrap: wrap;
	min-height: 600px;
	padding-bottom: 40px;
}

.home main#primary { 
	padding-bottom: 0px;
}

.entry-content {
	width: 100%;
}

.top-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 467px;
	padding-left: 60px;
    padding-right: 60px;
	align-items: center;
	justify-content: center;
}

.big-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 467px;
	padding-left: 60px;
	padding-right: 60px;
	align-items: center;
	position: relative;
}

.top-box-heading {
	font-weight: 500;
	font-size: 35px;
	color: #606060;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.top-box-heading-white {
	font-weight: 500;
	font-size: 35px;
	color: white;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.top-box p {
	font-family: 'Roboto', sans-serif;	
	font-size: 18px;
	color: #606060;
	letter-spacing: 0;
	line-height: 28px;
	max-width: 480px;
	font-weight: 400;
}

.big-box p {
	font-family: 'Roboto', sans-serif;	
	font-size: 18px;
	color: white;
	letter-spacing: 0;
	line-height: 28px;
	max-width: 480px;
	font-weight: 400;
}

.top-box a {
	color: white;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;	
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2.8px;
	line-height: 28px;
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	align-items: center;
	transition: all 0.2s;
	padding: 10px 0px;
	margin-bottom: -10px;
}

.top-box a svg {
	margin-left: 15px;
	transition: all 0.2s;
}

.top-box a:hover svg {
	margin-left: 20px;
	transition: all 0.2s;
}

.top-box a:hover {
	opacity: 0.8;
	transition: all 0.2s;
}

.top-box a:active {
	opacity: 1;
	transition: all 0s;
}

.big-box a {
	color: white;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;	
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2.8px;
	line-height: 28px;
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	align-items: center;
	transition: all 0.2s;
	padding: 10px 0px;
	margin-bottom: -10px;
}

.big-box a svg {
	margin-left: 15px;
	transition: all 0.2s;
}

.big-box a:hover svg {
	margin-left: 20px;
	transition: all 0.2s;
}

.big-box a:hover {
	opacity: 0.8;
	transition: all 0.2s;
}

.big-box a:active {
	opacity: 1;
	transition: all 0s;
}

.centered-heading {
	font-weight: 500;
	font-size: 35px;
	color: #606060;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
    margin-bottom: 40px;
}

html, body {
	margin: 0px;
	padding: 0px;
}

span.pattern-1 {
	
}

.pattern {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.pattern-1 {
	bottom: 0px;
	right: 0px;
}

.pattern-2 {
	top: 0px;
	right: 0px;
}

.pattern-3 {
	bottom: 0px;
	right: 0px;
}

.pattern img {
	pointer-events: none;
}

.site-footer {
	padding-top: 80px;
}

.site-footer h4 {
	font-size: 25px;
	color: #FFFFFF;
	letter-spacing: 1.82px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.site-footer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: white;
}

.site-footer ul li a {
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0.29px;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.inner-box {
	width: 100%;
}

.footer-copyright p {
	font-family: 'Roboto', sans-serif;	
	font-weight: 400;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 1.16px;
	line-height: 28px;
}

.footer-copyright p a {
	font-family: 'Roboto', sans-serif;	
	font-weight: 400;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 1.16px;
	line-height: 28px;
}

.footer-copyright {
	margin-top: 100px;
    margin-bottom: 20px;
    width: 100%;
}

.site-footer ul li {
	display: flex;
    align-items: center;
    width: 100%;
}

.top-banner-home {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	min-height: 620px;
	background: #fafafa;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

h1 {
	font-weight: 500;
	font-size: 35px;
	/* color: #606060; */
	color: #404040;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

p {
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #606060;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
}

.top-banner-content h1 {
    font-size: 55px;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.top-banner-content p {
	color: #FFFFFF;
	max-width: 70%;
	font-size: 20px;
	line-height: 1.6;
	font-family: 'Roboto', sans-serif;
}

div.asl_w .probox .promagnifier {
	box-shadow: none !important;
}

#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
    margin-left: 5px;
}

html body #ajaxsearchlite1 .probox, html body div.asl_w .probox {
	padding: 6px;
    height: 22px;
}

html body div.asl_m .probox .proinput input {
	height: 23px;
}

div.asl_m .probox .promagnifier .innericon svg, div.asl_m .probox .prosettings .innericon svg, div.asl_m .probox .proloading svg {
	width: 19px !important;
}

html body div.asl_w .probox .promagnifier {
    width: 23px;
	height: 22px;
}

html body .proclose {
	display: none !important;
}

html body .proloading {
	display: none !important;
}

a.top-header-link {
    color: white;
    display: flex;
    height: 80px;
    align-items: center;
	padding: 0px 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.6px;
}

a.top-header-link span {
	margin-left: 10px;
	text-transform: uppercase;
}

.top-links a:last-child {
	padding-right: 0px;
}

.social-media-icon {
	max-width: 36px;
}

.social-media-link {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.social-media-link span {
	margin-left: 20px;
	font-family: 'Roboto', sans-serif;	
	font-weight: 400;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 1.16px;
}

.kontakt-info-footer {
	color: white;
	margin-top: 30px;
}

.kontakt-info-footer p {
	font-family: 'Roboto', sans-serif;	
	font-weight: 400;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 1.16px;
}

.news-box p:last-child {
    margin-bottom: 0px;
    margin-top: -10px;
}

.kontakt-info-footer a {
	color: white;
}

.footer-copyright p a {
	display: inline-flex;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
	color: #2c92af !important;
	font-size: 15px !important;
	font-family: 'Stratum2' !important;
}

html body #ajaxsearchlite1 .probox .proinput input, html body div.asl_w .probox .proinput input {
	font-size: 14px;
}

html body div.asl_r.vertical {
    padding: 4px;
    background: #fff;
    border-radius: 3px;
    border: 0 solid #b5b5b5;
    border-radius: 0 0 0 0;
    box-shadow: 0 3px 5px 2px rgb(23 23 25 / 12%);
    visibility: hidden;
    display: none;
    border-radius: 4px;
    border: 1px solid gainsboro;
}

html body #ajaxsearchlite1 .probox .proinput .autocomplete {
    display: none;
}

/* .news-box {
    padding: 25px 30px;
    border-radius: 6px;
    background: #e8eaeb;
    margin-bottom: 30px;
} */

.news-box {
    padding: 25px 30px;
    border-radius: 6px;
    background: #e8eaeb;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 30px);
	margin: 15px 15px 15px 15px;
	align-content: flex-start;
	overflow: hidden;
}

.news-box h3 {
    /* text-transform: uppercase; */
}

a.larger-link {
    font-size: 19px;
    font-weight: 500;
}

.news-box h2.entry-title {
    margin-bottom: -10px;
}

.news-box h3 {
    display: flex;
    width: 100%;
}

.news-box h3 a {
    display: flex;
    width: 100%;
}

.news-box a {
	color: #444;
	display: inline-flex;
	width: 100%;
}

.nav-next a, .nav-prev a, .nav-next a:visited, .nav-prev a:visited {
	color: #333;
	font-weight: 500;
	font-size: 17px;
}

.news-spacer {
	display: flex;
	width: 100%;
	height: 30px;
}

.inner-box {
    display: flex;
    flex-wrap: wrap;
	min-height: 220px;
    align-content: space-between;
}

.order-block-1 {
	order: 1;
}

.order-block-2 {
	order: 2;
}

.order-block-3 {
	order: 3;
}

.order-block-4 {
	order: 4;
}

.order-block-5 {
	order: 5;
}

.order-block-6 {
	order: 6;
}

.menu-close-toggle {
	display: none;
}

.form-title {
	font-weight: 500;
    font-size: 35px;
    /* color: #606060; */
    color: #404040;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Stratum2';
    margin: 0.67em 0;
}

.contact-form-wrapper {
    padding: 25px 30px;
    border-radius: 6px;
    background: #efefef;
    margin-bottom: 60px;
}

.contact-form-wrapper * {
    font-family: 'Roboto', sans-serif;
}

.samtykke label {
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif !important;
}

.samtykke label a {
	font-size: 16px !important;
	font-weight: 500;
}

.samtykke label a:hover {
	color: #77bcd0;
}


.contact-form-wrapper .with_frm_style input[type=text], .contact-form-wrapper .with_frm_style input[type=password], .contact-form-wrapper .with_frm_style input[type=email], .contact-form-wrapper .with_frm_style input[type=number], .contact-form-wrapper .with_frm_style input[type=url], .contact-form-wrapper .with_frm_style input[type=tel], .contact-form-wrapper .with_frm_style input[type=phone], .contact-form-wrapper .with_frm_style input[type=search], .contact-form-wrapper .with_frm_style select, .contact-form-wrapper .with_frm_style textarea, .contact-form-wrapper .frm_form_fields_style, .contact-form-wrapper .with_frm_style .frm_scroll_box .frm_opt_container, .contact-form-wrapper .frm_form_fields_active_style, .contact-form-wrapper .frm_form_fields_error_style, .contact-form-wrapper .with_frm_style .frm-card-element.StripeElement, .contact-form-wrapper .with_frm_style .chosen-container-multi .chosen-choices, .contact-form-wrapper .with_frm_style .chosen-container-single .chosen-single {
    border: none;
    background: #efefef;
    border: 1px solid #d2d2d2;
    box-shadow: none;
    border-radius: 4px;
    min-height: 44px;
	margin-top: 5px;
	padding: 12px 16px;
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    font-size: 18px;
    font-family: 'Stratum2';
    color: #636363;
    font-weight: 400;
}

.frm_style_formidable-styling.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-styling.with_frm_style select:focus, .frm_style_formidable-styling.with_frm_style textarea:focus, .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-styling.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-styling.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-styling.with_frm_style .chosen-container-active .chosen-choices {
    background-color: #efefef;
    border-color: #66afe900;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(102 175 233 / 0%);
    box-shadow: none;
    border: 1px solid #92c7d6;
}

.frm_style_formidable-styling.with_frm_style .frm_error_style {
    background-color: #F2DEDE;
    border: 1px solid #dac3c7;
    border-radius: 4px;
    color: #bd2e2b;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
}


.with_frm_style .frm_message, .frm_success_style {
    margin: 5px 0 5px;
    text-align: center;
    padding-bottom: 10px;
    border-color: var(--success-border-color);
    background-color: #DFF0D8;
    background-color: var(--success-bg-color);
    color: #69b5ca;
    border-radius: 4px;
    border-radius: var(--border-radius);
    font-size: 14px;
    font-size: var(--success-font-size);
}

.frm_style_formidable-styling.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-styling.with_frm_style input[type=submit], .frm_style_formidable-styling.with_frm_style .frm_submit input[type=button], .frm_style_formidable-styling.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-styling.with_frm_style .frm-edit-page-btn {
    width: auto;
    font-size: 15px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #77bcd0;
    border-width: 1px;
    border-color: #77bcd0;
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 13px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
    font-family: 'Stratum2';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: -10px;
}

#primary h4 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
    color: #404040;
}

#primary-menu li {
	position: relative;
}

#primary-menu li ul.sub-menu {
	display: none;
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 100%;
    background: black;
    min-width: 220px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
	align-items: flex-start;
	z-index: 999;
}

#primary-menu li ul.sub-menu li {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
}

#primary-menu li ul.sub-menu li a {
    padding: 18px 20px !important;
	color: white;
	min-width: 100%;
}

#primary-menu li:hover ul.sub-menu {
	display: flex;
}

#primary-menu li:hover ul.sub-menu li a {
	color: white;
}

#primary-menu li ul.sub-menu li a:hover {
	opacity: 0.8;
}

.contact-form-wrapper .with_frm_style input[type=text], .contact-form-wrapper .with_frm_style input[type=password], .contact-form-wrapper .with_frm_style input[type=email], .contact-form-wrapper .with_frm_style input[type=number], .contact-form-wrapper .with_frm_style input[type=url], .contact-form-wrapper .with_frm_style input[type=tel], .contact-form-wrapper .with_frm_style input[type=phone], .contact-form-wrapper .with_frm_style input[type=search], .contact-form-wrapper .with_frm_style select, .contact-form-wrapper .with_frm_style textarea, .contact-form-wrapper .frm_form_fields_style, .contact-form-wrapper .with_frm_style .frm_scroll_box .frm_opt_container, .contact-form-wrapper .frm_form_fields_active_style, .contact-form-wrapper .frm_form_fields_error_style, .contact-form-wrapper .with_frm_style .frm-card-element.StripeElement, .contact-form-wrapper .with_frm_style .chosen-container-multi .chosen-choices, .contact-form-wrapper .with_frm_style .chosen-container-single .chosen-single {
    border: none;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    box-shadow: none;
    border-radius: 4px;
    min-height: 44px;
    margin-top: 5px;
    padding: 12px 16px;
}

.frm_style_formidable-styling.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-styling.with_frm_style select:focus, .frm_style_formidable-styling.with_frm_style textarea:focus, .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-styling.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-styling.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-styling.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-styling.with_frm_style .chosen-container-active .chosen-choices {
    background-color: #ffffff;
    border-color: #66afe900;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(102 175 233 / 0%);
    box-shadow: none;
    border: 1px solid #92c7d6;
}

#mc-embedded-subscribe-form h5 {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.inner-mc-group {
	min-width: 360px;
	max-width: 360px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}


.inner-mc-group input#mc-embedded-subscribe {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    border: 0px;
	background: transparent;
	background-image: url('/wp-content/themes/northcom/resources/email-arrow.svg');
	background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    color: transparent;
    max-width: 50px;
}

.inner-mc-group input#mc-embedded-subscribe :hover {
	cursor: pointer;
}

.inner-mc-group input#mce-EMAIL {
    width: 100%;
    min-height: 37px;
    border-radius: 4px;
    border: 0px;
    background: #3E4041;
    color: white;
    padding: 0px 13px;
    padding-top: 1px;
}

.inner-mc-group input#mce-EMAIL:focus, .inner-mc-group input#mc-embedded-subscribe:focus, .inner-mc-group input#mc-embedded-subscribe:active {
	outline: 0;
}

@media only screen and (min-width: 991px) {
	.scrolled .sub-header {
		position: fixed;
		top: 0px;
		background: white;
		width: 100%;
		left: 0px;
		z-index: 199999999;
	}

	.scrolled .header-black {
		margin-bottom: 81px;
	}
}

@media only screen and (max-width: 1200px) {
	.top-banner-content p {
		max-width: 100%;
	}		
}

@media only screen and (max-width: 991px) {	
	.order-block-3 {
		order: 4;
	}
	
	.order-block-4 {
		order: 3;
	}

	.breaking-alignment {
		flex-wrap: wrap;
	}

	.search-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 20px 0px 20px 0px;
	}

	html body #ajaxsearchlite1 .probox, html body div.asl_w .probox {
		padding: 17px 11px;
		height: 23px;
	}

	html body .beginning-footer {
		justify-content: center !important;
	}

	.footer-copyright p {
		text-align: center;
		margin-bottom: 10px;
	}

	.news-box {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {	
	.order-block-3 {
		order: 3;
	}
	
	.order-block-4 {
		order: 4;
	}

	.sub-header #primary-menu li a {
		padding: 15px 10px;
	}

	.menu-menu-1-container {
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
}

@media only screen and (max-width: 599px) {
	.top-box-heading, .top-box-heading-white, .centered-heading {
		font-size: 30px;
	}

	.top-box-heading, .top-box-heading-white, html .site-footer h4 {
		margin-bottom: 10px;
	}

	.top-banner-content h1 {
		font-size: 40px;
	}

	.big-box, .top-box {
		padding: 15px;
		min-height: 400px;
	}

	.site-footer h4 {
		margin-top: 35px;
		margin-bottom: 25px;
	}

	.top-banner-home {
		min-height: 480px;
	}

	.menu-outer-wrapper {
		display: none;
	}

	.menu-outer-wrapper.active {
		display: flex;
	}

	.menu-outer-wrapper {
		position: absolute;
		width: 100%;
		background: black;
		flex-wrap: wrap;
		z-index: 250;
		top: 0px;
		left: 0px;
		padding: 0px 15px;
		padding-bottom: 20px;
		-webkit-box-shadow: 0px 10px 23px 17px rgb(0 0 0 / 32%);
		-moz-box-shadow: 0px 10px 23px 17px rgb(0 0 0 / 32%);
		box-shadow: 0px 10px 23px 17px rgb(0 0 0 / 32%);
	}

	#primary-menu li, #primary-menu li a {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.sub-header #primary-menu li:first-child a {
		padding: 15px 10px;
	}

	button.menu-toggle {
		width: 100%;
		margin-top: 20px;
		border: none;
		border-radius: 4px;
		padding: 20px 20px;
		background: #5cbce2;
		color: white;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 17px;
		letter-spacing: 0.75px;
	}
	
	button.menu-close-toggle {
		width: 100%;
		margin-top: 20px;
		border: none;
		border-radius: 4px;
		padding: 20px 20px;
		background: #5cbce2;
		color: white;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 17px;
		letter-spacing: 0.75px;
		display: flex;
		justify-content: center;
	}
	
	img.mobile-menu-icon {
		margin-right: 8px;
		margin-top: -1px;
		margin-bottom: 0px;
	}

	.sub-header #primary-menu li a {
		color: white;
	}

	.sub-header #primary-menu li.current-menu-item a {
		color: #5cbce2;
	}
}

@media only screen and (max-width: 575px) {
	.custom-logo-link {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 30px 20px 30px 20px;
	}

	.top-links a:first-child {
		width: calc(50% + 15px);
		margin-left: -15px;
		border-top: 1px solid #ffffff21;
		border-bottom: 1px solid #ffffff2e;
		justify-content: center;
	}
	
	.top-links a:last-child {
		border-left: 1px solid #ffffff21;
		width: calc(50% + 15px);
		margin-right: -15px;
		border-top: 1px solid #ffffff21;
		border-bottom: 1px solid #ffffff2e;
		justify-content: center;
	}

	.top-banner-content p, .top-box p, p, .big-box p {
		font-size: 16px;
	}

	.top-links a:last-child {
		padding-right: 15px;
	}
}



























.banner-link:hover {
	text-decoration: none;
}

.post-image {
    width: calc(100% + 60px);
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: -30px;
    margin-right: -30px;
	margin-top: -25px;
	margin-bottom: 20px;
	background-color: #75c4d4;
}
