/* 
========================================== 
General CSS
========================================== 
*/

@font-face {
    font-family: 'MuseoSans-900Italic';
    src: url('../fonts/MuseoSans-900Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #026089;
}

wrapper {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1 {
    font-family: 'MuseoSans-900Italic';
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    position: relative;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 6px;
}







h2 {
    font-family: 'MuseoSans-900Italic';
    font-size: 60px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 15px;
    letter-spacing: 5px;
}

h3 {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
}

h4 {
    font-family: 'MuseoSans-900Italic';
    font-size: 24px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1.5px;
    padding-bottom: 20px;
}

h6 {}

p {
    font-size: 24px;
    font-family: 'Roboto';
    line-height: 1.25;
    letter-spacing: 1px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.blacktxt {
    color: #000;
}


p.big {

    font-size: 18px;
}

p.small {
    font-size: 14px;

}

.container-fluid {
    padding: 0 65px;
}

.pad {
    padding-top: 120px;
}






/*Buttons*/

.btn-white {
    font-family: 'Roboto';
    font-weight: bold;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    transition: .3s ease all;
    display: inline-block;
    min-width: 250px;
    text-align: center;
    background-color: transparent;
    border: 3px solid #2e97fa;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-white:hover {
    background-color: #2e97fa;
    color: #fff;
    border: 3px solid transparent;
}

.btn-blue {
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    transition: .3s ease all;
    display: inline-block;
    min-width: 190px;
    text-align: center;
    background-color: #00638e;
    text-transform: uppercase;
}

.btn-blue:hover {
    background-color: #025072;
    color: #fff;
}

/*Input*/

input[type=text],
input[type=email],
input[type=number] {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #fafafa;
    background-color: #fff;
    box-shadow: 0px 11px 15.04px 1px rgba(0, 0, 0, 0.08);
}

input:focus {
    outline: none;
}

/* 
========================================== 
Page CSS
========================================== 
*/

/*Homepage CSS*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgb(240, 240, 240, 0.322);
    padding: 25px 0;
    z-index: 99;
}


header.fixed {
    background-color: rgb(240, 240, 240, 0.94);
}

header.fixed .navbar-nav .nav-item a {
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link,
header.fixed .navbar-expand-lg .navbar-nav .nav-link {
    transition: 0.4s ease all;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
header.fixed .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #2e96fa;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    max-width: 260px;
}

/*
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ffffff;
}
*/

.navbar-nav .nav-item.active a {
    border-bottom: 2px solid #2e97fa;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 12px;
}

.navbar-expand-lg .navbar-nav .nav-item a {
    padding: 0;
}

.nav-link {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;

}

.banner {
    background-repeat: no-repeat;
    /*    background-position: center;*/
    background-size: cover;
    position: relative;
    height: 118vh;
    z-index: 1;
    display: flex;

}

.banner .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 2;
    background-image: url(../img/bannerbg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60%;
    ;
}

.bannerContent {
    position: absolute;
    bottom: 20%;
    left: 53%;
}

.bannerContent p {
    font-family: 'Roboto';
    font-size: 24px;
    color: rgb(254, 254, 254);
    margin: 20px 0 26px 0;
    line-height: 1.25;
    letter-spacing: 1px;
    font-weight: 400;
    width: 72%;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 12px;
        padding-left: 12px;
    }
}



.headingSection {
    width: 80%;
    padding: 100px 0px 107px 85px;
}


.productmain .imageBig {
    height: 800px;
}


.productmain .smallImg {
    height: 400px;
    width: 100%;
}


.productmain .row {
    margin-right: -7px;
    margin-left: -7px;
}

.productmain .col-lg-6 {
    padding-right: 7px;
    padding-left: 7px;
}


.productBox {
    box-shadow: 0px 11px 15.04px 1px rgba(0, 0, 0, 0.08);
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    border: 1px solid #f0f0f0;
}

.productContent {
    position: absolute;
    z-index: 3;
    padding: 20px;
    transition: .7s ease all;
    bottom: 0;
}



.productBox .overlay {
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
    background-image: url(../images/overlay1.png);
    background-size: cover;
    background-repeat: no-repeat;
     transition: 0.4s ease all;
    
}

.productBox:hover {
    background-color: #0000008c;
}

.productBox:hover .productContent{
        bottom: 40px;
}

.productBox:hover .overlay{    background-color: #0000007a;}



.productContent h3 {
    padding-bottom: 10px;
}

.productContent h3,
.productContent p {
    color: #fff;
    font-weight: 400;
}

.imageBig .productContent h3,
.imageBig .productContent p {
    font-size: 24px;
}

.smallImg .productContent h3,
.smallImg .productContent p {
    font-size: 18px;
}


.productContent img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#partners {
    padding: 235px 0;
}

#partners .headingSection {
    width: 90%;
    padding: 100px 0px 107px 170px;
}

.brandNames .row {
    margin-bottom: 30px;
}

.brandNames img {
    display: block;
    margin: 0 auto;
}


#bliendelavll {
    background-image: url(../images/banner3.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
}

#bliendelavll .heading {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 35%;
}

