/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir_Black.ttf") format("truetype");
font-weight: 900;
}
@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir_Book.ttf") format("truetype");
font-weight: 200;
}
@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir_Heavy.ttf") format("truetype");
font-weight: 800;
}
@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir_Light.ttf") format("truetype");
font-weight: 300;
}
@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir_Regular.ttf") format("truetype");
font-weight: 400;
}


.menuburger{
    display: none;
}

.modal-lg, .modal-xl {
    max-width: 1100px;
}

.close{
        opacity: 1;
    border-radius: 1000px;
    width: 30px;
    height: 30px;
    border: 2px solid black!important;
    
}

.carousel-control-prev-icon {
    background-image: url('/fastmedia/prev.svg');
}
.carousel-control-next-icon {
    background-image: url('/fastmedia/next.svg');
    
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  -webkit-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, .7));
  /* Similar syntax to box-shadow */
  
}
.carousel-control-next, .carousel-control-prev {

   width: 4%;

}


.carousel-control-next-icon, .carousel-control-prev-icon {

    width: 30px;
    height: 30px;

}

.carousel-item{
    height: 600px;
}

body {
    overflow-x:hidden;
    font-size: 20px;
   font-family: "Avenir";
  font-weight: 300;
   line-height: 1.3;
}

.arrow{
    transition: 0.4s; 
    cursor: pointer;
    opacity:1;
    
}
.arrow:hover{
    opacity: 0.5;
    transition: 0.4s;
}
.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.menuitem{
    font-size: 18px;
    position:relative;
    padding: 0px 25px;
}

.menuitem a:hover {
    color: #6EAE73;
}

.submenu .menuitem{
    position:relative;
    padding: 0px 5px;
        clear: both;
    float: left;
}
    .menuitem-content {
        position: relative;
  display: flex;
  align-items: center;
}

.menuitem-name {
  margin-right: 5px;
}

.dropdown-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #6EAE73;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
margin-bottom: 3px;
  margin-top: 0px;
    margin-left: 5px;
    transition: 0.3s ease;
}

.highlight .dropdown-arrow {
    transition: 0.3s ease;
    margin-top: 8px!important;
  transform: rotate(225deg);
}
    
    
   



.number{
      font-size: 180px;
    color: #6EAE73;
    font-weight: 600;
    text-align: center;
}

.highlight {
    color: #6EAE73!important;
}

.activemenu {
    color: #6EAE73!important;
    text-decoration: underline;
}

.submenu {
    display: none;
    left: 0;
    position: absolute;
    top: 30px;

    z-index: 1;
    background-color: rgba(83, 83, 83, 0.5);
    padding: 10px;
     padding-top: 20px!important;
    min-width: 250px;
    
}

    .submenu.show {
        display: block;
    }

  



.submenu li{
    margin-bottom:15px;
}


.forsidemenu{
    color: white;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    
}

.forsidemenu a{
     color: white;
}

.forsidemenu li {
   
    float:left;
}
 
.main-menu > .menuitem:last-child a{
    color: white;
    margin-top: -8px;
    background: #6EAE73;
    padding: 7px 20px;
  font-weight: 200;
  border-radius: 3px;
  transition: 0.4s;
}
.main-menu > .menuitem:last-child a:hover {
    color: white;
    background: #3C3C3C;
  text-decoration: none;
  transition: 0.4s;
}

.main-menu > .menuitem:last-child a.activemenu {
    color: white!important;
    background: #3C3C3C;
  text-decoration: none;
  transition: 0.4s;
}

.undersidemenu{
    background:#535353;

}
.undersidemenu li{
    float:left;
}

.undersidemenu li a, .undersidemenu li  {
    color: white;
}

.menu li{
    float:left;
    font-size: 13px;
}

   
    .text-columns {
  column-count: 2;
  column-gap: 20px; /* Adjust the gap between columns as needed */
}
 
/* video background */
#background-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.white{
    color: white;
}
.field-validation-error{
    color: red;
    font-size: 16px;
}
label{
    
    font-size: 16px;
}

