/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2025 | 09:35:38 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2025 | 13:33:43 */
		.medarbejder-grid {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 2rem;
			margin-top: 2rem;
		}
		@media (max-width: 1024px) {
			.medarbejder-grid {
				grid-template-columns: repeat(2, 1fr);
			}
		}
		@media (max-width: 640px) {
			.medarbejder-grid {
				grid-template-columns: 1fr;
			}
		}
		.medarbejder-card {
			border: 1px solid #eee;
			border-radius: 8px;
			box-shadow: 0 2px 6px rgba(0,0,0,0.05);
			padding: 1rem;
			text-align: center;
			background: #fff;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}
		.medarbejder-card img {
			width: 100%;
			height: auto;
			border-radius: 6px;
			object-fit: cover;
		}
		.medarbejder-card h3 {
			font-size: 1.2rem;
			margin: 0.5em 0 0.2em;
			font-weight: 700;
		}
		.medarbejder-card p.job-title {
			margin: 0;
			font-weight: 600;
			color: #555;
		}
		.ansvars-tags {
			margin: 1em 0;
			display: flex;
			flex-wrap: wrap;
			gap: 0.5em;
			justify-content: center;
		}
		.ansvars-tags span {
			border: 1px solid #000;
			padding: 0.3em 0.6em;
			border-radius: 4px;
			font-size: 0.85rem;
		}
		.contact-info {
			margin-top: 1em;
			font-size: 0.95rem;
			text-align: center;
		}


.responsibility_area_warpper{
  display: flex;
  grid-gap: 10px;
}
.responsibility_area{
  background-color: #fff;
  color: #000;
  padding: 8px;
}


.page-id-4021 .nectar-blocks-taxonomy-grid__item__featured-media img {
    object-fit: contain;
}




.nectar-blocks-taxonomy-grid {
  display: grid;
  gap: 20px;
}

.nectar-blocks-taxonomy-grid > * {
  height: 100%;
}

.nectar-blocks-taxonomy-grid__item__inner {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nectar-blocks-taxonomy-grid__item__inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}



body.woocommerce.archive .products li.product {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  padding: 20px;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
body.woocommerce.archive .products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}



/* Mountain on top of the logo */
._custom-logo-mountains {
  background-image: url('/wp-content/uploads/2025/05/summit-logo-1-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center; 
background-position: 8px center; 
}

@media (min-width: 1025px) {
  /* Moving the search box down so it's aligned with the header bar */
  #search-outer .container {
      padding-top: 40px;
  }

  #search-outer .close-wrap {
      top: 30px;
      position: absolute;
      right: 30px;
      z-index: 10000;
  }

  /* Aligning the translation-language-flag */
  img.wpml-ls-flag {
    padding-top: 5px;
  }
}
