body{
	
}

@media screen and (min-width: 601px) {
.slidertitle{

	}
.slidertext{
	
	}
}

@media screen and (max-width: 600px) {
.slidertitle{
		font-size:15px;
	}
.slidertext{
		font-size:8px;
	}
}


.readmorebutton{
	border:solid 2px black;
	background-color:white;
	border-radius:4px;
	transition: 0.3s;
}
.readmorebutton:hover{
	border:solid 2px black;
	background-color:black;
	border-radius:4px;
	color:white;
	transition
}
.imagerowfix{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.ulicon{
	padding-left:0;
	list-style-type: none;
}
.emailbutton{
	text-decoration:none;
	color:#a5a5a5;
}
.emailbutton:hover{
	text-decoration:none;
	color:white;
}
.footerbutton{
	text-decoration:none;
	color:#a5a5a5;
}
.footerbutton:hover{
	text-decoration:none;
	color:white;
}
.buttonbig{
	background-image:url('../images/sliderbackground.jpg');
	background-position:center;
	background-repeat:none;
	color:white;
	text-decoration:none;
	transition: 0.3s;
}
.buttonbig:hover{
	background-image:none;
	background-color:#F08519;
	color:white;
	text-decoration:none;
}
.steelbackground{
	background-image:url('../images/sliderbackground.jpg');
	background-position:center;
	background-size:cover;
	background-repeat:none;
}
.produkback{
	background-position:center;
	background-size:cover;
	background-repeat:none;
	height:300px; 
	color:white;
}
.row2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.produklink{
	text-decoration:none;
	color:black;
	
}
.produklink:hover{
	text-decoration:none;
	color:#F08519;
	
}

.footerbutton{
	text-decoration:none;
	color:#a5a5a5;
}
.footerbutton:hover{
	text-decoration:none;
	color:white;
}