/* RESET CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, t
d,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}

strong{
    font-weight: bold;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* /RESET CSS */


/* FONTS */
@font-face {
    font-family: 'neo_sans';
    src: url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans_bold-webfont.eot');
    src: url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans_bold-webfont.woff2') format('woff2'),
        url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans_bold-webfont.woff') format('woff'),
        url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans_bold-webfont.ttf') format('truetype'),
        url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans_bold-webfont.svg#neo_sansbold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TTFirsNeueTrialMedium';
    src: url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/TTFirsNeueTrialMedium.ttf');
    font-weight: 600;
    font-style: normal;
}



@font-face {
    font-family: 'neo_sans';
    src: url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans_light-webfont.eot');
    src: url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans_light-webfont.woff2') format('woff2'),
        url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans_light-webfont.woff') format('woff'),
        url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans_light-webfont.ttf') format('truetype'),
        url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans_light-webfont.svg#neo_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'neo_sans';
    src: url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans-webfont.eot');
    src: url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans-webfont.eot?#iefix') format('embedded-opentype'),
        url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans-webfont.woff2') format('woff2'),
        url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans-webfont.woff') format('woff'),
        url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans-webfont.ttf') format('truetype'),
        url('/typo3conf/ext/lf_pch/Resources/Public/Fonts/neo_sans-webfont.svg#neo_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
/* /FONTS */

/* GLOBAL */


a{
    color: #e20036;
    text-decoration: none;
}

a:hover , a:focus{
    color: #e20036;
    text-decoration: underline;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #464646;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #464646;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
    color: #464646;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

:-ms-input-placeholder {  
    opacity: 1;
    color: #464646;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

h1{
    font-size: 48px;
    line-height: 58px;
    font-weight: regular;
    color: inherit;
}

h1 sub{
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
    color: inherit;
}

h2{
    font-size: 28px;
    line-height: 32px;
    font-weight: regular;
    color: #000;
}

h3{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: inherit;
}

p.summary{
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
}

p{
    font-size: 15px;
    color: #606060;
    line-height: 24px;
}

blockquote{

}

blockquote p{
    font-size: 28px;
    font-style: italic;
    line-height: 32px;
}

blockquote sub{
    font-weight: regular;
    font-size: 16px;
    line-height: 42px;
}


*, input[type=text]{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select{
    width: 100%;
    font-size: 15px;
    color: #424242;
    border: 1px solid #cccccc;
    box-shadow: 0;
    padding-left: 7px;
    cursor: pointer;
    padding-right: 40px;
    height: 27px;
    line-height: 26px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
    background: #fff ;
    position: relative;
    z-index: 1;
    background: transparent url(/typo3conf/ext/lf_pch/Resources/Public/Image/selectbg.png) no-repeat right 0px top 0px;
}

select option{
    border: 0;
    box-shadow: 0;
    padding-left: 7px;
}

input[type=text]{
    font-size: 15px;
    color: #424242;
    line-height: 25px;
    border: 1px solid #cccccc;
    padding: 0 9px;
}


/* standard transition */
div.slc-col-right ul li a,
a.link-style,
section#top-menu  ul.nav > li > a,
a.sort-button,
div.product-pagination > a,
div.owl-item
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

section#top-menu  ul.nav > li.yamm-fw{
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.container{
    padding: 0 20px;
}



/* /GLOBAL */

html {
    height: 100%;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

body{
    font-family: neo_sans;
    font-weight: 400;
    color: #424242;
    position: relative;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.2px;
    overflow-x: hidden;
}

header#top{
    height: auto;
}



div.top-line1{
    width: 100%;
    float: left;
}

div.logo{
    float: left;
    width: auto;
    height: 55px;
    margin-top: 23px;
    margin-left: 27px; 
}

div.logo img, div.logo span{
    display: block;
    float: left;

}

div.logo a{
    font-size: 18px;
    color: #e61f37;
    display: block;
    width: 100%;
    height: 100%;

    text-decoration: none;
}

div.logo img{
    margin-right: 25px;

    float: left;
    height: 55px;
}

div.logo span{
    margin-top: 24px;
}

div.logo #speck-logo.swiss+span{
    margin-top: 20px;
}

div.tl1-right{
    float: right;
    width: auto;
    height: 55px;
}

nav.t1-nav{
    float: right;
    width: auto;
    margin: 22px 0 10px;
    position: relative;
    z-index: 2;
}

nav.t1-nav > ul{
    list-style: none outside none;
}

nav.t1-nav > ul > li{
    float: left;
    padding: 0 12px 0 15px;
    position: relative;
}

nav.t1-nav ul li a, nav.t1-nav ul li span{
    font-size: 15px;
    color: #808080;
    font-weight:  400;
    text-decoration: none;
    cursor: pointer;
}

nav.t1-nav ul li span.parent-bot{
    display: block;
    width: 100%;
    height: 20px;
    bottom: -15px;
    position: absolute;
}

nav.t1-nav ul li.parent{
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/menu1.png) no-repeat right 0px center transparent;
}

nav.t1-nav > ul  ul{
    display: block;
    position: absolute;
    width: 120px;
    height: auto;
    background-color: #4d5558;
    margin-left: -5px;
    display: none;
    padding: 10px 10px 15px ;
    max-width: auto;
    right: 0;
    top: 30px;
}

nav.t1-nav > ul  ul a{
    color: #fff;
}

.pr-fix{
    padding-right: 26px
}

nav.t1-nav > ul  ul::before{
    content: "";
    width: 20px;
    position: absolute;
    display: block;
    height: 20px;
    background-color: #4d5558; 
    transform: rotate(45deg) ;
    -webkit-transform: rotate(45deg) ;
    -moz-transform: rotate(45deg) ;
    -o-transform: rotate(45deg) ;
    -ms-transform: rotate(45deg) ;
    right: 10px;
    top: -5px;

}

nav.t1-nav > ul ul li {
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

nav.t1-nav > ul ul li a{
    font-size: 13px;
    width: auto;
    display: inline-block;
    width: 100%;
}

nav.t1-nav > ul ul li a:hover{
    text-decoration: underline;
}

ul.mobile-submenu{
    display: none;
}

div.tl1-search-sort{
    float: right; 
    clear: both;
    width: 100%;
    position: relative;
    z-index: 1;
}

div.tl1-search{
    float: right;
    width: 200px;
    height: auto;
    padding: 6px 0;
    margin-right: 7px;
}

div.tl1-search input[type="text"]{
    width: 171px;
    height: 27px;
}

div.tl1-search input[type=submit]{
    float: right;
    width: 29px;
    height: 27px;
    border: 0;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/submit.png) no-repeat center center transparent;
}

div.tl1-sort{
    float: right;
    width: 200px;
    height: auto;
    padding: 6px 0;
}

section#top-menu{
    width: 100%;
    height: 62px;
    margin: 22px 0 0;
    background-color: #eeeeee;
}

section#top-menu  ul.nav {
    margin-left: 5px;
}

section#top-menu  ul.nav > li > a{
    font-size: 18px;
    color: #494948;
    font-weight: 400;
    line-height: 19px;
}

