/* source-sans-pro-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/source-sans-pro-v21-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v21-latin-200.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:400;
    font-size: 20px;
    color:#3F3844;
}

h1 { font-weight: 400; font-size:1.5rem; }

.tagline { background-color:#1E3137;color:#FFF;}
.tagline p { padding:0;margin:0; text-shadow: 2px 2px 2px rgba(91,91,91,0.5);}

#home,#wchd { border-bottom: 10px solid #00AA8C; }

#leftside {
    background: url("../images/bgintro.jpg") no-repeat center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #FFF;
}

.text-justify { text-align:justify; }

.bg .rip{padding: 15px 15px 0 15px;}

.bg:hover, .bg-sm:hover { cursor:pointer; }

.bg-sm div {padding:8px;}

.infotext {margin:0 0 0 10px; font-size: .9rem;font-weight:300}
.textback { font-size: .9rem; }

.logo {
    padding: 30px 0 0 40px;
    position: absolute;
    top: 10vh;
    width: 500px;
    right: 13vw;
 }

.height { height: 100vh; }
.height >.row { height:100%; }

.intro {
    font-size:2rem;
    font-family: "Source Sans Pro";
    background: url("../images/bgcontent.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.introgreen {
background: rgba(1,138,114,0.75);
background: linear-gradient(90deg, rgba(1,138,114,0.75) 10%, rgba(0,170,140,0.75) 50%, rgba(1,138,114,0.75) 90%);
color: #FFF; padding: 25px;
font-size:1.1rem;
position:relative;
top:35vh;
left: 5vw;
font-weight:200;
}

.introgreen-right{
background: rgba(1,138,114,0.75);
background: linear-gradient(90deg, rgba(1,138,114,0.75) 10%, rgba(0,170,140,0.75) 50%, rgba(1,138,114,0.75) 90%);
color: #FFF; padding: 25px;
font-size:1.1rem;
position:relative;
top:35vh;
right: 5vw;
font-weight:200;
}

.intropicture {

position:absolute;
top:45vh;
right: 5vw;
width:250px;
}
.intropicture-left {

position:relative;
padding: 20px 0 0 20px;
width:350px;
}

.introgreen h1 {text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5); padding-bottom:10px;}


.bggreen {background-color: #00AA8C; color: white;}
.bggrey {background-color: #f4f4f4; color:#666;padding:40px 80px;}


.navigation
{

    padding:10px 20px 20px 20px;
    background-color: transparent;

}


#contact a {text-decoration:none; color:#00AA8C; }
#contact i {color:#00AA8C; margin-right:5px; }
#contact h3 {padding-bottom: 10px;}

.footer { font-weight: 200; }
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 20px;
    display: none;
    z-index: 180;
    background-color: #00AA8C;
    color:#FFF;
    border-radius: 10px;
    }

/***Testimonial****/

.owl-stage-outer { padding: 30px 0;}

.owl-dots {text-align: center; }

.owl-dots span
    {
        position: relative;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: block;
        background: #fff;
        border: 2px solid #00AA8C;
        margin: 0 5px;
    }

.owl-dots .active {box-shadow: none;}

.owl-dots .active span
    {
        background: #00AA8C;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
    }

.card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    border-radius:10px;
    border: 0;
}
.card-img-top {
    max-width: 100%;
    margin: 0;
    /*box-shadow: 0 8px 20px -4px #95abbb;*/
    height: auto;

}

.card h5 {
    color: #00AA8C;
    font-size: 21px;
    line-height: 1.3;
}



.owl-item.active {
        opacity: 0.5;
        transition: all 0.3s;
    }

.owl-item.center {opacity: 1;}
.card-body h5 {font-size: 24px;}
.card-body h5 span { font-size: 20px; }

.owl-nav  { display:none; }



/******SUBPAGES*****/

.subpage-intro { margin-top:0px; }
.head {font-family: 'Soure Sans Pro', sans-serif;text-shadow: 2px 0px 3px rgba(150, 150, 150, 0.3); padding: 40px 0 33px 0 ;margin-bottom:0; font-weight:600;font-size: 4rem;}



.sidebar { background-color:#004F9F  }
#sidebar.affix-top {position: static;margin-top:30%;width: 99%;}
#sidebar li a {
    border-bottom: 1px solid #eee;
    color: #FFF;
    text-align:right;
    font-size: 1.3rem;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

#sidebar li a:hover {background: #b3d9ff;color:#004F9F }

.content { background-color: #EAEDED; }
.content .innercontent { background-color: #FFF; padding: 15px; margin:15px 0; }
.content .innercontent h2 { font-family: 'Soure Sans Pro', sans-serif;color: #004F9F; text-shadow: 2px 0px 3px rgba(150, 150, 150, 0.3); margin-bottom:10px; font-weight:600;font-size: 3rem }

/****** MENÜ **************/
 #accordion {
list-style: none;
margin: 30px 0;
padding: 0;
height: 450px;
overflow: hidden;
}

#accordion li {
float: left;
display: block;
height: 450px;
width: 142px;
padding: 15px 0;
overflow: hidden;
color: #999;
text-decoration: none;
font-size: 16px;
line-height: 1.5em;
border-left: 1px solid #fff;}

#accordion li .sectionlogo {
border: none;
border-right: 1px solid #fff;
float: left;
margin: -15px 15px 0 0;
}

#accordion li .sectionlogo:hover {
    cursor:pointer
}

#accordion li.active {
width: 572px;
}
#accordion li .text {
    padding: 15px 20px 0 0;
}


