body{
	padding-right: 0!important;
}

.logo {
	width: 150px;
	margin-top: -10px;
}

.defaultimg {
	background: #1d2a40;
}

.hero-area {
	padding-top:180px;
	background: #1e2c44;
	margin-top: 69px;
	background: url("../upload/slider-3.jpg");
	padding-bottom: 220px;
}

.hero-area h1{
	color: white;
}

.hero-area p {
	color: white;
}
.hero-items {
	margin-top: -50px;
    background: white;
    box-shadow: 5px -2px 20px #00000040;
    border-radius: 3px;
    overflow: hidden;
}
.hero-item {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: white;
	overflow: auto;
	height: 130px;
}
.realfactory-footer-column {
	border-color: #3d4b61!important;
}

.copyright-text {
	color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.examples-area {
	margin-bottom: 40px;
}
.producttype-a {
	color: #e9592c!important;
}

.examples-area h2 {
	font-size: 23px;
}

.flex-nav-prev a{
	text-decoration: none;
}

.flex-nav-next a{
	text-decoration: none;
}

.mega-content a{
	display: block;
	padding: 6px 5px;
	font-size: 14px;
	padding-left: 0px;
	transition: all 200ms;
	width:fit-content;
}

.mega-menu-item a:after {
	float: right;
	margin-left: 18px;
	content: "\f105";
	font-family: fontAwesome;
}
.mega-menu-item a.activeMenu:after {
	color:#cc4c33;
}

.mega-content a:hover{
	padding-left: 5px;
}

.mega-hr{
	margin-left: -30px;
	margin-right: -30px;
}

.menu-cta{
	border-left: 0.5px solid #e6e3e3;
	margin-top: -16px;
	padding-top: 16px;
	margin-bottom: -38px;
}

.wewon h3 {
	color: white;
}

.hero-items > .row > .col-md-3 {
	padding: 0px;
}
.hero-item-first {
	transition: all 200ms;
}

.flip-card {
	height: 100%;
	perspective: 1000px;
	cursor: pointer;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-back {
	color: white;
	transform: rotateY(180deg);
	padding-top: 28px;
}

.flip-card p {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0px;
}

.flip-card-back a {
	color: white;
}

.flip-card-back a:hover {
	color: white;
}

.divider-small {
	background: white;
	width: 20px;
	height: 4px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.5;
}

.card {
	background: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50%;
	border: none;
	cursor: pointer;
}
.card div {
	height: 100%;
	width: 100%;
	color: white;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.card .front {
	text-align: center;
	line-height: 130px;
	font-weight: 600;
	font-size: 17px;
}
.card .back {
	background: white;
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
	margin-top: -130px;
}
.card .back p {
	color: black;
	font-weight: 600;
	text-align: center;
	margin-top: 40px;
	padding-right: 15px;
}
.card-title {
	margin-top: -14px!important;
	font-weight: 300!important;
	color: #f95d3e!important;
	width: 100%!important;
	display: block!important;
	text-align: center;
	padding-right: 15px;
}
.card.flipped {
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
}
.left-fix {
	margin-left: -15px;
}
.menu-container {
	padding-top: 30px;
	padding-bottom: 20px;
}

table select {
	width: 100%;
	background: transparent;
	color: white;
	border: none;
	outline: none;
}

table {
	margin-bottom: 0px;
}

table select option {
	color: black;
}

table td {
	color: black;
}

.found-article{
	padding:0px 20px;
}

.brand-name {
	background: #ffffff;
	color: #22202d;
	margin-right: 2px;
	margin-left: 2px;
	padding: 7px;
	padding-left: 18px;
	padding-top: 14px;
	border-radius: 3px 3px 0px 0px;
	margin-bottom: -2px;
	padding-bottom: 10px;
	font-weight: 600;
}

.aside-filter {
	background: #f9f9f9;
	padding-bottom: 1px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 25px;
	border: 1px solid #f3f3f3;
}

.aside-filter h1{
	font-size: 18px;
	color: #22202d;
	font-weight: 400;
	border-bottom: 1px solid #f3f3f3;
	background: white;
	padding: 15px;
}
.aside-filter h4{
	font-size: 18px;
	color: #22202d;
	font-weight: 400;
	border-bottom: 1px solid #f3f3f3;
	background: white;
	padding: 15px;
}
.categories-aside-filter h1{
	font-size: 18px;
	color: #22202d;
	font-weight: 400;
	border-bottom: 1px solid #f3f3f3;
	background: white;
	padding: 15px;
}
.categories-aside-filter{
	
	background: #f9f9f9;
    padding-bottom: 1px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #f3f3f3;
}
.mother-category {
    padding: 0;
    border: 0px solid #f3f3f3;
    border-radius: 3px;
    padding-bottom: 0px;
    background: #fff;
}
.mother-category p{
	margin-bottom: 0px;
}
.mother-category h1 {
    font-size: 16px;
    color: #22202d;
    margin: 0;
    padding: 15px;
    font-weight: 400;
    border: 1px solid #f3f3f3;
    background: white;
}

.single-brand {
	margin-bottom: 25px;
	background: white;
}

.full {
	background-image: url(/filarkiv/CTA-bg-3.jpg);
	padding-top: 223px;
    padding-bottom: 0;
    position: relative;
    background-attachment: fixed; background-position: center;
	color: white;
	width: 100%;
	z-index: -1;
}

.full h1 {
	color: white;
	font-weight: 400;
	margin-bottom: 3px;
}

.page-content {
	/*margin-top: 290px;*/
	margin-top: 0;
	background: white;
	box-shadow: 0px -6px 5px rgba(0,0,0,0.01);
}

.search-field {
	background: white !important;
	/*border: none!important; */
	color: black !important;
	border-radius :14px;
	border:1px solid;
	padding-left:12px;
}

.search-field::placeholder {
	color: black;
}

.search-button {
	border: none!important;
	background: transparent!important;
	outline: none!important;
	color: white;
	display: inline;
    cursor: pointer;
}

.about-us-title {
	font-size: 40px;
	text-align: center;
}

.advanced-search {
	position: absolute;
	background: white;
	padding: 20px;
	width: 310px;
	border-radius: 3px;
	margin-top: 19px;
	box-shadow: 0px 0px 5px 3px #0000000a;
	display: none;
}

.advanced-search select {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 3px;
}

.advanced-search button {
	background: #22202d;
	color: white;
	padding: 5px;
	border: none;
	border-radius: 5px;
	width: 100%;
}

.skjul {
	color: red;
	padding-top: 5px;
	cursor: pointer;
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	margin-top: -30px;
	margin-bottom: 20px;
	margin-left: -10px;
}

.search-image {
	padding-left: 30px;
}

.search-title {
	font-size: 18px!important;
	color: #e9592c!important;
	margin: -15px!important;
	margin-bottom: -4px!important;
	padding: 15px!important;
	font-weight: 400!important;
	border-bottom: none!important;
	background: white!important;
}

.search-section-title {
	background: white;
	clear: both;
	overflow: auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #f3f3f3;
}

.search-text {
	padding-right: 30px;
}

.search-result-title {
	font-size: 18px!important;
	margin-bottom: 5px!important;
	margin-top: 5px!important;
	color: #22202d!important;
}
.information-title {
	font-size: 20px!important;
	margin-bottom: 0;
	background: white;
	padding: 15px;
	margin-left: 1px;
	margin-right: 1px;
}

.articles-content-holder {
	padding-top: 35px;
	background: white;
}

.hero-buttons-container {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: -340px;
}

.hero-buttons-container .flex-nav-prev{
	display: none;
}

.hero-buttons-container .flex-nav-next{
	display: none;
}

.hero-buttons-container .gdlr-core-image-overlay {
	background-color: rgb(247, 247, 247)!important;
}

.hero-buttons-container .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title {
	padding-top: 25px;
}

.slider-left{
	color: white;
	top: 45%;
	position: absolute;
	padding-left: 70px;
	cursor: pointer;
	font-size: 60px;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
}

.slider-right{
	color: white;
	top:45%;
	position: absolute;
	right: 70px;
	cursor: pointer;
	font-size: 60px;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
}

.slider-text-holder{
	position: absolute;
	top: 270px;
	width: 100%;
	color: white;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
}

.slider-text-holder p{
	padding-right: 50px;
}

.slider-title{
	color: white!important;
}

.selectors-products {
	padding: 25px;
	padding-top: 0px;
}

.selectors-products .form-control {
	margin-bottom: 15px;
}

.selectors-products button {
	background: #043658;
	color: white;
	border: none;
}

.box-hero{
	background:white;
	color:black;
	padding: 20px;
	border-right: 0.5px solid #e2e2e2;
	text-align: center;
}

.box-hero-last{
	border-right: 0px!important;
}

.box-hero-title{
	font-size: 19px!important;
	text-transform: uppercase;
}

.box-hero a{
	margin-bottom: 0px!important;
	display: block;
	color: #e9592c!important;
}

.seo-text-holder{
	margin-top: 50px;
}

.seo-text-holder h2{
	font-size: 20px;
}

.static-results-a{
	color: #e9592c!important;
}

.table-separator{
	height: 20px;
}

.table-subcategory{
	height:20px;
	color: white!important;
	background-color: #043658!important;
}

.table-subcategory td{
	color: white;
	border:none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}

.login-modal{
	position: fixed;
	z-index: 9999;
	background: #000000eb;
	color: white;
	width: 100vw;
	height: 100vh;
	display: none;
}

table {
	border: none;
	border-collapse:collapse;
}

table tr th{
	border: 0px solid #f7f4f4;
}

table tr td {
	border: 1px solid #f3f3f3;
	border-top: 0; border-bottom: 0; 
}

.full-product-hero{
	background-image: url("/html/img/products-hero-new.jpg");
}

.full-product-brand-hero{
	background-image: url("/html/img/products-brand-hero.jpg");
}

.full-product-category-hero{
	background-image: url("/html/img/products-anvendelse-hero.jpg");
}

.full-product-anvendelse-hero{
	background-image: url("/html/img/products-anvendelse-hero.jpg");
}

.product-godkendelser{
	/*float: right;
	margin-top: -60px; */
	margin-top: 20px;
    display: block;
}

.image-holder {
	background: white;
	border: 1px solid #f3f3f3;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.image-holder-small {
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-title {
	font-size: 16px!important;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	padding-top: 15px;
}

.login-modal-opener,
.register-modal-opener{
	cursor: pointer;
	margin-top: 15px;
	display: inline-block;
}

.login-holder input{
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.login-holder input[type=checkbox] {
	width: auto !important;
	margin-bottom: 0 !important;
	margin-right: 7px;
}

.login-holder select{
	width: 100%;
	margin-bottom: 20px;
}

.login-header{
	text-align: center;
}

.login-header p{
	margin-top: 15px;
}

.login-btn{
	width: 48%;
	outline: none;
	border: none;
	padding: 6px;
	margin-right: 20px;
	background-color: #e9592c;
	color: white;
}

.register-btn{
	width: 100%;
	outline: none;
	border: none;
	padding: 6px;
	margin-right: 20px;
	background-color: #e9592c;
	color: white;
}

.register-switch,
.login-switch{
	display: inline-block;
	cursor: pointer;
}

.login-close{
	font-size: 20px;
	cursor: pointer;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
}

.login-box{
	display: none;
	background-color: white;
	color: black;
	width: 440px;
	padding: 30px 50px;
	margin: 0 auto;
	margin-top: 5vh;
	border-radius: 11px;
	max-width: 85vw;
}

.register-box{
	display: none;
	background-color: white;
	color: black;
	width: 615px;
	padding: 30px 50px;
	margin: 0 auto;
	margin-top: 5vh;
	border-radius: 11px;
	max-width: 85vw;
}
.forgot-box{
	display: none;
	background-color: white;
	color: black;
	width: 440px;
	padding: 30px 50px;
	margin: 0 auto;
	margin-top: 5vh;
	border-radius: 11px;
	max-width: 85vw;
}
.reset-box{
	display: none;
	background-color: white;
	color: black;
	width: 440px;
	padding: 30px 50px;
	margin: 0 auto;
	margin-top: 5vh;
	border-radius: 11px;
	max-width: 85vw;
}

.carousel-item{
	background-size: cover;
	background-repeat: no-repeat;
	height: 820px;
	background-position: right;
}

.realfactory-mobile-menu .realfactory-mobile-menu-button {
	border: none!important;
	padding-top: 10px;
}

.ml30 {
	margin-left: 30px;
}

.search-form {
	height: 0px;
}

.textwidget > p > i {
	display: block;
	margin-bottom: 15px;
}

.product-table{
	margin-top: 25px;
}

li{
	/*word-break: break-all;*/
}

@media(max-width: 1400px){
	.slider-text-holder {
		margin-left: 81px;
	}
	.advanced-search {
		right: 0px;
	}
	.arrow-up {
		margin-left: 260px;
	}
}

@media (max-width: 1199.98px) {
	.new-line{
		display: block;
	}

	.box-hero-title {
		font-size: 15px!important;
	}
}

@media only screen and (max-width: 1140px) {
	.hide-on-mobile {
		display: none;
	}
	.search-field {
		width: 60px;
	}

}

@media (max-width: 991.98px) {
	.slider-text-holder {
		margin-left: 58px;
		top: 190px;
	}

	.slider-right,
	.slider-left {
		top: 33%;
	}

	.carousel-item {
		height: 730px;
	}

	.slider-text-holder p {
		padding-right: 120px;
	}

	.box-hero-title {
		font-size: 15px !important;
		min-height: 35px;
	}
	.ml30 {
		margin-left: 0px;
	}

	.text-sm-center {
		text-align: center;
	}

	.advanced-search {
		position: fixed;
		z-index: 9999;
		width: 100vw;
		height: 100vh;
		top: 55px;
		box-shadow: none;
		border-top: 0.5px solid #e6e6e6;
		border-radius: 0;
		display: none;
	}
	.arrow-up {
		display: none;
	}
	.full {
		position: relative;
	}
	.page-content {
		margin-top: 0px;
	}
}

@media (max-width: 767.98px) {
	.producttype-a {
		display: inline-block;
	}

	.slider-left {
		padding-left: 20px;
	}

	.slider-right{
		right:23px;
	}

	.slider-text-holder {
		margin-left: 0px;
		text-align: center;
		top: 40px;
	}
	.slider-text-holder p {
		padding: 0px;
	}
	 #carouselExampleIndicators {
	 height:630px;
	 }
	.carousel-item {
		height: 555px;
	}
	
	.slider-left,
	.slider-right {
		display: none;
	}

	.product-related-title{
		margin-bottom: 33px!important;
	}

	.other-products-table{
		margin-bottom: 25px;
	}
}

@media (max-width: 575.98px) {
	.login-box {
		padding: 30px 23px;
	}

	.login-close {
		margin-right: -9px;
	}

	.login-btn {
		width: 100%;
		margin-bottom: 18px;
	}

	.register-btn {
		margin-bottom: 18px;
	}

	.register-box {
		padding: 30px 23px;
		max-height: 80vh;
		overflow: auto;
	}

}
.search-mobile-popup{
	    width: 100%;
    border-color: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 7px;
	color:black !important;
}
ul.sub-menu.lim-sub li {
    margin-left: 10px;
}
.mega-menu-item.limmenu>a:after {
    float: right;
    margin-left: 18px;
    content: "\f078";
    font-family: fontAwesome;
	font-size:10px;
}
.pmenu ul{
	display:block !important;
}
.slider{
	padding:15px;
	border-bottom: 1px solid gray;
}

input[type='range'] { 
  width: 100%;
}
span.rangeto{
	float:right;
}
.ui-slider-handle{
   /* width: fit-content !important;
    color: black !important;
    text-align: center !important;
	padding: 0px 4px 20px; */
}
.ui-state-active, .ui-widget-content .ui-state-active{
	border : 1px solid gray !important;
	background : lightblue !important;
	font-weight:normal !important;
}
.filter-buttons{
	margin-top:20px;
}
select option[disabled] {
    background: #e2dfdf;
    color: #afa7a7;
}
.gd-logos {
    width: 45%;
    float: left;
    min-height: 113px;
    font-size: 10px;
    margin-left: 2px;
	text-align:center;
}
.modal-body.calculator h2{
	font-size:25px;
}
.calcbtn{
	background: #1e70b7 !important;
    color: white !important;
    font-size: 14px !important;
	width:93%;
	border-radius: 10px !important;
	
}
.calcbtn:hover{
	color:white;
}
#header-fixed {
    position: fixed;
    top: 126px; 
	display:none;
    background-color:white;
	z-index:999;
}
.tbl-main-head.stickyhead{
	top:75px;
	position:fixed;
	z-index:999;
}
.left-sub{
	padding-left:20px;
}
.left-sub a:after{
	    float: right;
    margin-left: 18px;
    content: "\f105";
    font-family: fontAwesome;
}
.left-sub a.activeMenu:after{
	color: #cc4c33;
}
#slider-range-potlife,#slider-range-functionfast,#slider-range-flud,#slider-range-maximum {
    background: #fff;
    height: 8px !important;
}
#range-slider{
	background: #043658;
	height : 9px !important;
}
#slider-range-maximum{
	background: #043658;
}
#slider-range-potlife .ui-widget-header,#slider-range-functionfast .ui-widget-header,#slider-range-flud .ui-widget-header{
	    background: #043658;
}
#slider-range-maximum .ui-widget-header{
	background : #fff;
}
 #slider-range-potlife .ui-slider-handle,#slider-range-functionfast .ui-slider-handle,#slider-range-flud .ui-slider-handle,#slider-range-maximum .ui-slider-handle{
    font-size: 14px;
    border-radius: 50%;
    outline: none;
    border: 8px solid #fff;
    width: 24px;
    height: 24px;
    background: #043658;
    top: -8px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}