section#top-menu  ul.nav > li {
    padding: 19px 20px 23px 11px;
    margin: 0 0 0 10px;

}

section#top-menu  ul.nav > li:first-child {
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/menu2.png) no-repeat right 4px top 26px transparent;
}

section#top-menu  ul.nav > li.open,
section#top-menu  ul.nav > li:hover{
    background: #e61f37;
}

section#top-menu  ul.nav > li.open  > a, section#top-menu  ul.nav > li:hover > a{
    color: #ffffff;
}

.navbar{
    position: static;
}

.navbar-nav > li > a{
    padding-top: 0;
    padding-bottom: 0;
}

.nav > li > a{
    padding-left: 0px;
    padding-right: 0px;
}

.navbar{
    margin-bottom: 0;
    min-height: auto;
}

.dropdown-menu{
    top: 162px;
    height: 518px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    border: 0px;
    right: auto;
    padding: 31px 28px;
    background-color:rgba(238,238,238,0.95);
    box-shadow: none;
}

/*ul.mega-menu{
        position: absolute;
        display: none;
        z-index: 2000;
        background-color: rgba(238,238,238,0.95);
        width: 100%;
        min-height: 100%;
        height: auto;
        padding: 25px;
}*/

ul.mega-menu li{
    margin: 0 auto;
    width: 100%;
    max-width: 904px;
}

div.megam-cols{
    float: left;
    min-height: 200px;
    margin-top: 24px;
}

div.mc-left-box{
    width: 24.7%;
    border-right: 1px solid #424242; 
}

div.mc-mid-box{
    width: 177px;
    margin-left: 2%;
}
div.mc-mid-box img{
    max-width :100%;
    height: auto;
    width :auto;
}

div.mc-mid-box{
    width: 20%;
    max-width: 100%;
    height: auto;
}

div.mc-right-box{
    float: right;
    width: 44%;
    margin-top: 26px;
}

div.mc-right-box a{
    color: #606060;
}

div.mc{
    display: none;
}

div.mc.mc1{
    display: block;
}

ul.megam-submenu{
    float: left;
    width: 92%;
}

ul.megam-submenu li{
    float: left;
    width: 100%;
    padding-bottom: 18px;
}

ul.megam-submenu li a{
    font-size: 15px;
    color: #424242;
    text-decoration: none;
    line-height: 18px;
    display: block;
    width: 100%;
    background: transparent url("/typo3conf/ext/lf_pch/Resources/Public/Image/img1.png") no-repeat scroll right 0 center / 14px 11px;
}

ul.megam-submenu li a:hover{
    text-decoration: underline;
    color: #e81f36;
}

ul.megam-submenu li a.active{
    color: #e81f36;
}

div.megam-cols h3{
    font-size: 18px;
    color:#e81f36;
    margin-top: -4px;
    font-weight: 300;
}

div.megam-cols p{
    line-height: 20px;
    margin: 13px 0 20px;
}


section#banner{
    position: relative;
    z-index: 1;
    opacity: 1;
}

section#banner div.container{
    width: 100%;
}

.carousel-caption{
    display: table-cell;
    width: 960px;
    margin: 0 auto;
    left: 0!important;
    right:  0!important;
    position: absolute;
    top: 50%;
    transform:  translateY(-50%);
    bottom: auto;
}

.carousel-caption h1, .carousel-caption h2, .carousel-caption p{
    display: block;
    float: left;
    clear: both;
    text-align: left;
    width:400px;
}

.carousel-caption h1{
    font-size: 48px;
    font-weight: 300;
    color: #e61f36;
    line-height: 66px;
    margin-top: 16px;
    text-shadow: none;
}

