body {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2em;
    font-weight: 300;
    height: 100%;
    margin: 0;
    padding: 0;
}

.csc-default.hide-overflow {
    overflow: hidden;
}
.tooltip.in { opacity: 1; }
.tooltip .tooltip-arrow,
.tooltip .tooltip-arrow:after {
    display:none;
}
.tooltip {
    position:absolute;
    top: 0;
    left: 0;
    display: none;
    background: white;
    padding: 1px;
    text-align: left;
}
.productImgTooltip {
    width: 100px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 0;
}
.tooltip-inner{
    background: white;
    color: #000;
    text-align: left;
    margin: 0;
    padding-top: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    /*border-radius(6 px);
    box-shadow(0 5 px 10 px rgba(0, 0, 0, .2));*/
}
.tooltip-inner .media-body {
    color: #000;
}

.tooltip-inner {
    min-width: 400px;
}
.smallTooltip {
    min-width: 125px;
    max-width: 125px;
}
a,
.csc-default a {
    color: #e30613;
}

a:hover,
.csc-default a:hover {
    color: #c90510;
    text-decoration: none;
}

a:focus,
.csc-default a:focus {
    color: #b1060f;
    text-decoration: none;
}

a.download:before {
    font-family: 'FontAwesome';
    content: " " "\f019" " ";
}

label {
    font-weight: 300;
    padding-top: 0;
}

.fancybox-skin {
    border-radius: 0;
}

.btn {
    border-radius: 0;
    margin-top: 1em;
}

.form-control {
    border-radius: 0;
}


.form-group > div > p {
    padding-top: 7px;
}

.alert {
    border-radius: 0;
}

* {
    box-sizing: border-box;
}

h1, .h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    margin-top: 1.2em;

}

h2, .h2 {
    font-weight: 300;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 0.25em;
}

h3 .h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

h4, .h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

.alert h1,
.alert h2,
.alert h3 {
    margin-top: 0;
}

.btn-default {
    border-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
}

.csc-default p {
    font-size: 1.0em;
    line-height: 1.6;
}

.csc-frame-default p{
    font-size: 1.0em;
    line-height: 1.6;
}

strong {
    font-weight: 600;
}

p.text-truncate {
    height: 0;
    margin: 0;
}

.truncate-mask {
    color: #e30613;
    display: block;
    text-align: center;
    width: 100%;
}

.text-truncate-handle {
    color: #e30613;
    font-weight: 600;
    margin-left: 0.3em;
    visibility: visible;
}

/* Header
-------------------------------------------------- */
.logo {
    display: inline-block;
    float: left;
    padding: 1em 0;
}

.logoclaim {
    display: inline;
    font-size: 0.7em;
}

.logoclaim > p {
    float: left;
    line-height: 1.2em;
    margin: 1em 0;
    padding: 1.3em;
}

.phone-header {
    float: right;
    font-size: 0.7em;
    margin-right: 5em;
    margin-top: 3em;
}

.langselect {
    position: relative;
}

.langselect .btn-group {
    background-clip: padding-box;
    /*background-color: #fff;*/
    /*border: 1px solid #fff;*/
    box-shadow: none;
    display: inline;
    margin-top: 0.6em;
    padding-bottom: 0.3em;
    position: absolute;
    right: 10em;
    z-index: 1030;
    margin-right: 13px;
    margin-top: 21px;
}

.langselect .btn-lg {
    padding: 7px 16px 0;
}
.langselect .btn-lg .frch,
.langselect .btn-lg .ch {
    padding: 7px 11px 0;
}

.langselect .open {
    /*border: 1px solid rgba(0, 0, 0, 0.15);*/
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);*/
}

.langselect .btn {
    border: none;
}

.langselect .open .btn,
.langselect .btn:hover {
    background: transparent;
    box-shadow: none;
}

.langselect .dropdown-menu {
    /*border: none;*/
    box-shadow: none;
    /*float: none;*/
    min-width: 1px;
    /*position: relative;*/
    z-index: 1010;
    float: left;

    position: absolute;
    padding: 12px;
    margin: 0 auto;
    width: max-content;
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}

.langselect .dropdown-menu ul {
    list-style-type: none;
    padding-left: 4px;
    padding-right: 3px;
}

.langselect .dropdown-menu a span{
    color: black;
    font-size: 12px;
    padding-left: 3px;
}

.langselect .open > .dropdown-menu {
    /* display: inline; */
}

.langselect .dropdown-menu > li > a {
    padding: 3px 16px;
}
div.container.langselect div.btn-group button.btn.btn-default.btn-lg.dropdown-toggle.wideFlag.wideFlag {
    padding-left: 11px;
}
div.container.langselect div.btn-group button.btn.btn-default.btn-lg.dropdown-toggle.wideFlag img, .wideFlagIcon {
    width: 21px;
}

.searchbox {
    margin-top: 2em;
}



/* Navigation
-------------------------------------------------- */

.breadcrumb {
    background: transparent;
    margin: 0.3em 0;
    padding: 0;
}

.breadcrumb > li {
    font-size: 0.7em;
    font-weight: 300;
}

.breadcrumb > li + li::before {
    color: #666;
    content: "\e080";
    font-family: "Glyphicons Halflings";
    font-size: 0.5em;
    letter-spacing: -0.3em;
    padding: 0 0.4em 0 0;
}

.breadcrumb > li > a:focus,
.breadcrumb > li > a:hover {
    color: #c90510;
    text-decoration: none;
}

.breadcrumb > li > a:hover {
    color: #b1060f;
}

.navbar-default {
    background-color: transparent;
    border-color: #fff;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #000;
}

.navbar-default .navbar-nav > .active > a.active {
    color: #e30613;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #e30613;
}

.navbar-static-top {
    border-width: 0;
}

.navbar-static-top .navbar {
    background-color: #dadada;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 0.8em;
    padding: 1em 0;
}

.navbar-nav > li.first > a,
.navbar-nav > li:first-child > a {
    padding-left: 0.6em;
}

.navbar-nav > li > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li > a:focus:after {
    color: #333;
    content: "|";
    padding: 0 0.6em;
}

.navbar-nav > li:last-child > a:after {
    content: "";
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    left: -1em;
    margin-top: 1px;
}

.navbar-collapse {
    padding-left: 1em;
    padding-right: 1em;
}

.navbar-collapse .nav {
    padding-left: 0.5em;
}

.decoration-bar {
    background: #e30613;
    bottom: -1em;
    height: 1.5em;
    position: absolute;
    right: -1px;
}
/* remove languages in menu until contents finished */
/*
div.container.langselect div.btn-group.open ul.dropdown-menu li.cn {
    display: none;
}
*/
/* tx_kesearch
-------------------------------------------------- */
.navbar .searchbox {
    margin-top: 1em;
}

.navbar .searchbox .tx-kesearch-pi1 .form-control {
    width: 100%;
}

div[role=main] #xajax_form_kesearch_pi1 {
    display: none;
}

div[role=main] .tx-kesearch-pi1 {
    margin-bottom: 5em;
}

.tx-kesearch-pi1 .form-control {
    font-size: 0.7em;
    height: auto;
    padding: 0.1em 0.3em;
    width: 13em;
}