.noUi-handle.noUi-handle-lower {
    font-size: 14px;
    border-radius: 50%;
    outline: none;
    border: 8px solid #fff;
    width: 24px;
    height: 24px;
    background: #043658;
    top: -8px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}
.single-brand.same-category-table #header-fixed {
    top: 75px;
}
h2.breadcrumb-head{
	font-size: 52px;
	color: white;
    font-weight: 400;
    margin-bottom: 3px;
}
@media only screen and (max-width: 1919px){
	.register-box{
		overflow: auto;
		height: 90vh;
	}
	
.register-box::-webkit-scrollbar {
  width: 4px;
}


.register-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 10px;
}
 

.register-box::-webkit-scrollbar-thumb {
  background: #838383; 
  border-radius: 10px;
}


.register-box::-webkit-scrollbar-thumb:hover {
  background: #b3000;

}
}
.forgot-box-error,.reset-box-error{
	color: red !important;
}
.forgot-box-error{
	color: green;
}
.reset-success{
	display: none;
}
.reset-success h3 {
    font-size: 15px;
    color: green;
}
.reset-success h3 span {
    color: #e9592c;
    text-decoration: underline;
}
.reset-expired h3 {
    color: red;
    font-size: 15px;
}

.reset-expired h3 span {
    color: green;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
}
.forgot-box-success{
	color: green;
}