@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(../fonts/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(../fonts/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}





body {
margin: 0;
font-family: 'Open Sans', sans-serif;
background-color: rgb(255, 255, 255);
}

.body_lock {
overflow: hidden;
}


input, textarea, select {
font-family:inherit;
color: #555;
}


strong {
font-weight: 600 !important;
}


#categtiles, 
#categtiles_prod {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#categtiles > *, 
#categtiles_prod > * {
    float: none!important;
}



/* MIN WIDTH 1800PX */
@media screen and (min-width: 1800px) {

/* Container */
#container {
width: 100%;
height: auto;
overflow: hidden;
padding: 0px;
margin: 0 auto;
/*border: 1px dashed #0F0;*/
}




/* Header */
#header {
width: 100%;
height: 110px;
padding-top: 10px;
position: relative;
/*border: 1px dashed #F00;*/
}




#task {
width: 330px;
height: 35px;
position: absolute;
right: 0;
top: 10px;
z-index: 555;
}

.task_div {
float: left;
margin-right: 15px;
}

.task_div a {
color: #888;
text-decoration: none;
font-size: 16px;
}

#search {
width: 445px;
height: 35px;
float: right;
color: #444;
/*border: 1px dashed #606;*/
}

#searchterm {
width: 390px;
height: 30px;
color: #444;
border-style: none;
border-bottom-style: none;
font-size: 16px;
border-bottom: 1px solid #18a7e6;
/*border: 1px dashed #606;*/
}

#language {
width: 120px;
height: 35px;
float: right;
color: #444;
margin-top: 8px;
font-size: 16px;
/*border: 1px dashed #606;*/
}


#header_m {
display: none;
}

#searchbox_m {
display: none;
}

#header .search-box {
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
max-height: 0;
-webkit-transform: translateY(100%);
	  transform: translateY(100%);
background-color: #efefef;
transition: all 0.3s;
}
#header .search-box .search-input {
width: 100%;
height: 100%;
padding-left: 405px;
border: 0;
background-color: transparent;
opacity: 0;
color: #009de1;
}
#header .search-box .search-input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.4);
}
#header.show .search-box {
max-height: 40px;
z-index: 999999;
}
#header.show .search-box .search-input {
opacity: 1;
}





#logomenu {
width: 100%;
height: 80px;
position: absolute;
left: 0;
bottom: 20px;
z-index: 444;
/*border: 1px dashed #360;*/
}


#logo {
width: 310px;
height: 80px;
float: left;
margin-left: 30px;
/*border: 1px dashed #03F;*/
}

#logo img {
width: 200px;
margin-top: 20px;
}




#menu {
width: 1050px;
height: 40px;
float: left;
margin-top: 40px;
margin-left: 45px;
/*border: 1px dashed #CC3;*/
}

#mobilenav {
display: none;
}


#menu ul {
width: 1050px;
height: 40px;
list-style: none;
margin: 0px;
padding: 0px;
position: relative;
z-index: 5000;
}

#menu ul li {
padding: 12px 20px 200px 20px;
cursor: pointer;
float: left;
margin: 0px;
}



#menu ul li:hover {
}

#menu ul li a {
color: #444;
text-decoration: none;
font-size: 18px;
display: block;
}


#menu ul li:hover ul:nth-of-type(1), #menu ul li:hover ul:nth-of-type(2) {
display: block;
}




.menuen ul li ul:nth-of-type(1) {
display: none;
width: 400px !important;
height: 250px !important;
position: absolute !important;
top: 35px;
left: -600px;
padding: 10px 0px 20px 610px !important;
border-top: 13px solid transparent;
z-index: 99999999999999 !important;
background-clip: padding-box;
background-color: #ebf0f5;
}

.menuen ul li ul:nth-of-type(2) {
display: none;
width: 400px !important;
height: 250px !important;
position: absolute !important;
top: 35px;
left: 410px;
padding: 10px 800px 20px 0px !important;
border-top: 13px solid transparent;
z-index: 99999999999999 !important;
background-clip: padding-box;
background-color: #ebf0f5;
}




.menude ul li ul:nth-of-type(1) {
display: none;
width: 390px !important;
height: 250px !important;
position: absolute !important;
top: 35px;
left: -600px;
padding: 10px 0px 20px 610px !important;
border-top: 13px solid transparent;
z-index: 99999999999999 !important;
background-clip: padding-box;
background-color: #ebf0f5;
}

.menude ul li ul:nth-of-type(2) {
display: none;
width: 390px !important;
height: 250px !important;
position: absolute !important;
top: 35px;
left: 400px;
padding: 10px 800px 20px 0px !important;
border-top: 13px solid transparent;
z-index: 99999999999999 !important;
background-clip: padding-box;
background-color: #ebf0f5;
}



.submenuone {
}

.submenutwo {
}


#menu ul li ul li{
width: auto;
padding: 10px 10px;
cursor: pointer;
margin: 0px;
float: none;
}

#menu ul li ul li a {
color: #222;
text-decoration: none;
font-size: 16px;
display: block;
}

#menu ul li ul li:hover {
background-color: #dfe6ed;
}

#magic-line {
position: absolute;
bottom: -8px;
background: #009de1;
float: none !important;
padding: 0px !important;
z-index: 0 !important;
}




#banner {
width: 100%;
height: auto;
max-height: 130px;
}

#banner img {
width: 100%;
height: auto;
max-height: 130px;
}



#slider {
width: 100%;
height: 500px;
overflow: hidden;
position: relative;
}


#slider_static_outer {
width: 1745px;
height: 500px;
margin: 0 auto;
position: relative;
}

.slider_block {
position: absolute;
right: 0px;
bottom: 0px;
height: 440px;
z-index: 80;
}

.slider_block_outer {
position: relative;
width: 465px;
height: 400px;
padding: 45px 10px 0px 65px;
overflow: hidden;
}

.slider_block_outer::after {
content: '';
position: absolute;
width: 800px;
height: 800px;
top: -205px;
left: 91px;
background-color: rgba(255,255,255,.8);
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}

.slider_block_outer div {
margin-bottom: 15px;
font-size: 20px;
color: #555;
}

.slider_block_outer div:nth-of-type(3) {
margin-top: 25px;
}

.slider_block_outer div a {
text-decoration: none;
font-size: 20px;
color: #555;
}

.slider_block_outer .expo_name {
color: #009de1;
font-size: 18px;
padding-left: 10px;
}

.slider_block_outer .expo_content {
}

.slider_block_outer .expo_content p {
color: #555;
font-size: 16px;
}

.slider_block_outer .expo_content p a {
color: #555;
font-size: 16px;
text-decoration: underline;
}


#slider_slides_m {
display: none;
}

#slider_slides {
position: absolute;
left: 0;
top: 0;
width: 100%;
}


.sliderslide {
overflow: hidden;
width: 100%;
height: 500px;
overflow: hidden;
position: relative;
}

.sliderslide_m {
display: none;
}

.slider_img {
width: 100%;
height: 500px;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
}

.slider_outer {
width: 1745px;
height: 500px;
margin: 0 auto;
position: relative;
}

.slider_inner {
position: absolute;
left: 0px;
bottom: 0px;
width: 490px;
height: 280px;
background-color: #FFF;
padding: 25px;
}

.slider_link {
text-decoration: none;
}

.slider_name {
font-size: 28px;
color: #009de1;
height: 25px;
}

.slider_content {
font-size: 20px;
color: #555;
height: 230px;
position: relative;
}

.slider_button {
position: absolute;
bottom: 0;
left: 0;
width: 485px;
height: 20px;
color: #009de1;
border: 2px solid #009de1;
font-size: 20px;
text-align: center;
padding: 10px 0px;
}



#slider_news {
height: 180px;
overflow: hidden;
position: absolute;
top: 0;
}

#slider_news .slider_content p, #slider_news .slider_content p span {
color: #009de1 !important;
font-size: 18px !important;
}

#slider_news ul {
	list-style: none;
	margin-left: -40px;
}

#slider_news ul li {
color: rgb(50,50,50);
font-size: 16px;
}

#slider_news ul li span {
color: rgb(50,50,50);
font-size: 16px !important;
}




#slider_expo {
height: 260px;
width: 450px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 5px;
border-top: 1px solid #666;
padding: 10px 10px 0px 60px
}

#slider_expo_heading {
color: #009de1;
font-size: 18px;
}

#slider_expo .expo_content {
	font-size: 16px !important;
}

#slider_expo .expo_content p {
	line-height: 10px !important;
}


/* Content */
#content {
width: 100%;
height: auto;
background-color: rgb(255, 255, 255);
/*border: 1px dashed #666;*/
}

#mobileexpo {
display: none;
}

#contentouter {
width: 1800px;
margin: 0 auto;
padding: 15px 10px 0px 10px;
background-color: #f0f0f0;
box-shadow: 5px 5px 15px rgba(40, 40, 40, .5);
overflow: hidden;
/*background-image: url("../img/bg.png");
background-position: bottom;
background-repeat: no-repeat;
background-size: contain;*/
position: relative;
z-index: 20;
}

#contentouter::after {
content: "";
background-image: url("../img/bg.png");
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
left: 0;
bottom: 0;
top: 0;
right: 0;
position: absolute;
z-index: -1;
}


/* Breadcrumbs */
#breadcrumbs {
width: 1500px;
margin: 10px 0px -15px 30px;
height: 25px;
color: #555;
font-size: 18px;
}

#breadcrumbs a {
color: #009de1;
font-size: 18px;
text-decoration: none;
}


#contentmiddle {
width: 1620px;
margin: 25px 20px 25px 30px;
position: relative;
}

#contentmiddle:before {
box-shadow: 3px 25px 10px #111;
content: '';
width: 1750px;
left: 0px;
position: absolute;
bottom: 20px;
height: 1px;
}

#contentmiddle:after {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: -100px;
width: 1px;
}

#contentinner {
width: 1620px;
padding: 15px 60px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
}

#contentinner::after {
content: '';
position: absolute;
width: 10000px;
height: 10000px;
top: -2310px;
left: 91px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}

/*#contentinner::after {
content: '';
border: 0 solid transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: rgba(255, 255, 255, 0);
position: absolute;
left: 20px;
top: -20px;
z-index: 1;
-webkit-transform: rotate(270deg);
border-bottom-width: 100px;
border-right-width: 60px;
border-right-color: #f0f0f0;
}*/

.contentinner_header {
width: 1630px;
margin-left: 50px;
border-bottom: 1px solid rgba(80,80,80,.3);
height: 30px;
margin-top: 30px;
margin-bottom: 10px;
}



.contentsection {
padding: 15px 50px;
}

.contentsection a {
color: #009de1;
text-decoration: none;
}

h0 {
color: #009de1;
font-size: 60px;
font-weight: 400;
margin-bottom: 40px;
text-transform: uppercase;
margin-top: 0px;
}

h1 {
color: #555;
font-size: 30px;
font-weight: 300;
margin-top: 15px;
width: 1600px;
margin-left: 50px;
border-bottom: 1px solid rgba(80,80,80,.3);
height: 45px;
}

h2 {
color: #555;
font-size: 22px;
font-weight: 300;
margin-top: 0px;
margin-bottom: 20px;
}


p {
color: rgb(50,50,50);
font-size: 18px;
line-height: 28px;
}

#message .fas, #jsmessage .fas {
color: rgb(245, 119, 119);
}

#jsmessage {
display: none;
}


.fas {
color: #009de1;
margin-left: 5px;
}






/* Footer */
#footer {
width: 100%;
height: 40px;
padding: 10px 20px;
background-color: rgb(153,153,153);
}

#footermenu {
width: 1100px;
height: 40px;
margin: 0 auto;
background-color: rgb(153,153,153);
}

#footermenu ul {
width: 100%;
height: 100%;
overflow: hidden;
list-style: none;
margin: 0px;
padding: 0px;
text-align: center;
}

#footermenu ul li {
padding: 10px 20px;
cursor: pointer;
display: inline-block;
margin: 0px 4%;
}

#footermenu ul li:first-of-type {
padding: 10px 20px;
cursor: pointer;
display: inline-block;
margin: 0px 4% 0px 0px;
}

#footermenu ul li:last-of-type {
padding: 10px 20px;
cursor: pointer;
display: inline-block;
margin: 0px 0px 0px 4%;
}

#footermenu ul li:hover {
opacity: .8;
}

#footermenu ul li a {
color: #FFF;
text-decoration: none;
font-size: 16px;
display: block;
}












/* Login */
#lousform {
width: 500px;
min-height: 180px;
}

#outerframe #lousform {
background-color: #FFF;
padding: 20px;
min-height: auto;
}

#lousform div, #regverif div {
width: 500px;
min-height: 25px;
margin-bottom: 20px;
overflow: hidden;
}

#lousform label, #regverif label {
width: 220px;
color: #323f4f;
font-size: 16px;
float: left;
font-weight: 300;
}

#lousform input, #regverif input {
width: 250px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
}

#lousform select {
width: 256px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
}

#lousform textarea {
width: 270px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 150px;
resize: vertical;
}



.louspre {
height: 25px !important;
}

.lousinp {
width: 256px !important;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: 25px !important;
}

.formradiodiv {
overflow: hidden !important;
float: right !important;
width: 250px !important;
}

.formradio {
width: 20px !important;
float: left !important;
}


#menulink {
width: 800px;
min-height: 180px;
}

#menulink div {
margin-bottom: 20px;
overflow: hidden;
}

.formboxdiv {
overflow: hidden !important;
float: right !important;
width: 250px !important;
}

#lousform .formbox {
width: 20px;
}

#menulink .formboxrow {
display: block;
height: 44px;
width: 310px !important;
margin-bottom: 0px;
}

.formboxrow {
width: 250px !important;
position: relative;
display: inline-block;
height: 34px;
}

#menulink .formboxrow label {
width: 220px !important;
}

.menulinkmain {
font-weight: bold;
}

.menuselect {
color: #009de1;
}

.formboxrow label { 
width: 160px !important;
float: none !important;
position: absolute;
left: 0;
top: 10px;
}

.formboxrow input { 
opacity: 0;
width: 60px !important;
height: 34px;
z-index: 9999;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}

.formboxslider {
position: absolute;
top: 0;
right: 0;
background-color: #323f4e;
-webkit-transition: .4s;
transition: .4s;
width: 60px;
height: 34px;
}

.formboxslider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

.formboxrow input:checked + .formboxslider {
background-color: #009de1;
}

.formboxrow input:focus + .formboxslider {
box-shadow: 0 0 1px #009de1;
}

.formboxrow input:checked + .formboxslider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}




.buttosubmit {
width: 160px !important;
background-color: rgb(245, 119, 119) !important;
padding: 3px;
border-radius: 0px;
text-decoration: none;
color: #FFF !important;
border: 1px solid rgb(245, 119, 119) !important;
font-size: 16px;
font-weight: 300;
float: right !important;
cursor: pointer;
text-align: center !important;
}

.buttosubmit:hover {
background-color: #FFF !important;
color: rgb(245, 119, 119) !important;
border: 1px solid rgb(245, 119, 119) !important;
}