.tx-kesearch-pi1 .form-control-feedback {
    color: #999;
    font-size: 0.7em;
    height: auto;
    line-height: inherit;
    top: 0.2em;
    width: 1.8em;
}

#kesearch_updating_results {
    display: none;
}

.tx-kesearch-pi1 .general-message .glyphicon {
    color: #e30613;
}

/* Slider
-------------------------------------------------- */
.flexslider {
    border: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 1.6em;
    z-index: 10;
}

.flexslider .slides {
    overflow: hidden;
}

.flex-direction-nav a,
.flex-direction-nav a:hover{
    text-shadow: none;
    color: #000;
}



.flexslider .caption-wrapper {
    display: block;
    float: left;
    height: 85%;
    position: absolute;
    top: 0;
    width: 100%;
}

.flexslider .caption-wrapper.caption-align-center {
    bottom: 0;
    height: inherit;
    text-align: center;
    top: inherit;
}

.flexslider .caption-wrapper.caption-align-center .caption-text {
    bottom: 0;
    height: inherit;
    top: inherit;
    width: auto;
}

.flexslider .caption-wrapper.caption-align-right {
    float: right;
}

.flexslider .caption-text {
    display: inline-block;
    height: 100%;
    padding: 3em;
    position: relative;
    top: 0;
    width: 40%;
}

.flexslider .caption-align-right .caption-text {
    float: right;
    left: 1px !important;
}