.carousel-caption h2{
    font-size: 24px;
    color: #424242;
    font-weight: 300;
    text-shadow: none;

    padding: 0px 0px;
    margin-bottom: 4px;
}

.carousel-caption h2 span{
    background-color: #eeeeee;
    padding: 0 5px;

}	

.carousel-caption h1 span{
    background-color: #eeeeee;
    padding: 0px 5px;
    display: inline-block;
    min-width: 0px;
    margin-bottom: 4px;
}

.carousel-caption p{
    display: inline-block;
}

.carousel-caption p a{
    font-size: 24px;
    color: #424242;
    line-height: 48px;
    font-weight: 400;
    padding: 3px 40px 3px 5px;
    text-decoration: none;
    text-shadow: none;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/img1.png) no-repeat right 10px center #eeeeee;
}

.carousel-caption p a:hover{
    text-decoration: underline;
    color: #e20036;
}

div.carousel-controls{
    width: 1312px;
    position: absolute;
    height: auto;
    left:0 !important;
    right:0!important;
    top: auto!important;
    bottom: 25px;
    margin-left:auto!important;
    margin-right:auto!important;
    z-index: 100;
    display: flex;
}

.carousel-control.left{
    width: 54px;
    height: 54px;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/left1.png) no-repeat left top transparent;
}

.carousel-control.right{
    width: 54px;
    height: 54px;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/right1.png) no-repeat left top transparent;
}

.carousel-control.left span,
.carousel-control.right span{
    display: none;
}

.carousel-control{
    position: relative;
    float: right;
    margin-left: 4px;
    opacity: 1;
}

.carousel-indicators{
    bottom: 40px;
}

.carousel-indicators li{
    border-radius: 0;
    background-color: #2f2e2d;
    border-color: #fff;
    height: 12px;
    width: 12px;
    margin-top: 0;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 0;
}

.carousel-indicators .active{
    background-color: #e20036;
    border-color: #fff;
    margin-top: 0;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 0;
}

section.home-content-1{
    margin-top: 18px;
}

div.page-content{
    width: 960px;
    margin: 0 auto;
}

div.pc-breadcrumb{
    width: 100%;
    color: #282828;
}

div.pc-breadcrumb a{
    text-decoration: none;
    color: #282828;
}

div.home-boxes{
    margin-toP: 5px;
}

div.hb-style-1{
    width: 100%;
    margin-top: 0px;
}

div.hb-style-1 h3{
    font-weight: 300;
    color: #e20036;
    font-size: 24px;
    width: 100%;
}

div.hb-style-1 p{
    width: 85%;
    font-size: 18px;
    margin-top: 6px;
    color: #282828;
}

.news div.hb-style-1 p{
    width: 100%;
}

div.hb-style-1 p a{
    font-size: 18px;
    color: #282828;
    font-weight: 300;
    line-height :20px;
    text-decoration:  none;
}

div.hb-style-1 p a:hover span{
    text-decoration: underline;
    color: #e20036;
}

div.hb-style-1 p a span.icon-arrow{
    display: inline-block;
    width: 19px;
    height: 20px;
    margin-left: 4px;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/img1.png) no-repeat left center transparent;
}

div.hb1-text{
    padding: 15px 12px 4px;
    width: 100%;
    background-color: #eeeeee;
}

div.hb-style-1 img{
    width: 100%;
}

div.home-boxes  div.hb-style-1{
    padding: 0 10px;
}

div.home-boxes .col-md-4:nth-child(2)  div.hb-style-1{
    padding: 0 7px 0 3px;
}

div.hb1-space{
    width: 100%;
    height: 20px;
    background-color: #eeeeee;
}

.news-list-view div.hb1-text{
    background-color: #fff;
}

.news-list-view div.hb-row2 div.hb1-text {
    padding-bottom: 15px;
    padding-top: 15px;
}

.news-subtitle{
    padding-bottom: 0 !important;;
}

.news-title{
    padding-bottom: 15px;
}


.news-list-view div.hb1-text{
    padding: 0;   
    padding-left: 5px;
    width: 100%;
    border-bottom: 1px solid darkgray;
}

.news-list-view .hb-style-1.hb-row2 .hb1-text,
.news-list-view .h242{
    height: auto;
    min-height: auto;    
}

div.home-boxes     .col-md-4:nth-child(1)    div.hb-style-1{
    padding-left: 0;
}

div.home-boxes     .col-md-4:nth-child(3)    div.hb-style-1{
    padding-right: 0;
}

div.home-boxes div.row{
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 21px;
}

div.home-boxes div.row:last-child{
    padding-bottom: 19px;
}

.other-images img{
    display: block;
    margin-top: 15px;
}

div.hb-row2 span.date{
    display: block;
    width: 100%;
    font-weight: 300;
    color:#e20036;
    font-size: 24px;
    margin: -3px 0 5px;

}

div.hb-row2  h3{
    font-size: 18px;
    color: #282828;
    font-weight: 300;
    padding-bottom: 16px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 15px;
}

div.hb-row2  div.hb1-text{
    padding-bottom: 15px;
}

div.hb-row2  div.hb1-text p{
    font-weight: 300;
    font-size: 15px;
    color: #424242;
    margin-top: 10px;
    line-height: 18px;
}

div.hb-row2  div.hb1-text p a{
    font-weight: 300;
    font-size: 15px;
    color: #424242;
    line-height: 18px;
}

div.hb-row2  div.hb1-text p a:hover{
    color: #e20036;
}	

