body{
    font-family: 'Noto Sans', sans-serif;
    color:#0C4584;
}

p{
    max-width:35em;
    font-size:1.2em;
}

li{
    font-size: 1.2em;

}

.tooltip-inner{
    background-color:#094e8d;
}

.tooltip-arrow{
    border-bottom-color: #094e8d;
}



.page-content img{
        max-width: 100%;
        object-fit: contain;
}

span{
    font-size:1.2em;
}

h2{
    font-family: 'Asap Condensed', Arial, sans-serif;

    font-weight:700;
}

.banner-forside{
    width:100%; 
    object-fit: cover;
    height:63vh;
    min-height: 500px;
}

.banner-underside{
    width:100%; 
    object-fit: cover;
    height:40vh;
    margin-bottom:5%;
    background-position: center 0px; 
    background: linear-gradient(91deg, #57B9B3 6.29%, #2EA1BA 41.62%, #11539B 76.83%, #0F447D 89.39%);
}

.skole-banner .banner-underside{
    background-color:#005192;
}


.text-green{
    color:#4DA39D;
}

.text-blue{
    color:#0f447d;
}

.banner-container{
    position: relative;
    text-align: center;
}

.banner-btn-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 0px 20px;
    align-items: center;
    justify-content: center;
}

.banner-btn{
    border-radius:40px;
    box-shadow: #0f447d 1px 7px;
    font-family: 'Knewave', 'Permanent Marker', Arial, sans-serif!important;
    color:#0f447d;
    font-size:2em;
    background-color:#fff;
    margin-bottom: 20px;
    width:48%;
    transition: all 0.2s ease-in-out;
}

.banner-btn:hover, .banner-btn:active, .banner-btn:focus{
    background-color:#fff!important;
    color:#0f447d;
    box-shadow: #0f447d 0px 7px;
    transform: translateY(-2px);
    box-shadow: #0f447d 2px 9px; 

}

.banner-btn:active{
    transform: translateY(0px);
  box-shadow: none;
  color:#0f447d!important;
  border:none;
}

