html, body {
    height: 100%;
    margin: 0;
    padding: 0;
   
}

:root {
    --wp--custom--core-button--spacing--padding--left: 10px;
    --wp--custom--core-button--spacing--padding--right: 8px;
    --wp--custom--core-button--spacing--padding--top: 8px;
    --wp--custom--core-button--spacing--padding--bottom: 10px;
    --wp--custom--core-button--box-sizing: border-box;
    --wp--custom--core-button--word-break: border-box;
    --wp--custom--core-button--text-align: center;
    --wp--custom--core-button--border-radius--top-left: 0;
    --wp--custom--core-button--border-radius--top-right: 0;
    --wp--custom--core-button--border-radius--bottom-left: 0;
    --wp--custom--core-button--border-radius--bottom-right: 0;
    --wp--custom--core-button--typography--font-size: var(--wp--preset--font-size--small);
    --wp--custom--core-button--typography--font-weight: 500;
    --wp--custom--core-button--line-height: 1.7; }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit; }
  
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased; }

    .featured-content{
        margin-top:0px;
    }

    #content{
     overflow-x: hidden;
    }
   
  
    .frontpage-vid{
        margin: 0 !important;
        width: 100vw !important;
        position: unset !important;
		min-height: unset;
    	max-height: 100vh;
    }

    .buiss-image {
		position: relative;
		  width: 100%;
		  height: 100%;
		  overflow: hidden;
		
		.wp-block-cover__inner-container {
		  position: relative;
		  width: 100%;
		  height: 100%;
		}
		
		.wp-block-cover__inner-container .buiss-image-hide,
		.wp-block-cover__inner-container .buiss-image-show {
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  transition: opacity 0.5s ease, background-color 0.5s ease;
		}
		
		.wp-block-cover__inner-container .buiss-image-hide {
		  opacity: 1;
		  visibility: visible;
		  z-index: 2;
		  display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
		}

		.wp-block-cover__inner-container .buiss-image-show {
		  opacity: 0;
		  visibility: hidden;
		  background-color: transparent;
		  z-index: 1;
		}
		
       
    }
   

    .buiss-image:hover {
        .wp-block-cover__inner-container .buiss-image-hide{
            opacity: 0;
 			visibility: hidden;	
        } 
       
      
        .wp-block-cover__inner-container .buiss-image-show{
          opacity: 1;
		  visibility: visible;
		  background-color: #f74b39;
		  display: flex;
          flex-direction: column;
          justify-content: center;
        } 
    }

	.wp-block-cover {
		align-items: flex-start;
	}


	.features-grid {
		position: relative; 
		margin-left:40rem;
		margin-right:40rem;
		margin-bottom: 5rem;
		margin-top: 5rem;
	}
       
	.features-grid:before, .features-grid:after {
		content: "";
		position: absolute;
		width: 94%;
		height: 92%;
		top: 4%;
		left: 3%;
		opacity: 0;
		box-sizing: border-box; 
	}
	.features-grid:before {
		bottom: 0px;
		transition: opacity .5s ease 0s, transform .5s ease 0s;
		border-top: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		transform: scaleX(0);
		-webkit-transform: scaleX(0); 
	}
	.features-grid:after {
		transition: opacity .3s ease 0s, transform .3s ease 0s;
		border-left: 2px solid #FFF;
		border-right: 2px solid #FFF;
		transform: scaleY(0);
		-webkit-transform: scaleY(0); 
	}
	.features-grid:hover:before, .features-grid:hover:after {
		opacity: 1;
		transform: scale(1); 
	}
	.features-grid.has-background-secondary-background-color:before, .features-grid.has-background-secondary-background-color:after {
		border-color: var(--wp--preset--color--body-text); 
	}
    
    .wp-block-button.is-style-outline .wp-block-button__link {
        border: 2px solid;
        position: relative; 
        z-index: 10;
        text-decoration: none; 
        cursor: pointer;
        border-color: inherit !important;
    }

    .is-style-fill a:hover{
        color:white !important;
    }
   
    button,
    .wp-block-button__link {
     transition: 0.3s all !important; 
    }

    button:hover,
    .wp-block-button__link:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    transform: translateY(-2px) !important; 
    z-index: 15;
    text-decoration: none;
    background: transparent;
    color: inherit !important;
    border-color: inherit !important;
    }


    .features-grid-carrer h2 {
        position: relative; 
        margin-left: 50rem;
        margin-right: 50rem;
    }
   
    .features-grid-carrer h2:before, .features-grid-carrer h2:after {
      content: "";
      position: absolute;
      width: 60%;
      height: 92%;
      top: 4%;
      left: 20%;
      opacity: 0;
      box-sizing: border-box; 
    }
    .features-grid-carrer h2:before {
      bottom: 0px;
      transition: opacity .5s ease 0s, transform .5s ease 0s;
      border-top: 2px solid #FFF;
      border-bottom: 2px solid #FFF;
      transform: scaleX(0);
      -webkit-transform: scaleX(0); 
    }
    .features-grid-carrer h2:after {
      transition: opacity .3s ease 0s, transform .3s ease 0s;
      border-left: 2px solid #FFF;
      border-right: 2px solid #FFF;
      transform: scaleY(0);
      -webkit-transform: scaleY(0); 
    }
    .features-grid-carrer h2:hover:before, .features-grid-carrer h2:hover:after {
      opacity: 1;
      transform: scale(1); 
    }
    .features-grid-carrer h2.has-background-secondary-background-color:before, .features-grid-carrer h2.has-background-secondary-background-color:after {
      border-color: var(--wp--preset--color--body-text); 
    }

  /*---------------------*/