#bliendelavll .heading p {
    width: 34%;
    display: block;
    margin: 0 auto;
    color: #fff;
    padding-top: 30px;
}



.kontakt {
    background-image: url(../images/Illustration.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
    position: relative;
}

.kontakt h1 {
    color: #000;
}

.kontakt ul li {
    display: inline-block;
}

.kontakt h3 {
    color: #000;
    font-weight: 500;
    padding-bottom: 40px;
}

.kontakt p {
    font-weight: 400;
}


.kontakt .kontaktInfo {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 16%;
}

.kontakt .headInfo {
    padding: 56px 0 40px 0;
}


.kontaktInfo ul li:nth-child(2) {
    padding: 0 20px;
}



/*Kalender*/

.banner1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 600px;
    z-index: 1;
    display: flex;
}

.bannerContentInner {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    text-align: center;
}

.kalender {
    padding: 90px 0 150px 0;
}

.heading {
    padding-bottom: 60px;
}

.heading h1 {
    padding-bottom: 15px;
}

.nyheter h3,
.kalender .kalenderContent ul li h3 {
    font-weight: 900;
}

.kalender .kalenderContent ul li {
    padding-bottom: 17px;
}

.kalender .kalenderImg ul li:first-child {
    padding-bottom: 100px;
}

.kalender .kalenderImg ul li {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.kalender .kalenderImg {
    padding-top: 170px;
}


/*Kalender-ends*/

/*Nyheter*/

.nyheter {
    padding: 0 222px;
}


.nyheter .Dela_nyheten {
    padding-top: 60px;
}

.nyheter .Dela_nyheten ul li {
    display: inline-block;
    padding-right: 25px;
}

.image-gallery .imagebox.main {
    height: 600px;
}

.image-gallery .imagebox {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.image-gallery {
    width: 90%;
    margin-left: auto;
}


.nyheterBlogs {
    padding: 100px 0 150px 0;
}


.nyheterBlogs .productBox {
    height: 400px;
    width: 100%;
    margin-bottom: 10px;
}

.nyheterBlogs .heading {
    text-align: center;
}

.nyheterBlogs .row {
    margin-right: -5px;
    margin-left: -5px;
}

.nyheterBlogs .col-lg-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.nyheterBlogs .nyheterContainer {
    padding: 0 50px;
}




/*Nyheter-ends*/

/*Team*/

.teamMain {
    background-repeat: no-repeat;
    background-size: cover;
    height: 565px;
    width: 83%;
}


.kalender.team {
    padding: 140px 0
}

.team .kalenderContent {
    padding-top: 30px;
    padding-right: 80px;
}

.teamMembers .teamInfo ul li,
.team .kalenderContent ul li {
    font-weight: 700;
    font-size: 24px;
    color: black;
    display: flex;
    align-items: baseline;
    padding-bottom: 0;
    line-height: 0.9;
}

.teamMembers .teamInfo ul li p,
.team .kalenderContent ul li p {
    line-height: 0;
    padding-left: 8px;
}

.teamDescription {
    padding: 0 100px 200px 100px;
}

.teamDescription .team1 {
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.teamMembers .teamImg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.teamDescription .teamBox {
    padding-bottom: 50px;
}

.teamDescription .teamBox .teamInfo {
    padding-top: 140px;
}


/*Team-ends*/

.leftHeading h2 {
    color: #fff;
    position: relative;
    margin-bottom: 45px;
}

.leftHeading h2:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 2px;
    background-color: #78aabf;
    bottom: -15px;
    left: 0;
}

section.grey {
    background-color: #fafafa;
    padding: 70px 0;
    overflow: hidden;
}

.paddingBox {
    width: 85%;
}

.paddingBox.right {
    margin-left: auto;
}

.paddingBox.left {
    margin-top: 70px;
    margin-bottom: 70px;
}

.tjansterBox {
    background-color: #fff;
}

.tjansterBox .content {
    padding: 60px 50px;
}

.tjansterBox .content h2 {
    text-transform: uppercase;
}

.tjansterBox .content h4 {
    margin: 30px 0;
}

.tjansterBox .content p {
    font-size: 18px;
}

.image {
    min-height: 430px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.miljotankContent {
    text-align: center;
}

.miljotankHeading h2 {
    margin-bottom: 50px;
    position: relative;
}

.miljotankHeading h2:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 2px;
    background-color: #f7f7f7;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.miljotankContent h3 {
    margin-bottom: 30px;
}

#kontakt {
    background-color: #fafafa;
}

.mapImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
}