.buttosubmitwid {
width: auto !important;
background-color: rgb(245, 119, 119) !important;
padding: 3px;
border-radius: 0px;
text-decoration: none;
color: #FFF !important;
border: 1px solid rgb(245, 119, 119) !important;
font-size: 16px;
font-weight: 300;
float: right !important;
cursor: pointer;
text-align: center !important;
}

.buttosubmitwid:hover {
background-color: #FFF !important;
color: rgb(245, 119, 119) !important;
border: 1px solid rgb(245, 119, 119) !important;
}


.buttoa {
width: auto;
text-decoration: none;
color: #323f4f;
font-size: 14px;
font-weight: 300;
cursor: pointer;
}


#pws {
position: relative;
width: 255px !important;
float: right;
}

.password-background {
position: absolute;
height: 25px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
top: 0px;
left: 0px;
z-index:5;
}

#password {
background: none;
position: absolute;
z-index: 10;
}

.strength {
}



#regverif .buttosubmit {
width: auto !important;
float: left !important;
margin-right: 40px;
}


.buttosubmitm {
width: auto !important;
float: left !important;
margin-right: 40px;
}




#teditor {
width: 900px;
min-height: 180px;
overflow: hidden;
padding-right: 50px;
}


.teditorfield {
width: 500px;
min-height: 25px;
margin-bottom: 20px;
overflow: hidden;
}

.formlong {
width: 900px !important;
}
.teditorfield label {
width: 220px;
color: #323f4f;
font-size: 16px;
float: left;
font-weight: 300;
}

.teditorfield input {
width: 250px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
}

.formlong input {
width: 650px !important;
}

.teditorarea {
margin-bottom: 30px;
}

.teditorarea label {
width: 220px;
color: #323f4f;
font-size: 16px;
font-weight: 300;
display: block;
margin: 50px 0px 20px 0px;
}

.teditorarea textarea {
width: 600px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 200px;
resize: vertical;
}

#teditor .buttosubmit {
margin-top: 60px;
}


#sortbutto {
width: auto !important;
float: none !important;
margin-right: 40px;
}







#new {
width: 1000px;
text-align: right;
height: 30px;
margin-bottom: 40px;
}






#srow {
width: 1000px;
height: 35px;
margin-bottom: 10px;
overflow: hidden;
}

#srow form {
float: left;
}

#srow form:nth-of-type(2) {
margin-left: 10px;
}


#srow form input {
width: 110px;
}

.searchbutto {
background-color: transparent;
padding: 2px;
text-decoration: none;
border: none;
font-size: 16px;
font-weight: 300;
cursor: pointer;
text-transform: uppercase;
color: #888;
}

.searchbutto:hover {
}



.userrowgroup {
margin-bottom: 18px;
border-top: 1px dashed #333;
/*border-bottom: 1px dashed #333;*/
width: 1540px !important;
padding-top: 4px;
}

.userrowgroup .userrow {
margin-bottom: 0px !important;
}


.userrowscroll {
width: 1540px !important;
}

#userrow {
width: 1000px;
height: 30px;
margin-bottom: 10px;
overflow: hidden;
font-weight: 300;
color: #0081C7;
}

.userrow {
width: 1000px;
height: 30px;
margin-bottom: 10px;
overflow: hidden;
}

.userrowtemp {
color: #F00 !important;
font-weight: bold;
}

.newmsg {
font-weight: 800;
}

.userid {
width: 40px;
float: left;
margin-right: 10px;
}

.username {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.userfullname {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.usercompany {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.useredit {
width: 125px;
float: left;
margin-right: 10px;
text-align: center;
}

.userfloat {
display: inline-block;
}

.userfloat form {
float: left;
}

#menusortable {
padding: 0px;
}

#menusortable li {
list-style: none;
}

#menusortable .username, #menusortable .userfullname {
cursor: row-resize;
}










#faqform {
width: 900px;
min-height: 180px;
}

.faqformdiv {
width: 900px;
min-height: 25px;
margin-bottom: 10px;
overflow: hidden;
}

.faqformdiv label {
width: 220px;
color: #323f4f;
font-size: 16px;
font-weight: 300;
float: left;
}

#faqform #question {
width: 650px;
}

#faqformlabel {
float: none;
display: block;
margin-bottom: 20px;
}



#faqform textarea {
width: 600px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 200px;
resize: vertical;
}






/* News */
.newsrow {
width: 900px;
height: auto;
overflow: hidden;
margin-bottom: 80px;
}

.newstitle {
width: 900px;
height: auto;
overflow: hidden;
margin-bottom: 2px;
color: #323f4f;
font-size: 30px;
font-weight: 300;
}

.newstitle span {
font-size: 26px;
font-weight: 300;
margin-right: 30px;
}


.newsdate {
width: 200px;
height: 20px;
overflow: hidden;
margin-bottom: 10px;
color: #323f4f;
font-size: 14px;
font-weight: 300;
}

.newscontent {
width: 900px;
height: auto;
overflow: hidden;
color: #323f4f;
font-size: 16px;
font-weight: 300;
}


.newscell {
width: 430px;
margin-right: 20px;
float: left;
}


.newscell  span {
font-size: 26px;
font-weight: 300;
margin-top: 20px;
}



.tac {
text-align: center;
}



.bottom35 {
margin-bottom: 35px;
}

.left25 {
margin-left: 25px;
}



.tabtype {
margin-bottom: 20px;
}

.tabtypeteditorareahide {
display: none;
}





/* Newsblog */
.newsrow_link {
text-decoration: none;
cursor: pointer;
}



#tab_31 .newsrowmiddle, #tab_32 .newsrowmiddle {
width: 1740px;
margin: 25px 20px 25px 30px;
position: relative;
}


#tab_31 .newsrowmiddle:before, #tab_32 .newsrowmiddle:before {
box-shadow: 3px 25px 10px #111;
content: '';
width: 1740px;
left: 0px;
position: absolute;
bottom: 20px;
height: 1px;
}

.newsrowmiddle {
width: 1750px;
margin: 25px 20px 25px 20px;
position: relative;
}

.newsrowmiddle:before {
box-shadow: 3px 25px 10px #111;
content: '';
width: 1750px;
left: 0px;
position: absolute;
bottom: 20px;
height: 1px;
}




.newsrowmiddle:after {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: 20px;
width: 1px;
}



#tab_31 .newsrow, #tab_32 .newsrow {
width: 1620px;
padding: 15px 60px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
}


.newsrow {
width: 1630px;
padding: 15px 60px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
}


.newsrow::after {
content: '';
position: absolute;
width: 5000px;
height: 5000px;
top: -960px;
left: -215px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}



/*
.newsrow {
width: 1140px;
margin: 25px 20px 25px 20px;
background-color: rgb(255, 255, 255);
padding: 30px 60px 20px 60px;
position: relative;
}

.newsrow::after {
content: '';
border: 0 solid transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: rgba(255, 255, 255, 0);
position: absolute;
left: 20px;
top: -20px;
z-index: 1;
-webkit-transform: rotate(270deg);
border-bottom-width: 100px;
border-right-width: 60px;
border-right-color: #f0f0f0;
}
*/

.newsrow_header {
width: 1630px;
margin-left: 25px;
border-bottom: 1px solid rgba(80,80,80,.3);
height: 30px;
margin-top: 10px;
margin-bottom: 10px;
}

.newsrow_header h2 {
color: #555;

}

.newsrow_header h2 span {
color: #009de1;

}

.newsrow_inner {
width: 1630px;
margin-left: 25px;
}

.newsrow_inner a {
text-decoration: none;
color: #009de1;
}

.newsrow_content {
width: 1350px;
float: left;
}

.newsrow_img {
width: 150px;
height: auto;
float: right;
}

.newsrow_img img {
width: 150px;
height: auto;
}


.newsrow_content_long {
width: 1150px;
float: left;
}

.newsrow_img_large {
width: 300px;
height: auto;
float: right;
}

.newsrow_img_large img {
width: 300px;
height: auto;
}

.readmore {
color: #009de1;
}









/* Category Tiles*/
#categtiles {
width: 1800px;
overflow: hidden;
}

.categtile_link {
text-decoration: none;
cursor: pointer;
}

.categtileouter {
position: relative;
width: 540px;
height: 540px;
margin: 30px;
float: left;
}

.categtileouter:before {
box-shadow: 3px 25px 10px #111;
content: '';
width: 540px;
left: 0px;
position: absolute;
bottom: 20px;
height: 1px;
}

.categtileouter:after {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: 20px;
width: 1px;
}

.categtileinner {
width: 500px;
height: 500px;
/*margin: 28px 28px;
padding: 20px 20px 10px 20px;
background-color: rgb(255, 255, 255);
float: left;*/
padding: 20px;
position: relative;
overflow: hidden;
}

.categtileinner::after {
content: '';
position: absolute;
width: 800px;
height: 800px;
top: -210px;
left: 132px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
}

.prodtileinner {
width: 500px;
height: 500px;
/*margin: 28px 28px;
padding: 20px 20px 10px 20px;
background-color: rgb(255, 255, 255);
float: left;*/
padding: 20px;
position: relative;
overflow: hidden;
background-color: #FFF;
}


.prodtile_document {
position: absolute;
top: -10px;
left: -10px;
color: #FFF;
background: transparent;
z-index: 800;
font-size: 20px;
overflow: hidden;
}

.prodtile_document a {
color: #FFF !important;
font-size: 20px;
text-decoration: none;
display: block;
padding: 20px 10px 20px 20px;
}

.prodtileinner::before {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #009de1;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}



.prodtileinner_document {
width: 500px;
height: 500px;
/*margin: 28px 28px;
padding: 20px 20px 10px 20px;
background-color: rgb(255, 255, 255);
float: left;*/
padding: 20px;
position: relative;
overflow: hidden;
background-color: #FFF;
}

.prodtileinner_document::before {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #dad8d8;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}
/*
.prodtileinner::before {
content: 'PDF';
content: "PDF (test.de" attr(href) ") ";
position: absolute;
width: 150px;
height: 48px;
top: 10px;
left: 10px;
color: #FFF;
background: transparent;
z-index: 800;
font-size: 20px;
}


.prodtileinner::after {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #009de1;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}
*/


.categtile {
width: 500px;
height: 500px;
/*margin: 28px 28px;
background-color: rgb(255, 255, 255);
padding: 20px 20px 10px 20px;*/
position: relative;
z-index: 4;
/*float: left;*/
/*box-shadow: -25px -25px 0px 0px #f0f0f0, 5px 5px 15px 0px rgba(40, 40, 40, .5), 5px 5px 15px 0 rgba(40, 40, 40, .5), -25px -25px 0px 0px #f0f0f0;*/
}

.categtile:hover {
opacity: 0.6;
}


/*.categtile::after {
content: '';
border: 0 solid transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: rgba(255, 255, 255, 0);
position: absolute;
left: 0px;
top: -40px;
z-index: 1;
-webkit-transform: rotate(270deg);
border-bottom-width: 100px;
border-right-width: 60px;
border-right-color: #f0f0f0;
}*/

.categtile:hover::after {
border-right-color: #e4e4e4;
}

.categtile_header {
width: 380px;
margin-left: 0px;
padding-left: 80px;
height: 22px;
color: #555;
font-size: 24px;
font-weight: 300;
margin-top: 25px;
margin-bottom: 20px;
padding-top: 20px;
}

.prodtile_header {
width: 420px;
height: 45px;
color: #555;
font-size: 30px;
font-weight: 300;
padding: 10px 0px 10px 75px;
margin: -15px 0px 20px 0px;
border-bottom: 1px solid rgba(80,80,80,.3);
}

.prodtile_header_alt {
width: 420px;
height: 75px;
color: #555;
font-size: 30px;
font-weight: 300;
padding: 10px 0px 0px 75px;
margin: 40px 0px 20px 0px;
}	

.prodtile_tilename {
width: 420px;
height: auto;
margin-left: 0px;
padding-left: 4px;
color: #555;
font-size: 22px;
margin-top: 5px;
margin-bottom: 30px;
}

.prodtile_shortspec {
width: 490px;
color: #555;
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
list-style-type: none;
margin-left: -12px;
}

.prodtile_shortspec_alt {
margin-left: 35px !important;

}

.prodtile_shortspec ul {
list-style-type: none;
}

.prodtile_shortspec ul li {
margin-bottom: 20px;
display: block;
list-style-position: inside;
text-indent: -15px;
}


.prodtile_shortspec ul li:before {
content: '|';
color: #009de1;
margin-right: 5px;
}
.categtile_img {
width: 540px;
height: 100px;
position: absolute;
bottom: -10px;
left: -20px;
}

.categtile_img img {
width: 540px;
height: auto;
}


.prodtile_img {
height: 93px;
width: 540px;
position: absolute;
bottom: -40px;
left: -20px;
overflow: hidden;
}

.prodtile_prodimg {
width: 140px;
height: auto;
float: left;
}

.prodtile_prodimg img {
width: 140px;
height: auto;
}

.prodtile_manuimg {
width: 370px;
height: auto;
float: right;
border-top: 1px solid rgba(80,80,80,.3);
margin-right: 15px;
margin-top: 1px;
}

.prodtile_manuimg img {
width: 200px;
height: auto;
margin: 25px 0px 0px 125px;
}

.prodtile_img_alt {
height: 95px;
width: 540px;
position: absolute;
bottom: 20px;
left: -20px;
overflow: hidden;
}

.prodtile_prodimg_alt {
width: 540px;
height: 95px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}




/* Contact */
#contact {
width: 1745px;
margin-top: 25px;
margin-left: -15px;
padding: 15px 40px 0px 45px;
background-color: rgba(220, 220, 220,.9);
overflow: hidden;
}

#contact_header {
width: 1280px;
}

#contact_header p {
display: inline;
margin-right: 40px;
color: rgb(50,50,50);
font-size: 20px;
}

#contact_header p:first-of-type, #contact_header a {
color: #009de1;
text-decoration: none;
}

#contact_inner {
width: 1740px;
}

#contact_form {
width: 1165px;
float: left;
padding-top: 20px;
}

#contact_form p {
margin-bottom: 40px;
color: rgb(50,50,50);
font-size: 20px;
}

#contact_form p:first-of-type, #contact_form a {
color: #009de1;
text-decoration: none;
}

#contact_form input {
width: 1165px;
border-style: none;
border-bottom: 2px solid #FFF;
margin-bottom: 20px;
background-color: transparent;
color: #555;
font-size: 16px;
}

#contact_form textarea {
width: 1165px;
border-style: none;
border-bottom: 2px solid #FFF;
margin-bottom: 20px;
background-color: transparent;
color: #555;
resize: none;
font-size: 16px;
}

#contact_ps {
margin-top: 10px;
}

#contact_privacy {
float: left;
}

#contact_privacy input {
width: auto;
border-style: none;
border-bottom: 0px;
margin-bottom: 0px;
background-color: transparent;
color: #555;
font-size: 16px;
}

#contact_privacy label {
color: #555;
font-size: 16px;
}

#contact_ps button {
float: right;
background-color: #009de1;
border: 2px solid #009de1;
color: #FFF;
padding: 10px 20px;
cursor: pointer;
}