/* Huvudcontainer för varje kolumn */
.flip-container {
    position: relative;
    perspective: 1000px;
    width: 100%;
}

/* Inner-container som kan rotera */
.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
}

/* När musen hovrar */
.flip-container:hover .flip-inner {
    transform: rotateY(180deg);
}

/* Fram- och baksida */
.flip-front, .flip-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Bild på framsidan */
.flip-front {
    background-size: cover;
    background-position: center;
    z-index: 2;
    backface-visibility: hidden; /* Viktigt: Göm framsidan vid rotation */
}


/* Text på baksidan */
/* Text på baksidan - FIXAD */
.flip-back {
    background-color: rgba(0, 0, 0, 0.9) !important; /* Se till att den har svart bakgrund */
    color: white !important;
    transform: rotateY(180deg); /* Viktigt: den måste roteras direkt */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 1 !important; /* Måste vara LÄGRE än framsidan */
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
}



/*----------------------*/
    

    .no-gap, .column-wide-cover{
        gap: 0 !important;
        max-width: none !important;
   
    }

    .hover-shadow {
        transition: 0.3s all; 
    }
        .hover-shadow:hover {
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
        }

    
    .section-grid-cover .wp-block-column img {
        transition: 0.3s all; 
    }
    .section-grid-cover .wp-block-column:hover img {
        transform: scale(1.1);
    }

    .carrier-hover-zoom{
        transition: 0.3s all; 
    }

    .carrier-hover-zoom .wp-block-column:hover{
        transition: 0.3s all; 
    }


    .about-us-portrait img{
        transition: 0.3s all; 
    }

    .about-us-portrait:hover img{
        transform: scale(1.1); 
    }

    .footer-heading{
        font-weight: bold;
    }

	.footer-logo {
		width: 150px;
		height: auto;
	}

    .footer-link:hover{
        text-decoration: none;
        color: inherit;
    }

    a[href^="mailto:"], .footer-link {
        color: inherit;
        text-decoration: none;
    }

    .container-footer{
        background-color: #e1e1e6f8;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }


    #about-us-button, #career-button, #business-area-button, #services-button, #start-button, #simulering, #test, #Mekanik-konstruktion, #mjukvara, #Prototyp-utveckling, #Projektledning, #fordon, #offshore, #forsvar, #energi, #industri, #medicin {
        scroll-margin-top: 100px; 
    }

    .wp-block-group a {
        text-decoration: none;
    }

    #menu-item-303 a {
        font-weight: bold;
    }


    .mail-contact{
        color: #f74b39;
    }

/*font header*/
.font-header{
    font-size: 60px ;
   /* font-family: "BankGothic Md BT", sans-serif;*/
   font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.font-subtext{
    font-size: 5px;
    text-align: justify;
    font-family: "Rogan", sans-serif;
}

/*
*header
*/
header {

	position: fixed;
    z-index: 1000000;  
	top: 20px;
	width:100vw;  
	display: flex;
    justify-content: center;
	
	.header-main {
		background-color: rgba(255, 255, 255, 0.8); 
		transition: background-color 0.3s ease;
		border-radius: 25px;
		display: flex;
		align-items: center;
		border-radius: 25px;
		padding:0 20px;
		.custom-logo {
			height: 50px;
			width: auto;
			margin-right: 20px;
		}
	}   
}

header.scrolled .header-main{   
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 1); 
}

