@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');

body {
    width: 100%;
    overflow-x: hidden;
}

body, #wrapper, p, label, li {
  font-family: 'Montserrat';
  font-family: 'Core Sans R';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
}


#wrapper {
    padding-top: 109px;
}


img {
    max-width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 60px;*/
    z-index: 9999;
    background: rgba(255,255,255,1.0);
    border-bottom: solid 1px transparent;
    transition: all 300ms ease;
    border-color: #ddd;
}
body.scrolled header {
    /*background: rgba(255,255,255,1);
    border-color: #ddd;*/
}
header .navbar-brand img {
    height: 82px;
}
.navbar-light .navbar-nav .nav-link {
    /*color: rgba(0, 0, 0, 0.6);*/
    color: #7a7a7a;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    font-family: 'Pathway Gothic One';
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
}
.navbar-light .navbar-nav .active > .nav-link {
    color: #000;
}





section {
    padding: 40px 30px;
}
@media(max-width: 1300px) {
    section {
        padding: 20px 10px;
    }
}
@media(max-width: 1000px) {
    section {
        padding: 20px;
    }
}
section {
    color: #000;
    background: #fff;
}
section.dark {
    background-color: #1f2026;
    background-image: -webkit-linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    background-image: -moz-linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    background-image: -o-linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    background-image: -ms-linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    background-image: linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    color: #fff;
}
section.gray {
    background: #212121;
}
section .section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: 20px;
}
section .section-header h2 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
}



section#featured {
    padding: 0;
    width: 100vw;
    height: calc(100vh - 109px);
    position: relative;
    overflow: hidden;
}
section#featured video,
section#featured img.coverimage {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
section#featured .overlay {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}
section#featured .scrolldown {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}
section#featured .scrolldown a {
    display: inline-block;
    background: rgba(0,0,0,0.15);
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    border: solid 1px rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
    transition: all 300ms ease;
}
section#featured .scrolldown a:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(0,0,0,0.35);
}
section#featured #content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
    z-index: 2;
}
section#featured #content .logo {
    display: inline-block;
    max-width: 300px;
    margin-bottom: 30px;
    opacity: 0;
    transition: all 1000ms ease;
}
.loaded section#featured #content .logo {
    opacity: 1;
}
section#featured #content .logo img {
    width: 100%;
    height: auto;
}
section#featured #content p:nth-of-type(1) {
    font-family: 'Pathway Gothic One';
    font-size: 42px;
    opacity: 0;
    transition: all 1000ms ease;
    transition-delay: 1000ms;
    letter-spacing: 1px;
}
section#featured #content p:nth-of-type(2) {
    font-family: 'Pathway Gothic One';
    font-size: 42px;
    opacity: 0;
    transition: all 1000ms ease;
    transition-delay: 1500ms;
    letter-spacing: 1px;
}
section#featured #content p:nth-of-type(3) {
    font-family: 'Pathway Gothic One';
    font-size: 42px;
    opacity: 0;
    transition: all 1000ms ease;
    transition-delay: 2000ms;
    letter-spacing: 1px;
}
section#featured #content p i {
    margin-right: 10px;
}
section#featured #content a.btn.btn-primary {
    font-family: 'Pathway Gothic One';
    letter-spacing: 1px;
    background: #212121;
    border: 0;
    box-shadow: none;
    font-size: 30px;
    margin-top: 30px;
    padding: 15px 30px;
    text-transform: uppercase;
    opacity: 0;
    transition: all 1000ms ease;
    transition-delay: 2500ms;
}
section#featured #content a.btn.btn-primary:hover {
    background: #000;
}
section#featured #content h1 {
    font-family: 'Pathway Gothic One';
    font-size: 46px;
    opacity: 0;
    transition: all 1000ms ease;
    transition-delay: 1000ms;
    letter-spacing: 1px;
}
.loaded section#featured #content p,
.loaded section#featured #content a.btn.btn-primary {
    opacity: 1;
}
section#featured #content h2 {
    font-family: 'Pathway Gothic One';
    font-size: 26px;
    opacity: 0;
    transition: all 1000ms ease;
    transition-delay: 1500ms;
    letter-spacing: 1px;
}
.loaded section#featured #content h2 {
    opacity: 1;
}



/* POSTS */
.post-grid {
    margin: -2%;
}
.post-item {
    float: left;
    width: 29.33%;
    margin: 2%;
    min-height: 390px;
}
@media(max-width: 1000px) {
    .post-item {
        width: 46%;
    }
}
@media(max-width: 600px) {
    .post-item {
        width: 96%;
    }
}
.post-item .image {
}
.post-item .image img {
    width: 100%;
    height: auto;
    border: solid 1px #f7f7f7;
    border-radius: 6px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.post-item h2 {
    font-size: 22px;
}
.post-item h2 a {
    color: #000;
}
.post-item p {
    height: 81px;
    overflow: hidden;
}
.post-item .readmore {
    text-align: right;
}




section#post-grid {
    background: #fff;
}



