@charset "utf-8";
@media screen and (max-width: 1024px) {
	.body {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 1024px) {
	.body {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
}
/*dpr2-375*/
@media screen and (max-width: 375px) {
	.body {
		font-size: 10px;
	}
}
/*dpr2-768*/
@media screen and (min-width: 376px) and (max-width: 768px) {
	.body {
		font-size: 12px;
	}
}
/*dpr1-1024*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.body {
		font-size: 0.7rem;
	}
}
/*dpr1-1920*/
@media screen and (min-width: 1025px) and (max-width: 1920px) {
	.body {
		font-size: 1rem;
	}
}
/*dpr1-1920+*/
@media screen and (min-width: 1921px) {
	.body {
		font-size: 1.1rem;
	}
}
@media screen and (max-aspect-ratio: 10/16) {
	.bodybg {
		background-image: url(https://www.roller-cutter.com/img/bodybg-9-16.jpg);
	}
}
@media screen and (min-aspect-ratio: 11/16) and (max-aspect-ratio: 9/10) {
	.bodybg {
		background-image: url(https://www.roller-cutter.com/img/bodybg-3-4.jpg);
	}
}
@media screen and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 16/10) {
	.bodybg {
		background-image: url(https://www.roller-cutter.com/img/bodybg-4-3.jpg);
	}
}
@media screen and (min-aspect-ratio: 16/11) {
	.bodybg {
		background-image: url(https://www.roller-cutter.com/img/bodybg-16-9.jpg);
	}
}
body {
    width: 100%;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-decoration: none;
    text-indent: 0;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
	opacity: 0.96;
	text-align:justify;
	background-color: #000000;
}
.bodybg {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #333333;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    position: fixed;
    opacity: 0.4;
}
.body {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
    display: flex;
    flex-direction: column;
	justify-content: center;
    background-color: #eeeeee;
	box-shadow: 0.2em 0.2em 1em #666666 , -0.2em -0.2em 1em #666666;
	z-index: 100;
}
header {
	width: 96%;
    margin: 0;
    padding-right: 4%;
	font-size: 0.9em;
	font-style: italic;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	background-color: #ffcc00;
}
.headerbg {
	width: 6em;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 1rem;
	margin-bottom: 1rem;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	flex-shrink: 0;
	position: relative;
}
.headerbg:before {
	content: "";
	padding-top: 100%;
	display: block;
}
.headerbg p {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 30%;
	left: 110%;
	font-size: 1.8em;
	white-space:nowrap;
}
header .language {
	position: absolute;
	top: 10%;
	right: 3%;
}
header .language select {
	font-size: 1em;
	position: relative;
}
header .language option {
	font-size: 1em;
}
header .headcontact {
	padding-bottom: 1em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-end;
	flex-shrink: 1;
	flex-grow: 1;
}
header .instant {
	margin-right: 2%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}
header .instant li {
    width: 2.4em;
	height:2.4em;
    margin-left: .5em;
	margin-right: 0.5em;
    padding: 0;
    background-size: 100% 100%;
    position: relative;
    border: 1px solid #ffffff;
    border-radius: 0.6em;
}
header .instant li:hover {
    border: 1px solid #ff0000;
	transition: border 0.5s;
}
header .instant .facebook {
    background-image: url(../img/facebook.gif);	
}
header .instant .linkedin {
    background-image: url(../img/linkedin.gif);	
}
header .instant a {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
header .instant a:before {
	content: "";
	padding-top: 100%;
	display: block;
}
nav {
	width: 100%;
    margin: 0;
    padding: 0;
	background-color: #333333;
	color: #FFFFFF;
}
.imgshow {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.content {
    width: 100%;
    margin: 0;
    padding: 0;
}
.content .cont-product {
	display: flex;
	width: 94%;
	margin: 3%;
	padding: 0;
	flex-wrap: wrap;
}
.content .txt-description {
	width: 94%;
	padding: 3%;
}
.bottom {
	width: 100%;
	display: inline-flex;
	padding-top: 1%;
	padding-bottom: 1.5%;
	background-color: #ffcc00;
}
.bottom-left {
	width: 15%;
}
.copyright {
	width: 70%;
	padding-top: 1%;
	padding-bottom: 1.5%;
	text-align: center;
}
.copyright p {
	margin: 0.2em;
	padding: 0px;
}
.language2 {
	width: 15%;
	font-size: 90%;
	text-align: center;
	align-items: center;
	display: flex;
}
.language2 ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: table;
}
.language2 ul li {
	padding: 1px;
	margin: 1px;
	display: inline-block;
	border: 1px solid #000000;
}
ul {	
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}
a  {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
	transition: color 0.5s;
}
a:active {
    color: #FFFF00;
	transition: 0;
}
.a-doc a {
	text-decoration: underline;
}
h1 {
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
	text-align: center;
}
h2 {
    font-size: 1.1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0;
}
tr {
	text-align: center;
}
.redtitle {
    color: #FF0000;
}
.clear {
    clear: left;
}