#contact_ps button:hover {
background-color: #E0DBDB;
color: #009de1;
}


#contact_block_outer {
width: 540px;
float: right;
position: relative;
}

#contact_block_outer:before {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: 20px;
width: 1px;
}

#contact_block {
width: 440px;
padding: 35px 0px 0px 100px;
position: relative;
overflow: hidden;
z-index: 2;
/*background-color: #009de1;*/
}

#contact_block p {
color: #FFF !important;
line-height: 35px;
font-size: 20px;
}



#contact_block::after {
content: '';
position: absolute;
width: 1100%;
height: 1100%;
top: 20px;
left: -400%;
background: #009de1;
transform-origin: 54% 100%;
transform: rotate(-35deg);
z-index: -1;
}

/*
#contact_block::after {
content: '';
border: 0 solid transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: rgba(255, 255, 255, 0);
position: absolute;
left: 20px;
top: -20px;
z-index: 1;
-webkit-transform: rotate(270deg);
border-bottom-width: 100px;
border-right-width: 60px;
border-right-color: rgba(224, 219, 219,.6);
}
*/











#contact_prod {
width: auto;
margin-top: 25px;
margin-left: -15px;
padding-left: 15px;
overflow: hidden;
}

#contact_prod_header {
width: auto;
margin-bottom: 20px;
}

#contact_prod_header p {
display: inline;
margin-right: 40px;
color: rgb(50,50,50);
font-size: 20px;
}

#contact_prod_header p:first-of-type, #contact_prod_header a {
color: #009de1;
text-decoration: none;
}

#contact_prod_inner {
width: auto;
}

#contact_prod_form {
width: 100%;
float: left;
padding-top: 20px;
}

#contact_prod_form p {
margin-bottom: 40px;
color: rgb(50,50,50);
font-size: 20px;
}

#contact_prod_form p:first-of-type, #contact_prod_form a {
color: #009de1;
text-decoration: none;
}

#contact_prod_form input {
width: 100%;
border-style: none;
border-bottom: 2px solid rgba(80,80,80,.3);
margin-bottom: 20px;
background-color: transparent;
color: #555;
font-size: 16px;
}

#contact_prod_form textarea {
width: 100%;
border-style: none;
border-bottom: 2px solid rgba(80,80,80,.3);
margin-bottom: 20px;
background-color: transparent;
color: #555;
resize: vertical;
font-size: 16px;
}

#contact_prod_ps {
margin-top: 10px;
}

#contact_prod_privacy {
float: left;
}

#contact_prod_privacy input {
width: auto;
border-style: none;
border-bottom: 0px;
margin-bottom: 0px;
background-color: transparent;
color: #555;
font-size: 16px;
}

#contact_prod_privacy label {
color: #555;
font-size: 16px;
}

#contact_prod_ps button {
float: right;
background-color: #009de1;
border: 2px solid #009de1;
color: #FFF;
padding: 10px 20px;
cursor: pointer;
}

#contact_prod_ps button:hover {
background-color: #E0DBDB;
color: #009de1;
}














/* Product */

#productmiddle {
width: 1740px;
margin: 25px 20px 25px 30px;
position: relative;
}

#productmiddle:before {
box-shadow: 3px 25px 10px #111;
content: '';
width: 1750px;
left: 0px;
position: absolute;
bottom: 20px;
height: 1px;
}

#productmiddle:after {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: 20px;
width: 1px;
}


#product {
width: 1620px;
padding: 15px 60px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
}

#product::after {
content: '';
position: absolute;
width: 5000px;
height: 5000px;
top: -1600px;
left: 670px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}


#product::before {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #009de1;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}


#product_document {
width: 1640px;
padding: 15px 60px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
}

#product_document::after {
content: '';
position: absolute;
width: 5000px;
height: 5000px;
top: -1600px;
left: 670px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}


#product_document::before {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #dad8d8;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}



#product_header {
height: 320px;
width: 1650px;
margin-left: 40px;
}

#product_text {
width: 1230px;
height: 255px;
margin-top: 55px;
float: left;
border-bottom: 1px solid rgba(80,80,80,.3);
margin-left: -95px;
padding-left: 95px;
padding-right: 100px;
}

#product_title {
font-size: 28px;
color: #555;
height: 40px;
}

#product_intro {
font-size: 22px;
color: #555;
margin-top: 30px;
}

#product_intro a {
font-size: 18px;
color: #009de1;
text-decoration: none;
}



#product_img {
width: 300px;
height: 260px;
float: right;
overflow: hidden;
margin-top: 55px;
}

#product_manuimg {
width: 250px;
height: 50px;
margin-bottom: 20px;
}


#product_manuimg img {
width: 180px;
}

#product_prodimg {
width: 300px;
height: 200px;
position: relative;
}

#product_prodimg img {
width: 300px;
position: absolute;
top: 0px;
left: 0px;
}


#product_tab_m {
display: none;
}


#product_tab_titles {
width: 1660px;
height: 38px;
border-bottom: 1px solid rgba(80,80,80,.3);
margin-top: 0px;
margin-left: -55px;
padding-left: 70px;
padding-bottom: 10px;
}


#product_tab_titles_ul {
width: 1660px;
height: 40px;
list-style: none;
margin: 0px;
padding: 0px 0px 0px 5px;
position: relative;
}

#product_tab_titles_ul li {
padding: 12px 20px;
cursor: pointer;
float: left;
margin: 0px;
font-size: 20px;
}

#tab-line {
position: absolute;
bottom: -8px;
background: #009de1;
float: none !important;
padding: 0px !important;
}



.product_tab_title {
float: left;
padding: 5px 20px;
color: #555;
cursor: pointer;
font-size: 12px;
}


#product_tab_contents {
width: 1615px;
height: auto;
margin-top: 10px;
margin-left: -95px;
padding-left: 115px;
}

.product_tab_content {
padding: 5px 20px;
color: #555;
display: none;
overflow: hidden;
width: 100%;
}

.product_tab_content a {
text-decoration: none;
color: #009de1;
}

.product_tab_content p {
width: 100%;
}

.product_tab_content p ul {
float: none;
}

.product_tab_content:first-of-type {
display: block;
}




.product_tab_content .pr_column {
}

/*
.product_tab_content ul:nth-of-type(1), .product_tab_content ul:nth-of-type(2) {
list-style-type: none;
float: left;
width: 750px;
padding-bottom: 40px;
overflow: hidden;
}
*/

.product_tab_content ul {
list-style: none;
margin: 30px 0px 50px 0px;
}


.product_tab_content ul li {
margin-bottom: 10px;
font-size: 18px;
list-style-position: inside;
text-indent: -15px;
}


/*
.product_tab_content ul li:first-of-type {
margin-bottom: 20px;
display: flex;
font-size: 20px;
}
*/

.product_tab_content ul:nth-of-type(1) li:first-of-type:before, .product_tab_content ul:nth-of-type(2) li:first-of-type:before,  {
display: none;
}

.product_tab_content ul li:before {
content: '|';
color: #009de1;
margin-right: 5px;
}



.tabimg {
height: 350px;
width: 350px;
float: left;
margin: 10px 20px;
overflow: hidden;
background-color: #efefef;
padding: 5px;
}


.tabimg a {
display: block;
text-decoration: none;
color: #555;
font-size: 18px;
}

.tabimg img {
height: auto;
width: 350px;
margin-bottom: 15px;
}

.tabimg span {
}




.tablink {
height: 30px;
width: auto;
margin: 5px 0px;
overflow: hidden;
padding: 5px;
text-align: left;
text-decoration: none;
color: #555;
font-size: 18px;
display: block;
}

.tablink:first-of-type {
}


.tablink:before {
content: "";
background: url(../img/pdf.png) center no-repeat;
padding-right: 40px;
}


.product_tab_content table {
border-collapse: collapse;
width: 100% !important;
}

.product_tab_content table td {
padding: 5px 10px;
}

.product_tab_content table td:first-of-type {
padding: 5px 10px 5px 0px;
}


.product_tab_content table tr {
font-size: 18px;
border-bottom: 1px solid rgba(80,80,80,.3);
}

.product_tab_content table thead tr:first-of-type td {
font-weight: bold;
font-size: 18px;
border-bottom: 2px solid rgba(80,80,80,.3);
}

.product_tab_content table thead tr:first-of-type th {
border-right: 1px solid rgba(80,80,80,.3);
}

.product_tab_content table thead tr:first-of-type th:last-of-type {
border-right: 0px;
}


.product_tab_content table tbody tr:first-of-type th {
border-right: 1px solid rgba(80,80,80,.3);
}

.product_tab_content table tbody tr:first-of-type th:last-of-type {
border-right: 0px;
}


.product_tab_content table tr:first-of-type td {
border: 0px;
}

.product_tab_content table tr td:first-of-type {
min-width: 250px;
border-right: 1px solid rgba(80,80,80,.3);
}

.product_tab_content table tr td {
border-right: 1px solid rgba(80,80,80,.3);
min-width: 100px;
}

.product_tab_content table tr td:last-of-type {
border-right: 0px;
}






/* Search */
.searchv_m {
display: none;
}

.searchv {
width: 1635px;
margin: 25px 20px 25px 20px;
position: relative;
background-color: #FFF;
}


.searchv_heading {
width: 1635px;
padding: 15px 50px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
background-color: #009de1;
color: #fff;
font-size: 20px;
cursor: pointer;
}

.searchv_heading .fas {
color: #fff;
}





.searchv_content {
display: none;
margin-left: -35px;
}

.tabcontsearch {
}


#mp-pusher {
display: none;
}













}
/* MIN WIDTH 1800PX */









/* WIDTH 1550 - 1799PX */
@media screen and (max-width: 1799px) and (min-width: 1550px) {

/* Container */
#container {
width: 100%;
height: auto;
overflow: hidden;
padding: 0px;
margin: 0 auto;
/*border: 1px dashed #0F0;*/
}




/* Header */
#header {
width: 100%;
height: 110px;
padding-top: 10px;
position: relative;
/*border: 1px dashed #F00;*/
}




#task {
width: 580px;
height: 35px;
position: absolute;
right: 0;
top: 10px;
z-index: 555;
}

#task {
width: 330px;
height: 35px;
position: absolute;
right: 0;
top: 10px;
z-index: 555;
}

.task_div {
float: left;
margin-right: 15px;
}

.task_div a {
color: #888;
text-decoration: none;
font-size: 16px;
}


#search {
width: 445px;
height: 35px;
float: right;
color: #444;
/*border: 1px dashed #606;*/
}

#searchterm {
width: 390px;
height: 30px;
color: #444;
border-style: none;
border-bottom-style: none;
font-size: 16px;
border-bottom: 1px solid #18a7e6;
/*border: 1px dashed #606;*/
}

#language {
width: 120px;
height: 35px;
float: right;
color: #444;
margin-top: 8px;
/*border: 1px dashed #606;*/
}

#header_m {
display: none;
}

#searchbox_m {
display: none;
}

#header .search-box {
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
max-height: 0;
-webkit-transform: translateY(100%);
	  transform: translateY(100%);
background-color: #efefef;
transition: all 0.3s;
z-index: 999999;
}
#header .search-box .search-input {
width: 100%;
height: 100%;
padding-left: 405px;
border: 0;
background-color: transparent;
opacity: 0;
color: #009de1;
}
#header .search-box .search-input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.4);
}
#header.show .search-box {
max-height: 40px;
z-index: 999999;
}
#header.show .search-box .search-input {
opacity: 1;
}







#logomenu {
width: 100%;
height: 80px;
position: absolute;
left: 0;
bottom: 20px;
z-index: 444;
/*border: 1px dashed #360;*/
}


#logo {
width: 310px;
height: 80px;
float: left;
margin-left: 30px;
/*border: 1px dashed #03F;*/
}

#logo img {
width: 200px;
margin-top: 20px;
}




#menu {
width: 1050px;
height: 40px;
float: left;
margin-top: 40px;
margin-left: 45px;
/*border: 1px dashed #CC3;*/
}

#mobilenav {
display: none;
}


#menu ul {
width: 1050px;
height: 40px;
list-style: none;
margin: 0px;
padding: 0px;
position: relative;
z-index: 5000;
}

#menu ul li {
padding: 12px 20px 200px 20px;
cursor: pointer;
float: left;
margin: 0px;
}



#menu ul li:hover {
}

#menu ul li a {
color: #444;
text-decoration: none;
font-size: 18px;
display: block;
}


#menu ul li:hover ul:nth-of-type(1), #menu ul li:hover ul:nth-of-type(2) {
display: block;
}




.menuen ul li ul:nth-of-type(1) {
display: none;
width: 400px !important;
height: 250px !important;
position: absolute !important;
top: 35px;
left: -600px;
padding: 10px 0px 20px 610px !important;
border-top: 13px solid transparent;
z-index: 99999999999999 !important;
background-clip: padding-box;
background-color: #ebf0f5;
}

.menuen ul li ul:nth-of-type(2) {
display: none;
width: 400px !important;
height: 250px !important;
position: absolute !important;
top: 35px;
left: 410px;
padding: 10px 800px 20px 0px !important;
border-top: 13px solid transparent;
z-index: 99999999999999 !important;
background-clip: padding-box;
background-color: #ebf0f5;
}




.menude ul li ul:nth-of-type(1) {
display: none;
width: 390px !important;
height: 250px !important;
position: absolute !important;
top: 35px;
left: -600px;
padding: 10px 0px 20px 610px !important;
border-top: 13px solid transparent;
z-index: 99999999999999 !important;
background-clip: padding-box;
background-color: #ebf0f5;
}

.menude ul li ul:nth-of-type(2) {
display: none;
width: 390px !important;
height: 250px !important;
position: absolute !important;
top: 35px;
left: 400px;
padding: 10px 800px 20px 0px !important;
border-top: 13px solid transparent;
z-index: 99999999999999 !important;
background-clip: padding-box;
background-color: #ebf0f5;
}



.submenuone {
}

.submenutwo {
}


#menu ul li ul li{
width: auto;
padding: 10px 10px;
cursor: pointer;
margin: 0px;
float: none;
}

#menu ul li ul li a {
color: #222;
text-decoration: none;
font-size: 16px;
display: block;
}

#menu ul li ul li:hover {
background-color: #dfe6ed;
}

#magic-line {
position: absolute;
bottom: -8px;
background: #009de1;
float: none !important;
padding: 0px !important;
z-index: 0 !important;
}




#banner {
width: 100%;
height: auto;
max-height: 130px;
}

#banner img {
width: 100%;
height: auto;
max-height: 130px;
}



#slider {
width: 100%;
height: 500px;
overflow: hidden;
position: relative;
}


#slider_static_outer {
width: 92%;
height: 500px;
margin: 0 auto;
position: relative;
}

.slider_block {
position: absolute;
right: 0px;
bottom: 0px;
height: 440px;
z-index: 80;
}

.slider_block_outer {
position: relative;
width: 465px;
height: 400px;
padding: 45px 10px 0px 65px;
overflow: hidden;
}

.slider_block_outer::after {
content: '';
position: absolute;
width: 800px;
height: 800px;
top: -205px;
left: 91px;
background-color: rgba(255,255,255,.8);
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}

