@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}.glossary-menu-atoz{
text-transform: uppercase;
margin: auto;
padding: 0;
border-bottom: 2px solid #000;
width: 100%;
height: 25px;
}
.glossary-menu-atoz .glossary-menu-item{ list-style: none;
float: left;
padding-left: 1%;
padding-right: 1%;
padding-top: 1px;
padding-bottom: 1px;
height: 22px;
margin: 0 0 0 0.5em;
}
.glossary-menu-item a{
text-decoration: none;
}
.atozmenu-empty{
color: #ccc;
}
.atozmenu-off{
color: #333;
}
.atozmenu-off:hover{
background-color: #333;
color: #eee;
}
.atozmenu-on{
text-decoration: underline;
}
.atozitems-off{
display: none;
} .tooltip {
display:     none;
background:  #f4f4f4;
font-size:   1.1em;
padding:     10px;
color:       #333;
border:      1px solid #ddd;
line-height: 1.5em;
width:       20%;
}.qtip{
position: absolute;
left: -28000px;
top: -28000px;
display: none;
max-width: 280px;
min-width: 50px;
font-size: 10.5px;
line-height: 12px;
direction: ltr;
box-shadow: none;
padding: 0;
}
.qtip-content{
position: relative;
padding: 5px 9px;
overflow: hidden;
text-align: left;
word-wrap: break-word;
}
.qtip-titlebar{
position: relative;
padding: 5px 35px 5px 10px;
overflow: hidden;
border-width: 0 0 1px;
font-weight: bold;
}
.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; } .qtip-close{
position: absolute;
right: -9px; top: -9px;
cursor: pointer;
outline: medium none;
border-width: 1px;
border-style: solid;
border-color: transparent;
}
.qtip-titlebar .qtip-close{
right: 4px; top: 50%;
margin-top: -9px;
}
* html .qtip-titlebar .qtip-close{ top: 16px; } .qtip-titlebar .ui-icon,
.qtip-icon .ui-icon{
display: block;
text-indent: -1000em;
direction: ltr;
}
.qtip-icon, .qtip-icon .ui-icon{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
}
.qtip-icon .ui-icon{
width: 18px;
height: 14px;
line-height: 14px;
text-align: center;
text-indent: 0;
font: normal bold 10px/13px Tahoma,sans-serif;
color: inherit;
background: transparent none no-repeat -100em -100em;
} .qtip-focus{} .qtip-hover{} .qtip-default{
border-width: 1px;
border-style: solid;
border-color: #F1D031;
background-color: #FFFFA3;
color: #555;
}
.qtip-default .qtip-titlebar{
background-color: #FFEF93;
}
.qtip-default .qtip-icon{
border-color: #CCC;
background: #F1F1F1;
color: #777;
}
.qtip-default .qtip-titlebar .qtip-close{
border-color: #AAA;
color: #111;
} .qtip-light{
background-color: white;
border-color: #E2E2E2;
color: #454545;
}
.qtip-light .qtip-titlebar{
background-color: #f1f1f1;
} .qtip-dark{
background-color: #505050;
border-color: #303030;
color: #f3f3f3;
}
.qtip-dark .qtip-titlebar{
background-color: #404040;
}
.qtip-dark .qtip-icon{
border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-cream{
background-color: #FBF7AA;
border-color: #F9E98E;
color: #A27D35;
}
.qtip-cream .qtip-titlebar{
background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon{
background-position: -82px 0;
} .qtip-red{
background-color: #F78B83;
border-color: #D95252;
color: #912323;
}
.qtip-red .qtip-titlebar{
background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon{
background-position: -102px 0;
}
.qtip-red .qtip-icon{
border-color: #D95252;
}
.qtip-red .qtip-titlebar .ui-state-hover{
border-color: #D95252;
} .qtip-green{
background-color: #CAED9E;
border-color: #90D93F;
color: #3F6219;
}
.qtip-green .qtip-titlebar{
background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon{
background-position: -42px 0;
} .qtip-blue{
background-color: #E5F6FE;
border-color: #ADD9ED;
color: #5E99BD;
}
.qtip-blue .qtip-titlebar{
background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon{
background-position: -2px 0;
}
.qtip-shadow{
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
} .qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.qtip-rounded .qtip-titlebar{
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
} .qtip-youtube{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 3px #333;
-moz-box-shadow: 0 0 3px #333;
box-shadow: 0 0 3px #333;
color: white;
border-width: 0;
background: #4A4A4A;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}
.qtip-youtube .qtip-titlebar{
background-color: #4A4A4A;
background-color: rgba(0,0,0,0);
}
.qtip-youtube .qtip-content{
padding: .75em;
font: 12px arial,sans-serif;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon{
border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-jtools{
background: #232323;
background: rgba(0, 0, 0, 0.7);
background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
background-image: -moz-linear-gradient(top, #717171, #232323);
background-image: -webkit-linear-gradient(top, #717171, #232323);
background-image: -ms-linear-gradient(top, #717171, #232323);
background-image: -o-linear-gradient(top, #717171, #232323);
border: 2px solid #ddd;
border: 2px solid rgba(241,241,241,1);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 12px #333;
-moz-box-shadow: 0 0 12px #333;
box-shadow: 0 0 12px #333;
} .qtip-jtools .qtip-titlebar{
background-color: transparent;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content{
background: transparent;
color: white;
border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon{
border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover{
border-color: #333;
} .qtip-cluetip{
-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
background-color: #D9D9C2;
color: #111;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar{
background-color: #87876A;
color: white;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon{
border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover{
border-color: #696952;
color: #696952;
} .qtip-tipsy{
background: black;
background: rgba(0, 0, 0, .87);
color: white;
border: 0 solid transparent;
font-size: 11px;
font-family: 'Lucida Grande', sans-serif;
font-weight: bold;
line-height: 16px;
text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar{
padding: 6px 35px 0 10px;
background-color: transparent;
}
.qtip-tipsy .qtip-content{
padding: 6px 10px;
}
.qtip-tipsy .qtip-icon{
border-color: #222;
text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-tipped{
border: 3px solid #959FA9;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #F9F9F9;
color: #454545;
font-weight: normal;
font-family: serif;
}
.qtip-tipped .qtip-titlebar{
border-bottom-width: 0;
color: white;
background: #3A79B8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon{
border: 2px solid #285589;
background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon{
background-color: #FBFBFB;
color: #555;
} .qtip-bootstrap{ font-size: 14px;
line-height: 20px;
color: #333333; padding: 1px;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar{ padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close{ right: 11px;
top: 45%;
border-style: none;
}
.qtip-bootstrap .qtip-content{ padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon{ background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon{ width: auto;
height: auto; float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover{ color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
} .qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
filter: none;
-ms-filter: none;
}
.qtip .qtip-tip{
margin: 0 auto;
overflow: hidden;
z-index: 10;
} x:-o-prefocus, .qtip .qtip-tip{
visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas{
position: absolute;
color: #123456;
background: transparent;
border: 0 dashed transparent;
}
.qtip .qtip-tip canvas{ top: 0; left: 0; }
.qtip .qtip-tip .qtip-vml{
behavior: url(#default#VML);
display: inline-block;
visibility: visible;
}
 @font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-300.eot); src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-300.eot?#iefix) format('embedded-opentype'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-300.woff2) format('woff2'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-300.woff) format('woff'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-300.ttf) format('truetype'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed) format('svg'); } @font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
src: url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-300italic.eot); src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-300italic.eot?#iefix) format('embedded-opentype'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-300italic.woff2) format('woff2'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-300italic.woff) format('woff'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-300italic.ttf) format('truetype'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-300italic.svg#RobotoCondensed) format('svg'); } @font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
src: url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-italic.eot); src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-italic.eot?#iefix) format('embedded-opentype'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-italic.woff2) format('woff2'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-italic.woff) format('woff'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-italic.ttf) format('truetype'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-italic.svg#RobotoCondensed) format('svg'); } @font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-regular.eot); src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-regular.eot?#iefix) format('embedded-opentype'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-regular.woff2) format('woff2'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-regular.woff) format('woff'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-regular.ttf) format('truetype'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed) format('svg'); } @font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
src: url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-700italic.eot); src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-700italic.eot?#iefix) format('embedded-opentype'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-700italic.woff2) format('woff2'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-700italic.woff) format('woff'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-700italic.ttf) format('truetype'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-700italic.svg#RobotoCondensed) format('svg'); } @font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
src: url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-700.eot); src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-700.eot?#iefix) format('embedded-opentype'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-700.woff2) format('woff2'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-700.woff) format('woff'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-700.ttf) format('truetype'), url(//smart-plm.com/wp-content/themes/smart-plm/fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed) format('svg'); }
.container{width:100%;max-width:1200px;margin:0 auto;position:relative}@media (max-width:1199px){.container{padding:0 15px}}.col-4{width:33.33333%;margin:0 auto}@media (max-width:1199px){.col-4{width:66.66667%}}@media (max-width:767px){.col-4{width:100%}}.col-6{width:50%;margin:0 auto}@media (max-width:1199px){.col-6{width:66.66667%}}@media (max-width:767px){.col-6{width:100%}}.col-8{width:66.66667%;margin:0 auto}@media (max-width:767px){.col-8{width:100%}}.col-10{width:83.33333%;margin:0 auto}@media (max-width:767px){.col-10{width:100%}}.col-12{width:100%;margin:0 auto}@media (max-width:767px){.col-12{width:100%}}.vc_section{margin-bottom:60px}@media (max-width:767px){.vc_section{margin-bottom:30px}}.vc_column-inner,.vc_column-inner .wpb_wrapper{height:100%}.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_section.vc_section-has-fill,.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,.vc_section.vc_section-has-fill+.vc_section{padding-top:0!important}@media (min-width:768px){.flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.flex-col-4{width:100%;padding-bottom:30px}@media (min-width:768px){.flex-col-4{width:33.33333%;padding-right:30px}.flex-col-4:nth-child(3n+3){padding-right:0}}@media (max-width:767px){.vc_row.vc_row-flex>.vc_column_container{margin-bottom:10px}}html{box-sizing:border-box;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;font-size:10px;overflow-x:hidden}*,:after,:before{box-sizing:inherit}@-ms-viewport{width:device-width}body{margin:0;font-family:Roboto Condensed,Verdana,Arial,Helvetica,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.2;color:#666;overflow-x:hidden}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;line-height:2.4rem}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none;max-width:100%;height:auto}svg:not(:root){overflow:hidden}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom}caption,th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}main{position:relative}.alignleft,.alignright{float:left;margin-right:20px;margin-bottom:20px}header.main-header{border-top:5px solid #9c1035}header.main-header .logo{display:inline-block;margin:21px 0}header.main-header .logo img{width:192px}header.main-header .header-right{float:right;width:calc(100% - 335px);margin-top:40px}@media (max-width:991px){header.main-header .header-right{display:none}}header.main-header .toggle-search{float:right;width:13px;margin-left:50px;background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_suche_grey.png);height:13px;background-color:transparent;background-repeat:no-repeat;border:0;margin-top:4px;cursor:pointer;background-size:contain}header.main-header .search-container{display:none;position:absolute;right:0;height:45px;width:270px;background:hsla(0,0%,100%,.9);padding-left:25px;z-index:3}@media (max-width:991px){header.main-header .search-container{display:block;position:relative;margin:0 auto;padding-left:0}}header.main-header .search-container input{font-size:1.4rem;width:205px;border:none;line-height:45px;background-color:transparent;height:45px}@media (max-width:1199px){header.main-header .search-container input{width:calc(100% - 50px)}}header.main-header .search-container button{width:31px;height:31px;background-color:#9c1035;border:none;color:#fff;background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_suche_white.png);background-size:13px 13px;background-repeat:no-repeat;background-position:50%}@media (min-width:992px){header.main-header .search-container button{position:absolute;top:7px;right:5px}}@media (max-width:991px){header.main-header .search-container button{float:right;margin-top:10px}}footer.site-footer .footer-inner{padding:55px 0 25px;background-color:#f2f2f2}footer.site-footer .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:767px){footer.site-footer .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:768px){footer.site-footer .container .footer-sidebar:last-child{width:410px}}footer.site-footer .container .footer-sidebar:first-child{width:215px}@media (max-width:991px){footer.site-footer .container .footer-sidebar{width:50%;margin-bottom:30px}}@media (max-width:767px){footer.site-footer .container .footer-sidebar{width:100%;margin-bottom:30px}}footer.site-footer ul{list-style:none;margin:0;padding:0}footer.site-footer p a{color:#9c1035;text-decoration:none}footer.site-footer .widget h4{margin-bottom:17px}footer.site-footer .widget p{line-height:2.4rem}footer.site-footer ul li a{text-decoration:none;color:#666}footer.site-footer ul li a:hover{color:#9c1035}footer.site-footer .container .widget.footer-menu-with-children li{margin-bottom:5px}footer.site-footer .container .widget.footer-menu-with-children li.menu-item-has-children>a,footer.site-footer .container .widget.footer-menu li a{text-transform:uppercase;margin-bottom:20px;display:block}footer.site-footer .copyright{background-color:#fff;font-size:1.2rem;padding:15px 0 25px}footer.site-footer .copyright .container{margin:0 auto}footer.site-footer .copyright a{color:#666;text-decoration:none}footer.site-footer .copyright a:hover{text-decoration:underline}h1{font-weight:700;font-size:30px;line-height:1.2;text-transform:uppercase}h2{font-weight:300;font-size:3rem;line-height:130%}h3,h3 a,h3 a:link{font-size:2.2rem;color:#9c1035!important}h4{font-size:1.6rem;margin-bottom:20px;text-transform:uppercase}a[target=_blank]:after{background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_externer_link_red.png);content:"";width:16px;height:16px;background-size:contain;display:inline-block;background-repeat:no-repeat;margin-left:10px;vertical-align:middle}a:hover,a:link,a:visited{color:#666}a.btn:link,a.btn:visited{color:#fff}a:hover,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:none}h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:underline}h2 a[target=_blank],h3 a[target=_blank],h4 a[target=_blank],h5 a[target=_blank],h6 a[target=_blank]{display:block}.externer-link-schwarz a[target=_blank]:after{background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_externer_link_black.png)}.red a:hover,.red a:link,.red a:visited{color:#fff}.clearfix{clear:both}.column-count-1{-webkit-column-count:1;column-count:1}.column-count-2{-webkit-column-count:2;column-count:2}@media (max-width:767px){.column-count-2{-webkit-column-count:1;column-count:1}}.column-count-3{-webkit-column-count:3;column-count:3}@media (max-width:767px){.column-count-3{-webkit-column-count:1;column-count:1}}.komplette-breite{-webkit-column-span:all;column-span:all}.wpb_content_element.vc_separator,.wpb_text_column.wpb_content_element{margin-bottom:30px}body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow,body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img,body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow img{box-shadow:none;padding:0}.search article{margin-bottom:30px}.button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.button-wrapper.btn-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.button-wrapper.btn-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.button-wrapper.btn-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn{font-size:1.8rem;height:50px;line-height:50px;padding:0 20px;margin:0;text-align:center;font-family:Roboto Condensed,Verdana,Arial,Helvetica,sans-serif;font-weight:400;display:block;text-decoration:none}.btn,.btn:hover{text-shadow:none}.btn:hover{border:none}.btn.align-left,.btn.align-right{text-align:left}@media (min-width:992px){.btn{min-width:230px}}.btn-fullwidth{width:100%;margin-bottom:30px}.btn-arrow{background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_pfeil.png);background-position:calc(100% - 20px) 50%;background-repeat:no-repeat}.btn-primary,.m-contact input.m-contact-sidebar-submit,.wpcf7-submit,body .otw-button{background-color:#9c1035;border:1px solid #9c1035!important;color:#fff}.btn-primary:hover,.m-contact input.m-contact-sidebar-submit:hover,.wpcf7-submit:hover,body .otw-button:hover{background:#fff;color:#9c1035!important}.btn-secondary{background-color:#f2f2f2;border:1px solid #f2f2f2!important;color:#9c1035!important}.btn-secondary:hover{background-color:#9c1035;color:#fff!important}.btn-grey{background-color:#666;border:1px solid #666!important;color:#fff!important}.btn-grey:hover{background-color:#9c1035;color:#fff!important}.btn-primary.btn-small,.btn-small,.btn-small.wpcf7-submit,.m-contact input.btn-small.m-contact-sidebar-submit,body .btn-small.otw-button,body .otw-button.small{font-size:1.6rem;min-width:210px;height:40px;line-height:40px;padding:0}body .otw-button{background-image:none;text-shadow:none;font-weight:400}.to-top-btn{display:none;position:relative;clear:both;width:40px;height:40px;margin-top:20px;background:#000;opacity:.25;border-radius:4px;box-shadow:0 0 4px 0 #ccc;overflow:hidden;z-index:4;cursor:pointer;padding-top:8px;text-align:center;position:fixed;right:2%;bottom:10px}.to-top-btn:hover{opacity:.75}.to-top-btn span{display:block;text-indent:-9999em}.vc_active .vc_tta-panel-heading{background:#9c1035!important;border-color:transparent}html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{border-color:#e3e1e1}.vc_tta-panel-heading{background-image:linear-gradient(0deg,#f2f2f2,#fff)}html .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a{text-transform:none;padding:10px 10px 10px 70px;line-height:130%;font-weight:700;word-wrap:break-word}@media (min-width:992px){html .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a{padding-left:155px}}html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a{color:#fff!important;font-weight:400}.wpb-js-composer .vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon{display:none}.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body,.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading{border-radius:0}html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{background-color:transparent;border:1px solid #e3e1e1;padding:20px}@media (min-width:768px){html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{padding-left:50px;padding-right:50px}}@media (min-width:992px){html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{padding-left:155px;padding-right:230px}}.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before,.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon:after,.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon:before,html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after{border-color:#fff!important}html .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon{height:30px;width:30px;background-color:#666;border-radius:50%;padding:5px}html .wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{left:10px;right:10px}html .wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{top:10px;bottom:10px}.vc_tta-panel-body .headline-text-module .content.left{padding-left:0;padding-right:0}h3.vc_tta-panel-title{font-size:1.6rem}.vc_tta-tab.vc_active .vc_tta-title-text{color:#9c1035}@media (max-width:767px){.noscroll{overflow:hidden}}.m-contact{right:0;top:50px;z-index:3;position:fixed;width:50px;height:50px}.m-contact-btn{width:105px;height:105px;background-color:#9c1035;background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_mail.png);background-repeat:no-repeat;background-size:55px auto;background-position:50%;border:0 none;position:fixed;right:0;top:250px;cursor:pointer}@media (max-width:767px){.m-contact-btn{width:50px;height:50px;background-size:25px auto;top:150px}}.m-contact-form-container{width:815px;background-color:hsla(0,0%,40%,.95);position:fixed;right:0;top:0;padding:50px 100px;display:none;z-index:1;height:100%;overflow-y:scroll}@media (max-width:767px){.m-contact-form-container{width:100%;padding:30px;z-index:3;height:100vh;top:0}}.m-contact-form-container .js-close-form{width:33px;height:33px;position:absolute;background:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_cancel.png) transparent no-repeat;border:0;display:block;top:30px;right:30px;cursor:pointer}.m-contact-form-container h3{font-size:2.8rem;color:#fff;margin-bottom:40px;font-weight:400;text-transform:uppercase}@media (max-width:767px){.m-contact-form-container h3{margin-top:40px}}.m-contact-form-container .form-col{width:50%}.m-contact-form-container .form-col:nth-child(odd){padding-right:30px}.m-contact-form-container .form-col:nth-child(2n){padding-left:30px}@media (max-width:767px){.m-contact-form-container .form-col{width:100%}.m-contact-form-container .form-col:nth-child(odd){padding-right:0}.m-contact-form-container .form-col:nth-child(2n){padding-left:0}}.m-contact-form-container .form-col.form-col-full{width:100%;padding-right:0;padding-left:0}.m-contact-form-container .wpcf7-form-control-wrap{margin-bottom:35px;display:block}.m-contact-form-container input[type=email],.m-contact-form-container input[type=tel],.m-contact-form-container input[type=text]{background-color:transparent;border:0;border-bottom:1px solid #e3e1e1;padding:0 0 4px;margin:0;width:100%;color:#fff}.m-contact-form-container textarea{width:100%;border:1px solid #e3e1e1;color:#fff;background-color:transparent;padding:15px;margin-bottom:20px}.m-contact .form-acceptance{color:hsla(0,0%,100%,.5);font-size:1.2rem;width:75%;display:inline-block;padding-right:30px}.m-contact .form-acceptance .wpcf7-form-control-wrap.checkbox-acceptance{margin-bottom:0!important}.m-contact .form-acceptance span.wpcf7-list-item{margin:0}.m-contact .form-acceptance input{display:none;visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.m-contact .form-acceptance label{display:block;text-transform:uppercase;font-size:1.4rem}.m-contact .form-acceptance .wpcf7-list-item-label:before{width:10px;height:10px;border:1px solid #e3e1e1;content:"";display:inline-block;margin-right:10px}.m-contact .form-acceptance input[type=checkbox]:checked+.wpcf7-list-item-label:before{background-color:#e3e1e1}.m-contact ::-webkit-input-placeholder{text-transform:uppercase;color:hsla(0,0%,100%,.5)}.m-contact :-moz-placeholder,.m-contact ::-moz-placeholder{text-transform:uppercase;color:hsla(0,0%,100%,.5)}.m-contact :-ms-input-placeholder{text-transform:uppercase;color:hsla(0,0%,100%,.5)}.m-contact .submit-container{display:inline-block;width:25px}@media (max-width:767px){.m-contact .submit-container{display:block;width:100%;margin-top:20px}}.m-contact input.m-contact-sidebar-submit{text-transform:uppercase;cursor:pointer}@media (max-width:767px){.m-contact input.m-contact-sidebar-submit{width:100%}}.m-contact div.wpcf7-response-output{color:#fff}span.wpcf7-not-valid-tip{padding-top:3px}.div.wpcf7-response-output{color:hsla(0,0%,100%,.5)}@media (max-width:767px){.noscroll .m-contact{width:100%;left:0;top:0;bottom:0;overflow-y:scroll}}.contact-info-module{padding:30px;color:#fff;background-color:#9c1035}.contact-info-module .contact-info-cols{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.contact-info-module .contact-info-cols{display:block}}@media (min-width:768px){.contact-info-module .contact-info-cols>div.contact-address{width:58%}}.contact-info-module .contact-info-cols>div.contact-img{text-align:right}@media (max-width:991px){.contact-info-module .contact-info-cols>div.contact-img{text-align:left}}.contact-info-module .contact-info-cols>div.contact-address p{line-height:33px}.contact-info-module .contact-info-cols>div.contact-address a:hover,.contact-info-module .contact-info-cols>div.contact-address a:link,.contact-info-module .contact-info-cols>div.contact-address a:visited{color:#fff;text-decoration:none;font-weight:700}.contact-info-module .contact-info-cols>div.contact-address a:hover{text-decoration:underline}.contact-info-module p.contact-caption{margin-bottom:0;margin-top:5px;text-align:center}@media (max-width:991px){.contact-info-module p.contact-caption{text-align:left}}.contact-info-module .contact-social{margin-top:30px}@media (max-width:767px){.contact-info-module .contact-social{margin-bottom:20px}}.contact-info-module .contact-social a{display:inline-block;background:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_social.png) no-repeat 0 0;width:25px;height:16px;margin-right:15px}.contact-info-module .contact-social a:after{content:none}.contact-info-module .contact-social a:last-child{margin-right:0}.contact-info-module .contact-social a.icon-twitter{background-position:-32px 0}.contact-info-module .contact-social a.icon-xing{background-position:-68px 0}.contact-info-module .contact-social a.icon-googleplus{background-position:-103px 0}header nav:not(.pushy){display:inline-block;width:calc(100% - 70px)}.menu-btn{position:absolute;top:30px;right:20px;font-size:3rem;color:#9c1035;background:transparent;border:none}@media (min-width:992px){.menu-btn{display:none}}.nav-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;padding:0;list-style:none}.nav-main>li{position:relative}.nav-main>li>.sub-menu{margin:0;padding:0 20px 0 0;position:absolute;left:0;list-style:none;width:155px;z-index:3;visibility:hidden;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.nav-main li>.sub-menu>li>a{display:block;color:#666;text-decoration:none;padding:10px 0 10px 10px;background:hsla(0,0%,100%,.9);width:155px}.nav-main li>.sub-menu>li li>a{width:310px;background-color:transparent}.nav-main>li>a{display:block;height:50px;padding:0 5px;text-decoration:none;color:#666;position:relative}.nav-main>li.current-menu-item>a,.nav-main>li>a:hover{color:#9c1035}.nav-main>li.current-menu-item>a:after,.nav-main>li>a:hover:after{position:absolute;content:"";bottom:0;width:100%;height:5px;background-color:#9c1035;left:0}.nav-main>li>.sub-menu>li>.sub-menu{position:absolute;background:hsla(0,0%,100%,.9);left:155px;list-style:none;z-index:3;top:0;width:335px;visibility:hidden}.nav-main>li>.sub-menu>li>.sub-menu>li>a{text-align:left;padding-left:20px;padding-right:20px}.nav-main .sub-menu li.current-menu-item>a,.nav-main .sub-menu li>a:hover{color:#9c1035}.nav-main li.menu-item-has-children:hover ul{visibility:visible}.nav-main li.menu-item-has-children:hover ul ul{visibility:hidden}.nav-main li.menu-item-has-children:hover ul li:hover ul{visibility:visible}.nav-main .sub-menu>li{position:relative}.nav-main .sub-menu>li:not(:last-child):before{content:"";width:133px;height:1px;background:#e3e1e1;position:absolute;bottom:0;left:0}.nav-main .sub-menu>li li:not(:last-child):before{width:270px}.nav-main .sub-menu>li.menu-item-has-children:after{content:">";position:absolute;left:140px;top:10px}.fullscreen-slider.lightSlider{margin-bottom:60px;height:690px!important}@media (max-width:1199px){.fullscreen-slider.lightSlider{height:300px!important}}.fullscreen-slider li{height:690px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover}@media (max-width:1199px){.fullscreen-slider li{height:300px!important}}.fullscreen-slider .slide-content{padding:35px 0;padding-left:calc((100% - 1200px) / 2);color:#fff;background:#9c1035;background:linear-gradient(270deg,#9c1035 0,#c10536);width:calc(((100% - 1200px) / 2) + 400px)}@media (max-width:1199px){.fullscreen-slider .slide-content{padding:15px}}@media (max-width:991px){.fullscreen-slider .slide-content{width:80%}}.fullscreen-slider .slide-content a:link,.fullscreen-slider .slide-content a:visited{color:#fff;text-decoration:none}.fullscreen-slider .slide-content h5{font-size:1.8rem;font-weight:300;text-transform:uppercase;margin-bottom:15px}@media (max-width:1199px){.fullscreen-slider .slide-content h5{font-size:1.4rem}}.fullscreen-slider .slide-content .headline-1{font-weight:700;font-size:30px;line-height:1.2;text-transform:uppercase;margin-bottom:40px}@media (max-width:1199px){.fullscreen-slider .slide-content .headline-1{font-size:2rem;margin-bottom:20px}}.fullscreen-slider .slide-content .dot{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:#fff;margin:0 5px;opacity:.3;cursor:pointer}.fullscreen-slider .slide-content .dot.active,.fullscreen-slider .slide-content .dot:hover{opacity:1}.module-download-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:991px){.module-download-teaser{display:block}}.module-download-teaser>a,.module-download-teaser>div{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.module-download-teaser>a{display:block}}@media (max-width:991px){.module-download-teaser .right-col{text-align:center}}.module-download-teaser>a{text-decoration:none}.module-download-teaser h3{color:#9c1035;text-transform:uppercase;font-weight:400}.module-download-teaser h4{font-weight:400;color:#666;text-transform:none}.module-download-teaser .left-col{margin:auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;padding-right:40px}.glossary-menu-atoz{-webkit-column-count:3;column-count:3;margin:0;padding-bottom:15px;height:auto;border-bottom:1px solid #e3e1e1;margin-bottom:35px}@media (max-width:991px){.glossary-menu-atoz{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width:768px){.glossary-menu-atoz{-webkit-column-count:10;column-count:10}}@media (min-width:992px){.glossary-menu-atoz{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-count:1;column-count:1}}.glossary-menu-atoz .glossary-menu-item{font-size:2.5rem;display:block;float:none;margin:0;padding:0;height:auto;padding-right:25px}.glossary-menu-atoz .glossary-menu-item.atozmenu-on{font-weight:700;text-decoration:none}.glossary-menu-atoz .glossary-menu-item.atozmenu-on a{color:#9c1035}.glossary-menu-atoz .glossary-menu-item:hover{background-color:transparent;font-weight:700}.glossary-menu-atoz .glossary-menu-item:hover a{color:#9c1035}.glossary-atoz{padding-left:20px;color:#9c1035;-webkit-column-count:2;column-count:2}@media (min-width:768px){.glossary-atoz{-webkit-column-count:3;column-count:3}}.glossary-atoz li{margin-bottom:20px}.glossary-atoz li a{color:#9c1035;-webkit-column-break-inside:avoid;break-inside:avoid}.m-fullwidth-header{height:450px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover}@media (max-width:1199px){.m-fullwidth-header{height:300px;background-position:100%}}.m-fullwidth-header .header-content{padding:35px 0;padding-left:calc((100% - 1200px) / 2);color:#fff;background:#9c1035;background:linear-gradient(270deg,#9c1035 0,#c10536);width:calc(((100% - 1200px) / 2) + 400px)}@media (max-width:1199px){.m-fullwidth-header .header-content{padding:15px;width:50%}}@media (max-width:767px){.m-fullwidth-header .header-content{width:80%}}.m-fullwidth-header .header-content h5{font-size:1.8rem;font-weight:300;text-transform:uppercase;margin-bottom:15px}@media (max-width:1199px){.m-fullwidth-header .header-content h5{font-size:1.4rem}}.m-fullwidth-header .header-content h1{font-weight:700;font-size:30px;text-transform:uppercase;margin-bottom:5px}@media (max-width:1199px){.m-fullwidth-header .header-content h1{font-size:2rem;margin-bottom:0}}.module-kununu{text-align:center;color:#fff;background-color:#666;padding:40px 0 50px}.module-kununu h2,.module-kununu h3{text-transform:uppercase;margin-bottom:0;color:#fff}.module-kununu h2{font-weight:700}.module-kununu h3{font-weight:400;font-size:2.8rem}.module-kununu .rating span{margin-right:5px}.module-kununu .rating{position:relative;color:#9c1035;width:105px;margin:20px auto 15px}.module-kununu .rating-full{overflow:hidden;position:absolute;top:0;left:0}::-webkit-input-placeholder{color:#666;font-weight:300;font-style:italic}:-moz-placeholder,::-moz-placeholder{color:#666;font-weight:300;font-style:italic;opacity:1}:-ms-input-placeholder{color:#666;font-weight:300;font-style:italic}.form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:991px){.form-wrapper{display:block}}.form-wrapper ::-webkit-input-placeholder{text-transform:none;color:#bfbfbf;font-style:normal}.form-wrapper :-moz-placeholder,.form-wrapper ::-moz-placeholder{text-transform:none;color:#bfbfbf;font-style:normal}.form-wrapper :-ms-input-placeholder{text-transform:none;color:#bfbfbf;font-style:normal}.form-col{width:50%}@media (max-width:991px){.form-col{width:100%}}.form-col:nth-child(odd){padding-right:30px}@media (max-width:991px){.form-col:nth-child(odd){padding-right:0}}.form-col:nth-child(2n){padding-left:30px}@media (max-width:991px){.form-col:nth-child(2n){padding-left:0}}@media (max-width:767px){.form-col{width:100%}.form-col:nth-child(odd){padding-right:0}.form-col:nth-child(2n){padding-left:0}}.form-col.form-col-full{width:100%;padding-right:0;padding-left:0}.wpcf7-form-control-wrap{margin-bottom:35px!important;display:block}input[type=email],input[type=tel],input[type=text]{padding:0 0 0 20px;line-height:55px;height:55px;margin:0}input[type=email],input[type=tel],input[type=text],textarea{background-color:#f2f2f2;border:1px solid #e3e1e1;border-radius:2px;width:100%;color:#666}textarea{padding:25px 20px;margin-bottom:20px;height:265px}.submit-container.right{width:100%;float:none;height:50px}.submit-container.right input{float:right}.headline-text-module{text-align:center;height:100%}.headline-text-module:first-child{padding-top:35px}.headline-text-module:last-child{padding-bottom:55px}.headline-text-module .module-headline{padding:20px 100px;margin-bottom:25px;font-weight:400}@media (max-width:991px){.headline-text-module .module-headline{padding:20px 10px}}.headline-text-module .module-headline.left{text-align:left}.headline-text-module .module-headline.right{text-align:right}.headline-text-module .module-headline.red{background-color:#9c1035;color:#fff}.headline-text-module .module-headline.grey{background-color:#666;color:#fff}.headline-text-module .module-headline.grey-light{background-color:#e3e1e1;color:#9c1035}.headline-text-module h2{font-weight:300;font-size:3rem;text-transform:uppercase;position:relative;word-wrap:break-word}.headline-text-module h3{font-size:2rem;text-transform:uppercase}.headline-text-module h3.red{font-size:1.6rem}.headline-text-module h4{text-transform:none}.headline-text-module .content>:only-child{margin:0}.headline-text-module.text-module h2{margin-bottom:35px}.headline-text-module .lines{text-align:center;margin:30px auto 0}.headline-text-module .line-long{height:7px;width:150px;background-color:#9c1035;display:inline-block;margin-right:8px}.headline-text-module .line-short{height:7px;width:50px;background-color:#666;display:inline-block}.headline-text-module .content{-webkit-column-gap:30px;column-gap:30px;-webkit-column-break-inside:avoid;-webkit-margin-before:0;-webkit-margin-after:0;margin-top:40px;padding-left:70px;padding-right:70px}.headline-text-module .content.left{text-align:left;padding-left:70px;padding-right:70px}.headline-text-module .content.center{text-align:center}.headline-text-module .content.right{text-align:right;padding-left:70px;padding-right:70px}@media (max-width:991px){.headline-text-module .content.left,.headline-text-module .content.right{padding-left:10px;padding-right:10px}}.headline-text-module .content.with-headline{padding-left:100px}@media (max-width:991px){.headline-text-module .content.with-headline{padding-left:10px}}.headline-text-module.text-module .content{margin:0 auto}.headline-text-module.text-module .content h5{font-size:1.6rem}.headline-text-module.text-module .content h1,.headline-text-module.text-module .content h2,.headline-text-module.text-module .content h3,.headline-text-module.text-module .content h4,.headline-text-module.text-module .content h5,.headline-text-module.text-module .content h6,.headline-text-module.text-module .content p{-webkit-column-break-inside:avoid;break-inside:avoid}.headline-text-module .content ul{margin-bottom:0;padding:0 0 0 20px}.headline-text-module .content.center ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.headline-text-module .content li{text-align:left;position:relative;line-height:3.2rem;margin-bottom:0;padding-right:20px}.headline-text-module .content.haken li{list-style:none;padding-left:30px}.headline-text-module .content.haken li:before{content:"";background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/bullet.png);background-repeat:no-repeat;height:8px;width:8px;position:absolute;left:0;top:13px}.headline-text-module .content ul li ul{padding-left:20px}.headline-text-module .content.haken ul li ul li,.headline-text-module .content ul li ul li{padding-left:0;list-style:disc}.headline-text-module .content.haken ul li ul li:before,.headline-text-module .content ul li ul li:before{content:none}.headline-text-module.grey{background:#666;color:#fff}.headline-text-module.grey:first-child{padding-top:55px}.headline-text-module.grey h3{color:#fff}.headline-text-module.grey .content.haken li:before{background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/bullet-white.png)}.headline-text-module.grey .content.haken ul li ul li,.headline-text-module.grey .content ul li ul li{padding-left:0;list-style:disc}.headline-text-module.grey .content.haken ul li ul li:before,.headline-text-module.grey .content ul li ul li:before{content:none}.headline-text-module.red{background:#9c1035;color:#fff}.headline-text-module.red:first-child{padding-top:55px}.headline-text-module.red .content.haken li:before{background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/bullet-white.png)}.headline-text-module.red .content.haken ul li ul li,.headline-text-module.red .content ul li ul li{padding-left:0;list-style:disc}.headline-text-module.red .content.haken ul li ul li:before,.headline-text-module.red .content ul li ul li:before{content:none}.headline-text-module.red h3{color:#fff}.headline-text-module.red-gradient{background:#9c1035;background:linear-gradient(270deg,#9c1035 0,#c10536);color:#fff}.headline-text-module.red-gradient:first-child{padding-top:55px}.headline-text-module.red-gradient h3{color:#fff}.headline-text-module.red-gradient .content.haken li:before{background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/bullet-white.png)}.headline-text-module.red-gradient .content.haken ul li ul li,.headline-text-module.red-gradient .content ul li ul li{padding-left:0;list-style:disc}.headline-text-module.red-gradient .content.haken ul li ul li:before,.headline-text-module.red-gradient .content ul li ul li:before{content:none}.headline-text-module.grey-light{background:#e3e1e1}.headline-text-module.grey-light:first-child{padding-top:55px}.headline-text-module.grey-light h3{color:#9c1035}.headline-text-module.padding-small{padding-top:35px!important;padding-bottom:35px!important}.headline-text-module.padding-smallest{padding-top:20px!important;padding-bottom:20px!important}.headline-text-module.no-padding{padding-top:0;padding-bottom:0}.headline-text-module.margin-after{margin-bottom:10px}.headline-bg-text-module{height:100%}@media (max-width:767px){.headline-bg-text-module{margin-bottom:20px}}.headline-bg-text-module h2{height:60px;padding-left:130px;text-transform:uppercase;margin:0;line-height:60px;font-size:16px;position:relative}.headline-bg-text-module h2.grey,.headline-bg-text-module h2.grey-light,.headline-bg-text-module h2.red{color:#fff}.headline-bg-text-module h2.grey{background-color:#666}.headline-bg-text-module h2.grey-light{background-color:#e3e1e1}.headline-bg-text-module h2.red{background-color:#9c1035}.headline-bg-text-module h2.haken:before,.headline-bg-text-module h2.thumb-down:before,.headline-bg-text-module h2.thumb-up:before{position:absolute;background-repeat:no-repeat;content:"";width:22px;height:22px;background-size:contain;left:100px;top:20px}.headline-bg-text-module h2.thumb-up:before{background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_daumen_oben.png)}.headline-bg-text-module h2.thumb-down:before{background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_daumen_unten.png)}.headline-bg-text-module h2.haken:before{background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/bullet-white.png);top:27px;width:6px;height:6px}.headline-bg-text-module .content{border:1px solid #e3e1e1;padding:30px;line-height:24px;height:calc(100% - 60px);word-wrap:break-word}@media (max-width:767px){.headline-bg-text-module .content{height:calc(100% - 80px)}}.image-text-module{position:relative;margin-bottom:40px}.image-text-module.has-button{padding-bottom:80px}.image-text-module.has-subheadline.has-image h5{margin-top:10px}.image-text-module>a.imgHover .img-hover{display:none}.image-text-module>a.imgHover:hover .img-hover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;background:#fff;width:350px;height:230px;top:10px;left:15px;opacity:.8}.image-text-module>a.imgHover:hover .img-hover:before{content:"";width:1px;background-color:#9c1035;height:35px}.image-text-module>a.imgHover:hover .img-hover:after{content:"";width:35px;background-color:#9c1035;height:1px;position:absolute;top:50%;left:calc(50% - 17.5px)}.image-text-module img{display:block;max-width:100%}.image-text-module h3{margin-top:30px;margin-bottom:15px}.image-text-module h3,.image-text-module h5{text-transform:uppercase;word-wrap:break-word}.image-text-module h5{font-size:1.8rem;color:#666;font-weight:400}.image-text-module h5+h3{margin-top:0;font-weight:400}.image-text-module a.btn{width:150px;position:absolute;bottom:0;left:0}.image-text-module.icon-teaser>a.imgHover:hover .img-hover{display:none}.image-text-module.icon-teaser>a.imgHover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.image-text-module.icon-teaser h3{font-weight:400;text-align:center;font-size:1.8rem;margin:15px 0 0}.image-text-module.icon-teaser p{text-align:center;line-height:1.2}.image-text-module.icon-teaser img{max-width:110px;max-height:110px}.vc_row-o-equal-height .image-text-module{height:100%}body .top-icon .aio-icon-header h3.aio-icon-title{color:#666;font-weight:400;font-size:1.8rem;text-transform:uppercase;margin:15px 0 35px}.news-module .vc_gitem_row .vc_gitem-col{padding:0}.news-module h4{margin-top:10px;text-transform:uppercase;margin-bottom:15px;font-size:2.2rem;color:#9c1035;font-weight:400}.news-module .wpb_single_image{position:relative}.news-module .wpb_single_image a:hover:after{content:"";position:absolute;background:#fff;width:350px;height:230px;top:10px;left:10px;opacity:.8}@media (min-width:768px){.single-post .entry-content{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}.single-post .featured-image{margin-top:70px;margin-bottom:50px}.single-post .featured-image img{max-width:100%;height:auto}.single-post .button-wrapper{margin-bottom:50px}.wp-pagenavi{margin-bottom:20px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-pagenavi a,.wp-pagenavi span{width:35px;height:35px;display:block;line-height:35px;padding:0;margin:0 8px;border:0;background-color:#f2f2f2;color:#9c1035}.wp-pagenavi .pages{display:none}.wp-pagenavi .previouspostslink{font-family:FontAwesome;color:#666}.wp-pagenavi .previouspostslink:before{content:"\f104";position:absolute}.wp-pagenavi .nextpostslink{font-family:FontAwesome;color:#666}.wp-pagenavi .nextpostslink:before{content:"\f105";position:absolute}.wp-pagenavi a:hover,.wp-pagenavi span.current{background-color:#666;color:#fff}.verlauf{background:#9c1035;background:linear-gradient(270deg,#9c1035 0,#c10536)}#customer-module{padding:60px 0 35px}.module-customer-slide{padding-bottom:35px;padding-top:35px}@media (max-width:991px){.module-customer-slide{padding-left:15px;padding-right:15px}}#customer-module .module-customer-slide{padding-bottom:0;padding-top:0}#customer-module,.module-customer-slide{color:#fff}#customer-module h2,.module-customer-slide h2{font-size:3rem;font-weight:300!important;text-transform:uppercase;margin-bottom:40px}#customer-module .content,.module-customer-slide .content{margin-bottom:30px;text-align:center}#customer-module .img,.module-customer-slide .img{height:70px;width:auto;margin-bottom:10px}#customer-module .img img,.module-customer-slide .img img{height:100%}#customer-module blockquote,.module-customer-slide blockquote{position:relative;font-style:italic;font-size:1.8rem;text-align:center}#customer-module hr,.module-customer-slide hr{border-top:0;border-color:#fff;opacity:.2;width:85px;margin-bottom:20px}#customer-module footer,.module-customer-slide footer{text-align:center;font-size:1.6rem}#customer-module .author,.module-customer-slide .author{margin-bottom:15px}#customer-module .position,.module-customer-slide .position{color:hsla(0,0%,100%,.5);margin-bottom:10px}#customer-module .slick-slider,.module-customer-slide .slick-slider{position:static}#customer-module .slick-dots,.module-customer-slide .slick-dots{bottom:30px}#customer-module .slick-dots li,.module-customer-slide .slick-dots li{width:12px;height:12px;background-color:#fff;opacity:.3;border-radius:50%}#customer-module .slick-dots li.slick-active,#customer-module .slick-dots li:hover,.module-customer-slide .slick-dots li.slick-active,.module-customer-slide .slick-dots li:hover{opacity:1}#customer-module .slick-dots li i,.module-customer-slide .slick-dots li i{display:none}#customer-module.grey,#customer-module.grey-light,#customer-module.red,#customer-module.red-gradient,.module-customer-slide.grey,.module-customer-slide.grey-light,.module-customer-slide.red,.module-customer-slide.red-gradient{color:#fff}#customer-module.grey,.module-customer-slide.grey{background-color:#666}#customer-module.grey-light,.module-customer-slide.grey-light{background-color:#e3e1e1}#customer-module.red,.module-customer-slide.red{background-color:#9c1035}#customer-module.red-gradient,.module-customer-slide.red-gradient{background:#9c1035;background:linear-gradient(270deg,#9c1035 0,#c10536)}.customer-module{background-color:#e3e1e1;font-size:1.8rem;line-height:2.4rem;border-bottom:1px solid #e8e8e8;margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px;margin-bottom:20px;padding-bottom:20px}.customer-module .customer-row{margin-bottom:10px}@media (min-width:768px){.customer-module .customer-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0}}.customer-module .customer-label{font-weight:700;width:200px}.customer-module .customer-value{width:66.66667%;width:300px}.customer-module a:hover,.customer-module a:link,.customer-module a:visited{color:#666;text-decoration:none}.customer-module a:hover{text-decoration:underline}.customer-module-section .vc_row:last-child .customer-module{border-bottom:none}.logo-slider{padding-top:150px;padding-bottom:75px}@media (max-width:767px){.logo-slider{padding:0}}.logo-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:992px){.logo-slider .slick-slide{-webkit-filter:grayscale(1);filter:grayscale(1)}}.logo-slider .slick-slide:hover{-webkit-filter:none;filter:none}@media (max-width:767px){.logo-slider .slick-slide .wpb_single_image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.logo-slider .slick-arrow i{display:none}.logo-slider .ult-carousel-wrapper{margin-bottom:0;padding-bottom:0}.logo-slider .slick-arrow,.logo-slider .slick-next:hover,.logo-slider .slick-prev:hover{background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_slider_links.png);background-repeat:no-repeat;height:37px;width:37px;background-position:50%;top:20px}@media (max-width:767px){.logo-slider .slick-arrow,.logo-slider .slick-next:hover,.logo-slider .slick-prev:hover{display:none!important}}.logo-slider .slick-prev{left:-90px}@media (max-width:767px){.logo-slider .slick-prev{left:0}}.logo-slider .slick-next,.logo-slider .slick-next:hover{background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_slider_rechts.png);right:-90px}@media (max-width:767px){.logo-slider .slick-next,.logo-slider .slick-next:hover{right:0}}.module-quote{background:url(//smart-plm.com/wp-content/themes/smart-plm/img/bg-quote.png) #9c1035 no-repeat bottom;padding:90px 0 30px;color:#fff}@media (max-width:767px){.module-quote{padding:30px 0}}.module-quote blockquote{position:relative;font-style:italic;font-size:2.2rem;line-height:130%;text-align:center;margin-bottom:45px}.module-quote hr{border-top:0;border-color:#fff;opacity:.2;width:200px;margin-bottom:20px}.module-quote footer{text-align:center;font-size:1.6rem}.module-quote .author{font-weight:300}.module-excerpt{border-bottom:1px solid #e3e1e1}.module-excerpt .vc_gitem_row .vc_gitem-col{padding:0}@media (min-width:992px){.module-excerpt .vc_gitem_row .vc_gitem-col{margin-left:8.33333%}}.module-excerpt h3{font-weight:700;font-size:1.6rem;color:#9c1035}.module-excerpt .vc_btn3-container.read-more.vc_btn3-inline{float:right;margin-bottom:15px}.module-excerpt .vc_btn3.vc_btn3-size-md.read-more{padding:0;font-size:1.6rem;background-image:none;border:none;background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_arrow_right_red.png);background-repeat:no-repeat;background-position:100%;background-size:7px 14px;padding-right:15px}.module-excerpt .vc_btn3.vc_btn3-size-md.read-more:focus,.module-excerpt .vc_btn3.vc_btn3-size-md.read-more:hover{color:#666;background-color:transparent;border:none;background-image:url(//smart-plm.com/wp-content/themes/smart-plm/img/icon_arrow_right_red.png);background-repeat:no-repeat;background-position:100%;background-size:7px 14px}.module-excerpt .vc_gitem-post-data-source-post_excerpt{margin-bottom:45px}.border-box-module{border:1px solid #e3e1e1;padding:40px;text-align:center;height:100%}@media (min-width:1200px){.border-box-module{margin-bottom:0;margin:40px 100px;height:calc(100% - 80px)}}.border-box-module h2{font-weight:700;font-size:1.6rem;margin-bottom:30px}.border-box-module p{margin-bottom:40px}.border-box-module li{list-style:none;position:relative;color:#666;font-weight:700;margin-bottom:10px}.border-box-module li:before{content:"•";display:inline-block;color:#9c1035;margin-right:5px;width:5px;height:5px;left:0}table.bullets.tablepress tbody td.column-1{font-weight:700;position:relative;padding-left:35px}table.bullets.tablepress tbody td{border:none;padding-left:0;padding-bottom:25px;padding-top:0;line-height:24px}table.bullets td.column-1:before{content:"•";position:absolute;top:0;left:0}.footable{width:100%!important}.footable td{padding:5px}.breadcrumbs{margin-bottom:60px;background-color:#e3e1e1;padding:15px 0;font-weight:300}.breadcrumbs .container>span{font-weight:700}.breadcrumbs .container>span a,.breadcrumbs .container>span a:hover,.breadcrumbs .container>span a:visited{text-decoration:none;color:#666;font-weight:300}.breadcrumbs .container>span a:hover{text-decoration:underline}dl{line-height:24px}dl dt{font-weight:700;margin-bottom:15px;-webkit-column-break-after:avoid-column;break-after:avoid-column}@media (min-width:768px){dl dt{margin-bottom:30px}}dl dd{margin-bottom:35px}@media (min-width:768px){dl dd{margin-bottom:75px}}@media (min-width:768px){.m-statistics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.m-statistics-item{width:100%;margin-bottom:25px;text-align:center}@media (min-width:768px){.m-statistics-item{width:200px;margin-bottom:0}}.m-statistics-icon{height:77px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.m-statistics-icon img{max-width:85px;display:block;margin:auto}@media (min-width:768px){.m-statistics-icon{margin-bottom:35px}}.m-statistics-number{color:#9c1035;font-size:4rem;font-weight:700}.m-statistics-label{font-size:2.5rem;font-weight:300}.pushy{position:fixed;z-index:6;top:0;overflow:auto;width:320px;height:100%;background:#9c1035;-webkit-overflow-scrolling:touch}.pushy a{display:block;padding:10px 20px;text-decoration:none}.pushy a,.pushy a:hover{color:#fff}.pushy ul:first-child{margin-top:10px}.pushy.pushy-left{left:0}.pushy.pushy-right{right:0}.pushy-content{visibility:hidden;padding-top:30px}.pushy-left{-webkit-transform:translate3d(-320px,0,0);transform:translate3d(-320px,0,0)}.pushy-open-left #container,.pushy-open-left .push,.pushy-right{-webkit-transform:translate3d(320px,0,0);transform:translate3d(320px,0,0)}.pushy-open-right #container,.pushy-open-right .push{-webkit-transform:translate3d(-320px,0,0);transform:translate3d(-320px,0,0)}.pushy-open-left .pushy,.pushy-open-right .pushy{-webkit-transform:translateZ(0);transform:translateZ(0)}.pushy-open-left .pushy-content,.pushy-open-right .pushy-content{visibility:visible}#container,.push,.pushy{transition:-webkit-transform .2s cubic-bezier(.16,.68,.43,.99);transition:transform .2s cubic-bezier(.16,.68,.43,.99);transition:transform .2s cubic-bezier(.16,.68,.43,.99),-webkit-transform .2s cubic-bezier(.16,.68,.43,.99)}.pushy-content{transition:visibility .2s cubic-bezier(.16,.68,.43,.99)}.site-overlay{display:none}.pushy-open-left .site-overlay,.pushy-open-right .site-overlay{position:fixed;z-index:5;top:0;right:0;bottom:0;left:0;display:block;-webkit-animation:a .5s;animation:a .5s;background-color:rgba(0,0,0,.5)}@keyframes a{0%{opacity:0}to{opacity:1}}@-webkit-keyframes a{0%{opacity:0}to{opacity:1}}.pushy-toggle-submenu.fa{position:absolute;display:block;color:#fff;top:5px;height:39px;width:50px;text-align:center;right:0}@media (min-width:992px){.pushy-toggle-submenu.fa{display:none}}.pushy-toggle-submenu.fa:before{content:"\f0dd";right:20px;position:absolute;top:3px}.pushy-submenu-open>.pushy-toggle-submenu:before{content:"\f0de";top:10px}.pushy-submenu ul{padding-left:15px;transition:max-height .2s ease-in-out,visibility .2s ease-in-out}.pushy-submenu ul .pushy-link{transition:opacity .2s ease-in-out}.pushy-submenu button{width:100%;padding:15px 30px;text-align:left;color:#b3b3b1;border:0;background:transparent}.pushy-submenu button:hover{color:#fff}.pushy-submenu>button,.pushy-submenu a{position:relative}.pushy-submenu>button:after,.pushy-submenu a:after{position:absolute;top:50%;right:15px;display:block;width:8px;height:11px;content:"";transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url(//smart-plm.com/wp-content/themes/img/vendor/pushy/arrow.svg) no-repeat}@media (max-width:991px){.pushy-submenu-closed ul{visibility:hidden;overflow:hidden;max-height:0}.pushy-submenu-closed .pushy-link{opacity:0}}.pushy-submenu-open>ul{visibility:visible;max-height:1000px}.pushy-submenu-open .pushy-link{opacity:1}.pushy-submenu-open a:after,.pushy-submenu-open button:after{-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.pushy ul{margin:0;padding:0}.pushy li{position:relative;list-style:none;text-transform:uppercase}.pushy-close{position:absolute;right:10px;font-size:28px}.pushy ul ul{margin-left:20px}@font-face{font-family:FontAwesome;src:url(//smart-plm.com/wp-content/themes/smart-plm/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//smart-plm.com/wp-content/themes/smart-plm/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(//smart-plm.com/wp-content/themes/smart-plm/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(//smart-plm.com/wp-content/themes/smart-plm/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(//smart-plm.com/wp-content/themes/smart-plm/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(//smart-plm.com/wp-content/themes/smart-plm/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857143em;text-align:center}.fa-ul{padding-left:0;margin-left:2.1428571em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571em;width:2.1428571em;top:.1428571em;text-align:center}.fa-li.fa-lg{left:-1.8571429em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:b 2s infinite linear;animation:b 2s infinite linear}.fa-pulse{-webkit-animation:b 1s infinite steps(8);animation:b 1s infinite steps(8)}@-webkit-keyframes b{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes b{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.lSSlideOuter{overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden;position:relative}.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0);transform:translate(0);-webkit-transition:all 1s;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform;transition-duration:inherit!important;transition-timing-function:inherit!important}.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:1;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;transition-delay:0s;transition-duration:inherit!important;transition-property:opacity;transition-timing-function:inherit!important}.lSSlideWrapper .lSFade>.active{z-index:2}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:3;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none outside none;padding-left:0;margin:0;overflow:hidden;transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-webkit-transform:translateZ(0);-o-transform:translateZ(0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;transition:border-radius .12s linear linear 0s .35s 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSSlideOuter .lSPager.lSGallery:after{clear:both}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(//smart-plm.com/wp-content/themes/img/controls.png);cursor:pointer;position:absolute;z-index:3;margin-top:-16px;opacity:.5;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lightSlider,.lSSlideOuter .lSPager{padding-left:0;list-style:none outside none}.lSSlideOuter.lSrtl .lightSlider,.lSSlideOuter.lSrtl .lSPager{padding-right:0}.lSSlideOuter .lightSlider>*,.lSSlideOuter .lSGallery li{float:left}.lSSlideOuter.lSrtl .lightSlider>*,.lSSlideOuter.lSrtl .lSGallery li{float:right!important}@-webkit-keyframes c{0%{left:0}50%{left:-15px}to{left:0}}@keyframes c{0%{left:0}50%{left:-15px}to{left:0}}@-webkit-keyframes d{0%{top:0}50%{top:-15px}to{top:0}}@keyframes d{0%{top:0}50%{top:-15px}to{top:0}}@-webkit-keyframes e{0%{left:0}50%{left:15px}to{left:0}}@keyframes e{0%{left:0}50%{left:15px}to{left:0}}@-webkit-keyframes f{0%{bottom:0}50%{bottom:-15px}to{bottom:0}}@keyframes f{0%{bottom:0}50%{bottom:-15px}to{bottom:0}}.lSSlideOuter .rightEnd{-webkit-animation:c .3s;animation:c .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:e .3s;animation:e .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:d .3s;animation:d .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:f .3s;animation:f .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:e .3s;animation:e .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:c .3s;animation:c .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}@media print{.button-wrapper,.footer-inner,.header-right,.m-contact-btn,.menu-btn,.search-container{display:none!important}div,li,p{line-height:1.3!important;font-size:14px!important}header.main-header{border-top:0}.m-fullwidth-header{height:auto!important;background-image:none!important}.m-fullwidth-header .header-content{background:transparent!important;color:#000;width:100%!important}.breadcrumbs,.print-module,.verlauf{background-color:transparent!important;background:transparent!important}.print-module,h2{color:#000!important}body .vc_section{background-color:transparent!important;margin-left:0!important;margin-right:0!important}.vc_row{padding-left:0!important;padding-right:0!important}.center,h2{text-transform:none!important;text-align:left!important}.container{max-width:none!important;padding:0!important}.col-4,.col-6,.col-8,.col-10{width:100%!important}.vc_col-sm-1,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12{width:100%!important;float:none!important}.image-text-module.icon-teaser>a.imgHover{display:block!important}.image-text-module.icon-teaser h3,.image-text-module.icon-teaser p{text-align:left!important}.logo-slider{display:none!important}.top-icon .aio-icon,.top-icon .aio-icon-description,.top-icon .aio-icon-header,.top-icon .aio-icon-img{text-align:left!important;margin:0!important}.aio-icon-top,.aio-icon-top .align-icon{text-align:left!important}.headline-text-module .content{padding-left:0!important;padding-right:0!important}.print-module .container{padding:0!important}.border-box-module,.image-text-module,.print-module{page-break-inside:avoid}.headline-text-module{page-break-after:avoid;text-align:left!important}#customer-module,.module-customer-slide{padding:0!important}#customer-module .content,#customer-module blockquote,#customer-module footer,.module-customer-slide .content,.module-customer-slide blockquote,.module-customer-slide footer{text-align:left!important}.headline-text-module h2,.vc_tta-panel-heading,h3.vc_tta-panel-title{page-break-after:avoid}.vc_tta-panel-body{page-break-before:avoid}.module-quote{padding:20px 0!important}.module-quote blockquote{font-size:1.4rem!important;margin-bottom:0!important;width:90vw;font-style:normal!important}.module-quote blockquote,.module-quote footer{text-align:left!important}.content.haken li{list-style:disc!important;padding-left:0!important}.content.haken li:before{content:none!important}.headline-text-module:last-child{padding-bottom:25px}.headline-text-module:first-child{padding-top:10px}.fullscreen-slider.lightSlider{margin-bottom:0!important}.fullscreen-slider li{background-image:none!important;background-color:transparent!important;height:auto!important}.fullscreen-slider .slide-content{padding:0!important;width:100%;color:#000!important;background-color:transparent!important;background:transparent!important}.fullscreen-slider .slide-content .dots{display:none!important}.lightSlider{height:auto!important}.ult-carousel-wrapper{margin-bottom:0!important}.lines{display:none!important}.wpb_single_image.vc_align_center{text-align:left!important}.headline-bg-text-module h2{padding-left:0!important}.m-fullwidth-header .header-content{padding:0!important}.aio-icon-description p{text-align:left!important}.headline-text-module .module-headline{padding:10px 0 0!important;margin-bottom:0!important}.headline-text-module .content.center ul{display:block!important}.module-kununu{text-align:left!important}.module-kununu .rating{margin:10px 0!important}a[target=_blank]:after{content:none!important}.headline-text-module,.headline-text-module .content ul,.vc_row{width:100%!important}.vc_row{left:0!important;margin-left:0!important;margin-right:0!important}} #cookie-notice .cn-button {text-decoration: none; }#cookie-notice .cn-button:after {
background-image: none;
}a#cn-accept-cookie { background:  #181c1f; color:  #fff; padding: 5px 10px; border-radius: 5px; box-shadow: 0px 2px 8px -3px #000; }