legend{
    font-size: 20px;
    line-height: 1.7;
}

input, textarea{
    font-size: 16px;
    border-radius: 4px;
    border-width: 1px;
}

.formbutton {
    background: #6EAE73;
    color: white;
    font-size: 16px;
    border:none;
    border-radius: 4px;
 padding: 14px 25px;
    line-height:1;
      transition: 0.4s;
}

.formbutton:hover {
    background: #3C3C3C;
    color: white;
  transition: 0.4s;
}

.link {
    text-align: center;
    min-width: 125px;
    color: white;
    display: inline-block;
    background: #6EAE73;
    padding: 7px 20px;
  font-weight: 200;
  border-radius: 3px;
  transition: 0.4s;
}
.link:hover {
    color: white;
    background: #3C3C3C;
  text-decoration: none;
  transition: 0.4s;
}


li{
    text-decoration: none;
    list-style: none;
}

a{
      color: #535353;
    
}
a:hover{
      color: inherit;
    
}

p:last-child{
    margin-bottom: 0px!important;
}

.faqline{
 background: #EFEDE7; 
 border-radius: 4px; 
 border: solid black 1px; 
 height: 100%;
}

.staticcontactcard{
    display:inline-block;
background: #6EAE73; 
border-radius: 4px; 
max-width: 300px;
  transition: 0.5s;
}

.staticcontactcard:hover{
    transition: 0.5s;
    color: white;
    text-decoration: none;
    background: #3C3C3C;
}

.contactcard{
      display:inline-block;
background: #6EAE73; 
border-radius: 4px; 
max-width: 300px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 30px;
  transition: 0.5s;
}

.contactcard:hover{
    transition: 0.5s;
    color: white;
    text-decoration: none;
    background: #3C3C3C;
}

.headline{
    font-family: "Avenir";
    font-weight: 800;
    font-size: 130px;
    line-height: 0.9;
}

.forsidetext{
     font-size: 36px;
    
}

.servicesc2a{
    font-size: 18px;
    font-weight: 200;
    transition: 0.4s;
    transform: scale(1);
}

.servicesc2a:hover{
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
      transition: 0.4s;
    transform: scale(1.05);
}

.casesthumbnails{
    font-size: 18px;
     transition: 0.4s;
    color: white;
    min-height: 290px;
    cursor: pointer;
}

.casesthumbnails:hover{
     transition: 0.4s;
    transform: scale(1.05);
    color: white;
    text-decoration: none;
    
}
.articleheadline {
    font-size: 30px;
    line-height: 1.1;
}
.articletext{
    font-size: 16px;
}
.articleimage{
   border-radius: 4px; 
   height: 270px;
   background-position: center center;
}
.articlebutton{
    font-size: 20px;
    color: white;
    background: #6EAE73;
        border-radius: 4px;
    padding: 7px 18px;
    display: inline-block;
      transition: 0.4s;
}
.articlebutton:hover{
      color: white;
       background: #3C3C3C;
  text-decoration: none;
  transition: 0.4s;
}

.customerborder{
    border: 1px solid #707070;
    border-radius: 4px;
    min-height: 140px;
    
}

.splitbannerimg{
    min-height:200px;
}


.slider {
  position: relative;
  width: 100%;
  min-height: 300px; /* Adjust height as needed */
 
}

.containerslider {
 display:none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.left, .right, .far-right, .far-left{
    display: block;
}

.containerslider.active {
     transition: 0.5s;
  transform: translateX(0);
  display: block;
}

.containerslider.left {
     transition: 0.5s;
  transform: translateX(-108%);
  opacity: 0.5; /* Reduced opacity for left container */
}

.containerslider.far-left {
     transition: 0.5s;
  transform: translateX(-208%);
  opacity: 0; /* Reduced opacity for right container */
}

.containerslider.right {
     transition: 0.5s;
  transform: translateX(108%);
  opacity: 0.5; /* Reduced opacity for right container */
}

.containerslider.far-right {
     transition: 0.5s;
  transform: translateX(208%);
  opacity: 0; /* Reduced opacity for right container */
}

#burger-menu{
    display:none ;
}