.slider_block_outer div {
margin-bottom: 15px;
font-size: 20px;
color: #555;
}

.slider_block_outer div:nth-of-type(3) {
margin-top: 25px;
}

.slider_block_outer div a {
text-decoration: none;
font-size: 20px;
color: #555;
}

.slider_block_outer .expo_name {
color: #009de1;
font-size: 18px;
padding-left: 10px;
}

.slider_block_outer .expo_content {
}

.slider_block_outer .expo_content p {
color: #555;
font-size: 16px;
}

.slider_block_outer .expo_content p a {
color: #555;
font-size: 16px;
text-decoration: underline;
}


#slider_slides_m {
display: none;
}

#slider_slides {
position: absolute;
left: 0;
top: 0;
width: 100%;
}


.sliderslide {
overflow: hidden;
width: 100%;
height: 500px;
overflow: hidden;
position: relative;
}

.sliderslide_m {
display: none;
}

.slider_img {
width: 100%;
height: 500px;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
}

.slider_outer {
width: 91%;
height: 500px;
margin: 0 auto;
position: relative;
}

.slider_inner {
position: absolute;
left: 0px;
bottom: 0px;
width: 490px;
height: 280px;
background-color: #FFF;
padding: 25px;
}

.slider_link {
text-decoration: none;
}

.slider_name {
font-size: 28px;
color: #009de1;
height: 25px;
}

.slider_content {
font-size: 20px;
color: #555;
height: 230px;
position: relative;
}

.slider_button {
position: absolute;
bottom: 0;
left: 0;
width: 485px;
height: 20px;
color: #009de1;
border: 2px solid #009de1;
font-size: 20px;
text-align: center;
padding: 10px 0px;
}


#slider_news {
height: 180px;
overflow: hidden;
position: absolute;
top: 0;
}

#slider_news .slider_content p, #slider_news .slider_content p span {
color: #009de1 !important;
font-size: 18px !important;
}

#slider_news ul {
	list-style: none;
	margin-left: -40px;
}

#slider_news ul li {
color: rgb(50,50,50);
font-size: 16px;
}

#slider_news ul li span {
color: rgb(50,50,50);
font-size: 16px !important;
}




#slider_expo {
height: 260px;
width: 450px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 5px;
border-top: 1px solid #666;
padding: 10px 10px 0px 60px
}

#slider_expo_heading {
color: #009de1;
font-size: 18px;
}

#slider_expo .expo_content {
	font-size: 16px !important;
}

#slider_expo .expo_content p {
	line-height: 10px !important;
}




/* Content */
#content {
width: 100%;
height: auto;
background-color: rgb(255, 255, 255);
/*border: 1px dashed #666;*/
overflow: hidden;
}


#mobileexpo {
display: none;
}

#contentouter {
width: 95%;
margin: 0 auto;
padding: 15px 10px 0px 10px;
background-color: #f0f0f0;
box-shadow: 5px 5px 15px rgba(40, 40, 40, .5);
overflow: hidden;
/*background-image: url("../img/bg.png");
background-position: bottom;
background-repeat: no-repeat;
background-size: contain;*/
position: relative;
z-index: 20;
}

#contentouter::after {
content: "";
background-image: url("../img/bg.png");
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
left: 0;
bottom: 0;
top: 0;
right: 0;
position: absolute;
z-index: -1;
}


/* Breadcrumbs */
#breadcrumbs {
width: 1500px;
margin: 10px 0px -15px 30px;
height: 25px;
color: #555;
font-size: 18px;
}

#breadcrumbs a {
color: #009de1;
font-size: 18px;
text-decoration: none;
}


#contentmiddle {
width: 97%;
margin: 25px 20px 25px 20px;
position: relative;
overflow: hidden;
}

#contentmiddle:before {
box-shadow: 3px 25px 10px #111;
content: '';
width: 1750px;
left: 0px;
position: absolute;
bottom: 20px;
height: 1px;
}

#contentmiddle:after {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: -100px;
width: 1px;
}

#contentinner {
width: 93%;
padding: 15px 60px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
}

#contentinner::after {
content: '';
position: absolute;
width: 10000px;
height: 10000px;
top: -2310px;
left: 91px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}

/*#contentinner::after {
content: '';
border: 0 solid transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: rgba(255, 255, 255, 0);
position: absolute;
left: 20px;
top: -20px;
z-index: 1;
-webkit-transform: rotate(270deg);
border-bottom-width: 100px;
border-right-width: 60px;
border-right-color: #f0f0f0;
}*/


.contentinner_header {
width: 100%;
margin-left: 50px;
border-bottom: 1px solid rgba(80,80,80,.3);
height: 30px;
margin-top: 30px;
margin-bottom: 10px;
}

.contentsection {
padding: 15px 50px;
}

.contentsection a {
color: #009de1;
text-decoration: none;
}

h0 {
color: #009de1;
font-size: 60px;
font-weight: 400;
margin-bottom: 40px;
text-transform: uppercase;
margin-top: 0px;
}

h1 {
color: #555;
font-size: 30px;
font-weight: 300;
margin-top: 15px;
width: 1600px;
margin-left: 50px;
border-bottom: 1px solid rgba(80,80,80,.3);
height: 45px;
}

h2 {
color: #555;
font-size: 22px;
font-weight: 300;
margin-top: 0px;
margin-bottom: 20px;
}


p {
color: rgb(50,50,50);
font-size: 18px;
line-height: 28px;
}

#message .fas, #jsmessage .fas {
color: rgb(245, 119, 119);
}

#jsmessage {
display: none;
}


.fas {
color: #009de1;
margin-left: 5px;
}






/* Footer */
#footer {
width: 100%;
height: 40px;
padding: 10px 20px;
background-color: rgb(153,153,153);
}

#footermenu {
width: 1100px;
height: 40px;
margin: 0 auto;
background-color: rgb(153,153,153);
}

#footermenu ul {
width: 100%;
height: 100%;
overflow: hidden;
list-style: none;
margin: 0px;
padding: 0px;
text-align: center;
}

#footermenu ul li {
padding: 10px 20px;
cursor: pointer;
display: inline-block;
margin: 0px 4%;
}

#footermenu ul li:first-of-type {
padding: 10px 20px;
cursor: pointer;
display: inline-block;
margin: 0px 4% 0px 0px;
}

#footermenu ul li:last-of-type {
padding: 10px 20px;
cursor: pointer;
display: inline-block;
margin: 0px 0px 0px 4%;
}

#footermenu ul li:hover {
opacity: .8;
}

#footermenu ul li a {
color: #FFF;
text-decoration: none;
font-size: 16px;
display: block;
}












/* Login */
#lousform {
width: 500px;
min-height: 180px;
}

#outerframe #lousform {
background-color: #FFF;
padding: 20px;
min-height: auto;
}

#lousform div, #regverif div {
width: 500px;
min-height: 25px;
margin-bottom: 20px;
overflow: hidden;
}

#lousform label, #regverif label {
width: 220px;
color: #323f4f;
font-size: 16px;
float: left;
font-weight: 300;
}

#lousform input, #regverif input {
width: 250px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
}

#lousform select {
width: 256px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
}

#lousform textarea {
width: 270px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 150px;
resize: vertical;
}



.louspre {
height: 25px !important;
}

.lousinp {
width: 256px !important;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: 25px !important;
}

.formradiodiv {
overflow: hidden !important;
float: right !important;
width: 250px !important;
}

.formradio {
width: 20px !important;
float: left !important;
}


#menulink {
width: 800px;
min-height: 180px;
}

#menulink div {
margin-bottom: 20px;
overflow: hidden;
}

.formboxdiv {
overflow: hidden !important;
float: right !important;
width: 250px !important;
}

#lousform .formbox {
width: 20px;
}

#menulink .formboxrow {
display: block;
height: 44px;
width: 310px !important;
margin-bottom: 0px;
}

.formboxrow {
width: 250px !important;
position: relative;
display: inline-block;
height: 34px;
}

#menulink .formboxrow label {
width: 220px !important;
}

.menulinkmain {
font-weight: bold;
}

.menuselect {
color: #009de1;
}

.formboxrow label { 
width: 160px !important;
float: none !important;
position: absolute;
left: 0;
top: 10px;
}

.formboxrow input { 
opacity: 0;
width: 60px !important;
height: 34px;
z-index: 9999;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}

.formboxslider {
position: absolute;
top: 0;
right: 0;
background-color: #323f4e;
-webkit-transition: .4s;
transition: .4s;
width: 60px;
height: 34px;
}

.formboxslider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

.formboxrow input:checked + .formboxslider {
background-color: #009de1;
}

.formboxrow input:focus + .formboxslider {
box-shadow: 0 0 1px #009de1;
}

.formboxrow input:checked + .formboxslider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}




.buttosubmit {
width: 160px !important;
background-color: rgb(245, 119, 119) !important;
padding: 3px;
border-radius: 0px;
text-decoration: none;
color: #FFF !important;
border: 1px solid rgb(245, 119, 119) !important;
font-size: 16px;
font-weight: 300;
float: right !important;
cursor: pointer;
text-align: center !important;
}

.buttosubmit:hover {
background-color: #FFF !important;
color: rgb(245, 119, 119) !important;
border: 1px solid rgb(245, 119, 119) !important;
}


.buttosubmitwid {
width: auto !important;
background-color: rgb(245, 119, 119) !important;
padding: 3px;
border-radius: 0px;
text-decoration: none;
color: #FFF !important;
border: 1px solid rgb(245, 119, 119) !important;
font-size: 16px;
font-weight: 300;
float: right !important;
cursor: pointer;
text-align: center !important;
}

.buttosubmitwid:hover {
background-color: #FFF !important;
color: rgb(245, 119, 119) !important;
border: 1px solid rgb(245, 119, 119) !important;
}


.buttoa {
width: auto;
text-decoration: none;
color: #323f4f;
font-size: 14px;
font-weight: 300;
cursor: pointer;
}


#pws {
position: relative;
width: 255px !important;
float: right;
}

.password-background {
position: absolute;
height: 25px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
top: 0px;
left: 0px;
z-index:5;
}

#password {
background: none;
position: absolute;
z-index: 10;
}

.strength {
}



#regverif .buttosubmit {
width: auto !important;
float: left !important;
margin-right: 40px;
}


.buttosubmitm {
width: auto !important;
float: left !important;
margin-right: 40px;
}




#teditor {
width: 900px;
min-height: 180px;
overflow: hidden;
padding-right: 50px;
}


.teditorfield {
width: 500px;
min-height: 25px;
margin-bottom: 20px;
overflow: hidden;
}

.formlong {
width: 900px !important;
}
.teditorfield label {
width: 220px;
color: #323f4f;
font-size: 16px;
float: left;
font-weight: 300;
}

.teditorfield input {
width: 250px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
}

.formlong input {
width: 650px !important;
}

.teditorarea {
margin-bottom: 30px;
}

.teditorarea label {
width: 220px;
color: #323f4f;
font-size: 16px;
font-weight: 300;
display: block;
margin: 50px 0px 20px 0px;
}

.teditorarea textarea {
width: 600px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 200px;
resize: vertical;
}

#teditor .buttosubmit {
margin-top: 60px;
}


#sortbutto {
width: auto !important;
float: none !important;
margin-right: 40px;
}







#new {
width: 1000px;
text-align: right;
height: 30px;
margin-bottom: 40px;
}






#srow {
width: 1000px;
height: 35px;
margin-bottom: 10px;
overflow: hidden;
}

#srow form {
float: left;
}

#srow form:nth-of-type(2) {
margin-left: 10px;
}


#srow form input {
width: 110px;
}

.searchbutto {
background-color: transparent;
padding: 2px;
text-decoration: none;
border: none;
font-size: 16px;
font-weight: 300;
cursor: pointer;
text-transform: uppercase;
color: #888;
}

.searchbutto:hover {
}



.userrowgroup {
margin-bottom: 18px;
border-top: 1px dashed #333;
/*border-bottom: 1px dashed #333;*/
width: 1540px !important;
padding-top: 4px;
}

.userrowgroup .userrow {
margin-bottom: 0px !important;
}


.userrowscroll {
width: 1540px !important;
}

#userrow {
width: 1000px;
height: 30px;
margin-bottom: 10px;
overflow: hidden;
font-weight: 300;
color: #0081C7;
}

.userrow {
width: 1000px;
height: 30px;
margin-bottom: 10px;
overflow: hidden;
}

.userrowtemp {
color: #F00 !important;
font-weight: bold;
}

.newmsg {
font-weight: 800;
}

.userid {
width: 40px;
float: left;
margin-right: 10px;
}

.username {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.userfullname {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.usercompany {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.useredit {
width: 125px;
float: left;
margin-right: 10px;
text-align: center;
}

.userfloat {
display: inline-block;
}

.userfloat form {
float: left;
}

#menusortable {
padding: 0px;
}

#menusortable li {
list-style: none;
}

#menusortable .username, #menusortable .userfullname {
cursor: row-resize;
}










#faqform {
width: 900px;
min-height: 180px;
}

.faqformdiv {
width: 900px;
min-height: 25px;
margin-bottom: 10px;
overflow: hidden;
}

.faqformdiv label {
width: 220px;
color: #323f4f;
font-size: 16px;
font-weight: 300;
float: left;
}

#faqform #question {
width: 650px;
}

#faqformlabel {
float: none;
display: block;
margin-bottom: 20px;
}



#faqform textarea {
width: 600px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 200px;
resize: vertical;
}






/* News */
.newsrow {
width: 900px;
height: auto;
overflow: hidden;
margin-bottom: 80px;
}

.newstitle {
width: 900px;
height: auto;
overflow: hidden;
margin-bottom: 2px;
color: #323f4f;
font-size: 30px;
font-weight: 300;
}

.newstitle span {
font-size: 26px;
font-weight: 300;
margin-right: 30px;
}


.newsdate {
width: 200px;
height: 20px;
overflow: hidden;
margin-bottom: 10px;
color: #323f4f;
font-size: 14px;
font-weight: 300;
}

.newscontent {
width: 900px;
height: auto;
overflow: hidden;
color: #323f4f;
font-size: 16px;
font-weight: 300;
}


.newscell {
width: 430px;
margin-right: 20px;
float: left;
}


.newscell  span {
font-size: 26px;
font-weight: 300;
margin-top: 20px;
}



.tac {
text-align: center;
}



.bottom35 {
margin-bottom: 35px;
}

.left25 {
margin-left: 25px;
}



.tabtype {
margin-bottom: 20px;
}

.tabtypeteditorareahide {
display: none;
}





/* Newsblog */
.newsrow_link {
text-decoration: none;
cursor: pointer;
}





.newsrowmiddle {
width: 97%;
margin: 25px 20px 25px 20px;
position: relative;
}

.newsrowmiddle:before {
box-shadow: 3px 25px 10px #111;
content: '';
width: 100%;
left: 0px;
position: absolute;
bottom: 20px;
height: 1px;
}

.newsrowmiddle:after {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: 1.5%;
width: 1px;
}



.newsrow {
width: 92%;
padding: 15px 60px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
}