header .container-logo{
    display: flex;
	justify-content: center;
	align-items: center;	
}

header .container-logo a img{
   max-width: 200px;
   width:100%;
   height: auto; /* Maintain aspect ratio */
	
}

header .container-menu{
    display: flex;
    justify-content: center;
    align-items: center; 
  
	padding-bottom: 0.7rem;
	padding-top: 0.5rem;
  
}

header .top-bar{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

header .top-bar li{
    position: relative;
}


header .top-bar li::first-child a {
    padding-left: 0;
}

header .top-bar li::last-child a {
    padding-right: 0;
}


header .top-bar li a {
    padding: .2rem 1rem;
    color: black;
    -webkit-text-stroke: 0.1px black;
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
    padding-right: 1rem;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}


header .top-bar li a::after {
    content: ''; 
    position: absolute;
    left: 0;
    bottom: -2px; /* Justerar avståndet från texten */
    width: 0%; /* Startar med ingen underline */
    height: 2px; /* Tjocklek på understrykningen */
    background-color: #f74b39; /* Färg på linjen */
    transition: width 0.4s ease-in-out; /* Gör animationen mjuk */
}

header .top-bar li a:hover{
    color: #f74b39;
 
}

header .top-bar li a:hover::after {
    width: 100%; /* Expanderar understrykningen vid hover */
}


header .top-bar li .sub-menu{
    width: 10rem;
    float: none;
    z-index: 999;
    display:none;
    padding: 0;
    top:100%;
    left:0;
    position: absolute;
    list-style-type: none;
    width: 300px;
    background-color: transparent;
}

header .top-bar .menu-item-has-children:hover .sub-menu{
    display: block;
}

header .top-bar li .sub-menu a{
    color:black;
    -webkit-text-stroke: 0.1px black;
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
    text-align: start;
    display: block;
    text-decoration: none;
    font-size: 16px;
}

header .top-bar li .sub-menu a:hover{
    color: #f74b39;
    
}

/*hamburger menu icon*/
.fa-bars{
    cursor:pointer;
    display: none;
   }
   
   /*hide mobile menu*/
   .header-mobile{
       display: none;
   }





/*frontpage career*/
.frontpage-career-container{
    margin-bottom: 20rem;
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: space-between;
    gap: 2rem; 
    padding: 2rem;
    height: 1000px;
}

.frontpage-career-header{
    text-align: center;
}

.frontpage-career-subheader{
    text-align: center;
    color: #046a8b;
    margin-bottom: 3rem;

}

.frontpage-career-text{
    padding-left: 2rem;
    padding-right: 2rem;
    
}


.frontpage-career-container img{
    max-width: 100%; 
    max-height: 90%;
}








/*MEMBERPAGE*/
/* Flexbox-container för att arrangera bild och navigation */
.member-header-container {
    display: flex;
    align-items: center; /* Vertikal centrering av innehållet */
    justify-content: space-between; /* För att undvika oönskat utrymme */
    padding: 0 1rem;
    max-width: 100vw;
    border-bottom: 1mm solid #f74b39;
    margin-top: 0;
    top: 0;
    height: 100px; /* Anpassa efter behov */
}

/* Bild till vänster */
.member-imageheader {
    height: 70px; /* Anpassa bildens höjd */
    width: auto; /* Behåll proportioner */
}

/* Navigation centrerad */
.member-nav-container {
    flex: 1; 
    display: flex;
    padding-left: 16vw;
}

.member-nav {
    display: flex;
    gap: 2rem; 
    list-style: none;
    padding: 0;
    margin: 0;
}

.member-nav li a {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease;
    -webkit-text-stroke: 0.1px black;
    font-family: "BankGothic Md BT", sans-serif;
    font-weight: 500;
    font-style: medium;
    font-size: 30px;

}

.member-nav li a:hover {
    color: #f74b39; 
}


.member-content-container{
    margin-top: 2rem;
}

.member-content-sidbar-col{
    border: 1px solid #066b74;
    border-radius: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
}

.member-content-sidbar-col h2{
    color: black;
    font-size: 20px;
    padding-top: 2rem;
}

.member-images-links-row{
    margin-top: 1rem;
}

.member-link-images{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right:0;
   margin-bottom: 0.5rem;
}

.member-link-images img{
    display: block;
    opacity: 1;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 5px;
}

.member-content-links{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding-left:0;
    width: 30px;
}

.member-content-links a{
    font-size: 16px;
    color: black;
}

.memeber-sidebar-bottom-space{
    margin-bottom: 2rem;
}


/*member news*/
.member-news-container{
    margin-left:8rem;
    margin-right: 8rem;
    margin-top: 2rem;
}

.member-news-image{
    width: 100%;
    height: 1000px;
    object-fit: cover;
}

.member-news-content{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.member-news-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); 
    color: white;
    padding: 1rem;
    text-align: center;
}