.burger-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.burger-bar {
      display: block;
    width: 30px;
    margin-top: 5px;
    border-radius: 4px;
    height: 4px;
    float:right;
    clear:both;
    background-color: white;
    transition: transform 1s ease;
}

.burger-menu.open .burger-bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
     margin-top: 2px;
     background-color: #535353;
}

.burger-menu.open .burger-bar:nth-child(2) {
    opacity: 0;
      margin-top: 2px;
      background-color: #535353;
}

.burger-menu.open .burger-bar:nth-child(3) {
      margin-top: 2px;
    transform: translateY(-6px) rotate(-45deg);
    background-color: #535353;
}

.splitbannertextwidth{
    max-width: 380px;
}
  .hideburger{
        display: none;
    }
    
    
    .cross {
      display: inline-block;
      width: 30px;
      height: 2px;
      background-color: black;
      position: relative;
   
    }

    .cross span {
      position: absolute;
      background-color: black;
         width: 2px;
    height: 30px;
    top: -14px;
    left: 14px;
     transition:1s;
    }

    .minus {
      display: inline-block;
      width: 30px;
      height: 2px;
      background-color: black;
     
    }
    
.collapseborder {
       border-width: 0px 0px 1px 0px;
    border-color: black;
    border-style: solid;
}
.collapsetitle{

    font-size: 30px;
    line-height: 1;


    color: black;
}

@media only screen and (max-width: 1080px) {
    
    .hideburger{
        display: block;
    }
     .menudesktop{
    display:none!important;
}

.menuburger{
    display: block;
    position:fixed;
     top:0;
 left:0;
    z-index: 1000;
    width: 100%;
    background: #EFEDE7;
 transition: 1s ease;
 height: 100vh;
 margin-top: -100vh;
 overflow-y: auto;
}

.slideinburgermenu{
     right:0px;
     transition: 0.4s;
     margin-top: 0vh;
}

}

@media only screen and (max-width: 767px) {
    .articleimage{
   border-radius: 4px; 
   height: 150px;
}
    .articleheadline {
    font-size: 20px;
  
}
.articlebutton {
    font-size: 16px;
}
        .text-columns {
  column-count: 1;
  font-size: 16px;

}
    .carousel-item{
    height: 400px;
}
.splitbannertextwidth{
    max-width: none;
}

.forsidetext{
     font-size: 26px;
    
}
 .carousel-control-next, .carousel-control-prev {

   width: 25%;

}
}



@media only screen and (max-width: 600px) {
    
        .carousel-item{
    height: 300px;
}

    .hideonmobile{
        display:none;
    }
    
    .contactcard{
        display:none;
    }
    
.headline {
	font-size: 48px!important;
	font-weight: 200!important;
}

 h1 {
	font-size: 36px!important;
	font-weight: 200!important;
}
.forsidetext{
     font-size: 18px;
        line-height: 1.5;
}

h2 {
	font-size: 30px!important;
	font-weight: 200;
}



}

.opgavetitle{
    font-size: 24px;
}
.opgaveundertitle{
    font-size: 20px;
    
}
.opgavetext{
    font-size: 14px;
}


.menuburger .menuitem, .menuburger .menuitem a{
    font-size: 26px;
    font-weight: 400;
    color: #6EAE73;
}


.menuburger .menuitem{
   
    padding: 15px 25px;
}

 .menuburger .submenu{
    position: static;
    background: transparent;
    
}

 .menuburger .submenu .menuitem{
      padding: 0px 25px;
    
}

.burgermenuadress{
    font-size: 16px;
    color: #9E9E9E;
}

 .menuburger .submenu a{
   font-size: 18px;
}
 
/* ==========================================================================
   Rich text font CSS ( Write different sizes in mediaquery )
   ========================================================================== */

/**umb_name:h1*/
h1 {
	font-size: 55px;
	font-weight: 200;
}

/**umb_name:h2*/
h2 {
	font-size: 55px;
	font-weight: 200;
}