footer.bottom{
    background-color: #424242;
    margin-top: 29px;
    min-height: 270px;
    padding: 20px 0;
}

div.footer-col{
    float: left;
    width: auto;
    min-height: 270px;
    margin-right: 25px;
}

div.footer-col h3{
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
}

div.footer-col ul{
    float: left;
    width:auto;
}

div.footer-col ul li{
    display: block;

}

div.footer-col ul li a{
    font-size: 400;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    line-height: 20px;
}

div.footer-col ul li a:hover{
    text-decoration: underline;
}

div.fc-last{
    float: right;
    margin-right: 128px;
}

div.fc-last ul{
    margin-bottom: 40px;
    clear: both;
}

span#tl1s-switch{
    display: none;
}

.mm-menu{
    width: 100%;
    max-width: 100%;
    z-index: 10;
    min-width: 0;
}

div#page-wrapper{
    float: left;
    width: 100%;
    height: auto;
}


span#menu-mobile-on{
    height: 26px;
    display: none;
    top: 13px;
    right: 20px;
    position: absolute;
    width: 32px;
    z-index: 3;
}

span#menu-mobile-on a{
    display: block;
    width: 100%;
    height: 100%;
}

button.navbar-toggle{
    display:  none;
}

div.navbar{
    position: relative;
}

span#menu-mobile-on span{
    display: block;
    margin-bottom: 2px;
    width: 100%;
    height: 7px;
    background-color: #e61f37;
}

nav#menu{
    background-color: #424242;
    border: 5px solid #fff;
    padding: 20px 25px;
}


div.mm-search{
    float: left;
    width:100%;
    padding: 0;
    margin-toP: 0px;
}

.mm-menu > .mm-navbar.mm-navbar-size-3{
    float: left;
    width :100%;
    height: auto;
    padding-bottom: 18px;
    border-bottom: 1px solid #7f7f7f;
}

.mm-navbar{
    border-bottom: 0px;
    position: relative;
}

.mm-menu .mm-listview{
    border: 0px;
}

div.mm-panels{
    border: 0px;
}

.mm-panels > .mm-panel{
    padding: 0;
}

.mm-menu .mm-search input{
    padding: 0;
    border-radius: 0;
    float :left;
    width: 80%;
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
    font-size: 18px;
    color: #484848;
    font-weight: 300;
    line-height: 37px;
    height: auto;
    padding: 0 6px;
}

span#close-menu{
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    right: 0px;
    margin-toP: -2px;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/close.png) no-repeat left top transparent;
}

div.menu-dropdown{
    float: left;
    width: 100%;
    margin-top: 14px;
    padding: 0;
    height: 27px;
}

div.menu-dropdown select{
    width: 190px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    float: left;
    border: 0;
    padding: 0;
}

div.menu-dropdown select option{
    border: 0 none;
    padding: 5px;
    font-size: 12px;
}

div.mm-panels{
    padding: 0px px;
    border-left: 25px solid #424242;
    border-right: 25px solid #424242;
    border-top: 0px solid #7f7f7f;
    border-bottom: 0px solid #7f7f7f;
}

hr.mobile-menu-hr{
    margin: 0;
    height: 1px;
    width: 100%;
    display: block;
    background-color: #7f7f7f;
}

.mm-listview > li > a, .mm-listview > li > span{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    position: relative;
    display: block;
    padding: 10px 20px 13px;
}



.mm-listview > li:not(.mm-divider)::after{
    border-bottom: 0px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview{
    margin-top: -32px;
}

li.menu-hr{
    width: 100%;
}

li.menu-hr hr{
    margin: 14px  0 14px;
    border-color: #7f7f7f;
}

li.menu-hr-first hr{
    margin: 9px 0 14px;
}

.mm-listview .mm-next::before{
    border: 0;
    width: 19px;
    height: 14px;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/more.png) no-repeat left top transparent;
    margin-top: 17px;
    margin-left: 0px;

}

.mm-prev::before, .mm-next::after, .mm-arrow::after{
    border: 0px;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span{
    background-color: transparent;
}

.mm-panel .mm-navbar{
    display: block;
}

.mm-panels > .mm-subopened, .mm-panels > .mm-highest, .mm-panels > .mm-hidden{
    opacity: 0;
}

.mm-panels > .mm-highest.mm-opened{
    opacity: 1;
}

.mm-listview .mm-next.mm-fullsubopen + span{
    background: transparent url("/typo3conf/ext/lf_pch/Resources/Public/Image/more.png") no-repeat scroll right 31px top 14px
}

l


/* Liste-Banner */


section#banner-subpage {
    text-align: center;
    margin-top: 0px;
    min-height: 180px;
}
section#banner-subpage img{
    max-width: 100%;
    height: auto;
    max-height: 355px;
}

section.subpage-content{
    margin-top: 20px;
}

ul.sub-list{
    float: left;
    width: 100%;
    margin: 21px 0 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 3px;
}

ul.sub-list > li{
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #eeeeee;
    margin-bottom: 27px;
}

div.sl-img{
    float: left;
    width: 140px;
    height: 140px;
    text-align: center;
    margin: 29px 28px 29px 28px;
}

div.sl-content{
    float: right;
    width: 723px;
    min-height: 100px;
    margin: 8px 0;
}

div.sl-content h3{
    font-size: 24px;
    color: #e20036;
    font-weight: 300;
    float: left;
    width: 100%;
}

