@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

html, body {
	width: 100%;
	height: 100%;
	font-size: 16px;
}

body {
	background-color: #fff;
	font-family: 'Lato', sans-serif;	
	font-size: 16px;
	color: #164573;
}

/* /Preloader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loading.gif') center no-repeat #fff;
}

.box-layout {
	min-height: 100vh;
}

section {
	position: relative;
}

.header {
	min-height: 90px;
}

.section-content {
	position: relative;
}

.top-border {
	border-top: 1px solid #dee4ea;
}

.border-radius {
	border-radius: 3px;
}

/* carousel-items */

.carousel-item {
	min-height: 37rem;
}

.carousel-control-next {
    justify-content: flex-end;
    padding-right: 20px;
}

.carousel-control-prev {
    justify-content: flex-start;
    padding-left: 20px;
}

.carousel-row, .banner-row {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.topbanner-carousel .carousel-item, .banner-item {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-shadow: 0 0 6px #000;
	min-height: 200vh;
}

.background-item-left {
	background-position: top left;
}

.background-item-right {
	background-position: top right;
}

.carousel-item-0 {
	background-image: url("../img/topbanner_0.jpg");
}

.carousel-item-1 {
	background-image: url("../img/topbanner_1.jpg");
}

.carousel-item-2 {
	background-image: url("../img/topbanner_2.jpg");
}

.carousel-item-3 {
	background-image: url("../img/topbanner_3.jpg");
}

.carousel-item-4 {
	background-image: url("../img/topbanner_4.jpg");
}

.banner-item-1 {
	background-image: url("../img/topbanner_3.jpg");
}

/* Colors */

.txt-white {
	color: #fff;
}

.bg-white {
	background-color: #fff;
}

.txt-black {
	color: #000;
}

.bg-black {
	background-color: #000;
}

.txt-blue {
	color: #0d2e4d;
}

.bg-blue {
	background-color: #0d2e4d;
}

.txt-pale-blue {
	color: #164573;
}

.bg-pale-blue {
	background-color: #164573;
}

.txt-light-blue {
	color: #c6ccd2;
}

.bg-light-blue {
	background-color: #c6ccd2;
}

.txt-aqua {
	color: #4dc4d4;
}

.bg-aqua {
	background-color: #4dc4d4;
}

.txt-green {
	color: #5fa33e;
}

.bg-green {
	background-color: #5fa33e;
}

.txt-grey {
	color: #dee4ea;
}

.bg-grey {
	background-color: #dee4ea;
}

.txt-light-grey {
	color: #eff2f5;
}

.bg-light-grey {
	background-color: #eff2f5;
}

/* Navigation */

nav.navbar {
	padding: 1rem 1rem;
	z-index: 1;
	border-bottom: 1px solid #d2dfe0;
}


/* Elements */

.logo {
	width: 48px;
}

.pointer {
    cursor: pointer;
    cursor: hand;
}

div#myTabContent {
    padding: 20px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: #fff;
}

.dropshadow {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}

.innershadow {
	-webkit-box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.5);
	box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.5);
}

.linkedin {
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3333 3333' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' fill ='%23ffffff'%3E%3Cpath d='M1465 1354h322v165h5c45-81 155-165 318-165 340 0 403 212 403 488v561h-336v-498c0-119-2-271-175-271-175 0-202 129-202 263v506h-336V1354zM1667 0c460 0 877 187 1179 488 302 302 488 718 488 1179 0 460-187 877-488 1179-302 302-718 488-1179 488-460 0-877-187-1179-488C186 2544 0 2128 0 1667c0-460 187-877 488-1179C790 186 1206 0 1667 0zm1093 573c-280-280-666-453-1093-453S853 293 574 573c-280 280-453 666-453 1093s173 814 453 1093c280 280 666 453 1093 453s814-173 1093-453c280-280 453-666 453-1093s-173-814-453-1093zm-1528 490c0 97-78 175-175 175s-175-78-175-175 78-175 175-175 175 78 175 175zm-350 291h350v1049H882V1354z'/%3E%3C/svg%3E");
}

.padding-left {
	padding-right: 30px;
}

.padding-right {
	padding-left: 30px;
}

.box {
	position: relative;
	padding: 3.5rem 2.25rem 1.25rem;
	transition: all 0.25s;
	cursor: pointer;
    cursor: hand;
}

@media not all and (pointer: coarse) {
.box:hover {
    /* opacity: 0.8; */
    transform: scale(1.02);
    transform-origin: bottom;
	box-shadow: 1px 4px 6px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 4px 6px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 4px 6px 0px rgba(0,0,0,0.4);
}
}


a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none !important;
}


