.image-placeholder.media-object {
    display: none;
}

/*ARTIKELSIDA DESIGN feb 2019*/
.fabrikk--article .fabrikk--article-left-col {
 display: none;
}
.fabrikk--article .fabrikk--article-right-col {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}
.fabrikk--article .fabrikk--buy-button-group {
 max-width: 300px;
}
.fabrikk--article .fabrikk--article-links {
 margin-bottom: 0px;
}

/*GENERELLT*/

.fabrikk--content-wrapper {
 background: #fff;
}

/*ARTIKELISTA*/
.tws-article-list--tws-list .tws-article-list--buy-button {
  top: 10px;
  position: absolute;
  right: 0px;
}
.tws-article-list--list .tws-list--type-list .media-body, .tws-article-search-page--list .tws-list--type-list .media-body {
	border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.tws-article-list--list .tws-list--type-list .tws-article-buy-button-with-modal--buy-button, .tws-article-search-page--list .tws-list--type-list .tws-article-buy-button-with-modal--buy-button {
	border-radius: 0px;
  border: 1px solid !important;
}
.fabrikk--article-group .tws-articlegroup-list--info h1 {
	position: relative;
  background: transparent;
}
.fabrikk--article-group .tws-articlegroup-list--info>div {
	margin-top: 0px;
}
.tws-article-list--list .tws-list--type-list .tws-api-price .tws-api--price-current, .tws-article-search-page--list .tws-list--type-list .tws-api-price .tws-api--price-current {
    font-size: 15px;
    color: #000;
    font-weight: 800;
}
.tws-article-list--article-name a {
  font-size: 15px;
  color: #000;
}
/*STARTPAGE*/
.startpage .fabrikk--back-to-top {
	display: none;
}
.fabrikk--header  {
	box-shadow: none;
  border-bottom: 1px solid #ebebeb;
}
body .page-canvas {
min-height: 80vh;
}

/*MENU*/
.navbar-default .navbar-nav>li>a {
	font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000 !important;
}
.tws-top-menu.navbar-default {
	background: #fff;
}
body.fabrikk--horizontal-menu .tws-mega-menu--buttons .tws-mega-menu--search-button {
	background: transparent;
}
.tws-top-menu .navbar-collapse .navbar-nav {
	max-width: none;
  text-align: center;
}
.tws-mega-menu--search-button {
	font-size: 12px,
}
@media(max-width:1200px) {
  .navbar-default .navbar-nav>li>a {
   font-size:12px;	
  }
}

/*BREADCRUMBS*/
.slot--breadcrumbs {
 max-width: 1170px;
 margin: 0 auto;
  background: #fff;
}
.tws-breadcrumbs a {
	color: #000;
  font-size: 12px;
}

/*ARTIKELSIDA*/
.fabrikk--article .slot--article-share {
	display: none;
}
.slot--article-description .tws-article-description {
	max-width: 1000px;
}
.slot--article-description .tws-article-description--heading {
	text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
}
.tws-article-name h1 {
	font-size: 23px;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 10px;
}
.tws-article-description--article-number {
	text-align: left;
}
.tws-article-attachments--title {
	text-align: left;
}
.slot--article-attachments .tws-article-attachments tr {
	display: block;
}
.slot--article-attachments .tws-article-attachments tbody, .slot--article-attachments .tws-article-attachments table  {
	max-width: 1000px;
  text-align: left;
}
.fabrikk--border {
	display: none;
}
.slot--article-description .tws-article-description--text-container {
	max-height: none;
}
.tws-article-attachments--title {
	display: none;
}

/* Container (keep latest version) */
.container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 0px;
}

/* Columns (keep latest properties) */
.column {
  flex: 1;
  height: 1400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
  padding: 20px;
  border-radius: 0px;
}

/* Product Groups (keep all original styles) */
.product-groups h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.product-groups h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}

.product-groups {
		transition: all 0.4s ease-in-out; /* Ensures smooth in and out */
}

.product-groups:hover {
  background-color: rgba(176, 227, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
}

.product-list {
  overflow-y: auto;
  padding-right: 0px;
  padding-top: 10px;
  flex: 1; /* Keep latest scroll behavior */
}

.product-groups .clickable-item {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 18px;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 15px;
}

.product-groups .clickable-item:hover {
  background-color: rgba(176, 227, 255, 0.6);
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-decoration: underline;
}

.product-groups .clickable-item i {
  margin-right: 10px;
  font-size: 14px;
  color: #d7e1ec;
}

.product-groups .product-image {
  width: 50px; /* Adjust width as needed */
  height: auto;
  border-radius: 5px;
  margin-right: 15px; /* Space between image and text */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Optional shadow for the image */
}

/* Publications (keep all original styles) */
.publications h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.publications h3 {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}

.publications-list {
  overflow-y: auto;
  padding-right: 10px;
  padding-top: 10px;
  flex: 1; /* Keep latest scroll behavior */
}

.publications:hover {
  background-color: rgba(176, 227, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
}

.publications {
		transition: all 0.4s ease-in-out; /* Ensures smooth in and out */
}

.publication-item {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 18px;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 15px;
}

.publication-item:hover {
  background-color: rgba(176, 227, 255, 0.6);
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-decoration: underline;
}

.publication-item i {
  margin-right: 10px;
  font-size: 14px;
  color: #d7e1ec;
}

.journal-cover {
  width: 50px; /* Adjust as needed */
  height: auto;
  border-radius: 5px; /* Optional rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}


/* Image containers (keep latest version) */
.image-container, .full-width-image {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.image-container img, .full-width-image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.6s ease-in-out;
  display: block;
}

.image-container img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
  cursor: pointer;
  
}

.full-width-image {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
body {
  font-family: 'Roboto', sans-serif;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}
/* Center the container and ensure content spans full width */
body:not(.startpage) .fabrikk--content-wrapper {
    width: 1170px; /* Fixed width */
    margin: 0 auto; /* Center the container */
    padding: 0 15px; /* Optional padding for spacing */
    box-sizing: border-box; /* Include padding in the width */
}

/* Ensure content spans the full width of the container */
body:not(.startpage) .fabrikk--content-wrapper > * {
    width: 100%; /* Make child elements span full width */
    max-width: 100%; /* Prevent overflow */
    text-align: left; /* Align text to the left */
}


/* visited articles fix */
body:not(.startpage) .tws-articles-two{
    width: 1000px; /* Fixed width */
    margin: 0 auto; /* Center the container */
    padding: 0 15px; /* Optional padding for spacing */
    box-sizing: border-box; /* Include padding in the width */
}

body:not(.startpage) .tws-articles-two > * {
    width: 100%; /* Make child elements span full width */
    max-width: 100%; /* Prevent overflow */
    text-align: left; /* Align text to the left */
}

.footer {
  background-color: #000;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

.footer-content {
  max-width: 800px;
  margin-left: 410px;
}