.newsrow::after {
content: '';
position: absolute;
width: 5000px;
height: 5000px;
top: -960px;
left: -215px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}



/*
.newsrow {
width: 1140px;
margin: 25px 20px 25px 20px;
background-color: rgb(255, 255, 255);
padding: 30px 60px 20px 60px;
position: relative;
}

.newsrow::after {
content: '';
border: 0 solid transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: rgba(255, 255, 255, 0);
position: absolute;
left: 20px;
top: -20px;
z-index: 1;
-webkit-transform: rotate(270deg);
border-bottom-width: 100px;
border-right-width: 60px;
border-right-color: #f0f0f0;
}
*/

.newsrow_header {
width: 100%;
margin-left: 25px;
border-bottom: 1px solid rgba(80,80,80,.3);
height: 30px;
margin-top: 10px;
margin-bottom: 10px;
}

.newsrow_header h2 {
color: #555;

}

.newsrow_header h2 span {
color: #009de1;

}

.newsrow_inner {
width: 100%;
margin-left: 25px;
overflow: hidden;
}

.newsrow_inner a {
text-decoration: none;
color: #009de1;
}

.newsrow_content {
width: 80%;
float: left;
}

.newsrow_img {
width: 150px;
height: auto;
float: right;
}

.newsrow_img img {
width: 150px;
height: auto;
}


.newsrow_content_long {
width: 1150px;
float: left;
}

.newsrow_img_large {
width: 300px;
height: auto;
float: right;
}

.newsrow_img_large img {
width: 300px;
height: auto;
}

.readmore {
color: #009de1;
}









/* Category Tiles*/
#categtiles, #categtiles_prod {
width: 100%;
overflow: hidden;
}

.categtile_link {
text-decoration: none;
cursor: pointer;
}

.categtile_link:nth-child(odd) .categtileouter  {
position: relative;
width: 540px;
height: 540px;
margin: 30px 2% 30px 14%;
float: left;
}

.categtile_link:nth-child(even) .categtileouter  {
position: relative;
width: 540px;
height: 540px;
margin: 30px 14% 30px 2%;
float: left;
}

#categtiles_prod .categtileouter:nth-of-type(odd)  {
position: relative;
width: 540px;
height: 540px;
margin: 30px 2% 30px 14%;
float: left;
}
#categtiles_prod .categtileouter:nth-of-type(even)  {
position: relative;
width: 540px;
height: 540px;
margin: 30px 14% 30px 2%;
float: left;
}


#categtiles .categtileouter  {
position: relative;
width: 540px;
height: 540px;
overflow: hidden;
float: left;
margin: 0px 2vw 30px 2vw;
}

#categtiles_prod .categtileouter {
position: relative;
width: 390px;
height: 390px;
margin: 0 auto;
margin-bottom: 30px;
float: left;
margin: 0px 2vw 30px 2vw;
}

.categtileouter:before {
box-shadow: 3px 25px 10px #111;
content: '';
width: 540px;
left: 0px;
position: absolute;
bottom: 20px;
height: 1px;
}

.categtileouter:after {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: 20px;
width: 1px;
}

.categtileinner {
width: 500px;
height: 500px;
/*margin: 28px 28px;
padding: 20px 20px 10px 20px;
background-color: rgb(255, 255, 255);
float: left;*/
padding: 20px;
position: relative;
overflow: hidden;
}

.categtileinner::after {
content: '';
position: absolute;
width: 800px;
height: 800px;
top: -210px;
left: 132px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
}

.prodtileinner {
width: 500px;
height: 500px;
/*margin: 28px 28px;
padding: 20px 20px 10px 20px;
background-color: rgb(255, 255, 255);
float: left;*/
padding: 20px;
position: relative;
overflow: hidden;
background-color: #FFF;
}


.prodtile_document {
position: absolute;
top: -10px;
left: -10px;
color: #FFF;
background: transparent;
z-index: 800;
font-size: 20px;
overflow: hidden;
}

.prodtile_document a {
color: #FFF !important;
font-size: 20px;
text-decoration: none;
display: block;
padding: 20px 10px 20px 20px;
}

.prodtileinner::before {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #009de1;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}



.prodtileinner_document {
width: 500px;
height: 500px;
/*margin: 28px 28px;
padding: 20px 20px 10px 20px;
background-color: rgb(255, 255, 255);
float: left;*/
padding: 20px;
position: relative;
overflow: hidden;
background-color: #FFF;
}

.prodtileinner_document::before {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #dad8d8;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}
/*
.prodtileinner::before {
content: 'PDF';
content: "PDF (test.de" attr(href) ") ";
position: absolute;
width: 150px;
height: 48px;
top: 10px;
left: 10px;
color: #FFF;
background: transparent;
z-index: 800;
font-size: 20px;
}


.prodtileinner::after {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #009de1;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}
*/


.categtile {
width: 500px;
height: 500px;
/*margin: 28px 28px;
background-color: rgb(255, 255, 255);
padding: 20px 20px 10px 20px;*/
position: relative;
z-index: 4;
/*float: left;*/
/*box-shadow: -25px -25px 0px 0px #f0f0f0, 5px 5px 15px 0px rgba(40, 40, 40, .5), 5px 5px 15px 0 rgba(40, 40, 40, .5), -25px -25px 0px 0px #f0f0f0;*/
}

.categtile:hover {
opacity: 0.6;
}


/*.categtile::after {
content: '';
border: 0 solid transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: rgba(255, 255, 255, 0);
position: absolute;
left: 0px;
top: -40px;
z-index: 1;
-webkit-transform: rotate(270deg);
border-bottom-width: 100px;
border-right-width: 60px;
border-right-color: #f0f0f0;
}*/

.categtile:hover::after {
border-right-color: #e4e4e4;
}

.categtile_header {
width: 380px;
margin-left: 0px;
padding-left: 80px;
height: 22px;
color: #555;
font-size: 24px;
font-weight: 300;
margin-top: 25px;
margin-bottom: 20px;
padding-top: 20px;
}

.prodtile_header {
width: 420px;
height: 45px;
color: #555;
font-size: 30px;
font-weight: 300;
padding: 10px 0px 10px 75px;
margin: -15px 0px 20px 0px;
border-bottom: 1px solid rgba(80,80,80,.3);
}

.prodtile_header_alt {
width: 420px;
height: 75px;
color: #555;
font-size: 30px;
font-weight: 300;
padding: 10px 0px 0px 75px;
margin: 40px 0px 20px 0px;
}	

.prodtile_tilename {
width: 420px;
height: auto;
margin-left: 0px;
padding-left: 4px;
color: #555;
font-size: 22px;
margin-top: 5px;
margin-bottom: 30px;
}

.prodtile_shortspec {
width: 490px;
color: #555;
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
list-style-type: none;
margin-left: -12px;
}

.prodtile_shortspec_alt {
margin-left: 35px !important;

}

.prodtile_shortspec ul {
list-style-type: none;
}

.prodtile_shortspec ul li {
margin-bottom: 20px;
display: block;
list-style-position: inside;
text-indent: -15px;
}

.prodtile_shortspec ul li:before {
content: '|';
color: #009de1;
margin-right: 5px;
}
.categtile_img {
width: 540px;
height: 100px;
position: absolute;
bottom: -10px;
left: -20px;
}

.categtile_img img {
width: 540px;
height: auto;
}


.prodtile_img {
height: 93px;
width: 540px;
position: absolute;
bottom: -40px;
left: -20px;
overflow: hidden;
}

.prodtile_prodimg {
width: 140px;
height: auto;
float: left;
}

.prodtile_prodimg img {
width: 140px;
height: auto;
}

.prodtile_manuimg {
width: 370px;
height: auto;
float: right;
border-top: 1px solid rgba(80,80,80,.3);
margin-right: 15px;
margin-top: 1px;
}

.prodtile_manuimg img {
width: 200px;
height: auto;
margin: 25px 0px 0px 125px;
}

.prodtile_img_alt {
height: 95px;
width: 540px;
position: absolute;
bottom: 20px;
left: -20px;
overflow: hidden;
}

.prodtile_prodimg_alt {
width: 540px;
height: 95px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}




/* Contact */
#contact {
width: 100%;
margin-top: 25px;
margin-left: -15px;
padding: 15px 40px 0px 45px;
background-color: rgba(220, 220, 220,.9);
overflow: hidden;
}

#contact_header {
width: 1280px;
}

#contact_header p {
display: inline;
margin-right: 40px;
color: rgb(50,50,50);
font-size: 14px;
}

#contact_header p:first-of-type, #contact_header a {
color: #009de1;
text-decoration: none;
}

#contact_inner {
width: 96.5%;
}

#contact_form {
width: 50%;
float: left;
padding-top: 20px;
}

#contact_form p {
margin-bottom: 40px;
color: rgb(50,50,50);
font-size: 20px;
}

#contact_form p:first-of-type, #contact_form a {
color: #009de1;
text-decoration: none;
}

#contact_form input {
width: 100%;
border-style: none;
border-bottom: 2px solid #FFF;
margin-bottom: 20px;
background-color: transparent;
color: #555;
font-size: 16px;
}

#contact_form textarea {
width: 100%;
border-style: none;
border-bottom: 2px solid #FFF;
margin-bottom: 20px;
background-color: transparent;
color: #555;
resize: none;
font-size: 16px;
}

#contact_ps {
margin-top: 10px;
}

#contact_privacy {
float: left;
}

#contact_privacy input {
width: auto;
border-style: none;
border-bottom: 0px;
margin-bottom: 0px;
background-color: transparent;
color: #555;
font-size: 16px;
}

#contact_privacy label {
color: #555;
font-size: 16px;
}

#contact_ps button {
float: right;
background-color: #009de1;
border: 2px solid #009de1;
color: #FFF;
padding: 10px 20px;
cursor: pointer;
}

#contact_ps button:hover {
background-color: #E0DBDB;
color: #009de1;
}


#contact_block_outer {
width: 540px;
float: right;
position: relative;
}

#contact_block_outer:before {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: 20px;
width: 1px;
}

#contact_block {
width: 440px;
padding: 35px 0px 0px 100px;
position: relative;
overflow: hidden;
z-index: 2;
/*background-color: #009de1;*/
}

#contact_block p {
color: #FFF !important;
line-height: 35px;
font-size: 20px;
}



#contact_block::after {
content: '';
position: absolute;
width: 1100%;
height: 1100%;
top: 20px;
left: -400%;
background: #009de1;
transform-origin: 54% 100%;
transform: rotate(-35deg);
z-index: -1;
}

/*
#contact_block::after {
content: '';
border: 0 solid transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: rgba(255, 255, 255, 0);
position: absolute;
left: 20px;
top: -20px;
z-index: 1;
-webkit-transform: rotate(270deg);
border-bottom-width: 100px;
border-right-width: 60px;
border-right-color: rgba(224, 219, 219,.6);
}
*/




#contact_prod {
width: auto;
margin-top: 25px;
margin-left: -15px;
padding-left: 15px;
overflow: hidden;
}

#contact_prod_header {
width: auto;
margin-bottom: 20px;
}

#contact_prod_header p {
display: inline;
margin-right: 40px;
color: rgb(50,50,50);
font-size: 20px;
}

#contact_prod_header p:first-of-type, #contact_prod_header a {
color: #009de1;
text-decoration: none;
}

#contact_prod_inner {
width: auto;
}

#contact_prod_form {
width: 100%;
float: left;
padding-top: 20px;
}

#contact_prod_form p {
margin-bottom: 40px;
color: rgb(50,50,50);
font-size: 20px;
}

#contact_prod_form p:first-of-type, #contact_prod_form a {
color: #009de1;
text-decoration: none;
}

#contact_prod_form input {
width: 100%;
border-style: none;
border-bottom: 2px solid rgba(80,80,80,.3);
margin-bottom: 20px;
background-color: transparent;
color: #555;
font-size: 16px;
}

#contact_prod_form textarea {
width: 100%;
border-style: none;
border-bottom: 2px solid rgba(80,80,80,.3);
margin-bottom: 20px;
background-color: transparent;
color: #555;
resize: vertical;
font-size: 16px;
}

#contact_prod_ps {
margin-top: 10px;
}

#contact_prod_privacy {
float: left;
}

#contact_prod_privacy input {
width: auto;
border-style: none;
border-bottom: 0px;
margin-bottom: 0px;
background-color: transparent;
color: #555;
font-size: 16px;
}

#contact_prod_privacy label {
color: #555;
font-size: 16px;
}

#contact_prod_ps button {
float: right;
background-color: #009de1;
border: 2px solid #009de1;
color: #FFF;
padding: 10px 20px;
cursor: pointer;
}

#contact_prod_ps button:hover {
background-color: #E0DBDB;
color: #009de1;
}





/* Product */

#productmiddle {
width: auto;
margin: 25px 20px 25px 20px;
position: relative;
}

#productmiddle:before {
box-shadow: 3px 25px 10px #111;
content: '';
width: 1750px;
left: 0px;
position: absolute;
bottom: 20px;
height: 1px;
}

#productmiddle:after {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: 20px;
width: 1px;
}


#product {
width: auto;
padding: 15px 60px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
}

#product::after {
content: '';
position: absolute;
width: 5000px;
height: 5000px;
top: -1600px;
left: 670px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}


#product::before {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #009de1;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}


#product_document {
width: 1640px;
padding: 15px 60px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
}

#product_document::after {
content: '';
position: absolute;
width: 5000px;
height: 5000px;
top: -1600px;
left: 670px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}


#product_document::before {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #dad8d8;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}



#product_header {
height: 320px;
width: auto;
margin-left: 40px;
}

#product_text {
width: 72%;
height: 255px;
margin-top: 55px;
float: left;
border-bottom: 1px solid rgba(80,80,80,.3);
margin-left: -95px;
padding-left: 95px;
padding-right: 100px;
}

#product_title {
font-size: 22px;
color: #555;
height: 40px;
}

#product_intro {
font-size: 22px;
color: #555;
margin-top: 30px;
}

#product_intro a {
font-size: 18px;
color: #009de1;
text-decoration: none;
}

#product_img {
width: 300px;
height: 260px;
float: right;
overflow: hidden;
margin-top: 55px;
margin-right: -60px;
}

#product_manuimg {
width: 250px;
height: 50px;
margin-bottom: 20px;
}


#product_manuimg img {
width: 180px;
}

#product_prodimg {
width: 300px;
height: 200px;
position: relative;
}

#product_prodimg img {
width: 300px;
position: absolute;
top: 0px;
left: 0px;
}


#product_tab_m {
display: none;
}


#product_tab_titles {
width: 101%;
height: 38px;
border-bottom: 1px solid rgba(80,80,80,.3);
margin-top: 0px;
margin-left: -55px;
padding-left: 70px;
padding-bottom: 10px;
}


#product_tab_titles_ul {
width: auto;
height: 40px;
list-style: none;
margin: 0px;
padding: 0px 0px 0px 5px;
position: relative;
}

#product_tab_titles_ul li {
padding: 12px 20px;
cursor: pointer;
float: left;
margin: 0px;
font-size: 20px;
}