/*  BURGER MENU
========================================== */
.menu {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 21;
    right: 10vh;
    margin-top:6vh;
    background-color: #1E3138;
}

.langselect {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 10;
    right: 10vh;
    margin-top:12vh;
    color: #FFF;
    font-weight:700;
    background-color:#00AA8C;
    padding:3px 5px;
    text-align:center;
    font-size:1.75rem;
    cursor:pointer;
}


.menu.clicked { right: 1%; }
.menu span {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -1.5px;
}
.menu span, .menu span::before, .menu span::after {
    display: block;
    width: 26px;
    right: 0;
    height: 3px;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.menu span::before, .menu span::after {
    position: absolute;
    content: "";
}

.menu span { background-color:#F7A600; }

.menu span::before {
    top: -9px;
    width:20px;
    background-color: #E62409;
}
.menu span::after {
    top: 9px;width: 33px;
    background-color:#00AA8C;

}
.menu.clicked span {
    background-color: transparent;
}
.menu.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);    width: 33px;
}
.menu.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.menu.clicked span:before, .menu.clicked span:after {
    background-color: #ffffff;
}
.menu:hover {
    cursor: pointer;
}
/*  NAV
========================================== */

#nav {
    background: #00AA8C;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 350px;
    width: 100%;
    padding: 0px 40px 60px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#nav h3 {
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: 2px 0px 3px rgba(150, 150, 150, 0.3);
    font-size: 4rem;
    color: #FFF;
}

#nav.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
#nav.show ul.main li {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.menu.clicked {
    position: fixed;
    z-index: 99;
}
#nav.show ul.main li:nth-child(1) {
    transition-delay: 0.15s;
}
#nav.show ul.main li:nth-child(2) {
    transition-delay: 0.3s;
}
#nav.show ul.main li:nth-child(3) {
    transition-delay: 0.45s;
}
#nav.show ul.main li:nth-child(4) {
    transition-delay: 0.6s;
}
#nav.show ul.main li:nth-child(5) {
    transition-delay: 0.75s;
}
#nav.show ul.main li:nth-child(6) {
    transition-delay: 0.9s;
}
#nav.show ul.main li:nth-child(7) {
    transition-delay: 1.05s;
}
#nav.show ul.main li:nth-child(8) {
    transition-delay: 1.2s;
}
#nav.show ul.main li:nth-child(9) {
    transition-delay: 1.35s;
}
#nav.show ul.main li:nth-child(10) {
    transition-delay: 1.5s;
}
#nav.show .about, #nav.show .social, #nav.show ul.sub {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .85s;
}

@media (min-width: 667px) {
#nav {
    padding: 80px 30px 70px 20px;
}
}
#nav .bottom { position:absolute; bottom:20px; color:#FFF;  }
#nav .bottom a {color:#FFF; text-decoration: none; font-size: 90%;  }
#nav .bottom a:hover {font-weight:bold;  }

#nav ul.main {
    list-style-type: none;
    padding: 0 0 ;
}
#nav ul.main li {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: none;
        list-style: circle;
    color: #fff;
    border-bottom: 1px solid #FFF;
    display:block;
}
#nav ul.main li:last-of-type {
    margin-bottom: 0px;
}
#nav ul.main li a {
    color: #ffffff;
    font-weight:300;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    display: block;
    padding: 10px 0;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    padding: 15px 20px;
}
#nav ul.main li a span {
    color: #b7ac7f;
}
#nav ul.main li a:hover {
    color: #FFF;
    font-weight:400;
    background-color: rgba(0,170,140,0.5);
}
#nav ul.sub {
    list-style-type: none;
    margin-top: 40px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#nav ul.sub li {
    margin-bottom: 10px;
}
#nav ul.sub li:last-of-type {
    margin-bottom: 0px;
}
#nav ul.sub li a {
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 1px;
    font-size: 0.9rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#nav ul.sub li a:hover {
    color: #b7ac7f;
}
.menu:hover span{}

/*  OVERLAY
========================================== */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
}
.overlay.show {
    opacity: 0.75;
    visibility: visible;
}



/*Footer*/

.footer {
    height: 80px;
    background: #FFF;
    color: #00AA8C;
    padding: 30px 0 10px 0px;
    font-size: .9rem;

}

.footer a, .footer a:hover {text-decoration:underline }
.helplist {list-style-type: none;padding-left:0;margin-bottom:0;}
.helplist li { margin-right: 20px;display:inline;}
.helplist li a {color: #004F9F; font-weight: 400; text-decoration: none; }


.btn-primary { background-color:  #00AA8C; border-color: #FFF; color:#FFF;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color:  #FFF; border-color: #008c72; color:#008c72;}


@media only screen
    and (min-width: 320px)
    and (max-width: 480px){

    body { font-size:18px; }
    h3 { font-size:1.2rem }
    .intro { height:55vh; background-position:bottom center; }
    .tagline { height:100px; }
    .logo { width:100%;top:110px; left:0; padding:0 0 0 20px;}
    .logo img { width:250px;}
    .menu,.langselect { right:8vw; }
    .menu { margin-top: 25px; }
    .menu.clicked {right:20px; top:0;}
    .langselect { margin-top: 75px; }
    .bggrey {padding: 15px 0 0 25px;}
    .height { height:auto; }
 }