.flexslider .caption-title {
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.flexslider .caption-body {
    color: #000;
    font-size: 0.8em;
    margin-top: -5px;
}

.flexslider .caption-text a,
p.btn a {
    background-color: #e30613;
    border-radius: 0.1em;
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    margin-top: 0.5em;
    padding: 0.5em;
}

.flexslider .caption-text a:hover,
p.btn a:hover {
    background-color: #F73640;
}

.flexslider .caption-text a:after {
    content: "\e080";
    font-family: "Glyphicons Halflings";
    font-size: 0.5em;
    letter-spacing: -0.3em;
    padding-right: 0.6em;
    padding-top: 1.1em;
}

.flexslider .caption-text a:hover,
.flexslider .caption-text a:focus {
    background-color: #c90510;
    cursor: pointer;
    text-decoration: none;
}

.flexslider .caption-text a:focus {
    background-color: #b1060f;
}

.flexslider:hover .flex-prev {
    left: 1em;
}

.flexslider:hover .flex-next {
    right: 1em;
}

.flex-direction-nav a:before {
    font-family: "Glyphicons Halflings";
    line-height: 1;
    display: inline-block;
    content: "\e079";
}

.flex-direction-nav a.flex-next:before {
    content: "\e080";
}

.flexslider .flex-control-nav {
    bottom: 1em;
    z-index: 15;
}

.flex-control-nav li {
    margin: 0 0.2em;
}

.flex-control-paging li a {
    background: #dadada;
    /*border: 1px solid #706f6f;*/
    border-radius: 0.8em;
    box-shadow: none;
    height: 0.6em;
    width: 0.6em;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    /*background: #c90510;*/
    background: #000
}

.teaseritem .flexslider {
    border: none;
    z-index: 0;
}

.teaseritem .flexslider .body-wrapper,
.teaseritem .flexslider .caption-wrapper {
    display: none;
}

.teaseritem .flex-direction-nav a:before {
    font-size: 1.3em;
}

.teaseritem .flexslider:hover .flex-prev {
    left: 1.5em;
}

.teaseritem .flexslider:hover .flex-next {
    right: 1.5em;
}

.teaseritem .flexslider .flex-control-nav {
    right: 0.4em;
    width: auto;
}

.teaseritem .flex-control-nav li {
    margin: 0 0.1em;
}

.teaseritem .flex-control-paging li a {
    border-radius: 0.6em;
    height: 0.6em;
    width: 0.6em;
}

.slidercontent .caption-align-left .caption-text .caption-title span {
    padding-left: 34px;
    padding-right: 20px;
}
.slidercontent .caption-align-right .caption-text .caption-title span {
    padding-left: 20px;
    padding-right: 34px;
}

/* Slider STYLE 2 (RED IMAGE BACKGROUND)
-------------------------------------------------- */
.wsflexslider-style2 .body-align-right{
    padding-left: 50% !important;
}

.wsflexslider-style2 .body-align-left{
    padding-right: 50%;
}

.wsflexslider-style2 .caption-text{
    display: inline-block;
    height: 100%;
    padding: 0em;
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 3em;
}

.wsflexslider-style2 .caption-title {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.wsflexslider-style2 .caption-align-right .caption-title {
    text-align: right;
}

.wsflexslider-style2 .caption-title span{
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}



.wsflexslider-style2 .caption-body{
    color: #fff;
    font-size: 0.8em;
    margin-top: -5px;
    padding-left: 35px;
    padding-top: 20px;
}

.wsflexslider-style2 .caption-text a,
p.btn a {
    background-color: #000;
    border-radius: 0.1em;
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    margin-top: 0.5em;
    padding: 0.1em;
    margin-left: 35px;
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.wsflexslider-style2 .caption-text .link-align-right{
    float: right;
    padding-right: 34px;
}
.wsflexslider-style2 .caption-text .body-align-right{
    text-align: right;
    padding-right: 34px;
}

.wsflexslider-style2 .caption-text a:hover,
.wsflexslider-style2 .caption-text a:focus {
    background-color: #313131;
    cursor: pointer;
    text-decoration: none;
}

.wsflexslider-style2 .caption-text a:after{
    content: "";
    ont-size: 0em;
    letter-spacing: 0em;
    padding-right: 0em;
    padding-top: 0em;
}

/* Slider STYLE 3 (WHITE IMAGE BACKGROUND)
-------------------------------------------------- */
.wsflexslider-style3 .body-align-right{
    padding-left: 50% !important;
}

.wsflexslider-style3 .body-align-left{
    padding-right: 50%;
}
.wsflexslider-style3 .caption-text{
    display: inline-block;
    height: 100%;
    padding: 0em;
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 3em;
}

.wsflexslider-style3 .caption-title {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.wsflexslider-style3 .caption-align-right .caption-title {
    text-align: right;
}

.wsflexslider-style3 .caption-title span{
    background-color: #e30613;
    padding-left: 35px;
    padding-right: 20px;
    color: white;
}

.wsflexslider-style3 .caption-body{
    color: #0a0a0a;
    font-size: 0.8em;
    margin-top: -5px;
    padding-left: 35px;
    padding-top: 20px;
}

.wsflexslider-style3 .caption-text a,
p.btn a {
    background-color: #000;
    border-radius: 0.1em;
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    margin-top: 0.5em;
    padding: 0.1em;
    margin-left: 35px;
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.wsflexslider-style3 .caption-text .link-align-right{
    float: right;
    padding-right: 34px;
}
.wsflexslider-style3 .caption-text .body-align-right{
    text-align: right;
    padding-right: 34px;
}

.wsflexslider-style3 .caption-text a:hover,
.wsflexslider-style3 .caption-text a:focus {
    background-color: #313131;
    cursor: pointer;
    text-decoration: none;
}

.wsflexslider-style3 .caption-text a:after{
    content: "";
    ont-size: 0em;
    letter-spacing: 0em;
    padding-right: 0em;
    padding-top: 0em;
}


/* Teaser
-------------------------------------------------- */
.teaseritem {
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    height: 16.45em;
    margin-bottom: 1.5em;
    width: 100%;
}

.teaseritem:hover {
    background-color: #dadada;
    border-color: #e5e5e5;
}

.teaseritem .media {
    position: relative;
    width: 100%;
}

.teaseritem .flexslider {
    margin-bottom: 0;
}

.teaseritem .flexslider .flex-control-nav {
    bottom: -0.4em;
}

.teaseritem .media > h1,
.teaseritem .media > h2,
.teaseritem .media > h3,
.teaseritem .media > h4,
.teaseritem .media > h5 {
    /*background-color: #888;*/
    background-color: #000;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    height: 1.7em;
    margin: 0;
    overflow: hidden;
    padding: 0.3em 0.7em;
    position: absolute;
    width: 11em;
}

.teaseritem:hover .media > h1,
.teaseritem:hover .media > h2,
.teaseritem:hover .media > h3,
.teaseritem:hover .media > h4,
.teaseritem:hover .media > h5 {
    background-color: #e30613;
}

.teaseritem .text {
    color: #706f6f;
    display: inline-block;
    max-height: 4.45em;
    overflow: hidden;
    padding: 0.5em;
}

.teaseritem .text h1,
.teaseritem .text h2,
.teaseritem .text h3,
.teaseritem .text h4,
.teaseritem .text h5 {
    color: #000;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 300;
    margin: 0 0 0.3em;
}

.teaseritem .text p {
    color: #000;
    font-size: 0.7em;
    line-height: 1.3em;
    margin: 0;
}

.teaseritem .text a {
    color: #e30613;
    font-weight: 600;
    margin-left: 0.3em;
}

.teaseritem .text a:after {
    color: #e30613;
    content: "\e080\e080";
    font-family: "Glyphicons Halflings";
    font-size: 0.7em;
    font-weight: 300;
    letter-spacing: -0.3em;
}

.responsive-embed {
    position: relative;
    padding-bottom: 66.4%;
    height: 0;
    overflow: hidden;
}

.responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bottomcontent {
    margin-bottom: 1em;
}

.bottomcontent > div > .csc-default {
    /* border: 1px solid #dadada; */
    margin-bottom: 0.5em;
    padding: 0.5em;
}

.bottomcontent h1 {
    margin-top: 0;
}

/* Productlist
-------------------------------------------------- */
.productlist-header h1 {
    margin-bottom: 0;
}

.productlist-header h3 {
    margin-top: 0;
    margin-bottom: 1.5em;
}

p.productlist-more {
    background-color: #efefef;
    border: 1px solid #dadada;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.1em;
    margin-top: 2em;
    padding: 0.5em;
}

p.productlist-more a {
    font-size: 0.83em;
    line-height: 1em;
}

p.productlist-more a::before {
    color: #e30613;
    content: "\e080\e080";
    float: left;
    font-family: "Glyphicons Halflings";
    font-size: 0.5em;
    font-weight: 400;
    letter-spacing: -0.3em;
    padding: 0.6em 0.6em 0 0;
}

.productlist hr {
    border-color: #dadada;
    margin: 2em 0.8em;
}

.productlist .product {
    border: 1px solid #dadada;
    /*height: 23em;*/
    height: 100%;
    margin-bottom: 1.5em;
    overflow: hidden;
    padding: 0.5em;
}

.productlist .text {
    display: inline-block;
    height: 8.5em;
    overflow: hidden;
}

.productlist .text p {
    font-size: 0.8em;
    line-height: 1.4;
}

.productlist .pages a {
    font-size: 0.7em;
    line-height: 1.6;
    color: black;
    font-weight: bold;
    display: block;
}

.productlist .pages a:hover {
    background-color: #e30613;
    color: white;
}

.productlist .pages {
    display: table;
    margin: 0;
    width: 100%;
}

/*
.productlist .pages > li {
    display: table-cell;
    float: left;
    line-height: 1em;
    width: 50%;
}
*/
.productlist .pages > li {
    line-height: 1em;
    width: 100%;
    background-color: #d6d6d6;
    margin-bottom: 2px;
    text-align: center;
    color: black;
}

/*
.productlist .pages li::before {
    color: #e30613;
    content: "\e080\e080";
    float: left;
    font-family: "Glyphicons Halflings";
    font-size: 0.5em;
    font-weight: 400;
    letter-spacing: -0.3em;
    padding: 0.2em 0.6em 0 0;
}
*/
.productlist h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

/* Productdetail
-------------------------------------------------- */
.productdetail {
    margin-bottom: 2em;
}

.productdetail h1 {
    margin-bottom: 0;
}

.productdetail h3 {
    margin-top: 0;
    margin-bottom: 1.5em;
}

.productdetail .tabbable {
    border-right: 1px solid #dadada;
    font-size: 0.75em;
    margin-top: 2em;
}

.product-download .btn-default {
    background-color: #e30613;
    border-color: #e30613;
    color: #ffffff;
}

.product-download .btn-default:hover {
    color: #ffffff;
}

.nav-tabs > li {
    display: table-cell !important;
}

.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    background-color: #efefef;
    border-radius: 0;
    border: 1px solid #dadada;
    border-right-width: 0;
    color: #000;
    margin-bottom: 0;
    padding: 0.3em;
    text-align: center;
    outline: none;
    white-space: nowrap;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #dadada;
    border-right-width: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.productdetail .nav > li > a:focus,
.productdetail .nav > li > a:hover {
    background-color: #e30613;
    border-image: none;
    border-right-width: 0;
    color: #fff;
}

.productdetail .expandcol {
    padding-top: 2.5em;
}

.productdetail .tab-content {
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.productdetail .tab-content h4 {
    margin: 1em 1em 0 1em;
}

.productdetail .tab-content ul,
.productdetail #productaccordion .panel-body ul {
    list-style: none;
    margin: 2em;
    padding: 0 1em 0 0;
}

.productdetail #productaccordion .panel-body ul {
    margin: 0 1em;
}

.productdetail .tab-content ul.techspecs li,
.productdetail .tab-content ul.topattributes li,
.productdetail .tab-content ul.accessories li,
.productdetail .tab-content ul li.product-download,
.productdetail #productaccordion ul li.product-download {
    list-style-type: none;
}

.productdetail .tab-content li,
.productdetail #productaccordion .panel-body li {
    padding-left: 1em;
    text-indent: -.7em;
    list-style-type: square;
}

.productdetail .tab-content li::before {
    /*
     color: #e30613;
     content: "■  ";
     font-size: 1.6em;
     line-height: 1em;
    */
}

.productdetail .carousel .item {
    border: 1px solid #dadada;
    text-align: center;
}

.productdetail .carousel-inner > .item > img {
    margin: 0 auto;
}

.productdetail .carousel-control,
.productdetail .carousel-control:hover {
    background: transparent;
    color: #000;
    text-shadow: none;
}

.productdetail .label {
    border: none;
    color: #000;
    font-size: 1em;
    padding: 0;
    text-align: left;
    font-weight: 600;
}

.productdetail .panel-default {
    border-color: #706f6f;
}

.productdetail .panel-group {
    /* padding: 0.5em; */

}

.productdetail .tab-pane > .panel {
    /* margin: 0.5em; */

}

.productdetail .panel,
.productdetail .panel-group .panel {
    border-color: #dadada;
    border-radius: 0;
    border-width: 1px 0 0;
    margin-top: 0px !important;
}

.productdetail .panel {
    background-color: transparent;
    box-shadow: none;
}

.productdetail .panel-default > .panel-heading {
    background-color: transparent;
    border: none;
}

.productdetail .panel-default > .panel-heading:hover {
    background: #efefef;
}

.productdetail .panel-heading .articles-header {
    border-radius: 0;
    padding: 0.5em;
}

.productdetail .panel-heading a {
    outline: 0;
}

.productdetail .panel-heading a:hover li > span {
    color: #e30613;
}

.productdetail .panel-heading a:focus {
    color: #000;
}

.productdetail .tab-content .panel-heading ul,
.productdetail .tab-content .panel-body ul {
    margin: 0;
    padding: 0;
}

.productdetail .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.productdetail .tab-content .accessories li {
    margin-bottom: 1em;
}

.productdetail #productaccordion {
    font-size: 0.8em;
}

.productdetail #productaccordion .panel {
    border-width: 0;
}