.memeber-news-title{
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.memeber-news-text{
    margin-top: 0.5rem;
    font-size: 16px;
}


/*Trivselgruppen*/
.trivselgruppen-banner-container {
    position: relative; /* För att placera innehåll ovanpå bilden */
    width: 100vw;
    height: 70vh;
}

.trivselgruppen-banner-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
 
}

.trivselgruppen-banner-overlay{
    background: rgba(7, 38, 65, 0.5);
    position: absolute;
    width: 100vw;
    height: 70vh;
    top: 0;
    left: 0;
}

.trivselgruppen-banner-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; 
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); 
}

.trivselgruppen-banner-content h1 {
    font-size: 5rem; 
    margin: 0;
}

.trivselgruppen-banner-content p {
    font-size: 2rem; 
    margin: 0;
    margin-top: 10px; 
    text-align: center !important;
}

.trivselgruppen-intro-info{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: x-large;
    margin-top: 5rem;
}

.trivselgruppen-intro-info p{
    text-align: center;
}

/*trivselgrupp upcoming*/
.trivselgruppen-upcomingevent-container{
    margin-top: 5rem;
    margin-bottom: 5rem;
    background-color: #046a8beb;
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.col-upcomingevent-info{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-right: 5rem;
    padding-left: 10rem;
    padding-right: 10rem;
}

.col-upcomingevent-info p{
    font-size: 20px;
    text-align: justify;
}

.col-upcomingevent-image, .col-upcomingevent-info{
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-upcomingevent-image{
    margin-left: 5rem;
}

.col-upcomingevent-image img{
    width: 70%; 
    height: auto; 
    display: block;
}

.upcomingevent-image-container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upcomingevent-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 5px 4px 5px rgb(0 0 0);
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 10;
    background-color: #0000006e;
    padding-left: 1rem;
    padding-right: 1rem;
}

.upcomingevent-info-datetime-space{
    padding-left: 2rem;
}


/*Location box, functions.php*/
#location-suggestions {
    border: 1px solid #ccc;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    width: calc(100% - 2px);
}

#location-suggestions li {
    padding: 5px;
    cursor: pointer;
}

#location-suggestions li:hover {
    background: #f0f0f0;
}

 

/*economi*/

#employeeModal {
    display: none;
    position: fixed;
    top: 20%;
    left: 30%;
    width: 40%;
    background: white;
    border: 1px solid black;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.employee-block .entries {
    display: flex;
    flex-wrap: wrap; /* Om du vill att det ska anpassas vid små skärmar */
    gap: 10px; /* Ger lite avstånd mellan fälten */
    align-items: center;
}