#tab-line {
position: absolute;
bottom: -8px;
background: #009de1;
float: none !important;
padding: 0px !important;
}



.product_tab_title {
float: left;
padding: 5px 20px;
color: #555;
cursor: pointer;
font-size: 12px;
}


#product_tab_contents {
width: auto;
height: auto;
margin-top: 10px;
margin-left: -95px;
padding-left: 115px;
}

.product_tab_content {
padding: 5px 20px;
color: #555;
display: none;
overflow: hidden;
width: 100%;
}

.product_tab_content a {
text-decoration: none;
color: #009de1;
}

.product_tab_content p {
float: left;
width: 100%;
}



.product_tab_content p ul {
float: none;
}

.product_tab_content:first-of-type {
display: block;
}




.product_tab_content .pr_column {
}

/*
.product_tab_content ul:nth-of-type(1), .product_tab_content ul:nth-of-type(2) {
list-style-type: none;
float: left;
width: 750px;
padding-bottom: 40px;
overflow: hidden;
}
*/

.product_tab_content ul {
list-style: none;
margin: 30px 0px 50px 0px;
}

.product_tab_content ul li {
margin-bottom: 10px;
font-size: 18px;
list-style-position: inside;
text-indent: -15px;
}

/*
.product_tab_content ul li:first-of-type {
margin-bottom: 20px;
display: flex;
font-size: 20px;
}
*/

.product_tab_content ul:nth-of-type(1) li:first-of-type:before, .product_tab_content ul:nth-of-type(2) li:first-of-type:before,  {
display: none;
}

.product_tab_content ul li:before {
content: '|';
color: #009de1;
margin-right: 5px;
}



.tabimg {
height: 350px;
width: 350px;
float: left;
margin: 10px 20px;
overflow: hidden;
background-color: #efefef;
padding: 5px;
}


.tabimg a {
display: block;
text-decoration: none;
color: #555;
font-size: 18px;
}

.tabimg img {
height: auto;
width: 350px;
margin-bottom: 15px;
}

.tabimg span {
}




.tablink {
height: 30px;
width: auto;
margin: 5px 0px;
overflow: hidden;
padding: 5px;
text-align: left;
text-decoration: none;
color: #555;
font-size: 18px;
display: block;
}

.tablink:first-of-type {
}


.tablink:before {
content: "";
background: url(../img/pdf.png) center no-repeat;
padding-right: 40px;
}


.product_tab_content table {
border-collapse: collapse;
width: 100% !important;
}

.product_tab_content table td {
padding: 5px 10px;
}

.product_tab_content table td:first-of-type {
padding: 5px 10px 5px 0px;
}


.product_tab_content table tr {
font-size: 18px;
border-bottom: 1px solid rgba(80,80,80,.3);
}

.product_tab_content table thead tr:first-of-type td {
font-weight: bold;
font-size: 18px;
border-bottom: 2px solid rgba(80,80,80,.3);
}

.product_tab_content table thead tr:first-of-type th:last-of-type {
border-right: 1px solid rgba(80,80,80,.3);
}

.product_tab_content table thead tr:last-of-type th {
border-right: 0px;
}


.product_tab_content table tbody tr:first-of-type th {
border-right: 1px solid rgba(80,80,80,.3);
}

.product_tab_content table tbody tr:first-of-type th:last-of-type {
border-right: 0px;
}


.product_tab_content table tr:first-of-type td {
border: 0px;
}

.product_tab_content table tr td:first-of-type {
border-right: 1px solid rgba(80,80,80,.3);
min-width: 250px;
}

.product_tab_content table tr td {
border-right: 1px solid rgba(80,80,80,.3);
min-width: 100px;
}

.product_tab_content table tr td:last-of-type {
border-right: 0px;
}




/* Search */
.search_d {
display: none;
}

.searchv {
width: auto;
margin: 0px 20px;
position: relative;
border-top: 1px solid rgb(50,50,50);
background-color: #FFF;
}

.searchv:first-of-type {
}

.searchv:last-of-type {
border-bottom: 1px solid rgb(50,50,50);
}

.searchv_heading {
width: 1635px;
padding: 15px 50px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
color: rgb(50,50,50);
font-size: 20px;
cursor: pointer;
}

.searchv_heading .fas {
color: rgb(50,50,50);
}





.searchv_content {
display: none;
margin-left: -35px;
padding-bottom: 10px;
}



#mp-pusher {
display: none;
}




}
/* WIDTH 1550 - 1799PX */
























/* WIDTH MAX 1549PX */
@media screen and (max-width: 1549px) {

/* Container */
#container {
width: 100%;
height: auto;
overflow: hidden;
padding: 0px;
margin: 0 auto;
transform: none !important;
/*border: 1px dashed #0F0;*/
}




/* Header */
#header {
width: 100%;
height: auto;
padding-top: 5px;
/*border: 1px dashed #F00;*/
}




#task {
width: 100%;
height: 80px;
z-index: 555;
display: none;
}

#search {
width: 95%;
height: 35px;
color: #444;
text-align: right;
/*border: 1px dashed #606;*/
}

#searchterm {
width: 240px;
height: 30px;
color: #444;
border-style: none;
border-bottom-style: none;
font-size: 14px;
border-bottom: 1px solid #18a7e6;
/*border: 1px dashed #606;*/
}

#language {
width: 95%;
height: 35px;
color: #444;
text-align: right;
/*border: 1px dashed #606;*/
}




#logomenu {
width: 100%;
height: 110px;
z-index: 444;
display: none;
/*border: 1px dashed #360;*/
}


#logo {
width: 100%;
height: 60px;
text-align: center;
display: none;
/*border: 1px dashed #03F;*/
}

#logo img {
width: 100px;
}


#header_m {
width: auto;
height: 50px;
position: relative;
}


#logo_m {
width: 110px;
height: 30px;
padding: 10px 20px;
float: right;
margin-top: -15px;
}

#logo_m img {
width: 100px;
}

#task_m {
width: 195px;
margin-top: 15px;
}

#search_m {
float: left;
margin-right: 20px;
}

#language_m {
float: left;
}

#menutrigger_m {
float: left;
margin-right: 20px;
}

#searchbox {
display: none;
}


#header_m .search-box_m {
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
max-height: 0;
-webkit-transform: translateY(100%);
	  transform: translateY(100%);
background-color: #efefef;
transition: all 0.3s;
z-index: 999999;
}
#header_m .search-box_m .search-input {
width: 100%;
height: 100%;
padding-left: 20px;
border: 0;
background-color: transparent;
opacity: 0;
color: #009de1;
}
#header_m .search-box_m .search-input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.4);
}
#header_m.show_m .search-box_m {
max-height: 40px;
}
#header_m.show_m .search-box_m .search-input {
opacity: 1;
}







#menu {
width: 95px;
height: 40px;
margin: 0 auto;
margin-top: 5px;
/*border: 1px dashed #CC3;*/
}


#mobilenav {
}




#menumainul {
display: none;
}

#banner {
width: 100%;
height: auto;
max-height: 130px;
}

#banner img {
width: 100%;
height: auto;
max-height: 130px;
}



#slider {
width: 100%;
height: 50vh;
overflow: hidden;
position: relative;
}


#slider_static_outer {
width: 92%;
height: 60vh;
margin: 0 auto;
position: relative;
display: none;
}

.slider_block {
position: absolute;
right: 0px;
bottom: 0px;
height: 440px;
z-index: 80;
}

.slider_block_outer {
position: relative;
width: 465px;
height: 400px;
padding: 45px 10px 0px 65px;
overflow: hidden;
}

.slider_block_outer::after {
content: '';
position: absolute;
width: 800px;
height: 800px;
top: -205px;
left: 91px;
background-color: rgba(255,255,255,.8);
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}

.slider_block_outer div {
margin-bottom: 15px;
font-size: 20px;
color: #555;
}

.slider_block_outer div:nth-of-type(3) {
margin-top: 25px;
}

.slider_block_outer div a {
text-decoration: none;
font-size: 20px;
color: #555;
}

.slider_block_outer .expo_name {
color: #009de1;
font-size: 18px;
padding-left: 10px;
}

.slider_block_outer .expo_content {
padding-left: 16px;
}

.slider_block_outer .expo_content p {
color: #555;
font-size: 16px;
}

.slider_block_outer .expo_content p a {
color: #555;
font-size: 16px;
text-decoration: underline;
}


#slider_slides {
	display: none;
}

#slider_slides_m {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 50vh;
}

.sliderslide_d {
	display: none;
}

.sliderslide {
overflow: hidden;

width: 100%;
height: 70vh;
overflow: hidden;
position: relative;
}

.slider_img {
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.slider_outer {
width: auto;
height: 50vh;
margin: 0 auto;
position: relative;
overflow: hidden;
}

.slider_inner {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 215px;
background-color: #FFF;
opacity: .8;
}

.slider_link {
text-decoration: none;
}

.slider_name {
font-size: 22px;
color: #009de1;
height: auto;
padding: 25px 25px 0px 25px;
}

.slider_content {
font-size: 14px;
color: #555;
height: 230px;
position: relative;
overflow: hidden;
width: auto;
margin-top: 5px;
padding: 0px 25px 25px 25px;
}

.slider_content p {
font-size: 14px;
color: #555;
}

.slider_button {
width: 25%;
min-width: 225px;
height: 15px;
color: #009de1;
border: 2px solid #009de1;
font-size: 14px;
text-align: center;
padding: 10px 0px;
margin: 0 auto;
margin-top: 15px;
}






/* Content */
#content {
width: 100%;
height: auto;
background-color: rgb(255, 255, 255);
/*border: 1px dashed #666;*/
overflow: hidden;
}


#mobileexpo {
width: auto;
height: auto;
background-color: #ebf0f5;
padding: 10px 10px 20px 10px;
font-size: 16px;
color: #555;
}

#mobileslidertext {
border-bottom: 1px solid #666;
}

#mobileslidertext .slider_content {
height: 150px;
}

#mobileexpo p {
font-size: 16px;
color: #555;
}

#mobileexpo a {
font-size: 16px;
color: #555;
}

#mobileexpo .slider_content p, #mobileexpo .slider_content p span {
color: #009de1 !important;
font-size: 16px !important;
}

#mobileexpo ul {
	list-style: none;
	margin-left: -40px;
}

#mobileexpo ul li {
color: #555;
font-size: 16px;
}

#mobileexpo ul li span {
color: #555 !important;
font-size: 16px !important;
}

.expo_content {
padding: 0px 25px 25px 25px;
font-size: 16px;
}

.expo_content p {
font-size: 16px;
}

#slider_expo_heading {
color: #009de1;
font-size: 16px;
padding: 20px 25px 5px 25px;
}


#contentouter {
width: 100%;
margin: 0 auto;
background-color: #f0f0f0;
overflow: hidden;
/*background-image: url("../img/bg.png");
background-position: bottom;
background-repeat: no-repeat;
background-size: contain;*/
position: relative;
z-index: 20;
}

#contentouter::after {
content: "";
background-image: linear-gradient(150deg, #ffffff 13.64%, #e4e4e4 13.64%, #e4e4e4 50%, #ffffff 50%, #ffffff 63.64%, #e4e4e4 63.64%, #e4e4e4 100%);
background-size: 22.00px 12.70px;
left: 0;
bottom: 0;
top: 0;
right: 0;
position: absolute;
z-index: -1;
}


/* Breadcrumbs */
#breadcrumbs {
display: none;
}




#contentmiddle {
width: 100%;
margin: 25px 0px;
position: relative;
overflow: hidden;
}

#contentmiddle:before {
box-shadow: 3px 25px 10px #111;
content: '';
width: 1750px;
left: 0px;
position: absolute;
bottom: 20px;
height: 1px;
}

#contentmiddle:after {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: -100px;
width: 1px;
}

#contentinner {
width: auto;
padding: 65px 10px 20px 10px;
position: relative;
overflow: hidden;
z-index: 8;
}

#contentinner::after {
content: '';
position: absolute;
width: 10000px;
height: 10000px;
top: -2310px;
left: 91px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}

/*#contentinner::after {
content: '';
border: 0 solid transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: rgba(255, 255, 255, 0);
position: absolute;
left: 20px;
top: -20px;
z-index: 1;
-webkit-transform: rotate(270deg);
border-bottom-width: 100px;
border-right-width: 60px;
border-right-color: #f0f0f0;
}*/


.contentinner_header {
width: auto;
margin-left: 50px;
height: auto;
margin-top: 45px;
margin-bottom: 10px;
}

.contentsection {
padding: 15px 50px;
background-color: #FFF;
}


.contentsection a {
color: #009de1;
text-decoration: none;
}


h0 {
color: #009de1;
font-size: 60px;
font-weight: 400;
margin-bottom: 40px;
text-transform: uppercase;
margin-top: 0px;
}

h1 {
color: #555;
font-size: 30px;
font-weight: 300;
margin-top: 15px;
width: 1600px;
margin-left: 50px;
border-bottom: 1px solid rgba(80,80,80,.3);
height: 45px;
}

h2 {
color: #555;
font-size: 22px;
font-weight: 300;
margin-top: 0px;
margin-bottom: 20px;
}


p {
color: rgb(50,50,50);
font-size: 16px;
line-height: 28px;
}

#message .fas, #jsmessage .fas {
color: rgb(245, 119, 119);
}

#jsmessage {
display: none;
}


.fas {
color: #009de1;
margin-left: 5px;
}






/* Footer */
#footer {
width: 100%;
height: auto;
padding: 10px 0px;
background-color: rgb(153,153,153);
}

#footermenu {
width: 100%;
height: auto;
margin: 0 auto;
background-color: rgb(153,153,153);
}

#footermenu ul {
width: 100%;
height: auto;
overflow: hidden;
list-style: none;
margin: 0px;
padding: 0px;
text-align: center;
}

#footermenu ul li {
padding: 10px 20px;
cursor: pointer;
margin: 10px;
}

#footermenu ul li:first-of-type {
}

#footermenu ul li:last-of-type {
padding: 10px 20px;
cursor: pointer;
margin-bottom: 20px;
}

#footermenu ul li:hover {
opacity: .8;
}

#footermenu ul li a {
color: #FFF;
text-decoration: none;
font-size: 16px;
display: block;
}












/* Login */
#lousform {
width: 500px;
min-height: 180px;
}

#outerframe #lousform {
background-color: #FFF;
padding: 20px;
min-height: auto;
}

#lousform div, #regverif div {
width: 500px;
min-height: 25px;
margin-bottom: 20px;
overflow: hidden;
}

#lousform label, #regverif label {
width: 220px;
color: #323f4f;
font-size: 16px;
float: left;
font-weight: 300;
}

#lousform input, #regverif input {
width: 250px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
}

#lousform select {
width: 256px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
}

#lousform textarea {
width: 270px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 150px;
resize: vertical;
}



.louspre {
height: 25px !important;
}

.lousinp {
width: 256px !important;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: 25px !important;
}

.formradiodiv {
overflow: hidden !important;
float: right !important;
width: 250px !important;
}

.formradio {
width: 20px !important;
float: left !important;
}


#menulink {
width: 800px;
min-height: 180px;
}

#menulink div {
margin-bottom: 20px;
overflow: hidden;
}