.productdetail #productaccordion > .panel-default > .panel-heading {
    background: #e30613;
    border: 1px solid #dadada;
    border-radius: 0;
    margin-bottom: 0.2em;
}

.productdetail #productaccordion > .panel-default > .panel-heading.collapsed {
    background: #efefef;
}

.productdetail #productaccordion .panel-heading {
    padding: 0.3em 0.5em;
}

.productdetail #productaccordion .panel-heading.collapsed a {
    color: #000;
}

.productdetail #productaccordion .panel-heading a {
    color: #fff;
}

.productdetail #productaccordion .panel-heading a div {
    color: #e30613;
}

.productdetail #productaccordion > .panel-default > .panel-collapse > .panel-body {
    padding: 0;
}

.productdetail .accessories a {
    outline: 0;
}

.productdetail .accessories img {
    border: 1px solid #706f6f;
}

.productdetail .producttitle {
    display: block;
}

.productdetail .producttitle::before {
    color: #e30613;
    content: "";
    float: left;
    font-family: "Glyphicons Halflings";
    font-size: 0.5em;
    font-weight: 400;
    letter-spacing: -0.3em;
    padding: 0.7em 2em 0 0;
}

.carousel-control .icon-next:before,
.carousel-control .icon-prev:before {
    color: #c90510;
    font-family: "Glyphicons Halflings";
}

.carousel-control .icon-prev:before {
    content: "\e079";
}

.carousel-control .icon-next:before {
    content: "\e080";
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    background: #dadada;
    border: 1px solid #706f6f;
    border-radius: 0.8em;
    box-shadow: none;
    height: 0.8em;
    width: 0.8em;
    margin: 0;
}

.carousel-indicators .active {
    background: #c90510;
    border: 1px solid #706f6f;
    height: 0.8em;
    width: 0.8em;
}

.productdetail .carousel-inner img {
    padding-bottom: 30px;
}

.productdetail .certificates {
    margin-top: 0.5em;
}

.productdetail .certificates img {
    margin: 0.5em 0.2em 0 0;
}



.productdetail .videotab {
    margin: 0;
    padding: 3em 0;
    text-align: center;
}

.productdetail .videotab iframe {
    /*  height: 30em;
      width: 40em;
    */
}

.modal-content {
    border-radius: 0;
}

/* tx_news
-------------------------------------------------- */
.news {
    margin: 2em 0;
}

.news .article {
    margin: 0;
}

.news .article,
.news .article:last-child {
    border: 1px solid #eee;
    padding: 1.3em 0.6em;
}

.news .article .news-img-wrap {
    background: transparent;
    float: none;
    margin: 0;
}

.news .article .news-img-wrap a {
    background: transparent;
    border: none;
    padding: 0;
}

.news .article > div {
    display: table-cell;
}

.news .article h3 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 1em 0;
}

.news .text-wrapper {
    float: left;
}

.news .meta time {
    font-size: 16px;
    font-weight: 600;
}

.news .meta {
    font-size: 0.7em;
    font-weight: 400;
    margin-bottom: 0.7em;
}

.news-list-date {
    float: left;
}

.news-list-date::after {
    content: "|";
    font-style: normal;
    padding: 0 0.7em;
}

.news-list-view div.teaser-text p.bodytext {
    font-size: 18px;
    line-height: 1.5;
}

.news-related {
    border: none;
    font-style: italic;
    display: inline;
    padding: 0;
    width: auto;
}

.news .article .teaser-text {
    font-size: 0.9em;
    font-weight: 300;
}

.news .more-link {
    height: 100%;
    vertical-align: middle;
}

.news .arrow {
    font-size: 2em;
    height: 50%;
    margin-top: -50%;
    position: relative;
    top: 50%;
}

.news .more-link a {
    color: #dadada;
    display: inline-block;
    font-size: 2em;
    margin-top: -50%;
    position: relative;
    top: 50%;
    vertical-align: middle;
}

.news .more-link a:hover {
    color: #c90510;
}

.news .more-link a:focus {
    color: #b1060f;
}

.news-single {
    margin-top: 0;
}

.news-single h1 {
    margin-bottom: 1em;
}

.news-single .news-list-date,
.news-single .news-related {
    font-size: 0.7em;
    font-style: italic;
    font-weight: 400;
}

.news-single .article,
.news-single .article:last-child {
    border: none;
    padding: 0;
}

.news-single .article > .col-sm-8 {
    padding-left: 0;
}

.news-single .article > .col-sm-4 {
    padding-right: 0;
}

.news-single .news-related span {
    float: left;
    margin-right: 0.5em;
}

.news-single .news-related ul li {
    line-height: inherit;
}

.news-single .media {
    margin-top: 8.3em;
}

.news-single .body,
.news-single .news-backlink-wrap {
    font-size: 0.9em;
    font-weight: 300;
    overflow: hidden;
}

/* tx_simplecalendar
-------------------------------------------------- */
.simplecalendar .month-header {
    border-bottom: 1px solid #dadada;
    margin-bottom: 2em;
}

.simplecalendar .month-header h3 {
    color: #676767;
    font-weight: 300;
}

.simplecalendar .event {
    border: 1px solid #dadada;
    font-size: 0.9em;
    margin: 0 0 3em;
    padding: 1.5em 0.5em 1.3em 0.5em;
}

.simplecalendar .event * {
    font-size: inherit;
}

.simplecalendar .image {
    padding: 0.4em 1em 0.2em;
}

.simplecalendar .meta {
    font-weight: 400;
    line-height: 1.4em;
}

.simplecalendar .meta > h3 {
    font-weight: 600;
    line-height: 1.7em;
    margin: 0;
}

.simplecalendar .description p {
    line-height: 1.5;
}

.simplecalendar .description p:last-child {
    margin-bottom: 0;
}

/* tx_mpsalesrepresentative
-------------------------------------------------- */
.mpsalesrepresentative {
    margin: 2em 0;
}