div.slc-col-left{
    float: left;
    width: 50%;
    min-height: 50px;
    padding-right: 20px;
    line-height: 18px;
    font-size: 15px;
    color: #424242;

}

div.slc-col-left p{
    margin: 19px 0;
    line-height: 18px;
    font-size: 15px;
    color: #424242;
}

div.slc-col-right{
    float: right;
    width: 50%;
    min-height: 50px;
    padding-right: 20px;
    margin-top: 20px
}

div.slc-col-right ul{
    float: right;
    width: 92%;
}

div.slc-col-right ul li{
    float: Left;
    width: 100%;
}

div.slc-col-right ul li a{
    float: Left;
    width: 100%;
    display: block;
    font-size: 15px;
    color: #424242;
    line-height: 18px;
    text-decoration: none;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/img1.png) no-repeat right 6px center transparent;
    background-size: 14px 11px;
    padding-right: 30px;
}	

div.slc-col-right ul li a:hover{
    color: #e20036;
    text-decoration: underline;
}

div.mm-panel.mm-highest.mm-current.mm-opened{
    position: relative;
    z-index: 20;
    margin-top: -33px;
    width :100%;

}

nav#menu div.mm-panels{

}

.mm-hasnavbar-top-3 .mm-panels{
    z-index: 4;
}

.mm-panels > .mm-panel{
    background: transparent;
}


div.mm-panel.mm-highest.mm-current.mm-opened  .mm-navbar{
    padding: 0;
}

div.mm-panel.mm-highest.mm-current.mm-opened .mm-navbar a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300; 
    float: left;
    display: block;
    position: relative;
}

div.mm-panel.mm-highest.mm-current.mm-opened .mm-navbar a.mm-prev{
    background: none;
    border: 0 none;
    height: 14px;
    float: left;
    width: 19px;
    margin-toP: 7px;
    margin-right :20px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    float: left;
    display: block;
    position: absolute;
    width: 100%;
}

div.mm-panel.mm-highest.mm-current.mm-opened .mm-navbar a.mm-prev + a.mm-title{
    padding-left: 40px;
    background: transparent url("/typo3conf/ext/lf_pch/Resources/Public/Image/more2.png") no-repeat scroll left top 13px;
}	

div.mm-panel.mm-highest.mm-current.mm-opened ul.mm-listview{
    float: left;
    width: 100%;
}

div.mm-panel.mm-highest.mm-current.mm-opened div.mm-navbar{
    padding-bottom: 52px;
    border-bottom: 1px solid #7f7f7f;
    background-color: #424242;
    margin-bottom: 47px;
}

/* /Liste-Banner */


/* Standard-Bild-im-Text */

header#top  + section.subpage-content{
    margin-top: 23px;
}

div.page-content div.row{
    margin-top: 21px;
}

div.page-content div.row div.col-lg-8{
    padding-right: 15px;

}

div.page-content div.row div.col-lg-4{
    padding-left: 15px;

}

div.page-content div.row div.col-lg-8 img{
    width: auto;
    max-width: 100%;
    height: auto;
}

div.page-content div.csc-textpic-text{
    margin-top: 17px;
}

div.page-content div.csc-textpic-text h1{
    color: #e20036;
    font-size: 32px;
    font-weight: 300;
    line-height: auto;
    margin: 0px 0;
}

div.page-content div.csc-textpic-text h2{
    font-weight: 600;
    color: #575656;
    font-size: 15px;
    margin: 7px 0 4px;
    line-height: auto;
}

div.page-content div.csc-textpic-text h3{
    font-weight: 600;
    color: #575656;
    font-size: 15px;
    margin: 15px 0;
    margin: 29px 0 6px;
}

div.page-content div.csc-textpic-text p{
    font-weight: 300;
    color: #424242;
    line-height: 21px;
    margin: 4px 0;
}

span.font18{
    font-size: 18px!important;
}

div.page-content div.csc-textpic-text p a.link-style{
    font-weight: 400;
}

a.link-style{
    font-size: 15px;
    color: #424242;
    display: inline-block;
    padding-right: 25px;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/img1.png) no-repeat right 0px center transparent;
    background-size: 14px 11px;
}

a.link-style:hover{
    text-decoration: underline;
    color: #e20036;
    font-weight: 400;
}

header#top  + section.subpage-content + footer.bottom{
    margin-top: 10px;
}

div.contact-box{
    float: left;
    width: 100%;
    min-height: 317px; 
    padding: 18px 27px;
    margin-top: 5px;
    background-color: #eeeeee;
}

div.contact-box div.csc-header h2{
    font-size: 24px;
    color: #424242;
    font-weight: 300;
}

div.contact-box  div.csc-header{
    margin-bottom: 9px;
}

div.contact-box strong{
    color: #000;
}

div.contact-box p{
    margin: 20px 0;
    line-height: 22px;
}

div.contact-box ul {
    float: left;
    width: auto;
    margin-top: -2px;
}

div.contact-box ul li{
    float: left;
    width: 100%;
    clear: both;
}

div.contact-box ul li a{
    width: 100%;
    padding-right: 40px;
    line-height: 22px;
}

/* /Standard-Bild-im-Text */

/* Standard-NURTEXT */
div.pc-without-image{
    margin-top: -5px;
}

div.pc-without-image > div.row{
    margin-top: -9px;
}

div.pc-without-image div.contact-box{
    margin-top: 40px;
}