.contactBox {
    padding-left: 180px;
}

.contactBox ul li {
    display: inline-block;
    margin-right: 30px;
}

.contactBox ul li p {
    margin-bottom: 5px;
}

.contactBox ul li p a {
    color: #00638e;
}

.contactBox h3 {
    margin: 20px 0 40px 0;
}

.contactBox .contactBtn {
    margin-top: 40px;
}

footer {
    background-color: #555555;
    padding: 30px 0;
}

footer p.small {
    margin-bottom: 0;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}

.modal input[type=submit] {
    margin-top: 20px;
}

/*Contact Page CSS*/

.banner.contactBanner {
    height: 380px;
}

.banner.contactBanner .overlay {
    background-image: none;
}

.banner.contactBanner h1:after {
    display: none;
}

.peopleImage {
    box-shadow: 0px 11px 15.04px 0.96px rgba(0, 0, 0, 0.04);
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#team {
    padding-bottom: 20px;
}

.teamContent {
    position: absolute;
    left: 20px;
    bottom: 0;
}

.team .teamBox {
    margin-bottom: 100px;
}

.mail {
    margin-top: 20px;
}

.mail li {
    font-size: 14px;
    margin-top: 3px;
}

.mail li a {
    color: #00638e;
}

.mail li a:hover {
    color: #025072;
}

.mail span img {
    width: 15px;
}

.mail span {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.teamContent h3 {
    position: relative;
    margin-bottom: 20px;
}

.teamContent h3:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #7fb1c6;
    bottom: -10px;
    left: 0;
}


















/*Created By*/

.createdby_8190 {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

#createdby_8190 {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto
}

#createdby_8190 path {
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    will-change: transform
}