.mpsalesrepresentative h1 {
    height: 2.4em;
}

.mpsalesrepresentative .country {
    font-size: 1em;
    font-weight: 600;
    margin-top: 7.88em;
}

.mpsalesrepresentative .map {
    margin-top: 7.88em;
}

.mpsalesrepresentative .btn {
    margin-top: 0;
}

.mpsalesrepresentative .results {
    margin-top: 2em;
}

.mpSalesRepresentativeListItemName {
    font-weight: 600;
}

/* tx_mpconfigurator
-------------------------------------------------- */
.mp_configurator .radio input {
    margin-top: 0.4em;
}

.mp_configurator .rowFootElementsContainer {
    overflow: auto;
    margin-bottom: 10px;
}

.mp_configurator .rowFootElementsImages,
.mp_configurator .rowFootElements {
    margin-bottom: 15px;
    /* white-space: nowrap; */
}

.mp_configurator .rowFootElements {
    padding: 0 11px;
}

.mp_configurator .rowFootElementsImages .rowFootImageLeft,
.mp_configurator .rowFootElementsImages .rowFootImageRight {
    float: left;
    width: 11px;
    height: 140px;
    background: transparent url(../../../typo3conf/ext/mp_configurator/res/vorlage_emv_traeger_left.png) top left no-repeat;
}

.mp_configurator .rowFootElementsImages .rowFootImageRight {
    background: transparent url(../../../typo3conf/ext/mp_configurator/res/vorlage_emv_traeger_right.png) top left no-repeat;
}

.mp_configurator .rowFootElementsImages .rowFootImageBottomBar .rowFootBottomArrowLeft,
.mp_configurator .rowFootElementsImages .rowFootImageBottomBar .rowFootBottomArrowRight {
    float: left;
    width: 40px;
    height: 34px;
    background: transparent url(../../../typo3conf/ext/mp_configurator/res/vorlage_emv_arrow_left.png) top left no-repeat;
}

.mp_configurator .rowFootElementsImages .rowFootImageBottomBar .rowFootBottomArrowRight {
    float: left;
    background: transparent url(../../../typo3conf/ext/mp_configurator/res/vorlage_emv_arrow_right.png) top left no-repeat;
}

.mp_configurator .rowFootElementsImages .rowFootImageBottomBar .rowFootBottomArrowLine {
    float: left;
    height: 34px;
    background: transparent url(../../../typo3conf/ext/mp_configurator/res/vorlage_emv_arrow_line.png) top left repeat-x;
    text-align: center;
    line-height: 170%;
    font-size: 50%;
    color: #949494;
}

.mp_configurator .rowFootElementsImages .rowFootImage,
.mp_configurator .rowFootElements .rowFootElement {
    float: left;
    width: 85px;
}

.mp_configurator .rowFootElements .rowFootElement {
    float: left;
    width: 84px;
    border-left: 1px dotted #BBB;
}

.mp_configurator .rowFootElements .rowFootElementPos {
    margin: 0 0 7px 5px;
    font-weight: bold;
    /* text-align: center; */
}

.mp_configurator .rowFootElements .rowFootElement label {
    font-size: 70%;
}

.mp_configurator .rowFootElements .rowFootElement input {
    margin-left: 5px;
}

.mp_configurator .captcha img {
    margin: 0.5em 0;
    width: 95px;
}

.mp_configurator .alert-success {
    margin-top: 2em;
}

/* tx_felogin
-------------------------------------------------- */
.tx-felogin-pi1 form {
    margin-top: 1em;
}

/* tx_mpdownloadcenter
-------------------------------------------------- */
.mpdownloadcenter h1,
.mpdownloadcenter h2 {
    margin: 0;
}

.mpdownloadcenter .icon {
    float: left;
    margin-right: 1em;
}

/* Powermail
-------------------------------------------------- */

.tx-powermail {
    margin-bottom: 2em;
}

.tx-powermail .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

.powermail_captcha.form-control {
    margin-bottom: 1em;
}

.tx-powermail fieldset,
.powermail_create p.bodytext {
    margin-top: 2em;
}

.powermail_all_label {
    font-weight: 400;
}

/* Footer
-------------------------------------------------- */
footer {
    color: #000;
    font-size: 0.7em;
}

footer a {
    color: #e30613;
}

footer .top {
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    height: 23em;
    margin: 0;
}

footer .row > .top,
footer .row > .bottom {
}

footer .service > li::before {
    color: #e30613;
    content: "\e080\e080";
    float: left;
    font-family: "Glyphicons Halflings";
    font-size: 0.5em;
    font-weight: 400;
    letter-spacing: -0.3em;
    padding: 0.9em 1em 0 0;
}

footer .nav > li > a:focus,
footer .nav > li > a:hover {
    background-color: transparent;
    color: #b1060f;
    text-decoration: none;
}

footer .service > li > a {
    color: #000;
    padding: 0;
    line-height: 1.6;
}

footer h1 {
    color: #000;
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 1em;
}

footer .csc-default p {
    font-size: 1em;
    margin-bottom: 1.2em;
}

footer .certificates {
    width: 20em;
}

footer .certificates img {
    border: 1px solid #000;
    margin: 0 0.5em 0.5em 0;
}
footer h3 {
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.2;
    margin-top: 1.2em;
}
footer .socialnav ul {
    float: right;
}

footer .socialnav .navbar-nav > li > a::after,
footer .socialnav .navbar-nav > li > a:hover::after,
footer .socialnav .navbar-nav > li > a:focus::after {
    content: "";
    padding: 0;
}

footer .socialnav .navbar-nav > li > a {
    padding: 0;
}

footer .socialnav .navbar-nav > li > a:hover {
    cursor: pointer;
}

footer .svgicon {
    height: 2em;
    margin: 1.5em 0.5em 0 0;
    width: 2em;
}

footer li:last-child .svgicon {
    margin-right: 0;
}

footer .bottom {
    /*background-color: #888;*/
    background-color: #e30613;
    color: #fff;
    margin: 0;
    padding-bottom: 1em;
}

footer .bottom .copyright {
    float: left;
    margin-top: 2em;
}

footer .bottom .nav {
    margin: 1em 0 0 0;
}

footer .bottom .nav > li > a,
footer .bottom .nav > li > a:after {
    color: #fff;
    padding: 1em 0 1em 1em
}

footer .bottom .nav > li > a:focus,
footer .bottom .nav > li > a:hover {
    color: #dadada;
    text-decoration: none;
}

footer .bottom .nav > li > a:focus {
    color: #b1060f;
}

/* Desktop
------------------------- */
@media (min-width: 991px) and (max-width: 1199px) {

    .teaseritem {
        height: 14.1em;
    }

    .teaseritem > h1,
    .teaseritem > h2,
    .teaseritem > h3,
    .teaseritem > h4,
    .teaseritem > h5 {
        top: -5.1em;
    }

    .teaseritem .text {
        top: -6em;
        min-height: 4.1em;
    }


    .wsflexslider-style2 .caption-title {
        font-size: 2.1em;
    }

    .wsflexslider-style3 .caption-title {
        font-size: 2.1em;
    }

    #news-snippet {
        font-size: 0.7em !important;
    }

}

