.fabrikk--footer-right .tws-react-img {
	display: none !important;
}

.fabrikk--back-to-top {
	margin: 0 0!important;
  margin-bottom: 50px;
}

.tws-vertical-menu--custom-link a, .tws-vertical-menu .tws-vertical-menu--root-level>li>.tws-vertical-menu--articlegroup-wrapper>.tws-vertical-menu--articlegroup {
   font-size: 14px;
   font-weight: 400;
}

.tws-vertical-menu--level .tws-vertical-menu--articlegroup, .tws-article-introduction--text,.slot--article-description .tws-article-description--text {
    font-size: 14px;
  font-weight: 400;
}
.slot--article-description .tws-article-description--text-container {
   max-height: initial;
}

.tws-article-description--show-more > button {
   display: none;
}
p.h2.tws-article-description--heading {
    display: none;
}
.text-image-container {
  	display: flex;
  	align-items: center;
}
.aligned-text {
 		text-align: right;
 		margin-left: auto;
  	margin-right: 20px; 
}
.column-container {
 background-color: #eeeeee;
 display: flex;
 flex-wrap: wrap;
}
.column-custom {
	width: 48%;
  float:left;
	padding: 40px;
}
.column-custom img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.column-custom {
		width: 100%;
	}
}