.bg-fingers {
	background-image: url("../img/fingers.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left;
}

.bg-world {
	background-image: url("../img/world.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#thanks {
	display: none;
}


/* Video */
.videoWrapper {
    overflow: hidden;
    position: relative;
    height: 50vw;
    max-height: 380px;
    z-index: -1;
    background-color: #000;
}

.video {
    text-align: center;
    width: 100%;
}

.video-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.2);
}

/* Social */

.social {
	float: right;
}

.follow-wrapper {
	display: flex;
	flex-direction: row;
	position: relative;
}

.follow-wrapper a.follow-icon {
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: inherit;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-right: 8px;
	color: #fff;
}

 

.follow-wrapper .follow-icon:last-child {
  margin-right: 0;
}

.follow-wrapper .follow-icon .icon {
    font-size: 20px;
	align-self: center;
}


/* Typografi */

.manus {
	font-family: 'manus', sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #fec315;
}

.video-caption h1 {
    background-color: rgba(0,0,0,0.4);
    margin: 16%;
    padding: 1rem 0.5rem;
}

strong {
	font-weight: 700;
}

b {
	font-weight: 800;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}



.section-footer a, .section-footer a:hover, .section-footer p {
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
}  

dl, ol, ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/* Forms */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  text-transform: none;
}

.input-group-text label {
    margin-bottom: 0;
    color: #164573;
}


.input-group-text {
    padding: 0.375rem 0 0.375rem 0.75rem;
    margin: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
}


.form-control {
	height: 50px;
	/* border: 1px solid #dee4ea; */
	border: none;
	border-radius: 0;
	margin-bottom: 10px;
}

.form-control:focus {
    color: #1b3149;
    background-color: #fff;
    border-color: #72b54a;
    outline: 0;
    box-shadow: none;
}


.titleCase {
  text-transform: capitalize;
}

.error-text {
    color: #f00000;
    margin: 5px 12px;
    display: block;
    font-size: 13px;
}

.placeholder {
	position: absolute;
	left: 15px;
	top: 10px;
}

.form-check-label {
    margin-bottom: 0;
	margin-left: 4px;
	width: calc(100% - 30px);
    float: left;
    font-size: 13px;
	text-transform: none;
}

.form-radio {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #fff;
     color: #666;
     top: -5px;
     height: 30px;
     width: 30px;
     border: 1px solid #ced4da;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
     float: left;
}

.form-radio:checked::before {
     position: absolute;
     font: 700 13px/1 Arial, sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
     color: #000;
}

@media not all and (pointer: coarse) {
.form-radio:hover {
     background-color: #f7f7f7;
}
}

.form-radio:checked {
     background-color: #fff;
}

/* Knapper */

.btn {
	border: none;
	cursor: pointer !important;
    cursor: hand !important;
    height: 50px;
	outline: none !important;
	border: none !important;
	white-space:normal !important;
    word-wrap: break-word;
    border-radius: 100px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	min-width: 240px;
}



@media not all and (pointer: coarse) {

.btn:hover {
    color: #fff;
    opacity: 0.8;
}
}

.btn-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.btn-card {
	width: 100%;
}

.btn-link {
    font-weight: inherit;
    color: inherit;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

button:focus {
    outline: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary,.btn-primary.disabled, .btn-primary:disabled, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary, .btn-primary:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #4dc4d4;
}

.btn-secondary,.btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary:active, .btn-secondary.active, .btn-secondary:focus, .btn-secondary:hover, .open>.dropdown-toggle.btn-secondary, .btn-secondary:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #1b3149;
}

.btn-default,.btn-default.disabled, .btn-default:disabled, .btn-default:active, .btn-default.active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default, .btn-default:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #dee4ea;
}

.buttons {
	width: 100%;
	
}



@media (max-width: 768px) {

.container {
	max-width: 768px;
}

.content {
	padding: 0 30px;
}

.carousel-item, .banner-item {
}

.full-width {
	padding-left: 0;
	padding-right: 0;
}

.formular {
	background-color: #dee4ea;
}

.carousel-row h1 {
	font-size: 5vw;
}

.carousel-row h4 {
	font-size: 2.6vw;
}
h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.4rem;
}

h4 {
	font-size: 1.2rem;
}

.padding-left, .padding-right {
	padding-right: 15px;
	padding-left: 15px;
}

}

@media (max-width: 574px) {

.content {
	padding: 0 10px;
}

.carousel-item, .banner-item {
}

.carousel-row h1 {
	font-size: 5vw;
}

.carousel-row h4 {
	font-size: 4vw;
}

.carousel-indicators {
    bottom: -5px;
}

.narrow-mobile-image {
	width: 40% !important;
	margin: 0 auto;
	display: block;
}

.btn-left {
	padding-right: 5px;
}

.btn-right {
	padding-left: 5px;
}

.btn {
	min-width: 0;
}

.social {
	float: none;
}

.video-caption h1, h2, h3, h4 {
	font-size: 1.4rem;
}

}