/* Smartphone to Tablet to Desktop
------------------------- */
@media (min-width: 1px) and (max-width: 991px) {

    .phone-header {
        float: left;
        margin-right: 0;
        margin-top: 3.3em;
        margin-right: 5em;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-default .navbar-nav > li > a {
        padding-left: 0.6em;
    }

    .navbar-default .navbar-nav > li > a::after {
        content: "";
    }

    .flex-direction-nav a {
        font-size: 20px;
        height: 30px;
        color: #dadada;
    }

    .flexslider:hover .flex-prev {
        left: 1.5em;
    }

    .flexslider:hover .flex-next {
        right: 1.5em;
    }

    .flex-control-paging li a {
        height: 0.6em;
        width: 0.6em;
    }

    .flexslider .flex-control-nav {
        bottom: 0;
    }

    .flex-direction-nav a::before {
        font-size: 30px;
    }

    .flexslider .caption-text {
        padding: 1em;

    }

    .flexslider .caption-mobile p.caption-title {
        font-size: 1em;
        background: white;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 5px;

    }

    .teaseritem {
        display: block;
    }

    .teaseritem .media {
        margin-top: 0;
    }

    .teaseritem .flexslider:hover .flex-prev {
        left: 1em;
    }

    .teaseritem .flexslider:hover .flex-next {
        right: 1em;
    }

    .teaseritem > h1, .teaseritem > h2, .teaseritem > h3, .teaseritem > h4, .teaseritem > h5 {
        display: block;
        margin: 0;
        position: inherit;
    }

    .teaseritem .text p {
        font-size: 0.7em;
    }


    .simplecalendar .description {
        margin-top: 1em;
    }

    .news .text-wrapper {
        float: none;
    }

    .news .more-link a {
        margin-top: -100%;
    }

    footer {
        margin-top: 0;
    }

    footer .top {
        height: inherit;
    }

    footer .top > div {
        margin: 1em 0 2em 0;
    }

    footer .top > div:last-child {
        margin-bottom: 0.5em;
    }

    footer h1 {
        margin: 0 0 1em;
    }

    footer .service > li {
        clear: both;
    }

    footer .service > li > a:focus,
    footer .service > li > a:hover {
        color: #c90510;
        text-decoration: none;
    }

    footer .service > li > a:focus {
        color: #b1060f;
    }

    footer .service > li > a:hover {
        color: #b1060f;
    }

    footer .bottom .nav {
        clear: both;
        margin: 2em 0 0 0;
    }

    footer .bottom .nav > li > a {
        padding: 0 1em 1em 0;
    }

    footer .bottom .nav > li > a::after {
        padding: 0 0 1em 1em;
    }

    footer .bottom .copyright {
        margin-top: 0;
    }

    footer .navbar-nav li {
        float: left;
    }

    footer .navbar-nav li:first-child a {
        padding-left: 0;
    }

    footer .socialnav .navbar-nav {
        float: right !important;
    }
}

/* Smartphone to Tablet
------------------------- */
@media (min-width: 1px) and (max-width: 991px) {


    .flexslider .telution {
        width: fit-content;
        height: 350px;
    }

    .telution .flex-control-nav {
        bottom: 95px;
        width: 40%;
    }

    .telution .flex-control-paging li a {
        height: 0.3em;
        width: 0.3em;
    }

    .flexslider .telution img {
        /* width: fit-content;
         padding-top: 18%;*/
        object-fit: cover;
        max-width: none;
        height: 100%;

        position: relative;
        /*left: -140px;
        width: 500px;*/
    }

    ul.slides.telution > li.flex-active-slide > div > a{
        width: auto;
        height: 250px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .flexslider .telution .wsflexslider-style2 .background-color-top{
        background-color: #e31021;
        position: absolute;
        width: -webkit-fill-available;
        height: 250px;
        z-index: -1;
    }


    .flexslider .telution .wsflexslider-style2 .caption-text {
        padding: 0px;
        padding-top: 70px;
        width: 80%;
    }

    .flexslider .telution .wsflexslider-style2 .caption-align-left{
        float: left;
    }
    .flexslider .telution .wsflexslider-style2 .caption-align-right{
        float: right;
    }



    .flexslider .telution .wsflexslider-style2 .caption-title span{
        background-color: white;
        padding-left: 14px;
        padding-right: 14px;
    }

    .flexslider .telution .wsflexslider-style2 .caption-text .caption-title {
        font-size: 1.1em;
        padding: 0px;
        background-color: rgba(255, 255, 255, 0);
    }

    .flexslider .telution .wsflexslider-style2 .caption-body{
        color: #fff;
        font-size: 0.8em;
        /* margin-top: 250px; */
        padding-left: 0px;
        background-color: black;
        padding: 20px 15px 20px 15px;
        /* height: -webkit-fill-available; */
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .flexslider .telution .wsflexslider-style3 .background-color-top{
        background-color: #ffffff;
        position: absolute;
        width: -webkit-fill-available;
        height: 250px;
        z-index: -1;
    }


    .flexslider .telution .wsflexslider-style3 .caption-text {
        padding: 0px;
        padding-top: 70px;
        width: 80%;
    }

    .flexslider .telution .wsflexslider-style3 .caption-align-left{
        float: left;
    }
    .flexslider .telution .wsflexslider-style3 .caption-align-right{
        float: right;
    }

    .flexslider .telution .wsflexslider-style3 .caption-title span{
        background-color: #e31021;
        padding-left: 14px;
        padding-right: 14px;
        color: white;
    }

    .flexslider .telution .wsflexslider-style3 .caption-text .caption-title {
        font-size: 1.1em;
        padding: 0px;
        background-color: rgba(255, 255, 255, 0);
    }

    .flexslider .telution .wsflexslider-style3 .caption-body{
        color: #fff;
        font-size: 0.8em;
        /* margin-top: 250px; */
        padding-left: 0px;
        background-color: black;
        padding: 20px 15px 20px 15px;
        /* height: -webkit-fill-available; */
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .phone-header{
        margin-top: 1.5em;
    }

    .langselect .btn-group {
        margin-top: 0px;
    }

    .csc-default p {
        font-size: 0.91em;
        line-height: 1.5;
    }

    .csc-frame-default p {
        font-size: 0.91em;
        line-height: 1.5;
    }

    .decoration-bar {
        height: 1em;
        bottom: -0.5em;
    }

    .langselect .btn-group {
        right: 0;
    }

    .teaseritem {
        height: auto;
    }

    .teaseritem .text {
        min-height: inherit;
    }

    .responsive-embed {
        padding-bottom: 36.5%;
    }

    .simplecalendar .event {
        padding: 1.5em 0.5em 0.5em;
    }

    .simplecalendar .meta.col-xs-12 {
        margin-top: 1em;
    }

    .simplecalendar .description {
        margin-top: 0.5em;
    }

    .simplecalendar .description p:last-child {
        margin-bottom: 0.5em;
    }

    .news .article > div {
        height: auto !important;
    }

    .news .header {
        padding-top: 0.5em;
    }

    .news .header h3 a {
        color: #e30613;
    }

    .news .more-link {
        height: auto;
        vertical-align: inherit;
    }

    .news .more-link a {
        color: #e30613;
        margin-top: 0;
        font-size: 0.9em;
    }

    .news .header h3 a:hover,
    .news .more-link a:hover {
        color: #c90510;
    }

    .news .header h3 a:focus,
    .news .more-link a:focus {
        color: #b1060f;
    }

    .productdetail .tabbable {
        border-right: 0;
    }

    .productdetail .tab-content {
        border-right: 1px solid #dadada;
        border-top: 1px solid #dadada;
    }
    .tooltip-inner{
        display:none;
    }
    .nav-tabs > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom-color: #efefef;
        border-width: 1px;
    }

    .nav-tabs.nav-justified > li > a:focus,
    .nav-tabs.nav-justified > li > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #e30613;
    }

    footer .nav > li > a {
        float: left;
    }

    footer .top > div:last-child {
        margin-bottom: 0;
    }

    footer .bottom .copyright {
        margin-top: 2em;
    }

    footer .socialnav .navbar-nav {
        float: left !important;
        margin: 0;
    }

    .certificates {
        margin-bottom: 0.6em;
    }
    .productdetail .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
    }

    .productdetail .video-container iframe,
    .productdetail .video-container object,
    .productdetail .video-container embed {
        position: absolute;
        top: 0;
        left: 20px;
        width: 93%;
        height: 93%;
    }
}


div.tn_newsletterbox {
    background-color:#f2f2f2;
    margin-bottom:10px;
    font-size: 0.7em;
    padding-bottom:10px;
    position:relative;
    margin-left:0px;
    margin-right:0px;
    border: 1px solid #e5e5e5;
}


div.tn_newsletterbox ul > li::before {
    color: #e30613;
    content: "\e080\e080";
    float: left;
    font-family: "Glyphicons Halflings";
    font-size: 0.5em;
    font-weight: 400;
    letter-spacing: -0.3em;
    padding: 0.9em 1em 0 0;

}


div.tn_newsletterbox ul > li {
    list-style-type: none;
}


div.tn_newsletterbox ul  {
    padding-left:6px;

}



body {
    margin-top:151px;
}


div.decoration-bar-bottom {
    background-color: #e30613;
    position:absolute;
    height:1.5em;
    right: 0;
    top:-1em;
}

.powermail_fieldset_38 > * {
    color:#6e6e6e;

}

.powermail_fieldset_38 li::before {
    content:"" !important;

}

.powermail_fieldset_38  input {
    width:100%;
    margin:0px;
}

.powermail_fieldset_38  div {
    padding-left: 0px;
    padding-right: 4px;
}

div.powermail_select {
    width:100% !important;
}

div.powermail_select > button > span {
    color:#bdbdbd;
}

.powermail_fieldset_38  button {
    margin:0px;
    width:100%;
}

.powermail_fieldset_38 {
    margin-top:0px !important;
}

#powermail_field_newslettercheckbox_1 {
    margin-top:2px !important;
    width:auto !important;
}