#createdby_8190 path:nth-child(20) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(19) {
    -webkit-animation-delay: .38s;
    -moz-animation-delay: .38s;
    -o-animation-delay: .38s;
    animation-delay: .38s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(18) {
    -webkit-animation-delay: .36s;
    -moz-animation-delay: .36s;
    -o-animation-delay: .36s;
    animation-delay: .36s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(17) {
    -webkit-animation-delay: .34s;
    -moz-animation-delay: .34s;
    -o-animation-delay: .34s;
    animation-delay: .34s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(16) {
    -webkit-animation-delay: .32s;
    -moz-animation-delay: .32s;
    -o-animation-delay: .32s;
    animation-delay: .32s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(15) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(14) {
    -webkit-animation-delay: .28s;
    -moz-animation-delay: .28s;
    -o-animation-delay: .28s;
    animation-delay: .28s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(13) {
    -webkit-animation-delay: .26s;
    -moz-animation-delay: .26s;
    -o-animation-delay: .26s;
    animation-delay: .26s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(12) {
    -webkit-animation-delay: .24s;
    -moz-animation-delay: .24s;
    -o-animation-delay: .24s;
    animation-delay: .24s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(11) {
    -webkit-animation-delay: .22s;
    -moz-animation-delay: .22s;
    -o-animation-delay: .22s;
    animation-delay: .22s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(10) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(9) {
    -webkit-animation-delay: .18s;
    -moz-animation-delay: .18s;
    -o-animation-delay: .18s;
    animation-delay: .18s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(8) {
    -webkit-animation-delay: .16s;
    -moz-animation-delay: .16s;
    -o-animation-delay: .16s;
    animation-delay: .16s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(7) {
    -webkit-animation-delay: .14s;
    -moz-animation-delay: .14s;
    -o-animation-delay: .14s;
    animation-delay: .14s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(6) {
    -webkit-animation-delay: .12s;
    -moz-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(5) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(4) {
    -webkit-animation-delay: .08s;
    -moz-animation-delay: .08s;
    -o-animation-delay: .08s;
    animation-delay: .08s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(3) {
    -webkit-animation-delay: .06s;
    -moz-animation-delay: .06s;
    -o-animation-delay: .06s;
    animation-delay: .06s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(2) {
    -webkit-animation-delay: .04s;
    -moz-animation-delay: .04s;
    -o-animation-delay: .04s;
    animation-delay: .04s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

#createdby_8190 path:nth-child(1) {
    -webkit-animation-delay: .02s;
    -moz-animation-delay: .02s;
    -o-animation-delay: .02s;
    animation-delay: .02s;
    -webkit-transition: fill .6s;
    -moz-transition: fill .6s;
    -o-transition: fill .6s;
    transition: fill .6s
}

.createdby_8190 .createdby_8190_brand {
    -webkit-animation-name: createdby-brand-anim-out;
    -moz-animation-name: createdby-brand-anim-out;
    -o-animation-name: createdby-brand-anim-out;
    animation-name: createdby-brand-anim-out;
    fill: #fff;
    /*0891529054*/
}

.createdby_8190:hover .createdby_8190_brand {
    -webkit-animation-name: createdby-brand-anim-in;
    -moz-animation-name: createdby-brand-anim-in;
    -o-animation-name: createdby-brand-anim-in;
    animation-name: createdby-brand-anim-in;
    fill: #fff;
    /*8511574888*/
}

.createdby_8190 .createdby_8190_text {
    fill: #fff;
    /*2409086853*/
}

@-webkit-keyframes createdby-brand-anim-in {
    0% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #fff;
    }
    50% {
        -webkit-transform: translateY(-20px) scale(.9);
        transform: translateY(-20px) scale(.9);
        fill: #fff;
    }
    50.1% {
        -webkit-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #7C909C;
    }
    60% {
        -webkit-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #7C909C;
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #7C909C;
    }
}

@-moz-keyframes createdby-brand-anim-in {
    0% {
        -moz-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #fff;
    }
    50% {
        -moz-transform: translateY(-20px) scale(.9);
        transform: translateY(-20px) scale(.9);
        fill: #fff;
    }
    50.1% {
        -moz-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #7C909C;
    }
    60% {
        -moz-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #7C909C;
    }
    100% {
        -moz-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #7C909C;
    }
}

@-o-keyframes createdby-brand-anim-in {
    0% {
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #fff;
    }
    50% {
        -o-transform: translateY(-20px) scale(.9);
        transform: translateY(-20px) scale(.9);
        fill: #fff;
    }
    50.1% {
        -o-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #7C909C;
    }
    60% {
        -o-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #7C909C;
    }
    100% {
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #7C909C;
    }
}

@keyframes createdby-brand-anim-in {
    0% {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #fff;
    }
    50% {
        -webkit-transform: translateY(-20px) scale(.9);
        -moz-transform: translateY(-20px) scale(.9);
        -o-transform: translateY(-20px) scale(.9);
        transform: translateY(-20px) scale(.9);
        fill: #fff;
    }
    50.1% {
        -webkit-transform: translateY(20px) scale(.9);
        -moz-transform: translateY(20px) scale(.9);
        -o-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #7C909C;
    }
    60% {
        -webkit-transform: translateY(20px) scale(.9);
        -moz-transform: translateY(20px) scale(.9);
        -o-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #7C909C;
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #7C909C;
    }
}

@-webkit-keyframes createdby-brand-anim-out {
    0% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #7C909C;
    }
    50% {
        -webkit-transform: translateY(-20px) scale(.9);
        transform: translateY(-20px) scale(.9);
        fill: #7C909C;
    }
    50.1% {
        -webkit-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #fff;
    }
    60% {
        -webkit-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #fff;
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #fff;
    }
}

@-moz-keyframes createdby-brand-anim-out {
    0% {
        -moz-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #7C909C;
    }
    50% {
        -moz-transform: translateY(-20px) scale(.9);
        transform: translateY(-20px) scale(.9);
        fill: #7C909C;
    }
    50.1% {
        -moz-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #fff;
    }
    60% {
        -moz-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #fff;
    }
    100% {
        -moz-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #fff;
    }
}

@-o-keyframes createdby-brand-anim-out {
    0% {
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #7C909C;
    }
    50% {
        -o-transform: translateY(-20px) scale(.9);
        transform: translateY(-20px) scale(.9);
        fill: #7C909C;
    }
    50.1% {
        -o-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #fff;
    }
    60% {
        -o-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #fff;
    }
    100% {
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #fff;
    }
}

@keyframes createdby-brand-anim-out {
    0% {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #7C909C;
    }
    50% {
        -webkit-transform: translateY(-20px) scale(.9);
        -moz-transform: translateY(-20px) scale(.9);
        -o-transform: translateY(-20px) scale(.9);
        transform: translateY(-20px) scale(.9);
        fill: #7C909C;
    }
    50.1% {
        -webkit-transform: translateY(20px) scale(.9);
        -moz-transform: translateY(20px) scale(.9);
        -o-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #fff;
    }
    60% {
        -webkit-transform: translateY(20px) scale(.9);
        -moz-transform: translateY(20px) scale(.9);
        -o-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
        fill: #fff;
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        fill: #fff;
    }
}

.navbar-toggler-icon {
    background-image: url(../img/menu.svg);
}
.navbar-toggler:focus{outline: none;}
/*
.navbar ul li.active a {
    position: relative;
}
.navbar ul li.active a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #00638e;
    bottom: 0px;
    left: 0;
}
*/

/*Media Queries*/

@media(max-width:1700px) {

    .nyheter {
        padding: 0 60px;
    }
    .image-gallery {
        width: 100%;
    }
}

@media(max-width:1600px) {
    .headingSection {
        width: 80%;
        padding: 100px 0px 78px 85px;
    }
    .brandNames img {
        width: 110px;
    }
}

@media(max-width:1500px) {
    h2 {
        font-size: 42px;
    }

    .productContent h3 {
        font-size: 20px;
    }
    .banner {
        height: 100vh;
    }

    .headingSection {
        width: 100%;
        padding: 60px 0px 69px 55px;
    }
    .productmain .smallImg {
        height: 300px;
    }
    .productmain .imageBig {
        height: 600px;
    }

    #partners {
        padding: 145px 0;
    }
    #partners .headingSection {
        width: 100%;
        padding: 100px 0px 107px 110px;
    }
    .brandNames img {
        width: 90px;
    }


}








@media(max-width:1400px) {
    .contactBox {
        padding-left: 90px;
    }
    .productContent {
        flex-direction: column-reverse;
    }

}

@media(max-width:1300px) {

    .productContent img {
        position: inherit;
        right: 0;
        bottom: 10px;
    }
    .bannerContent p {
        font-size: 21px;
        width: 90%;
    }

    h1 {
        font-size: 50px;
    }

    p {
        font-size: 21px;
    }
    .headingSection {
        padding: 60px 0px 81px 55px;
    }


    .kalender .kalenderImg ul li img {
        width: 70%;
    }


    .image-gallery .imagebox {
        height: 160px;
    }

    .image-gallery .imagebox.main {
        height: 500px;
    }

    .nyheter .kalenderContent h3 {
        font-size: 21px;
    }

    .teamMain {
        height: 525px;
        width: 80%;
    }
}

@media(max-width:1200px) {
    .productBox {
        height: 200px;
    }
    h3 {
        font-size: 22px;
    }

    .btn-blue,
    .btn-white {
        font-size: 16px;
    }

    .nav-link {
        font-size: 16px;
    }
    .navbar-brand img {
        max-width: 120px;
    }
    .banner.contactBanner {
        height: 300px;
    }
    .container-fluid {
        padding: 0 25px;
    }
    .productmain .imageBig {
        height: 450px;
    }

    .productmain .smallImg {
        height: 225px;
    }
    h2 {
        font-size: 36px;
    }
    .headingSection {
        padding: 30px 0px 55px 20px;
    }
    p {
        font-size: 18px;
    }
    h1 {
        font-size: 40px;
    }
    .brandNames img {
        width: 60px;
    }

    #partners .headingSection {
        padding: 30px 0px 60px 40px;
    }
    #partners {
        padding: 85px 0;
    }

    .image-gallery .imagebox.main {
        height: 380px;
    }
    .image-gallery .imagebox {
        height: 110px;
    }
    .nyheterBlogs {
        padding: 40px 0 100px 0;
    }
    .nyheterBlogs .productBox {
        height: 270px;
    }

    .teamDescription {
        padding: 0 20px 120px 20px;
    }
    .teamMembers .teamInfo ul li,
    .team .kalenderContent ul li {
        font-size: 18px;
    }
    .teamMain {
        height: 435px;
        width: 90%;
    }
    .team .kalenderContent {
        padding-right: 0px;
    }
}

@media(max-width:991px) {
    .navbar-nav .nav-link {
        text-align: right;
    }


    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 12px;
    }
    .bannerContent p {
        width: 100%;
    }
    .productBox {
        margin-bottom: 30px;
    }
    .banner {
        background-position: center;
    }
    .headingSection {
        padding: 30px 0px 33px 20px;
    }
    #partners .headingSection {
        padding: 30px 0px 60px 0px;
    }

    .brandNames .row {
        margin-bottom: 30px;
        margin-right: -5px;
        margin-left: -5px;
    }
    .brandNames .col-sm-4,
    .brandNames .col-sm-3,
    .brandNames .col-sm {
        padding-right: 5px;
        padding-left: 5px;
    }
    #bliendelavll {
        height: 400px;
        background-position: center;
    }

    #bliendelavll .heading p {
        width: 66%;
    }
    #bliendelavll {
        height: 400px;
        background-position: center;
    }
    .kontakt .headInfo {
        padding: 26px 0 20px 0;
    }
    .kontakt h3 {
        padding-bottom: 25px;
    }

    .kontakt {
        height: 430px;
    }

    .nyheter .kalenderContent h3 {
        font-size: 18px;
    }
    .image-gallery .imagebox.main {
        height: 250px;
    }
    .image-gallery .imagebox {
        height: 70px;
    }
    .smallImg .productContent h3,
    .smallImg .productContent p {
        font-size: 14px;
    }
    .nyheterBlogs .nyheterContainer {
        padding: 0;
    }
    .nyheterBlogs .productBox {
        height: 220px;
    }

    .teamDescription .team1 {
        width: 300px;
        height: 300px;
        overflow: hidden;
    }
    .teamDescription .teamBox .teamInfo {
        padding-top: 100px;
    }

    .teamMain {
        height: 365px;
        width: 100%;
    }
}

@media(max-width:767px) {
    .container-fluid {
        padding: 0 20px;
    }
    h1 {
        font-size: 36px;
    }
    
    .nav-link{color: #000;}
    .bannerContent p {
        font-size: 20px;
        margin: 30px auto;
    }
    header {
        background-color: rgba(240, 240, 240, 0.9);
    }
    .bannerContent {
        left: 40%;
    }

    .productmain .imageBig,
    .productmain .smallImg {
        height: 600px;
    }
    .brandNames img {
        width: auto;
    }

    .image-gallery .imagebox {
        height: 190px;
    }

    .image-gallery .imagebox.main {
        height: 500px;
    }

    .nyheterGallery {
        padding-top: 70px;
    }
    .nyheterBlogs .productBox {
        height: 450px;
    }

    .teamMain {
        height: 510px;
        width: 100%;
        margin-bottom: 70px;
    }

    .teamDescription .team1 {
        width: auto;
        height: 415px;
    }

    .teamDescription .teamBox .teamInfo {
        padding-top: 30px;
    }

    .teamDescription {
        padding: 0 0px 120px 0px;
    }
}

@media(max-width:480px) {

    h1 {
        font-size: 30px;
    }
    .bannerContent {
        left: 0%;
        right: 0;
        padding: 0 15px;
    }
    .bannerContent p {
        font-size: 18px;
        margin: 25px auto;
    }
    .navbar-brand img {
        max-width: 120px;
    }

    .productmain .imageBig,
    .productmain .smallImg {
        height: 400px;
    }

    .brandNames img {
        margin-bottom: 40px;
    }
    #bliendelavll .heading p {
        width: 100%;
    }

    .btn-white {
        font-size: 14px;
        min-width: 190px;
    }

    .container-fluid {
        padding: 0 10px;
    }

    .banner1 {
        height: 400px;
    }

    .kalender .kalenderImg {
        padding-top: 50px;
    }
    .kalender .kalenderImg ul li:first-child {
        padding-bottom: 40px;
    }
    .image-gallery .imagebox {
        height: 290px;
    }
    .nyheter {
        padding: 0 20px;
    }
    .nyheterBlogs .productBox {
        height: 400px;
    }

    .teamMain {
        height: 400px;
    }
    .teamDescription .team1 {
        height: 350px;
    }

    .kalender.team {
        padding: 90px 0;
    }
}

@media(max-width:375px) {
    .bannerContent {
        top: 48%;
    }
    .nyheterBlogs .productBox {
        height: 280px;
    }

    .teamMain {
        height: 300px;
    }
    .teamDescription .team1 {
        height: 250px;
    }
}