.not-banner-btn div{
    border-radius:40px;
    box-shadow: #0c3867 1px 7px;
    color:white;
    display: inline-block;
    padding:0.5% 3%;
    font-size:2em;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
    text-decoration:none;
    font-weight:600;
    background: linear-gradient(328deg, #4cada7 6.29%, #2692a9 41.62%, #11539B 76.83%, #0F447D 89.39%);
}

.not-banner-btn div:hover, .not-banner-btn div:active, .not-banner-btn div:focus{
    background-color:#fff!#0f447d;
    color:white;
    transform: translateY(-2px);
    box-shadow: #0c3867 2px 9px; 

}

.not-banner-btn div:active{
    transform: translateY(0px);
  box-shadow: #0c3867 1px 4px;
  color:white!important;
  border:none;
}

.not-banner-btn {
    border-radius:40px;
    box-shadow: #0c3867 1px 7px;
    color:white;
    display: inline-block;
    padding:0.5% 3%;
    font-size:2em;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
    text-decoration:none;
    font-weight:600;
    background: linear-gradient(328deg, #4cada7 6.29%, #2692a9 41.62%, #11539B 76.83%, #0F447D 89.39%);
}

.not-banner-btn:hover, .not-banner-btn:active, .not-banner-btn:focus{
    background-color:#0f447d;
    color:white;
    transform: translateY(-2px);
    box-shadow: #0c3867 2px 9px; 

}

.not-banner-btn:active{
  transform: translateY(0px);
  box-shadow: #0c3867 1px 4px;
  color:white!important;
  border:none;
}





 .centered {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
} 
.centered-relative {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 

#parallaxImage {
    background-position: top center;
    background-attachment:scroll;
    background-size: cover;
}

.shape-divider-section{
    position:relative;
}

.custom-shape-divider-bottom-1703161615 {
    position: absolute;
    bottom: -1;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1703161615 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px;
}

.custom-shape-divider-bottom-1703161615 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1703161717 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1703161717 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px;
}

.custom-shape-divider-top-1703161717 .shape-fill {
    fill: #FFFFFF;
}

.logo-image{
    height:50px;   
}
.logo-image-mini{
    height:50px;
}

h1 {
    font-family: 'Knewave', 'Permanent Marker', Arial, sans-serif!important;
    font-size:3.5em;
}

.speciel-overskrift{
    font-family: 'Knewave', 'Permanent Marker', Arial, sans-serif!important;
    font-size:3.2em;
    color:#479994;
    font-weight:200;
}


/*
.navbar-brand{
    z-index: 100;
    position: absolute;
    padding-left: 2%;
    padding-top:30px;
}
*/


/****************Off Canvas Nav - END*********************************/

footer{
    background-color:#0C4584;
    width:100%; 
    color:white;
    padding:1%;
}

footer a{
    text-decoration:none;
    color:white;
}

footer a:hover{
    color:#d7d9e9;
}

footer ul{
    list-style-type:none;
    padding-left:4px;
    padding-top:10px;

}

footer ul li{
    text-indent:0;
}

.footer-bg{
    background-image:url("/images/nordlyset.jpg");
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;

}

.layer {
    background-color: rgba(17, 83, 155, 0.51);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:-1;
}

.layer-round-img {
    background-color: rgb(36 111 194 / 27%);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1;
    border-radius:50%;
}

.sermersooq-logo{
    width:100%;
}

.partner-logo{
    height:200px;
    padding-right:2%;
   
    object-fit:scale-down;
    width:200px;
}

.samarbejde-container{
    padding-top:170px;
    margin-bottom:170px;
    color:#FFFFFF;
}

.icon-infobox{
    background:#E0E9F2; 
    margin-top:30px; 
    margin-left:30px;
    border-radius:20px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

.icon-box-text{
    padding-left:30px;
}

.icon-infobox .fa-stack {
    margin-left:-40px;
}

.icon-infobox .fa-circle{
    color:#479994
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #479994;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}


/* ZOOM EFFECT til post image    */

.recent-posts .post-img img{
  transition: 0.4s;
    position: relative;
    z-index: 1;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.recent-posts .post-img:hover img {
  transform: scale(1.1);
}
/*ZOOM EFFECT - END     */

.recent-posts .post-category {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 22px!important;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: #FFFFFF;
  transition: 0.3s;
  text-decoration:none;
  font-size: 1.2em;
}

.recent-posts .title a:hover {
  color: #f1f1f1;
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

.news-card{
    text-decoration:none;
    color:rgb(4, 19, 100);;
}

.news-card card{
    border: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
  padding: 0 0 20px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;

}

.portfolio .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-weight: 500;
  margin: 8px 10px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  background-color: #2589b0;
  color: #FFF;
  padding: 14px 7%;
  border-radius: 40px;
  box-shadow: #195972 2px 5px;
  font-size: 1.1rem;
    font-family: 'Knewave', 'Permanent Marker', Arial, sans-serif!important;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  background-color:#479994;
  box-shadow: #347773 2px 5px;
  
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 17px;
  }
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-info {
  padding: 25px 20px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #f3f3f3;
  z-index: 2;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 a:hover {
  color: var(--color-primary);
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}


/**----------------------accordion-----------------------------------------*/


.accordion-button:not(.collapsed){
    background-color:#E0E9F2;
}

.accordion-flush .accordion-item {
    background: #e0e9f278;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);   
}    


.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
    border:none;
}

.accordion-header {
 
  line-height: 34px;
 
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    color: #0C4584;
    font-family: 'hm_light', sans-serif;
    font-size: 20px;
    line-height: 34px;
}


.form-control:valid {
  background-color:  white!important;
}

.form-floating.float_success > .form-control-plaintext ~ label::after,
.form-floating.float_success > .form-control:focus ~ label::after,
.form-floating.float_success > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating.float_success > .form-select ~ label::after {
    background: white;
    color: var(--bs-success-text-emphasis);
}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 2.9rem;
    padding-bottom: 1rem;
}


/*LOADING SPINNER*/
.loader {
  position: relative;
  border-style: solid;
  display:none;
  box-sizing: border-box;
  border-width: 40px 60px 30px 60px;
  border-color: #3760C9 #96DDFC #96DDFC #36BBF7;
  animation: envFloating 1s ease-in infinite alternate;
}

.loader:after {
  content: "";
  position: absolute;
  right: 62px;
  top: -40px;
  height: 70px;
  width: 50px;
  background-image: linear-gradient(#fff 45px, transparent 0),
            linear-gradient(#fff 45px, transparent 0),
            linear-gradient(#fff 45px, transparent 0);
  background-repeat: no-repeat;
  background-size: 30px 4px;
  background-position: 0px 11px , 8px 35px, 0px 60px;
  animation: envDropping 0.75s linear infinite;
}

@keyframes envFloating {
  0% {
    transform: translate(-2px, -5px)
  }

  100% {
    transform: translate(0, 5px)
  }
}

@keyframes envDropping {
  0% {
    background-position: 100px 11px , 115px 35px, 105px 60px;
    opacity: 1;
  }

  50% {
    background-position: 0px 11px , 20px 35px, 5px 60px;
  }

  60% {
    background-position: -30px 11px , 0px 35px, -10px 60px;
  }

  75%, 100% {
    background-position: -30px 11px , -30px 35px, -30px 60px;
    opacity: 0;
  }
}
      

/*__________________ Menu new bootstrap ______________________________  */
.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
    border:none;
    outline: none;
    box-shadow: none;
}




.navbar-toggler input
{
  display: block;
  width: 50px;
  height: 52px;
  position: absolute;
  top: 10px;
  right: 10px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 6000;
  
  -webkit-touch-callout: none;
}
.navbar-toggler span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #ffffff;
  border-radius: 3px;
  
  z-index: 5000;

  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;

}

.navbar-toggler span:first-child
{
  transform-origin: 0% 0%;
}

.navbar-toggler span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


.navbar-toggler input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-1px, -1px);
  background: #fff;
}

.navbar-toggler input:checked ~ span:nth-last-child(1) {
    opacity: 1;
    transform: rotate(-45deg) translate(-1px, -2px);
}

.navbar-toggler input:checked ~ span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.offcanvas-header .btn-close {
    display:none;
}



.nav-link{
    color:#fff;
}

.offcanvas{
    bottom:auto;
}

/*wave card*/

.e-card {
  margin: 100px auto;
  background: transparent;
  box-shadow: 0px 8px 28px -9px rgba(0,0,0,0.45);
  position: relative;
  width: 240px;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 540px;
  height: 700px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  background: linear-gradient(91deg, #57B9B3 6.29%, #2EA1BA 41.62%, #11539B 76.83%, #0F447D 89.39%);
}

.icon {
  width: 3em;
  margin-top: -1em;
  padding-bottom: 1em;
}

.infotop {
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 5.6em;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.name {
  font-size: 14px;
  font-weight: 100;
  position: relative;
  top: 1em;
  text-transform: lowercase;
}

.wave:nth-child(2),
.wave:nth-child(3) {
  top: 210px;
}

.playing .wave {
  border-radius: 40%;
  animation: wave 3000ms infinite linear;
}

.wave {
  border-radius: 40%;
  animation: wave 4455s infinite linear;
}

.playing .wave:nth-child(2) {
  animation-duration: 16000ms;
}

.wave:nth-child(2) {
  animation-duration: 7880s;
}

.playing .wave:nth-child(3) {
  animation-duration: 9000ms;
}

.wave:nth-child(3) {
  animation-duration: 24445s;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*__________________________________________________________________________________*/

@media screen and (max-width: 917px) {
  h1 {
    font-size:2.2em;
    text-align:left;
  }
}

@media screen and (max-width: 917px) {
      .banner-btn{
        
        font-size: 1.1em;
    }
}

@media screen and (max-width: 774px) {
  .banner-forside {
    min-height:600px;
  }
}


@media screen and (min-width: 775px) {
      .faq-accordion{
        margin: auto;
        width: 50%;
    }
}


@media screen and (max-width: 600px) {
      .samarbejde-container{
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 600px) {
      .partner-logo{
        height:100px;
        width:100px;
    }
}

@media screen and (max-width: 600px) {
      .recent-posts article{
        padding: 10px 10px;
        margin: 0px 10px;
    }
}

@media screen and (max-width: 600px) {
      .recent-posts .post-img{
        
        max-height: 120px;
    }
}

@media screen and (max-width: 600px) {
      .recent-posts .title a{
        
        font-size: 0.8em;
    }
}



@media screen and (max-width: 600px) {
      .centered{
        
            top: 70%;
    left: 50%;
    transform: translate(-50%, -65%);
    }
}



/*____________________________________________________________________________________*/
/*____________________________________________________________________________________*/




















@media screen and (max-width: 600px) {
     .speciel-overskrift{
        font-size: 2em!important;
    }
}

/**umb_name:normal*/
p {
}

/**umb_name:h2*/
h2 {
}

/**umb_name:h3*/
h3 {
}

/**umb_name:h4*/
h4 {
}

/**umb_name:Speciel font*/
.speciel-font {
	font-family: 'Knewave', 'Permanent Marker', Arial, sans-serif!important;
}