.employee-block .entry {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.employee-block .entry input,
.employee-block .entry label {
    white-space: nowrap;
}




/*------*/



    /* mobile */  
@media screen and (max-width: 800px) {
    html, body {
        overflow-x: hidden;
    }
	
	#content{
		margin-top:67px;
    }
	
	header {
		top: 0;
		left: 0;
		border-radius:0;
		display: block;
		background-color: rgba(255, 255, 255, 1); 
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}
    
    .header-mobile{
        display: block;
    }

    .header-mobile .container-logo-mobile a img{
        max-height: 40px;
        max-width: 40px;
		margin:15px 20px;
    }
	
	.subpage-hero .wp-block-group{
		margin-top:0px !important;
		padding-top: var(--wp--preset--spacing--70) !important;
		padding-right: var(--wp--preset--spacing--60) !important;
		padding-bottom: var(--wp--preset--spacing--70) !important;
		padding-left: var(--wp--preset--spacing--60) !important;
	}

    .header-mobile .container-mobile-bar{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        margin-right: 10px;
    }

    .header-mobile .container-mobile-menu{
        position: absolute; 
        top: 100%; 
        right:0;
        z-index: 999;
        padding: 0;
        width: 100%;
    }
	
	header .custom-logo.desktop {
		display: none;
	}
	header .custom-logo.mobile {
		display: inline-block;
	}

    .header-mobile .mobile-bar {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column; 
        background-color: #ffffff;
        width: 100%;
        height: 0; 
        overflow: hidden; 
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    
    .header-mobile .mobile-bar.open-menu {
        height: auto; 
        align-items: center;
        width: 100%;
        visibility: visible;
        opacity: 1;
        height: calc(100vh - 60px);
        gap: 15px;
        background-color: #ededed;
		padding: 20px;
    }

    .header-mobile .mobile-bar li{
        position: relative;
        display: flex;
        flex-direction: column;
		width: 100%;
        border-bottom: 1px solid #CCC;
    }

    .header-mobile .mobile-bar li a {
        padding: .2rem 1rem;
        color: black;
        -webkit-text-stroke: 0.1px black;
        font-family: "Poppins", serif;
        font-weight: 300;
        font-style: normal;
        padding-right: 1rem;
        font-size: 1.25rem;
        text-decoration: none;
		padding-bottom: 5px;
    }

   
    
    .header-mobile .mobile-bar li .sub-menu {
        display: none; 
    }

    /*hamburger menu icon*/
    .fa-bars{
    cursor:pointer;
    display: block;
    font-size: 1.875rem;
    font-weight: light;
    color: #505050;
    margin:15px 20px;
   }

   /* Visa menyn när hamburgerikonen klickas */
   .header-mobile.open-menu .container-mobile-menu {
        display: block;
     
    }

   /*hide main menu*/
   header .header-main{
    display: none;
   }


    #start-button{
        margin-top: 0.01rem !important;
        min-height: 200px !important;
    }

    .mobile-frontpage-vid{
        height: 140vw;
        min-height: 0px !important;
    }

    

    .mobile-frontpage-vid h2{
        padding: 0 !important;
        font-size: medium !important;
        margin-top: 130px !important;
    } 
	.background-fix .wp-block-columns{
		background-color: transparent;
	}


    .mobile-we{
        padding-top: 0 !important;
        margin-top: 3rem !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        max-height: none !important;
        background-color: transparent !important;
    }

    .mobile-we-text{
        background-color: transparent !important;
        margin-top: 2rem !important;
    }

    .mobile-start-we{
        padding-left: 20px !important;
        padding-right: 20px !important;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .mobile-we-persons{
        max-height: none !important;
    }

    .mobile-we-persons .wp-block-columns{
        margin: 0 !important;
    }

    .mobile-we-office{
        padding-top: 3rem !important;
    }

    .mobile-we-office .wp-block-columns{
        margin-top: 0 !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #services-button{
        padding-top: 2rem !important;
    }

    #business-area-button{
        padding-top: 2rem !important;
        margin-top: 0 !important;
    }

    .wp-block-column .wp-block-tiptip-hyperlink-group-block .wp-block-group{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        min-height: 100px !important;
    }

    .wp-block-buttons{
        margin: 1rem !important;
        font-size: 15px !important;
        display: flex;
        justify-content: center;
    }

    .carrier-group{
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .carrier-group .wp-block-columns{
        background-color: #e1e1e6f7 !important;
    }

    .mobile-start-numbers{
        min-height: 500px !important;
    }
   
   
   /*font header*/
    .font-header{
        font-size: 25px ;
    }

    .font-subtext{
        font-size: 15px ;
    }

    .wp-block-columns {
        position: relative;
        z-index: 1;
    }

    .body{
        max-width: 100vw;
        max-height: 100vh;
    }

  

    .wp-block-columns {
        margin-left: 5%;
        margin-right: 5%;
    }

    .mobile-buiss-header, .mobile-services-header, .mobile-carrer-header, .mobile-contakt-header, .mobile-faq{
        margin-top: 3rem !important;
        padding-left: 0.5rem !important;
    }

    .mobile-buiss-text{
        padding-left: 0.5rem !important;
    }

    .mobile-buiss-six-column{
        background-color: #20232c !important;
		gap:4rem !important;
		margin-bottom: 4rem !important;
    }

    .reverse-columns {
        flex-direction: column-reverse;
    }
	 .reverse-columns h2{
       margin-top: 2rem !important;
    }
	.wp-elements-0020fe691fe5a73a2af08983e84c8038 h2{
		margin-top: 2rem !important;
	}
	
	.wp-elements-eb26701256439e1fe49ed709eef40354 {
		padding-bottom: 2rem !important;
	}

    .mobile-buiss-endtext{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
	
    .mobile-services-group h2{
        padding-top: 1rem !important;
		padding-bottom: 1rem !important;
    }

  
     
    .mobile-services-group .wp-block-columns .wp-block-column .hover-shadow{
        padding: 2rem !important;
        min-height: 0 !important;
    }

    .wp-container-core-columns-is-layout-2, .wp-container-core-columns-is-layout-1, .wp-container-core-columns-is-layout-3, .wp-container-core-group-is-layout-5, .wp-container-core-group-is-layout-4{
        gap: 0px 0px !important;
        margin: 0 !important;
    }

    .mobile-services-deliv{
        padding: 1rem !important;
    }

    .mobile-services-deliv h2{
        font-size: large !important;
    }



    .carrier-hover-zoom p{
        padding: 0 !important;
        margin-bottom: 2rem !important;
    }

    .mobile-recrut, .mobile-benefit .wp-block-columns{
        background-color: #20232c !important;
    }

    .mobile-recrut .wp-block-column{
        margin-top: 1rem !important;
    }

    .mobile-recrut .wp-block-column .wp-block-group{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .mobile-benefit .wp-block-columns .wp-block-column h2{
        padding-top: 1rem !important;
    }
   
    .mobile-workat{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .mobile-trivsel{
        padding: 1rem !important;
    }

    .mobile-trivsel .wp-block-columns{
        background-color: #f9f9f9 !important;
    }

    .mobile-trivsel-plans{
        padding: 1rem !important;
    }

    .mobile-contact-persons, .mobile-contact-form{
        padding: 0.5rem !important;
    }

}

@media screen and (min-width: 501px) and (max-width: 800px) {

    .mobile-frontpage-vid{
        min-height: 400px !important;
    }
	
	.mobile-we{
        padding-top: 0 !important;
        margin-top: 3rem !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        max-height: none !important;
        background-color: transparent !important;
    }
   


   .mobile-frontpage-vid h2{
    padding: 0 !important;
    margin-top: 20vh !important;
    font-size: large !important;
   } 

   .header-mobile .container-logo-mobile a img{
    	max-height: 40px;
    	max-width: 40px;
		margin: 15px 20px;
    }

    .mobile-services-group{
        padding: 5rem !important;
    }

    .mobile-services-group .wp-block-columns .wp-block-column .hover-shadow{
        padding: 5rem !important;
        min-height: 500px !important;
    }

    .mobile-work-img{
        align-content: center !important;
    }
}

@media screen and (min-width: 1000px) {
    .mobile-frontpage-vid{
        min-height: 700px !important;
    }
   
  

   .mobile-frontpage-vid h2{
    padding: 0 !important;
    margin-left: 1rem !important;
    margin-top: 25vh !important;
   } 
   
   .mobile-we .wp-block-group{
    padding-right: 2rem !important;
   }
	.mobile-we {
        padding-top: 0 !important;
        margin-top: 3rem !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        max-height: none !important;
        background-color: transparent !important;
    }

   .mobile-we-office .wp-block-columns {
    margin-top: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    }

    .mobile-buiss-header, .mobile-contakt-header, .mobile-faq {
        margin-top: 8rem !important;
        padding-left: 0.5rem !important;
    }

    .mobile-services-header{
        margin-top: 8rem !important;
        padding-left: 0.5rem !important;
        margin-bottom: 2rem !important;
    }

    .mobile-services-group .wp-block-columns .wp-block-column .hover-shadow{
        padding: 3rem !important;
        min-height: 700px !important;
    }
	
	.mobile-services-group .wp-block-columns .wp-block-column .hover-shadow h2{
		font-size: x-large !important;
	}

    .mobile-services-deliv{
        padding: 2rem !important;
    }

    .mobile-workat{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .mobile-recrut .wp-block-column .wp-block-group{
        min-height: 800px !important;
    }

    .mobile-carrer-header{
        margin-top: 8rem !important;
        padding-left: 0.5rem !important;
    }

    .mobile-contact-persons, .mobile-contact-form{
        padding: 0.5rem !important;
    }
	
	.buiss-image .wp-block-cover__inner-container .buiss-image-hide h2{
		font-size: xx-large !important; 
	}

}


 /* hidden section */
 .hidden-section {
    display: none;
}