section#areas {

}
section#areas .area-grid {
    margin: -1%;
}
section#areas .area-grid .area {
    float: left;
    width: 29.33%;
    margin: 2%;
    border: solid 1px #eaeaea;
    padding: 30px;
    background: #f7f7f7;
    position: relative;
    border-radius: 4px;
    margin-bottom: 30px;
}
@media(max-width: 1000px) {
    section#areas .area-grid .area {
        width: 46%;
    }
}
@media(max-width: 600px) {
    section#areas .area-grid .area {
        width: 96%;
    }
}
section#areas .area-grid .area .image {
    text-align: center;
    margin-bottom: 20px;
}
section#areas .area-grid .area .image img {
    width: 64px;
}
section#areas .area-grid .area h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
}
section#areas .area-grid .area h2 a {
    color: #000;
    text-decoration: none;
}
section#areas .area-grid .area p {
    text-align: center;
}
section#areas .area-grid .area .readmore {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
section#areas .area-grid .area .readmore a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 4px;
    background: #128787;
}
section#areas .area-grid .area .readmore a:hover {
    background: #0b6868;
}




section#counter {
    background: #128787;
    color: #fff;
}
section#counter hr {
    margin: 40px 0px;
}
section#counter .counterdata {
    text-align: center;
}
section#counter .counterdata h3 {
    font-size: 28px;
}
section#counter .counterdata h2 {
    font-size: 58px;
}

section#counter .countermeans {
    text-align: center;
}
section#counter .countermeans h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
section#counter .countermeans .means {

}
section#counter .countermeans .means .mean {
    display: inline-block;
    width: 48%;
    text-align: center;
    font-size: 26px;
}
section#counter .countermeans .means .mean img {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    padding: 0px;
    margin-right: 10px;
}





/* PAGE-HEADER */
#page-header {
    background-color: #1f2026;
    background-image: -webkit-linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    background-image: -moz-linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    background-image: -o-linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    background-image: -ms-linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    background-image: linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 60px;
    position: relative;
    background-position: center center;
    background-size: cover;
}
#page-header.large {
    padding-top: 130px;
    padding-bottom: 50px;
}
#page-header.nomargin {
}
#page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1f2026;
    background-image: -webkit-linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    background-image: -moz-linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    background-image: -o-linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    background-image: -ms-linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    background-image: linear-gradient(45deg, #1f2026 0%, #30323e 100%);
    opacity: 0.7;
    z-index: 1;
}
#page-header .inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 30px;
    padding-top: 70px;
    z-index: 2;
}
#page-header h1 {
    text-transform: uppercase;
    font-size: 28px;
    position: relative;
}
#page-header h1:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgba(255,255,255,0.25);
}





/* EMPLOYESS */
#ansatte-grid {
    margin: -2%;
}
#ansatte-grid .ansatte-item {
    float: left;
    margin: 2%;
    width: 29.33%;
    text-align: center;
}
@media(max-width: 991px) {
    #ansatte-grid .ansatte-item {
        width: 46%;
    }
}
@media(max-width: 600px) {
    #ansatte-grid .ansatte-item {
        width: 96%;
    }
}
#ansatte-grid .ansatte-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 14px;
}
#ansatte-grid .ansatte-item h2 {
    font-size: 28px;
}
#ansatte-grid .ansatte-item p {
    font-size: 16px;
    margin-bottom: 5px;
}
#ansatte-grid .ansatte-item p.title {
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 54px;
}
#ansatte-grid .ansatte-item p.mail {

}
#ansatte-grid .ansatte-item p.phone {
    
}
#ansatte-grid .ansatte-item p a {
    color: #128787;
    font-weight: 700;
    letter-spacing: 1px;
}






/* CONTACT */
section#contact {
    
}
section#contact > .container {
}
section#contact .wpcf7 {
    /*background: #343434;*/
    /*padding: 60px;*/
    padding: 50px 0px;
}
section#contact .form-row {
    margin-bottom: 30px;
}
section#contact label {
    color: #fff;
    font-weight: 400;
}
section#contact label sup {
    color: red;
}
section#contact input,
section#contact textarea,
section#contact select {
    background: #505050;
    border: 0;
    color: #fff;
}
section#contact input:focus,
section#contact textarea:focus,
section#contact select:focus {
    background: #505050;
    color: #fff;
    outline: none;
}
section#contact input[type=submit] {
    background: #128787;
    padding: 10px 20px;
}
section#contact input[type=submit]:hover {
    background: #128787;
}
section#contact-map {
    padding: 0;
}
@media(max-width: 991px) {
    .wpcf7-form-control-wrap {
        margin-bottom: 15px;
        display: block;
    }
}








/* FOOTER */
footer {
    background: #128787;
    color: #eaeaea;
    padding: 60px 30px;
}
footer a {
    color: #fff;
}
footer h3 {
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}
footer h3:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #363733;
}
footer p {
    font-size: 14px;
}
#byline {
    background: #363733;
    color: #eaeaea;
    padding: 15px;
}
#byline p {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}
#byline p a {
    color: #fff;    
}










/* SWIPER */
section#logos {
    background: #f7f7f7;
}
#logo-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#logo-swiper .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#logo-swiper .swiper-slide {
    text-align: center;
    display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 200px;
}
@media(max-width: 1000px) {
    #logo-swiper .swiper-slide {
        width: calc(25% - 25px);
    }
}
@media(max-width: 800px) {
    #logo-swiper .swiper-slide {
        width: calc(33.33% - 20px);
    }
}
@media(max-width: 550px) {
    #logo-swiper .swiper-slide {
        width: calc(50% - 15px);
    }
}
@media(max-width: 400px) {
    #logo-swiper .swiper-slide {
        width: 100%;
    }
}
#logo-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    height: 100px;
    object-fit: contain;
    background: #fff;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 5px;
}









section#page-content {
    max-width: 800px;
    margin: 0 auto;
}



.grecaptcha-badge{
    visibility: collapse !important;  
}