.formboxdiv {
overflow: hidden !important;
float: right !important;
width: 250px !important;
}

#lousform .formbox {
width: 20px;
}

#menulink .formboxrow {
display: block;
height: 44px;
width: 310px !important;
margin-bottom: 0px;
}

.formboxrow {
width: 250px !important;
position: relative;
display: inline-block;
height: 34px;
}

#menulink .formboxrow label {
width: 220px !important;
}

.menulinkmain {
font-weight: bold;
}

.menuselect {
color: #009de1;
}

.formboxrow label { 
width: 160px !important;
float: none !important;
position: absolute;
left: 0;
top: 10px;
}

.formboxrow input { 
opacity: 0;
width: 60px !important;
height: 34px;
z-index: 9999;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}

.formboxslider {
position: absolute;
top: 0;
right: 0;
background-color: #323f4e;
-webkit-transition: .4s;
transition: .4s;
width: 60px;
height: 34px;
}

.formboxslider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

.formboxrow input:checked + .formboxslider {
background-color: #009de1;
}

.formboxrow input:focus + .formboxslider {
box-shadow: 0 0 1px #009de1;
}

.formboxrow input:checked + .formboxslider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}




.buttosubmit {
width: 160px !important;
background-color: rgb(245, 119, 119) !important;
padding: 3px;
border-radius: 0px;
text-decoration: none;
color: #FFF !important;
border: 1px solid rgb(245, 119, 119) !important;
font-size: 16px;
font-weight: 300;
float: right !important;
cursor: pointer;
text-align: center !important;
}

.buttosubmit:hover {
background-color: #FFF !important;
color: rgb(245, 119, 119) !important;
border: 1px solid rgb(245, 119, 119) !important;
}


.buttosubmitwid {
width: auto !important;
background-color: rgb(245, 119, 119) !important;
padding: 3px;
border-radius: 0px;
text-decoration: none;
color: #FFF !important;
border: 1px solid rgb(245, 119, 119) !important;
font-size: 16px;
font-weight: 300;
float: right !important;
cursor: pointer;
text-align: center !important;
}

.buttosubmitwid:hover {
background-color: #FFF !important;
color: rgb(245, 119, 119) !important;
border: 1px solid rgb(245, 119, 119) !important;
}


.buttoa {
width: auto;
text-decoration: none;
color: #323f4f;
font-size: 14px;
font-weight: 300;
cursor: pointer;
}


#pws {
position: relative;
width: 255px !important;
float: right;
}

.password-background {
position: absolute;
height: 25px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
top: 0px;
left: 0px;
z-index:5;
}

#password {
background: none;
position: absolute;
z-index: 10;
}

.strength {
}



#regverif .buttosubmit {
width: auto !important;
float: left !important;
margin-right: 40px;
}


.buttosubmitm {
width: auto !important;
float: left !important;
margin-right: 40px;
}




#teditor {
width: 900px;
min-height: 180px;
overflow: hidden;
padding-right: 50px;
}


.teditorfield {
width: 500px;
min-height: 25px;
margin-bottom: 20px;
overflow: hidden;
}

.formlong {
width: 900px !important;
}
.teditorfield label {
width: 220px;
color: #323f4f;
font-size: 16px;
float: left;
font-weight: 300;
}

.teditorfield input {
width: 250px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
}

.formlong input {
width: 650px !important;
}

.teditorarea {
margin-bottom: 30px;
}

.teditorarea label {
width: 220px;
color: #323f4f;
font-size: 16px;
font-weight: 300;
display: block;
margin: 50px 0px 20px 0px;
}

.teditorarea textarea {
width: 600px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 200px;
resize: vertical;
}

#teditor .buttosubmit {
margin-top: 60px;
}


#sortbutto {
width: auto !important;
float: none !important;
margin-right: 40px;
}







#new {
width: 1000px;
text-align: right;
height: 30px;
margin-bottom: 40px;
}






#srow {
width: 1000px;
height: 35px;
margin-bottom: 10px;
overflow: hidden;
}

#srow form {
float: left;
}

#srow form:nth-of-type(2) {
margin-left: 10px;
}


#srow form input {
width: 110px;
}

.searchbutto {
background-color: transparent;
padding: 2px;
text-decoration: none;
border: none;
font-size: 16px;
font-weight: 300;
cursor: pointer;
text-transform: uppercase;
color: #888;
}

.searchbutto:hover {
}



.userrowgroup {
margin-bottom: 18px;
border-top: 1px dashed #333;
/*border-bottom: 1px dashed #333;*/
width: 1540px !important;
padding-top: 4px;
}

.userrowgroup .userrow {
margin-bottom: 0px !important;
}


.userrowscroll {
width: 1540px !important;
}

#userrow {
width: 1000px;
height: 30px;
margin-bottom: 10px;
overflow: hidden;
font-weight: 300;
color: #0081C7;
}

.userrow {
width: 1000px;
height: 30px;
margin-bottom: 10px;
overflow: hidden;
}

.userrowtemp {
color: #F00 !important;
font-weight: bold;
}

.newmsg {
font-weight: 800;
}

.userid {
width: 40px;
float: left;
margin-right: 10px;
}

.username {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.userfullname {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.usercompany {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.useredit {
width: 125px;
float: left;
margin-right: 10px;
text-align: center;
}

.userfloat {
display: inline-block;
}

.userfloat form {
float: left;
}

#menusortable {
padding: 0px;
}

#menusortable li {
list-style: none;
}

#menusortable .username, #menusortable .userfullname {
cursor: row-resize;
}










#faqform {
width: 900px;
min-height: 180px;
}

.faqformdiv {
width: 900px;
min-height: 25px;
margin-bottom: 10px;
overflow: hidden;
}

.faqformdiv label {
width: 220px;
color: #323f4f;
font-size: 16px;
font-weight: 300;
float: left;
}

#faqform #question {
width: 650px;
}

#faqformlabel {
float: none;
display: block;
margin-bottom: 20px;
}



#faqform textarea {
width: 600px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 200px;
resize: vertical;
}






/* News */
.newsrow {
width: 900px;
height: auto;
overflow: hidden;
margin-bottom: 80px;
}

.newstitle {
width: 900px;
height: auto;
overflow: hidden;
margin-bottom: 2px;
color: #323f4f;
font-size: 30px;
font-weight: 300;
}

.newstitle span {
font-size: 26px;
font-weight: 300;
margin-right: 30px;
}


.newsdate {
width: 200px;
height: 20px;
overflow: hidden;
margin-bottom: 10px;
color: #323f4f;
font-size: 14px;
font-weight: 300;
}

.newscontent {
width: 900px;
height: auto;
overflow: hidden;
color: #323f4f;
font-size: 16px;
font-weight: 300;
}


.newscell {
width: 430px;
margin-right: 20px;
float: left;
}


.newscell  span {
font-size: 26px;
font-weight: 300;
margin-top: 20px;
}



.tac {
text-align: center;
}



.bottom35 {
margin-bottom: 35px;
}

.left25 {
margin-left: 25px;
}



.tabtype {
margin-bottom: 20px;
}

.tabtypeteditorareahide {
display: none;
}





/* Newsblog */
.newsrow_link {
text-decoration: none;
cursor: pointer;
}





.newsrowmiddle {
width: auto;
margin: 25px 0px;
position: relative;
}

.newsrowmiddle:before {
box-shadow: 3px 25px 10px #111;
content: '';
width: 100%;
left: 0px;
position: absolute;
bottom: 20px;
height: 1px;
}

.newsrowmiddle:after {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: 1.5%;
width: 1px;
}



.newsrow {
width: auto;
padding: 15px 20px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
}


.newsrow::after {
content: '';
position: absolute;
width: 5000px;
height: 5000px;
top: -960px;
left: -215px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}



/*
.newsrow {
width: 1140px;
margin: 25px 20px 25px 20px;
background-color: rgb(255, 255, 255);
padding: 30px 60px 20px 60px;
position: relative;
}

.newsrow::after {
content: '';
border: 0 solid transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: rgba(255, 255, 255, 0);
position: absolute;
left: 20px;
top: -20px;
z-index: 1;
-webkit-transform: rotate(270deg);
border-bottom-width: 100px;
border-right-width: 60px;
border-right-color: #f0f0f0;
}
*/

.newsrow_header {
width: auto;
margin-left: -35px;
height: auto;
margin-top: 45px;
margin-bottom: 10px;
}

.newsrow_header h2 {
color: #555;

}

.newsrow_header h2 span {
color: #009de1;

}

.newsrow_inner {
width: auto;
margin-left: -35px;
overflow: hidden;
}

.newsrow_inner a {
text-decoration: none;
color: #009de1;
}

.newsrow_content {
width: auto;
}

.newsrow_img {
width: auto;
height: auto;
margin-top: 20px;
}

.newsrow_img img {
width: 300px;
height: auto;
}


.newsrow_content_long {
width: auto;
}

.newsrow_img_large {
width: 300px;
height: auto;
}

.newsrow_img_large img {
width: 300px;
height: auto;
}

.readmore {
color: #009de1;
}









/* Category Tiles*/
#categtiles, #categtiles_prod {
width: 100%;
overflow: hidden;
margin-top: 50px;
}


.categtile_link {
text-decoration: none;
cursor: pointer;
}

#categtiles .categtileouter  {
position: relative;
width: 390px;
height: 390px;
overflow: hidden;
margin: 0 2vw 30px;
}


#categtiles_prod .categtileouter {
position: relative;
width: 390px;
height: 390px;
margin: 0 2vw 30px;
}



.categtileinner {
width: 350px;
height: 350px;
/*margin: 28px 28px;
padding: 20px 20px 10px 20px;
background-color: rgb(255, 255, 255);
float: left;*/
padding: 20px;
position: relative;
overflow: hidden;
}

.categtileinner::after {
content: '';
position: absolute;
width: 800px;
height: 800px;
top: -210px;
left: 132px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
}

.prodtileinner {
width: 350px;
height: 350px;
/*margin: 28px 28px;
padding: 20px 20px 10px 20px;
background-color: rgb(255, 255, 255);
float: left;*/
padding: 20px;
position: relative;
overflow: hidden;
background-color: #FFF;
}


.prodtile_document {
position: absolute;
top: -10px;
left: -10px;
color: #FFF;
background: transparent;
z-index: 800;
font-size: 20px;
overflow: hidden;
}

.prodtile_document a {
color: #FFF !important;
font-size: 20px;
text-decoration: none;
display: block;
padding: 20px 10px 20px 20px;
}

.prodtileinner::before {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #009de1;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}



.prodtileinner_document {
width: 500px;
height: 500px;
/*margin: 28px 28px;
padding: 20px 20px 10px 20px;
background-color: rgb(255, 255, 255);
float: left;*/
padding: 20px;
position: relative;
overflow: hidden;
background-color: #FFF;
}

.prodtileinner_document::before {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #dad8d8;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}
/*
.prodtileinner::before {
content: 'PDF';
content: "PDF (test.de" attr(href) ") ";
position: absolute;
width: 150px;
height: 48px;
top: 10px;
left: 10px;
color: #FFF;
background: transparent;
z-index: 800;
font-size: 20px;
}


.prodtileinner::after {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #009de1;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}
*/


.categtile {
width: 350px;
height: 350px;
/*margin: 28px 28px;
background-color: rgb(255, 255, 255);
padding: 20px 20px 10px 20px;*/
position: relative;
z-index: 4;
/*float: left;*/
/*box-shadow: -25px -25px 0px 0px #f0f0f0, 5px 5px 15px 0px rgba(40, 40, 40, .5), 5px 5px 15px 0 rgba(40, 40, 40, .5), -25px -25px 0px 0px #f0f0f0;*/
}

.categtile:hover {
opacity: 0.6;
}


/*.categtile::after {
content: '';
border: 0 solid transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: rgba(255, 255, 255, 0);
position: absolute;
left: 0px;
top: -40px;
z-index: 1;
-webkit-transform: rotate(270deg);
border-bottom-width: 100px;
border-right-width: 60px;
border-right-color: #f0f0f0;
}*/

.categtile:hover::after {
border-right-color: #e4e4e4;
}

.categtile_header {
width: 380px;
margin-left: 0px;
padding-left: 80px;
height: 22px;
color: #555;
font-size: 18px;
font-weight: 300;
margin-top: 25px;
margin-bottom: 20px;
padding-top: 20px;
}

.prodtile_header {
width: auto;
height: 45px;
color: #555;
font-size: 26px;
font-weight: 300;
padding: 10px 0px 10px 75px;
margin: -15px 0px 20px 0px;
border-bottom: 1px solid rgba(80,80,80,.3);
}

.prodtile_header_alt {
width: auto;
/* height: 45px; */
color: #555;
font-size: 26px;
font-weight: 300;
padding: 10px 0px 0px 75px;
margin: 40px 0px 20px 0px;
}	

.prodtile_tilename {
width: auto;
height: auto;
margin-left: 0px;
padding-left: 4px;
color: #555;
font-size: 16px;
margin-top: 5px;
margin-bottom: 5px;
}

.prodtile_shortspec {
width: auto;
color: #555;
font-size: 16px;
margin-top: 10px;
margin-bottom: 5px;
list-style-type: none;
margin-left: -35px;
}

.prodtile_shortspec_alt {
margin-left: 35px !important;

}

.prodtile_shortspec ul {
list-style-type: none;
}

.prodtile_shortspec ul li {
margin-bottom: 10px;
display: block;
list-style-position: inside;
text-indent: -15px;
}

.prodtile_shortspec ul li:before {
content: '|';
color: #009de1;
margin-right: 5px;
}
.categtile_img {
width: 390px;
height: 90px;
position: absolute;
bottom: -10px;
left: -20px;
}

.categtile_img img {
width: 390px;
height: auto;
}


.prodtile_img {
height: 62px;
width: 390px;
position: absolute;
bottom: -40px;
left: -20px;
overflow: hidden;
}

.prodtile_prodimg {
width: 90px;
height: auto;
float: left;
}

.prodtile_prodimg img {
width: 90px;
height: auto;
}

.prodtile_manuimg {
width: 270px;
height: auto;
float: right;
border-top: 1px solid rgba(80,80,80,.3);
margin-right: 15px;
margin-top: 1px;
}

.prodtile_manuimg img {
width: 120px;
height: auto;
margin: 15px 0px 0px 85px;
}

.prodtile_img_alt {
height: 66px;
width: 390px;
position: absolute;
bottom: 20px;
left: -20px;
overflow: hidden;
}

.prodtile_prodimg_alt {
width: auto;
height: 66px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}




/* Contact */
#contact {
width: 100%;
margin-top: 25px;
background-color: rgba(220, 220, 220,.9);
overflow: hidden;
padding-top: 25px;
}

#contact_header {
width: 100%;
padding-left: 15px;
margin-bottom: 30px;
}

#contact_header p {
margin-right: 40px;
color: rgb(50,50,50);
font-size: 12px;
}

#contact_header p:first-of-type, #contact_header a {
color: #009de1;
text-decoration: none;
}

#contact_inner {
width: auto;
}
#contact_form {
width: 95%;
float: left;
padding: 0px 15px;
margin-bottom: 30px;
}