div.page-content.pc-without-image  div.row div.col-lg-4{
    padding-left: 15px;
}

section#banner-subpage +  section.subpage-content div.pc-without-image{
    margin-toP: 5px;
}
/* /Standard-NURTEXT */ 

/* Standard-Text-02 */

div.pc-contact-to-bottom .row{
    height: 100%;
    position: relative;
}

div.pc-contact-to-bottom .row > div.col-lg-4{
    position: absolute;
    right: 0;
    bottom: 0;
}

div.pc-contact-to-bottom.pc-without-image  div.contact-box{
    margin-top: 0;
}

div.pc-contact-to-bottom div.contact-box{
    min-height: 0;
}

@media all and (min-width: 1280px){
    section#banner-subpage{
        background-image: none!important;
    }
}

section#banner-subpage{

    text-align: center;
    background: no-repeat center top transparent;
    background-size: cover;
    min-height: 183px;
}

/* /Standard-Text-02 */

/* gruppe */
div.box-img-to-right h1{
    font-size: 32px;
    color: #e20036;
    line-height: 37px;
    font-weight: 300;
}

div.page-content div.box-img-to-right   div.csc-textpic-text{
    margin-top: 31px;
}

div.box-img-to-right .csc-textpic-text{
    text-align: left;
}

div.box-img-to-right  div.csc-textpic-text p{
    font-size: 15px;
    color: #424242;
    line-height: 18px;
}

div.box-img-to-right div.csc-textpicHeader {
    margin-bottom: 25px;
}

div.box-img-to-right div.csc-textpic-text ul{
    margin: 18px 0;
}

div.box-img-to-right div.csc-textpic-text ul li{
    font-size: 15px;
    color: #424242;
    line-height: 18px;
    padding-left: 10px;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/dott.png) no-repeat left 0px top 6px;
}

div.box-img-to-right  div.csc-textpic-imagewrap{
    margin-right: 0px;
    margin-top: 22px;
}

div.box-img-to-right{
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
}

div.products-block{
    margin: 0 auto 10px;
    max-width: 960px;
    width: auto;
}

div.pb-sort{
    float: left;
    width: 100%;
    height: 30px;
    margin-top: 17px;
    margin-bottom: 12px;
    margin-left: 0px;
}

a.sort-button{
    font-size: 12px;
    line-height: 30px;
    padding: 0 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #2f2f2d;
    display: inline-block;
    text-decoration: none;
}


a.sort-button.active, a.sort-button:hover{
    background-color: #e61f37;
}


div.pb{
    float: left;
    width: 100%;
    padding: 9px 15px 25px;
    background-color: #eeeeee;
    margin: 5px 0 9px;
    min-height: 178px;
}

div.pb-img{
    float: left;
    width: 25%;
    min-height: 90px;
    text-align: center;
    margin-left: 0px;
    margin-top: 13px;
    position: absolute;
}

div.pb-img img{
    width: auto !important;
    max-width: 100% !important;

}

div.pb-text{
    float: right;
    width: 70%;
    min-height: 90px;
    padding-left: 6px;
}

div.pb-text h3{
    display: block;
    margin-top: 8px;
    width: 100%;
    margin-bottom: 9px;
}

div.pb-text h3 a{
    font-size: 17px;
    line-height: 20px;
    color: #424242;
    font-weight: 300;
    text-decoration: none;
    display: inline;
    padding-right: 34px;
    background: transparent url("/typo3conf/ext/lf_pch/Resources/Public/Image/img1.png") no-repeat scroll right 0px center;
    background-size: 14px 11px;

}

div.pb-text h3 a:hover{
    text-decoration: underline;
    color: #e20036;
}

div.products-block  div.col-sm-6{
    padding: 0 7px;
}

div.products-block  div.col-sm-6:first-child{
    padding-left: 0;
}

div.products-block  div.col-sm-6:last-child{
    padding-right: 0px;
}

div.pb-text p{
    line-height: 18px;
}


.main-page-content .product-information h2{
    color: #e20036;
    margin-bottom: 20px;
}
.main-page-content .product-information p{
    margin: 5px 0;
    margin-bottom: 15px;
}
.main-page-content .product-information .col-md-12 p:last-child{    
    margin-bottom: 0px;
}
.main-page-content .product-information .downoads{
    background-color: #eeeeee;
    padding: 10px 25px 0 25px;
}
.main-page-content .product-information .downoads a{
    font-weight: 300;
    font-size: 15px;
    color: #424242;  
}
.main-page-content .product-information .downoads a.link-style{
    display: block;
}

.main-page-content .product-information ul{
    margin: 10px 0px;
}
.main-page-content .product-information .downoads ul li{
    background: none;
    padding-left: 0; 
    width: 100%;
}


.link-button {border: 0;line-height: 30px;padding: 0 20px;color: #fff;background-color: #2f2f2d;display: inline-block;cursor: pointer;}
a.link-button:hover{background-color: #e61f37;color: #fff;text-decoration: none}

/* /gruppe */

@media all and (min-width: 1280px){
    .container{
        padding: 0 0;
    }
}


@media all and (max-width: 1373px){
    section#banner div.container{
        width: 100%;
    }
    div.carousel-controls{
        width: 95%;
    }
}

/* datensatz */

section#banner.subpage-mega-menu  {
    z-index: 10;
}

div.product-nav  div.row div.col-lg-4{
    padding: 0;	
}

div.product-nav  div.row{
    margin-top: 18px;
}