#powermail_field_newslettercheckbox_2 {
    margin-top:2px !important;
    width:auto !important;
}

.newsletter_powermail > .powermail_check_inner {
    padding-top:0px;
    min-height:0px;
}

.newsletter_powermail > .powermail_check_inner > ul{
    display:none;
}




div.powermail_check_inner_1 {
    padding-top:0px !important;
}

.tx-powermail {
    margin-bottom:10px;
}

.tn_newsletterbox button.dropdown-toggle {
    background-color:white !important;
    color:black;
}


.btn-default {
    background-color: #e30613;
    border-color: #e30613;
    color: #FFFFFF;
    padding-left:4px;
    padding-right:4px;
    display: block;
    text-indent:0px;
}

.btn-default:hover {
    background-color: #B40431;
    color: #FFFFFF;
}

button.dropdown-toggle {
    background-color: #eee;
    border-color: #eee;
    color: #000;
    padding-left:10px;
}

button.dropdown-toggle:hover {
    background-color: #eee;
    border-color: #eee;
    color: #000;
    padding-left:10px;
}

div.langselect > div > button {
    background-color: #fff;
}

div.langselect > div > button:hover {
    background-color: #fff;
}

.tn_newsletterbox h3 {
    font-size: 24px;
    margin-top:20px;
    margin-bottom:10px;
    font-weight:500;
    line-height:1.1;
}


div.logo {
    padding-top:11px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:11px;
}

a.bar-mail, a.bar-mail:hover, a.bar-mail:active {
    color:#FFFFFF;
}

.bar-phone > a, bar-phone > a:hover, .bar-phone > a:active {
    color:#FFFFFF;
}

.phone-in-bar {
    color:#FFFFFF;
    font-size: 14px;
    /*line-height:30px;*/
}

.productlist h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}



p.joblist-more {
    color: #000000;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.1em;
    margin-top: 2em;
    padding: 0.5em;
}

p.joblist-more a {
    display:block;
    background-color: #dadada;
    width:550px;
    margin-bottom:2px;
    height:50px;
    font-weight:bold;
    color: #000000;
    font-size: 0.83em;
    line-height: 50px;
    vertical-align:middle;
}

p.joblist-more a::before {
    color: #e30613;
    content: "\e080\e080";
    float: left;
    font-family: "Glyphicons Halflings";
    font-size: 0.5em;
    font-weight: 400;
    letter-spacing: -0.3em;
    padding: 0 6px 0 6px;
}

.cc_container {
    text-align: center;
    background-color:black;
    color:white;
    font-size:0.83em;
    opacity:0.9;
}


.cc_container a, .cc_container a:hover, .cc_container a:active {
    text-decoration:underline;
    color:white;
}

a.cc_btn, a.cc_btn:hover, a.cc_btn:active {
    text-decoration:none;
}

.decoration-bar {
    height:30px;
    font-size: 1em;
    line-height:2em;
    position:absolute;
    bottom:-1.2em;
}



.call2action {
    background-color: #e30613;
    padding:15px 10px;
    width:250px;
    position:fixed;
    top:245px;
    right:0;
    z-index:10000;
}

.call2action > p {
    color: white;
    font-size: 18px;
    margin:0;
    font-weight:bold;
    line-height: 20px;
}

.call2action button {
    background-color: white;
    border:none;
    margin-top:10px;
    color:black;
    padding:4px 10px;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    width: 170px;
    line-height: 15px;
}

.call2action  a, .call2action  a:hover, .call2action  a:active {
    color:black;
    font-size: 13px;
    font-weight:bold;
}

@media (min-width: 1px) and (max-width: 1024px) {
    .call2action {
        display:none;
    }

}

@media(min-width: 360px) and (max-width: 640px){
    .phone-in-bar {
        font-size: 12px;

    }
}


.emvkonfigurator div.block {
    margin-bottom:20px;
    overflow:hidden;
}

.emvkonfigurator a, .emvkonfigurator a:active, .emvkonfigurator a:hover, .emvkonfigurator a:focus, .emvkonfigurator a:visited {
    color:black;
}

.emvkonfigurator div.text {
    margin-bottom:10px;
}

.emvkonfigurator div.klammer {
    background-color: #ededed;
    width:87px;
    float:left;
    margin-right:5px;
    margin-top:3px;
    padding:10px;
    font-size: 13px;
}