#contact_form p {
margin-bottom: 40px;
color: rgb(50,50,50);
font-size: 20px;
}

#contact_form p:first-of-type, #contact_form a {
color: #009de1;
text-decoration: none;
}

#contact_form input {
width: 98%;
border-style: none;
border-bottom: 2px solid #FFF;
margin-bottom: 20px;
background-color: transparent;
color: #555;
font-size: 16px;
}

#contact_form textarea {
width: 98%;
border-style: none;
border-bottom: 2px solid #FFF;
margin-bottom: 20px;
background-color: transparent;
color: #555;
resize: vertical;
font-size: 16px;
}

#contact_ps {
margin-top: 10px;
}

#contact_privacy {
float: left;
}

#contact_privacy input {
width: auto;
border-style: none;
border-bottom: 0px;
margin-bottom: 0px;
background-color: transparent;
color: #555;
font-size: 16px;
}

#contact_privacy label {
color: #555;
font-size: 16px;
}

#contact_ps button {
float: right;
background-color: #009de1;
border: 2px solid #009de1;
color: #FFF;
padding: 10px 20px;
cursor: pointer;
}

#contact_ps button:hover {
background-color: #E0DBDB;
color: #009de1;
}


#contact_block_outer {
width: 100%;
position: relative;
overflow: hidden;
}

#contact_block {
width: 100%;
position: relative;
overflow: hidden;
z-index: 2;
text-align: center;
background: #009de1;
/*background-color: #009de1;*/
}

#contact_block p {
color: #FFF !important;
line-height: 35px;
font-size: 16px;
}




/*
#contact_block::after {
content: '';
border: 0 solid transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: transparent;
border-right-width: 0px;
border-bottom-width: 0px;
border-right-color: rgba(255, 255, 255, 0);
position: absolute;
left: 20px;
top: -20px;
z-index: 1;
-webkit-transform: rotate(270deg);
border-bottom-width: 100px;
border-right-width: 60px;
border-right-color: rgba(224, 219, 219,.6);
}
*/




#contact_prod {
width: auto;
margin-top: 25px;
margin-left: -15px;
padding-left: 15px;
overflow: hidden;
}

#contact_prod_header {
width: auto;
margin-bottom: 20px;
}

#contact_prod_header p {
display: inline;
margin-right: 40px;
color: rgb(50,50,50);
font-size: 20px;
}

#contact_prod_header p:first-of-type, #contact_prod_header a {
color: #009de1;
text-decoration: none;
}

#contact_prod_inner {
width: auto;
}

#contact_prod_form {
width: 100%;
float: left;
padding-top: 20px;
}

#contact_prod_form p {
margin-bottom: 40px;
color: rgb(50,50,50);
font-size: 20px;
}

#contact_prod_form p:first-of-type, #contact_prod_form a {
color: #009de1;
text-decoration: none;
}

#contact_prod_form input {
width: 100%;
border-style: none;
border-bottom: 2px solid rgba(80,80,80,.3);
margin-bottom: 20px;
background-color: transparent;
color: #555;
font-size: 16px;
}

#contact_prod_form textarea {
width: 100%;
border-style: none;
border-bottom: 2px solid rgba(80,80,80,.3);
margin-bottom: 20px;
background-color: transparent;
color: #555;
resize: vertical;
font-size: 16px;
}

#contact_prod_ps {
margin-top: 10px;
}

#contact_prod_privacy {
float: left;
}

#contact_prod_privacy input {
width: auto;
border-style: none;
border-bottom: 0px;
margin-bottom: 0px;
background-color: transparent;
color: #555;
font-size: 16px;
}

#contact_prod_privacy label {
color: #555;
font-size: 16px;
}

#contact_prod_ps button {
float: right;
background-color: #009de1;
border: 2px solid #009de1;
color: #FFF;
padding: 10px 20px;
cursor: pointer;
}

#contact_prod_ps button:hover {
background-color: #E0DBDB;
color: #009de1;
}





/* Product */

#productmiddle {
width: auto;
position: relative;
}

#productmiddle:before {
box-shadow: 3px 25px 10px #111;
content: '';
width: 1750px;
left: 0px;
position: absolute;
bottom: 20px;
height: 1px;
}

#productmiddle:after {
box-shadow: 25px 0px 10px #111;
content: '';
height: 100%;
position: absolute;
top: 0;
right: 20px;
width: 1px;
}


#product {
width: auto;
padding: 25px 10px 20px 10px;
position: relative;
overflow: hidden;
z-index: 8;
background-color: #FFF;
}

#product::after {
}


#product::before {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #009de1;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}


#product_document {
width: 1640px;
padding: 15px 60px 20px 60px;
position: relative;
overflow: hidden;
z-index: 8;
}

#product_document::after {
content: '';
position: absolute;
width: 5000px;
height: 5000px;
top: -1600px;
left: 670px;
background: #FFF;
transform-origin: 65% 100%;
transform: rotate(-34deg);
z-index: -1;
}


#product_document::before {
content: '';
position: absolute;
width: 150px;
height: 100px;
top: -85px;
left: -20px;
background: #dad8d8;
transform-origin: 65% 100%;
transform: rotate(-35deg);
}



#product_header {
height: auto;
width: auto;
margin-left: 0px;
overflow: hidden;
}

#product_text {
width: auto;
height: auto;
margin-top: 55px;
}

#product_title {
font-size: 22px;
color: #555;
height: auto;
font-weight: 300;
}

#product_intro {
font-size: 22px;
color: #555;
margin-top: 30px;
}

#product_intro a {
font-size: 18px;
color: #009de1;
text-decoration: none;
}

#product_img {
width: auto;
height: 260px;
overflow: hidden;
margin-top: 35px;
margin-right: -60px;
}

#product_manuimg {
width: 250px;
height: 50px;
margin-bottom: 20px;
}


#product_manuimg img {
width: 180px;
}

#product_prodimg {
width: 300px;
height: 200px;
position: relative;
}

#product_prodimg img {
width: 300px;
position: absolute;
top: 0px;
left: 0px;
}






#product_tab_titles {
width: auto;
height: auto;
border-top: 1px solid rgba(80,80,80,.3);
border-bottom: 1px solid rgba(80,80,80,.3);
margin: 30px 0px;
overflow: hidden;
}


#product_tab_titles_ul {
width: auto;
height: auto;
list-style: none;
margin: 0px;
padding: 0px;
position: relative;
}

#product_tab_titles_ul li {
padding: 12px 20px;
cursor: pointer;
margin: 0px;
font-size: 20px;
}

#tab-line {
position: absolute;
bottom: -8px;
background: #009de1;
float: none !important;
padding: 0px !important;
}








#product_tab_m {
display: block;
margin-top: 20px;
}


.product_tab_m_div {
width: auto;
position: relative;
margin: 0px;
overflow: hidden;
border-top: 1px solid rgb(50,50,50);
}

.product_tab_m_div:last-of-type {
border-bottom: 1px solid rgb(50,50,50);
}


.product_tab_m_title {
width: auto;
padding: 15px 10px 15px 10px;
position: relative;
overflow: hidden;
z-index: 8;
color: rgb(50,50,50);
font-size: 20px;
cursor: pointer;
}

.product_tab_m_title .fas {
color: rgb(50,50,50);
}

.product_tab_m_content {
width: auto;
display: none;
padding-bottom: 10px;
}

.product_tab_m_content table {
border-collapse: collapse;
width: 100% !important;
height: auto !important;
display: block;
overflow-x: auto;
white-space: nowrap;
padding-top: 20px;
}

.product_tab_m_content table td {
padding: 5px 10px;
}

.product_tab_m_content table td:first-of-type {
padding: 5px 10px 5px 0px;
}


.product_tab_m_content table tr {
font-size: 18px;
border-bottom: 1px solid rgba(80,80,80,.3);
}

.product_tab_m_content table thead tr:first-of-type td {
font-weight: bold;
font-size: 22px;
border-bottom: 2px solid rgba(80,80,80,.3);
}




.product_tab_m_content table thead tr:first-of-type th {
border-right: 1px solid rgba(80,80,80,.3);
}

.product_tab_m_content table thead tr:first-of-type th:last-of-type {
border-right: 0px;
}


.product_tab_m_content table tbody tr:first-of-type th {
border-right: 1px solid rgba(80,80,80,.3);
}

.product_tab_m_content table tbody tr:first-of-type th:last-of-type {
border-right: 0px;
}




.product_tab_m_content table tr:first-of-type td {
border: 0px;
}

.product_tab_m_content table tr td:first-of-type {
min-width: 250px;
}

.product_tab_m_content table tr td {
border-right: 1px solid rgba(80,80,80,.3);
min-width: 100px;
}

.product_tab_m_content table tr td:last-of-type {
border-right: 0px;
}








.product_tab_title, #product_tab_titles, #product_tab_contents {
display: none;
}

#product_tab_titles {
width: auto;
height: auto;
border-top: 1px solid rgba(80,80,80,.3);
border-bottom: 1px solid rgba(80,80,80,.3);
margin: 30px 0px;
overflow: hidden;
}


#product_tab_titles_ul {
width: auto;
height: auto;
list-style: none;
margin: 0px;
padding: 0px;
position: relative;
}

#product_tab_titles_ul li {
padding: 12px 20px;
cursor: pointer;
margin: 0px;
font-size: 20px;
}

#tab-line {
position: absolute;
bottom: -8px;
background: #009de1;
float: none !important;
padding: 0px !important;
}



.product_tab_title {
padding: 5px 20px;
color: #555;
cursor: pointer;
font-size: 12px;
}


#product_tab_contents {
width: auto;
height: auto;
}

.product_tab_content {
color: #555;
display: none;
overflow: hidden;
width: 100%;
}

.product_tab_content a {
text-decoration: none;
color: #009de1;
}

.product_tab_content p {
float: left;
width: 100%;
}



.product_tab_m_content p ul {
float: none;
}

.product_tab_content:first-of-type {
display: block;
}




.product_tab_content .pr_column {
}

/*
.product_tab_content ul:nth-of-type(1), .product_tab_content ul:nth-of-type(2) {
list-style-type: none;
float: left;
width: 750px;
padding-bottom: 40px;
overflow: hidden;
}
*/

.product_tab_m_content ul {
list-style: none;
list-style-position: outside;
}

.product_tab_m_content ul li {
margin-bottom: 10px;
font-size: 16px;
list-style-position: inside;
text-indent: -15px;
}

/*
.product_tab_content ul li:first-of-type {
margin-bottom: 20px;
display: flex;
font-size: 20px;
}
*/

.product_tab_content ul:nth-of-type(1) li:first-of-type:before, .product_tab_content ul:nth-of-type(2) li:first-of-type:before,  {
display: none;
}

.product_tab_m_content ul li:before {
content: '|';
color: #009de1;
margin-right: 5px;
}



.tabimg {
height: 330px;
width: 330px;
float: left;
margin: 10px 0px;
overflow: hidden;
background-color: #efefef;
padding: 5px;
}


.tabimg a {
display: block;
text-decoration: none;
color: #555;
font-size: 16px;
}

.tabimg img {
height: auto;
width: 330px;
margin-bottom: 15px;
}

.tabimg span {
}




.tablink {
height: auto;
width: auto;
margin: 5px 0px 5px 5px;
overflow: hidden;
padding: 5px 5px 5px 50px;
text-align: left;
text-decoration: none;
color: #555;
font-size: 18px;
display: block;
list-style-position: inside;
text-indent: 0px;
position: relative;
}

.tablink:first-of-type {
}


.tablink:before {
content: "";
background: url(../img/pdf.png) center no-repeat;
position: absolute;
top: 4px;
left: 15px;
width: 20px;
height: 26px;
}






/* Search */
.search_d {
display: none;
}

.searchv {
width: auto;
position: relative;
border-top: 1px solid rgb(50,50,50);
margin: 0px 10px;
}

.searchv:first-of-type {
margin-top: 20px;
}

.searchv:last-of-type {
border-bottom: 1px solid rgb(50,50,50);
}


.searchv_heading {
width: auto;
padding: 15px 10px 15px 10px;
position: relative;
overflow: hidden;
z-index: 8;
color: rgb(50,50,50);
font-size: 20px;
cursor: pointer;
background-color: #FFF;
}

.searchv_heading .fas {
color: rgb(50,50,50);
}


.searchv_content {
display: none;
padding-bottom: 10px;
}
















.menu-trigger {
position: relative;
padding-left: 20px;
font-size: 0.9em;
}



.mp-pusher {
position: relative;
left: 0;
height: 100%;
z-index: 9999999999;
}

.mp-menu {
position: absolute; /* we can't use fixed here :( */
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}

.mp-pushed .mp-level {
display: block;
}




.mp-pushed #menuclose_m {
display: block;
}

#menuclose_m {
position: absolute;
top: 32px;
left: 250px;
cursor: pointer;
display: none;
}





.mp-level {
position: absolute;
display: none;
top: -20px;
left: 0px;
width: 1500px;
height: 1500px;
background: #ebf0f5;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}



/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
content: '';
opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
background: rgba(0,0,0,0.3);
-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
width: 100%;
height: 100%;
background: transparent;
opacity: 1;
}

.mp-pusher,
.mp-level {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
box-shadow: 1px 0 2px rgba(0,0,0,0.2);
-webkit-transform: translate3d(-40px, 0, 0);
-moz-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
box-shadow: none;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
margin: 0;
padding: 0;
list-style: none;
}

.mp-menu h2 {
margin: 0;
padding: 1em;
color: #222;
text-shadow: 0 0 1px rgba(0,0,0,0.1);
font-weight: 300;
font-size: 24px;
width: 90px;
}

.mp-menu.mp-overlap h2::before {
position: absolute;
top: 0;
right: 0;
margin-right: 8px;
font-size: 75%;
line-height: 1.8;
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
transition: opacity 0.3s, transform 0.1s 0.3s;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
opacity: 1;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}

.mp-menu ul li > a {
display: block;
padding: 8px 28px;
outline: none;
box-shadow: inset 0 -1px rgba(0,0,0,0.2);
text-shadow: 0 0 1px rgba(255,255,255,0.1);
font-size: 15px;
color: #222;
text-decoration: none;
-webkit-transition: background 0.3s, box-shadow 0.3s;
-moz-transition: background 0.3s, box-shadow 0.3s;
transition: background 0.3s, box-shadow 0.3s;
}

.mp-menu ul li::before {
position: absolute;
left: 10px;
z-index: -1;
color: rgba(0,0,0,0.2);
line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
background: rgba(0,0,0,0.2);
box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
} /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back {
background: rgba(0,0,0,0.1);
outline: none;
color: #222;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
display: block;
font-size: 0.8em;
padding: 1em;
position: relative;
box-shadow: inset 0 1px rgba(0,0,0,0.1);
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
transition: background 0.3s;
}

.mp-back::after {
position: absolute;
content: "";
right: 10px;
font-size: 1.3em;
color: rgba(0,0,0,0.3);
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
background: transparent;
box-shadow: none;
color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
display: block;
}








}
/* WIDTH MAX 1549PX */