div.product-pagination > a{
    display: block;
    float: left;
    width: 88px;
    height: 26px;
    margin-right: 3px;
}

div.product-pagination > span{
    display: block;
    float: left;
    margin: 0px 5px 0px 2px;
    width: 74px;
    height: 26px;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 23px;
    font-size: 15px;
    color: #424242;
}

div.product-pagination > a.pag-first{
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/arrow+first.png) no-repeat center center #424242;
}

div.product-pagination > a.pag-prev{
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/arrow+prev.png) no-repeat center center #424242;
}

div.product-pagination > a.pag-last{
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/arrow+first.png) no-repeat center center #424242;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}

div.product-pagination > a.pag-next{
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/arrow+prev.png) no-repeat center center #424242;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.product-pagination > a:hover{
    background-color: #e61f36!important;
}

div.product-units{
    float: left;
    margin-top: 1px;
}

div.product-units a.sort-button{
    line-height: 26px;
}

div.product-print{
    float: right;
    margin-right: 0px;
}

a.sort-button{
    border: 1px solid #424242;
    background-color: #eeeeee;
    color: #494948;
}

a.sort-button.active, a.sort-button:hover{
    border-color: #e61f37;
    background-color: #e61f37;
    color: #fff;
}


div.product-print a{
    display: block;
    text-decoration: none;
    padding-right: 80px;
    line-height: 32px;
    color: #424242;
    background:  url("/typo3conf/ext/lf_pch/Resources/Public/Image/img1.png") no-repeat scroll right 58px center / 14px 11px, url("/typo3conf/ext/lf_pch/Resources/Public/Image/printer.jpg") no-repeat scroll right  -5px top -10px ;
}

div.product-print a:hover{
    text-decoration: underline;
    color: #e20036;
}

div.product-content{
    margin-toP: 0px;
}

div.product-content div.row {
    margin-top: 9px;
}

div.product-content h1 {
    color: #e20036;
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    line-height: 53px;
}

div.product-gallery{
    float: left;
    width: 100%;
    margin-top: 20px;
    height: 655px;
}

div.product-photo-2{
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #dcdcdc;
    margin-top: 98px;
    text-align: center;
}

div.product-photo-2 img{
    display: inline-block;
    width: auto;
    max-width: 100%;
}

div.product-photo-2 a{
    display: block;
    width: 100%;
}

div.product-photo-2 a span{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    color: #424242;
    padding: 0 65px 23px 15px;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/magn2.png) no-repeat  right 22px top 13px transparent;
    font-weight: 300;
    text-align: left;
}

div.pp2-description{
    width: 100%;
    margin-top: 1px;
    font-size: 15px;
    color: #424242;
    font-weight: 300;
    padding: 14px 13px 23px 15px;
    text-align: left;
    float: left;

}

div.pp2-description p{
    line-height: 18px;
}

div.product-big-photo{
    float: left;
    width: 100%;
    border: 1px solid #e2e2e2;
    position: relative;
}

div.pbp-img{
    height: auto;
    width: 100%;
    position: relative;
    text-align: center;
}

div.pbp-img img{
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

span.pbp-magn{
    position: absolute;
    z-index: 3;
    bottom: 14px;
    right: 29px;
    background: transparent url("/typo3conf/ext/lf_pch/Resources/Public/Image/magn2.png") no-repeat scroll left top;
    width: 29px;
    height: 29px;
}

div.pp2-description div.csc-header{
    display: none;
}

div.product-content div.row div.col-lg-8{
    padding-right: 11px;
}

div.pbp-description{
    width: 100%;
    border-top: 1px solid #e2e2e2;
    padding: 21px 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}

div.pbp-description p{
    font-size: 15px;
    font-weight: 300;
    line-height :18px;
}

div.product-thumbnails{
    float: left;
    width: 100%;
    margin-toP: 15px;
    position: relative;
    z-index: 3;
}

div.carousel-owl{
    padding: 0 25px;
    width: 100%;
    position: relative;
}

div.owl-item{
    border: 1px solid #e2e2e2;
    padding: 4px 0;
    text-align: center;
    margin: 0 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div#owl-carousel{
    position: relative;
    width: 100%;
}

div#owl-carousel div.owl-wrapper-outer{
    position: relative;
    z-index: 2;
    height: 95px;
}

.owl-theme div.owl-controls{
    position: absolute;
    z-index: 3;
    height: 100%;
    top: 95px;
    margin-top: 0;
    width: 100%;
}