.emvkonfigurator div.img1 {
    background-image:url(/fileadmin/box1.png);
}

.emvkonfigurator a.active .overlay {
    background-color: rgba(255,255,255,0.6);
    color: white;
    transition: background 1s;
    z-index:1000;
    height:100%;
    width:100%;
    position:absolute;
}
.emvkonfigurator  a.active .overlay:hover {
    background-color: rgba(255,255,255,0.2);
}

.emvkonfigurator div.klammer > img {
    margin-top:15px;
    margin-bottom: 15px;
}

.emvkonfigurator div.plusminus  {
    /*height:100%;*/
    width:88px;
    float:left;
    margin-right:7px;
    margin-top:60px;
    font-size: 13px;
}

.emvkonfigurator div.plusminus  img  {
    margin-bottom:10px;
}

.emvkonfigurator div.klammer span {
    position:relative;
    background-color:transparent;
    font-weight: bold;
    line-height:17px;
    padding: 0;
    font-size:17px;
}

.emvkonfigurator > div.row2,
.emvkonfigurator > div.row2b,
.emvkonfigurator > div.row3,
.emvkonfigurator > div.row4,
.emvkonfigurator > div.row5,
div#c21644,
div#c21651,
div#c21659,
div#c21655,
div#c21663,
div#c21671,
div#c21675,
div#c21679,
div#c21647,
div#c21667 {
    display:none;
}


fieldset.tx-powermail-pi1_fieldset {
    /* Disable border */
    border: none;
}



@media (min-width: 991px) {

    fieldset.powermail_fieldset_121 {
        /* Style left fieldset */
        width: 50%;
        float: left;
        margin-top: 0;
    }
    fieldset.powermail_fieldset_122 {
        width:50%;
        margin-top: 0;
    }

}


.emvkonfigurator button.minus {
    position:absolute;
    right:0;
    top:0;
    background-color: #e30613;
    color: white;
    font-size:11px !important;
    font-weight: bold;
    width:20px;
    height:20px;
    border: 0;

}

.emvkonfigurator button.plus {
    background-color: transparent;
    color: white;
    border: 0;

}

.emvkonfigurator .row5  button {
    background-color: #e30613;
    color: white;
    border: 0;
    padding:8px;
    font-size:14px;
}

.emvkonfigurator .row5 .plusminus button {
    background-color: transparent;
}


.emvkonfigurator .row5 .klammer button {
    padding:0 2px 0 2px;
}

#c21644 > .tx-powermail h1,
#c21651 > .tx-powermail h1,
#c21659 > .tx-powermail h1,
#c21655 > .tx-powermail h1,
#c21663 > .tx-powermail h1,
#c21671 > .tx-powermail h1,
#c21675 > .tx-powermail h1,
#c21679 > .tx-powermail h1,
#c21647 > .tx-powermail h1,
#c21644 > .tx-powermail h1 {
    display:none;
}

#c21644 > .tx-powermail fieldset {
    margin-right:0px;
}

#c21644 {
    margin-top:50px;
}

.emvkonfigurator .row5 .block {
    height:auto;
}

.emvkonfigurator .blocksmall {
    border:1px solid grey;
    padding:12px;
    text-align:center;
    font-size:0.8em;
    font-weight:bold;
}



@media (min-width: 990px) {
    font-size:1.0em;

}

@media (min-width: 1200px) {
    font-size:1.4em;

}



.emvkonfigurator .blocksmall:hover {
    background-color: rgba(0,0,0,0.1);
}

.emvkonfigurator .widthbar {
    float:left;
}

.emvkonfigurator .widthbar > .left {
    background-image:url(/fileadmin/arrow_left.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 35px;
    float:left;
}

.emvkonfigurator .widthbar > .inner {
    background-image:url(/fileadmin/arrow_bar.png);
    background-repeat: repeat-x;
    width: 196px;
    height: 35px;
    float:left;
    text-align:center;
}

.emvkonfigurator .widthbar > .inner > div {
    font-size: 9px;
    background-color:transparent;
    position:relative;
    height:50%;
    padding:2px;
    line-height:normal;
}

.emvkonfigurator .widthbar > .right {
    background-image:url(/fileadmin/arrow_right.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 35px;
    float:left;
}

.emvkonfigurator .checkbox label {
    font-weight:normal;
}




.emvkonfigurator div.linetext {
    position:absolute;
    top:20%;
}




.emvkonfigurator div.linetext > div.line {
    background-color:white;
    font-weight: bold;
    font-size:1.1em;
    height:30px;
    line-height:30px;
    padding-left: 8px;
    margin-top:10px;
    padding-right: 8px;
    float:left;
    clear: both;
}

.emvkonfigurator div.linetext > div.transparent {
    background-color: transparent;
}

.emvkonfigurator div.linetext > div.small {
    font-size: 0.35em;
}


.emvkonfigurator span.small {
    font-size:0.35em;
    padding-left:10px;
}


@media (min-width: 340px) {
    .emvkonfigurator div.linetext {
        top:30%;
    }

    .emvkonfigurator div.linetext > div.line {
        font-size:1.2em;
        height:35px;
        line-height:35px;
        padding-left: 8px;
        margin-top:10px;
        padding-right: 8px;

    }
}



@media (min-width: 500px) {
    .emvkonfigurator div.linetext {
        top:30%;
    }

    .emvkonfigurator div.linetext > div.line {
        font-size:1.5em;
        height:40px;
        line-height:40px;
        padding-left: 10px;
        margin-top:10px;
        padding-right: 10px;

    }
}


@media (min-width: 991px) {
    .emvkonfigurator div.linetext {
        top:30%;
    }

    .emvkonfigurator div.linetext > div.line {
        font-size:1.7em;
        height:53px;
        line-height:53px;
        padding-left: 17px;
        margin-top:10px;
        padding-right: 17px;

    }
}


.nopadding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nomargin{
    marign-left: 0px !important;
    marign-right: 0px !important;
}

.hide-item{
    visibility: hidden;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand.
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.is-table-row {
    display: table;
}
.is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}



/***** NEWS SNIPPET *****/

#news-snippet{
    background-color: #f2f2f2;
    margin-bottom: 10px;
    font-size: 0.8em;
    padding:  5px 0 5px 0;
    margin-top: -20px;
    border: 1px solid #e5e5e5;
}

#news-snippet .title{
    text-align: right;
    font-weight: bold;
}

#news-snippet ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#news-snippet ul li {
    float: left;
    padding-left: 10px;
}

#news-snippet ul li:last-child:after {
    content: "+++";
    padding-left: 10px;
}
#news-snippet ul li a{

    padding-left: 5px;
    color: black;
}


/*****Product finder teaser ******/

.product-finder-teaser{
    color: white;
    background-color: #e30613;
    text-align: center;
    padding: 10px;
}
.product-finder-teaser p{
    margin: 0px;
}
.product-finder-teaser span {
    font-weight: 400;
}
.product-finder-teaser a:hover,
.product-finder-teaser a {
    color: white;
}

figcaption{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.powermail-form-group{
    margin-bottom: 15px;
}

.disable-ga{
    color:#e30613;
    cursor: pointer;
}