div.owl-buttons{
    height: 100%;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev, .owl-theme .owl-controls .owl-buttons div.owl-prev:hover{
    margin: 0;
    position: absolute;
    height: 100%;
    width: 16px;
    height: 100%;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/prev2.png) no-repeat center center #eeeeee;
    left: 0;
    opacity: 1;
    border-radius: 0;
    margin-top: -95px;
    margin-left: -25px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next, .owl-theme .owl-controls .owl-buttons div.owl-next:hover{
    margin: 0;
    position: absolute;
    height: 100%;
    width: 16px;
    height: 100%;
    background: url(/typo3conf/ext/lf_pch/Resources/Public/Image/next2.png) no-repeat center center #eeeeee;
    right: 0;
    opacity: 1;
    border-radius: 0;
    margin-top: -95px;
    margin-right: -25px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div.product-content div.contact-box{
    margin-top: 12px;
    min-height: 298px;
}

div.owl-item:hover{
    border-color: #e61f36;
}

div.product-tabs{
    padding: 0px 0;
    margin-top: 47px;
}

/* Tab Navigation */
.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;    
}
.nav-tabs > li > a {
    background: #DADADA;
    border-radius: 0;
    box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background: #F5F5F5;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
}

/* Tab Content */
.tab-pane {
    background: #F5F5F5;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    border-radius: 0;
    text-align: center;
    padding: 0px;

}

.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover{
    box-shadow: none;
    background-color: transparent;
}

div.product-tabs{
    position: relative;
    z-index: 4;
}

div.product-tabs .nav-tabs > li > a{
    border-top: 3px solid #fff;
    border-right: 1px solid #d9d9d9;
    border-left: 0;
    border-bottom: 0;
    padding: 2px 16px 4px;
    font-size: 18px;
    color: #424242;
    font-weight: 300;
    margin-right: 0;
}

div.product-tabs .nav-tabs > li.active > a{
    border-top: 3px solid #e61f36;
    border-left: 0;
    /*border-right: ;*/
    border-bottom: 0;
}

.tab-pane{
    background: transparent;
    box-shadow:	none;
}

div.product-tabs  ul.nav-tabs{
    border: 1px solid #d9d9d9;
}

div.tab-content{
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 18px 0px 64px;
    float: left;
    width: 100%;
    margin-bottom: 11px;
}

div.tab-content div.tab-pane{
    float: left;
    width: 100%;
}

div.tp-col, div.tp-col p{
    font-size: 15px;
    color: #424242;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 16px;
}

div.tp-col{
    float :left;
    text-align: left;
    height :auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.tp-col-1{
    width: 25%;
    margin-left: 2%;
}

div.tp-col-2{
    width: 25%;
    margin-left: 3%;
}

div.tp-col-3{
    float: right;
    width: 32%;
    margin-left: 0;
    padding: 14px;
    margin-top: -4px;
    min-height: 320px;
    background-color: #eeeeee;
}

/* /datensatz */

/* IE 11 appearance */
select::-ms-expand {
    display: none;
}
/* / IE 11 */

.ce-textpic .ce-gallery .ce-row {
    overflow:hidden;
}

.ce-textpic .ce-gallery .ce-row .ce-column {
    float: left;
    margin-right: 10px;
}

.ce-bodytext {
    margin-top: 17px;
}

/* pagination fix */
.f3-widget-paginator {
    display:flex;
    justify-content: flex-end;
}

.f3-widget-paginator li {
    background: none;
}

figcaption.image-caption {
    margin-top: 6px;
    font-style: italic;
}

.frame-space-before-extra-small {
    margin-top: 8px;
}

.frame-space-before-small {
    margin-top: 16px;
}

.frame-space-before-medium {
    margin-top: 32px;
}

.frame-space-before-large {
    margin-top: 48px;
}

.frame-space-before-extra-large {
    margin-top: 64px;
}

.frame-space-after-extra-small {
    margin-bottom: 8px;
}

.frame-space-after-small {
    margin-bottom: 16px;
}

.frame-space-after-medium {
    margin-bottom: 32px;
}

.frame-space-after-large {
    margin-bottom: 48px;
}

.frame-space-after-extra-large {
    margin-bottom: 64px;
}

@media all and (max-width: 920px){
    .mm-listview li:first-child {
        display: none;
    }
}

#myCarousel video {
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 0;
    height: 100%;
    width: auto;
}

@media (max-width: 1645px) {
    #myCarousel video {
        position: absolute;
        right: 0;
        top: 0;
        max-height: 100%;
        z-index: 0;
        width: auto;
    }
}

@media (max-width: 769px) {
    div.carousel-controls {
        transform: scale(0.5);
        left: -70px !important;
        top: auto !important;
        bottom: 0 !important;
    }
}

@media (max-width: 590px) {
    #myCarousel video {
        position: absolute;
        right: 0;
        top: 0;
        max-height: 100%;
        z-index: 0;
        width: 50%;
    }

    .carousel-inner > .item {
        min-height: 100px!important;
    }

    .carousel-caption h1 span {
        margin-bottom: 2px;
    }

    .carousel-caption h1 {
        font-size: 15px!important;
        line-height: 1.3!important;
    }

    .carousel-caption p a {
        background-position: right 5px top 8px!important;
    }

    div.carousel-controls {
        transform: scale(0.5);
        left: -80px !important;
        top: auto !important;
        bottom: -20px !important;
    }
}

/*@media(min-width: 1640px) {*/
    .carousel .content-item {
        display: flex;
        justify-content: center;
        width: 100%;
        background: #e50d36;
    }

    .carousel .content-item img:has(+video), .carousel .content-item a:has(+video) img {
        transform: translateX(-50%);
        width: 50vw;
        height: auto;
        object-fit: contain;
    }

    .carousel .content-item video {
        left: 50%;
        width: 50vw!important;
        object-fit: cover;
    }
/*}*/
@media(min-width: 1921px) {
    .carousel .content-item img {
        width: 100%;
    }
    .carousel .content-item img:has(+video) {
        height: 522px;
    }
}

.dropdown.active, .dropdown:has(.active) {
    background: #e61f37!important;
}

.dropdown.active > a, .dropdown:has(.active) > a {
    color: #fff!important;
}

.cta-red {
    padding-top: 16px;
    clear: both;
}

.ce-column img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    .b-row.add-gap > div {
        padding-right: 0!important;
    }
}



