body {
    margin: 0;
    padding: 0;
    font-family: Verdana,"Helvetica Neue",Helvetica,Arial,"sans-serif";
    font-size: 14px;
}
.container {
    max-width: 990px;
    /*width: 990px !important;*/
}

.rot, .red, a {
    color: #c00a26;
}
a:hover, a:focus {
    color: #c00a26;
    text-decoration: underline;
}
.grey {
    color:#E5E4E0;
}
.dark-grey {
    color:#727268;
}

.alpha {
    margin-left: -15px;
}
.omega {
    margin-right: -15px;
}

h2, .h2 {
    font-size: 22px;
    font-weight: normal!important;
}
h3, .h3 {
    font-size: 17px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    text-decoration: none;
}

#header {
    padding: 15px 0 0 0;
    position:relative;
    margin-bottom: 10px;
}
#header hr {
    border-top:0px none;
    border-bottom: 1px solid #c00a26;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 112px;
    left: 0;
    width: 735px;
    z-index: 1;
}

#header #logo {
    margin-top:40px;
    float: right;
}
#header .top {
    height: 30px;
    color:#727268
}
.top-search, .top-language {
    float:left;
    color:#909087
}
.top-search {
    margin: 0 40px 0 15px;
}
.top-language .btn-default {
    border-color: #fff;
    color:#909087;
}
.search-input {
    width: 200px;
}

.breadcrumb {
    padding: 0px 0 0 35px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #FFFFFF;
    border-radius: 0px;
    color:#909087;
    height: 35px;
}
.breadcrumb a {
    color:#909087
}
.breadcrumb>li+li:before {
    padding: 0 5px 0 10px;
}

#main {
    min-height: 400px;
    margin-bottom: 100px;
}

/* ----------------- MENU ----------------- */
@media (min-width: 768px) {
    #header .nav {
        margin-top:42px;
        margin-bottom: 1px;
        width: 726px;
    }

    .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
        color: #c00a26;
        background-color: #fff;
    }
    .nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav>li>a:hover,.nav>li>a:focus {
        color: #fff;
        background-color: #c00a26;
    }
    .nav-pills>li>a {
        border-radius: 0px;
        padding: 2px 35px;
    }
    .nav .dropdown-menu>li>a {
        color:#727268;
    }
    .nav .dropdown-menu>li>a {

    }
    .nav .dropdown-menu {
        background-color: #EBECEF;
    }
    .nav .dropdown-menu .dropdown-submenu > a {
        color:#000;
        border-bottom: 1px solid #cdcecb;
    }

    .nav .pid5 .dropdown-menu .dropdown-submenu > a,
    .nav .pid5 .dropdown-menu a  {
        padding: 3px 10px;
    }

    .nav .pid6 .dropdown-menu .dropdown-submenu > a,
    .nav .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-submenu > a {
        color:#727268;
        border-bottom: 0 none;
    }

    .dropdown-submenu > .dropdown-menu {
        position: relative;
        border: 1px solid #ccc;
        border: 0 none;
        border-radius: px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-submenu > .dropdown-menu {
        display: block;
    }
    .dropdown-submenu > a:after {

    }
    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }
    .dropdown-submenu .pull-left {
        float: none;
    }
    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
    ul.nav > li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin-top: 0px
    }
    .nav li .dropdown-menu {
        border-radius: 0px;
        border: 0 none;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow:none;
        margin:0 0 0 0;
        min-width:166px
    }

    .pid5 > .dropdown-menu {
        width: 740px;
        /*display: block*/
    }
    .nav li.pid5 > ul.dropdown-menu > li {
        width: 200px;
        margin: 10px 20px;
        float:left;
    }
    .dropdown-submenu.pid18 {
        border-right: 1px solid #b0b1b1;
        border-left: 1px solid #b0b1b1;
    }
    .pid5 > .dropdown-menu .dropdown-submenu.pid18 {
        margin-left: 0px;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 0px;
        width: auto;
    }
    .nav li > ul.dropdown-menu > li {
    }

    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        color: #c00a26;
        text-decoration: none;
        background-color: #EBECEF;
        outline: 0;
    }
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus,
    .pid6 .dropdown-menu .dropdown-submenu > a:hover {
        color: #c00a26;
        text-decoration: none;
        background-color: #EBECEF;
    }

    .dropdown-submenu.pid17 {
        position: absolute;
        top: 98px;
    }

}
/* ----------------- MENU ENDS ----------------- */
hr {
    border-top: 1px solid #e5e4e0;
}
#teaser{
    /*margin-top: -37px;
    background: #333;
    color: #FFFFFF;*/
    margin-bottom: 20px;
}
#teaser .csc-textpic-text {
    padding: 20px 30px;
}

.teaser-box > .image{
    margin-top: -16px;
}
.teaser-box.service {
    margin-top: 20px;
}

.teaser-box .content {
    background: #333;
    color: #FFFFFF;
    overflow: hidden;
    padding: 20px;
}

.teaser-box.service .content {
    margin-left: 4.8%;
}

#teaser .csc-textpic-text h1,
#teaser .csc-textpic-text h2,
#teaser .csc-textpic-text h3,
#teaser .csc-textpic-text h4 {
    margin-top: 0;
}

.contentBox {
    padding: 0 30px;
    color: #727268;
}

.contentBox .csc-default .layout-1 {
    background: #e5e4e0;
    padding: 30px;
}

#page_3 .contentBox {
    padding: 0;
}

/* ----------------- FOOTER ----------------- */
#footer {
    border-top:6px solid #000000;
    margin-bottom: 80px;
}
#footer .inner {
    padding-top: 20px;
    margin: 0;
}
#footer .inner .row > div {
    margin-top: 30px;
}
@media (min-width: 992px) {
    #footer .inner {
        margin: 0 100px;
    }
    #footer .inner .row > div {
        margin-top: 0;
    }
    #footer li.parent {
        border-bottom: 1px solid #dcdcd9
    }
}
#footer ul,#footer .lead {
    text-align: center;
}
#footer .lead {
    color:#727268;
    font-weight: bold;
    font-size: 14px;
}
#footer li a {
    color:#000;
    font-size: 13px;
}
#footer li.level2 a {
    color:#727268
}
#footer ul ul {
    margin-bottom: 15px
}
/* ----------------- FOOTER ENDS ----------------- */
#specialAction {
    border-top:1px solid #c00a26;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 960px;
    height: 220px;
    z-index: 99999;
}
#specialAction.small {
    height: 45px;
}
#specialAction .open{
    display:none;
}
#specialAction.small .open{
    position:absolute;
    top:0px;
    right:25px;
    z-index:9;
    display:block;
    line-height: 40px;
}
#specialAction.small .open a:hover{
    text-decoration: none;
    color:#c00a26;
}
#specialAction.small .open i {
    font-size: 40px;
    float: right;
    padding-left: 10px;
}
#specialAction .close{
    display:block;
    padding: 10px;
}
#specialAction.small .close,
#specialAction.small .image {
    display:none;
}

#specialAction .image {
    position: absolute;
    right: 50px;
    top: 0px;
    z-index: 8;
}
#specialAction .gotoIcon {
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 8;
}
#specialAction .gotoIcon a:hover {
    color:#c00a26;
}
#specialAction .title {
    position: absolute;
    left: 35px;
    bottom: 25px;
    z-index: 8;
}
#specialAction .title a {
    color:#fff;
    background: #c00a26;
    font-size: 30px;
    text-decoration: none;
}

#specialAction.small .title {
    position: absolute;
    left: 20px;
    top: 5px;
    z-index: 8;
}
#specialAction.small .title a {
    color:#c00a26;
    background: #fff;
    font-size: 22px;
    text-decoration: none;
}
#specialAction.small .title br {
    display: none;
}
#specialAction .col-xs-12 {
    height: 219px;
}
#socialshareprivacy {
    padding-left: 280px;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off { margin-left: 165px; }
.social_share_privacy_area li.settings_info .settings_info_menu.on { margin-left: 165px; }
#topcontrol {
    color:#727268;
}

/* ----------------- HOMEPAGE ----------------- */
.flexwrapper .col-xs-9 {
    width: 765px;
    padding-right: 0px;
}
.flexwrapper .col-xs-3 {
    width: 210px;
    background: #E5E4E0;
    padding: 50px 0 0 0;
    text-align: center;
    height:345px;
    line-height: 30px;
    font-size: 14px;

}
.flexwrapper .col-xs-3 a {
    display: block;
    color: #727268;
}
.flexwrapper .col-xs-3 a:hover {
    color: #c00a26;
    text-decoration: none;
}
.flex-direction-nav a {
    display: block;
    width: 140px;
    height: 344px;
    margin: -187px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    background-image: none;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-indent: -9999px;
    text-align: left!important;
}
.flex-caption {
    position: absolute;
    top: 7px;
    width: 750px;
    height: 80px;
    background: rgba(0,0,0,0.5);
    padding: 27px 0 0 35px;
    font-size: 20px;
    color: #fff;
}
.flex-control-nav {
    bottom: 5px;
}
.flexslider {
    margin: 0 0 30px;
}
.panel-red {
    border: 0px solid transparent;
    border-radius: 0px;
}
.panel-red>.panel-heading {
    background-color: #b10023;
    border-color: #ddd;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    color:#FFFFFF;
    text-align: center;
}
.panel-red .panel-heading:after,
.panel-red .panel-heading::after {
    position: absolute;
    top: 40px;
    left: 92%;
    margin-left: -50%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 25px #b10023;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}

.panel-red .panel-footer {
    border-top: 0 none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: right;
    padding: 5px 10px 10px 10px;
    color: #727268;
    background-color: #E5E4E0;
}
.panel-red .panel-body {
    color: #727268;
    background-color: #E5E4E0;
    padding: 35px 10px 0px 10px;
}

#main .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#main .btn-default {
    line-height: 16px;
    padding: 6px 8px;
    border-radius: 0px;
    color: #FFFFFF;
    border-color: #727268;
    background: #727268 url(../img/MARA_Pfeil_weiss.png) no-repeat 5px center;
    padding-left: 25px;
}

#main .teaser-box .btn-default {
    background: #fff url(../img/MARA_Pfeil_grau.png) no-repeat 5px center;

    color:#464749	
}

.contentBox .csc-frame-indent {
    margin-left: 173px;
}
#teaser .col-xs-12 ul.csc-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#teaser .col-xs-12 .csc-menu li{
    background: url('../img/MARA_Kreis_grau_127x127px.jpg') no-repeat 0 0;
    height: 135px;
    width: 128px;
    list-style: none;
}

#teaser .col-xs-12 .csc-menu li.active {
    background: url('../img/MARA_Kreis_rot_127x127px.jpg') no-repeat 0 0;
}

#teaser .col-xs-12 .csc-menu li a {
    display: block;
    text-align: center;
    padding-top: 52px;	
    color:#333;
}
#teaser .col-xs-12 .csc-menu li.active a {
    color:#c00a26;
}
/* ----------------- HOMEPAGE ENDS ------------ */
/* ----------------- PRODUCTS START ------------ */

.productline .grey-box {
    padding: 20px;
    background: #e5e4e0;
}
.productline .grey-box:before,
.productline .grey-box:before {
    border-bottom: 25px solid #e5e4e0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 25%;
    position: absolute;
    top: -25px;
    width: 0;
}
@media (min-width: 992px) {
    .productline .grey-box:before,
    .productline .grey-box::before {
        top: 25%;
        left:-35px;
        border-top: solid 25px transparent;
        border-right: solid 25px #e5e4e0;
        border-bottom: solid 25px transparent;
    }
}
#main .productline .btn {
    float:right;
    margin: 10px 0 70px 0;
    font-size: 17px;
}

.productline .grey-box .lead {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

#main .productline-detail .btn {
    font-size: 17px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #FFFFFF;
    cursor: default;
    background-color: #b10023;
    border: 1px solid #b10023;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
    border-color: #b10023;
}
.nav-tabs {
    border-bottom: 1px solid #7f7f7f;
}
.nav-tabs > li {
    float: none;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid #b8b8b3;
    border-bottom:1px solid transparent;
    border-radius: 0;
    color: #000000;
}
.nav-tabs>li>a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
@media (min-width: 768px) {
    .nav-tabs > li {
        float: left;
    }
    .nav-tabs>li>a {
        width: 200px;
        padding: 4px 0;
    }
}
#product-tab {
    margin-top: 65px;
}

#product-tab, .productline-detail .tab-content{
    margin-left: -30px;
    margin-right: -30px;
}
@media (min-width: 768px) {
    .nav-tabs>li.active>a:after, .nav-tabs>li.active>a::after {
        position: absolute;
        top: 29px;
        left: 93%;
        margin-left: -50%;
        content: '';
        width: 0;
        height: 0;
        border-top: solid 15px #b10023;
        border-left: solid 15px transparent;
        border-right: solid 15px transparent;
    }
}
.productline-detail .tab-content {
    padding-top: 30px;
}
.productline-detail .grey-box {
    padding: 15px;
    background: #e5e4e0;
    margin-bottom: 70px;
}

.productline-detail .grey-box:before,
.productline-detail .grey-box::before {
    border-bottom: 25px solid #e5e4e0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 25%;
    position: absolute;
    top: -25px;
    width: 0;
}

@media (min-width: 768px) {
    .productline-detail .grey-box:before,
    .productline-detail .grey-box::before {
        position: absolute;
        top: 25%;
        left:-35px;
        content: '';
        width: 0;
        height: 0;
        border-top: solid 25px transparent;
        border-right: solid 25px #e5e4e0;
        border-bottom: solid 25px transparent;
    }
}
.productline-detail .col-xs-7 { padding-right:0px; }
.productline-detail .grey-box h2 {
    margin-top: 0;
    font-size: 14px;
    font-weight: bold!important;
}

.productline-detail #carousel {
    margin-top: -80px;
    background: none;
    margin-bottom: 0;
}

.productline-detail #carousel li {
    margin-right: 10px;	
    cursor: pointer;
}
.productline-detail #carousel li img {
    width: auto!important;
    border:1px solid #727268;
}

#carousel .flex-direction-nav {
    display: none;
}

#slider .flex-direction-nav a {
    display: block;
    width: 20px;
    height: 53px;
    margin: 30px 0 0 0;
    position: absolute;
    top: 215px;
    bottom:0px;
    opacity: 100;
    background-image: url(../img/MARA_arrows-for-slider_sprite.png);
    text-indent: -9999px;

}

.productline-detail  #slider .flex-direction-nav a:before {
}
.productline-detail .flex-direction-nav .flex-prev {
    left: -20px;
    background-position: 0px -16px;
}
.productline-detail .flex-direction-nav .flex-next {
    right: -18px;
    text-align: right;
    background-position: 5px 19px;
}

.producttypes {
    overflow: hidden;
    margin-bottom: 20px;
}
.producttypes .item {
    float:left;
    width: 130px;
    margin-right: 20px;
}

.producttypes .thumbnail {
    margin-bottom: 5px;
}
.producttypes a.thumbnail:hover, .producttypes a.thumbnail:focus, .producttypes a.thumbnail.active {
    border-color: #8b8a81;
}
.producttypes .caption {
    text-align: center;
    color:#c3c2bc
}
.producttypes a.typelink {
    text-decoration: none;
    color:#c3c2bc
}
.producttypes .caption a.typelink:hover  {
    color:#8b8a81;
}
.producttypes a.typelink.active {
    color:#8b8a81;
}
/* ----------------- PRODUCTS ENDS ------------ */
/* ----------------- MEDIACENTER ------------ */
#mediacenter .tab-content {
    margin-top: 50px;
    min-height: 600px;
}

.eba-result a, .eba-result a:hover,
.download-item a, .download-item a:hover{
    color:#727268;
    text-decoration: none;
    display: block;
}
.eba-result .fa-download,
.download-item .fa-download {
    padding-top: 13px;
}
.eba-result a:hover .fa-download,
.download-item a:hover .fa-download  {
    color:#b10023;
}
.eba-result .row,
.download-item {
    margin-bottom: 15px;
}


.filter-select {
    margin: 20px 0 10px 0;
}

.filter-select a.filter-select-categorie {
    color:#727268;
    text-decoration: none;
}
.filter-select a.filter-select-categorie:hover,
.filter-select a.filter-select-categorie.active {
    color:#b10023;
}
.filter-select a.filter-select-categorie .fa-check { display: none; }
.filter-select a.filter-select-categorie.active .fa-check { display: inline; }

.filter-select a.filter-select-categorie .fa-square-o {
    color:#727268;
}

/* ----------------- TAGS ------------ */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
}
h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
h1, .h1 {
    font-size: 16px;
}

.form-control:focus {
    border-color: #909087;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(144,144,135,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(144,144,135,0.6);
}
.input-sm {
    height: 26px;
}
.error-msg .error.info {
    background-color: #f2dede;
    padding: 10px;
    margin-bottom:15px;
}
input[name="contact[botcheck]"] {
    display: none;
}

#contactform {
    margin-bottom: 100px;
}
#contactform label {
    font-size: 13px;
    padding-top: 4px;
}

.carousel-control {
    background-image: none!important;
}
.popover.top {
    width: 400px!important;
    font-size: 12px;
}
/*  CONTENT */
.csc-textpic-intext-left-nowrap-203 .csc-textpic-text {
    margin-left: 270px;
}
.teaser-box h1, .teaser-box h2, .teaser-box h3 {
    font-size: 22px;
    font-weight: normal!important;
    margin-bottom: 15px;
}

.contentBox p > a[href $=".pdf"]:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f019";
    padding-left: 5px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin-right: auto;
    margin-left: auto;
}

/* USA */
.dropdown-submenu.pid14 .dropdown-menu { display:none; }
div.csc-textpic-imagecolumn {
    margin-right: 30px;
}

.faq-box a {
    color:#727268
}
.faq-box .panel-title { font-size: 13px }
.faq-box.panel {
    margin-bottom: 5px;
}
#c416 .tab-content {
    padding: 40px 0;
}
@media (min-width: 768px) {
    .nav li.pid5>ul.dropdown-menu {
        width: 440px;
    }
    .nav li.pid5>ul.dropdown-menu>li {
        width: 200px;
        margin: 10px 20px;
        float: left;
    }
    .pid5>.dropdown-menu .dropdown-submenu.pid19 {
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 20px;
        margin-right: 0px;
        width: 200px;
    }
    .pid5>.dropdown-menu .dropdown-submenu.pid20 {
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 20px;
        margin-right: 0px;
        width: 200px;
    }
    .nav .dropdown-menu .dropdown-submenu>a {
        color: #000;
        border-bottom: 1px solid #cdcecb;
    }
    .dropdown-submenu.pid16 {
        padding-right: 20px;
        border-right: 1px solid #b0b1b1;
    }
}

/* Responsive */
@media (min-width: 992px) {
    .container {
        width: 990px;
    }

}
.navbar-brand {
    padding: 8px;
}
.top-search {
    margin: 0;
}
.top-search {
    width: 260px;
}
.top-language {
    width: 280px;
    margin-left: -20px;
}

@media (max-width: 992px) {
    #header hr {
        width: 720px;
    }
    #header #logo {
        margin-top: 0;
    }
    
    iframe {
        display: block;
        height: auto;
        max-width: 100%;
    }

}


@media (max-width: 768px){
    #slider .flex-direction-nav a {
        top: 120px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #header {
        margin-bottom: 50px;
    }
    
    .nav-tabs > li > a {
        width: 160px;
    }

}

.flexwrapper .col-xs-3 {
    width: 247px;
    margin-left: -15px;
    height: 328px;
}
.flexwrapper img {
    height: auto;
}
#fs-9 .flex-direction-nav {
    display: none;
}
ul.nav-pills {
    position: absolute;
    top: 0;
}
#header > span {
    position: relative;
}
ul.navbar-nav > li > ul > li > a {
    border-bottom: 1px solid #cdcecb;
    color: #000 !important;
}
ul.navbar-nav > li > ul > li {
    margin-top: 10px;
}
.last-sub {
    display: inline;
}
.last-sub a {
    color: #727268 !important;
}
.last-sub a:hover {
    color: #b10023 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #b10023;
    color: #fff;
}

.prospekte-results a, #mediacenter a {
    word-break: break-all;
}

.flex-caption {
    height: auto;
    width: 100%;
    padding: 27px 35px;
}
.flex-viewport li {
    z-index: 1;
    position: relative;
}
.flex-viewport li.flex-active-slide {
    z-index: 2;
    display: block;
}

@media (max-width: 992px) {
    #socialshareprivacy {
        padding-left: 27px;
    }

    .subcategory > div:nth-child(2){
        margin-top: 30px;
    }


    #specialAction {
        width: 720px;
    }
    #specialAction.small .open {
        display: none;
    }

    #specialAction.small .title a:after {
        content: " ►";
    }

    .filter-select span.fa-stack {
        margin-left: -41px;
    }
    .filter-select .row:first-of-type {
        margin-left: 21px;
    }
}

@media (max-width: 768px) {
    .csc-space-before-425 {
        margin-top: 25px !important;
    }  

    #teaser .col-xs-12 .csc-menu li {
        display: inline-block;
        margin-left: 10px;
    }

    .contentBox .csc-frame-indent, .csc-textpic-intext-left-nowrap-203 .csc-textpic-text {
        margin-left: 0;
    }
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        width: 100%;
    }

    #specialAction {
        display: none;
        left: 0;
        width: 100%;
    }
    #specialAction.small .title {
        text-align: center;
        left: calc();
        width: 90%;
        top: 10px;
    }
    #specialAction.small .title a {
        font-size: 15px;
    }

    .flex-caption {
        font-size: 14px;
        padding: 17px 25px;
    }

    #socialshareprivacy {
        margin-bottom: 60px;
        padding-left: 10%
    }
    .social_share_privacy_area li.settings_info {
        top: 20px !important;
        left: 40%;
        width: 100%;
    }
    .social_share_privacy_area li.settings_info .settings_info_menu.off {
        margin-left: 0 !important;
    }
    .social_share_privacy_area .facebook {
        width: 38% !important;
    }
    .social_share_privacy_area .twitter {
        width: 33% !important;
    }
    .social_share_privacy_area .gplus {
        width: 113px !important;
    }

    .video div.news-img-wrap.pull-right {
        float: none !important;
        margin: 0 0 20px 0 !important;
        width: auto;
    }
    .mediaelement-video iframe, .faq-box iframe {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .producttypes {
        display: none;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }
    
    .csc-space-before-560 {
        margin-top: 50px !important;
    }
}


    
    #footer .inner .row > div:nth-of-type(2) {
        margin-bottom: 40px;
    }
    
@media (max-width: 520px) {
    
    #footer .inner .row > div:nth-of-type(2) {
        margin-bottom: 0;
    }
    
    .news-img-wrap.pull-right {
        float: none !important;
    }
    
    .top .row > div:nth-child(2) {
        width: 100%;
    }

    .productline-detail #carousel {
        display: none;
    }
    #slider .flex-direction-nav a {
        top: 50px;
    }

    #specialAction.small .title {
        top: 5px;
    }
    #specialAction.small .title a {
        font-size: 12px;
    }

    .flex-caption {
        font-size: 12px;
        padding: 7px 15px;
    }

    .csc-textpic-image.csc-textpic-last > img {
        width: 220px;
        height: auto;
    }

    #footer div.col-xs-6.col-md-3 {
        width: 100%;
    }

    #socialshareprivacy {
        padding-left: 42%;
    }
    #socialshareprivacy ul {
        height: auto;
        margin-bottom: 40px !important;
    }
    #socialshareprivacy li {
        width: 100% !important;
    }
    .social_share_privacy_area li.settings_info .settings_info_menu.off {
        margin-left: 0;
        margin-top: 20px;
    }
    .social_share_privacy_area li.settings_info {
        left: 0;
    }

    /* FAQ TABLE FIX */
    table#homelink, #homelink thead, #homelink tbody, #homelink th, #homelink td, #homelink tr {display: block;}
    #homelink thead tr {position: absolute; top: -9999px; left: -9999px;}
    #homelink tr { border: 1px solid #ccc; }
    #homelink td { border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 60%; }
    #homelink td:before { position: absolute; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap;}

    #homelink td:nth-of-type(1):before { content: "Handsender"; }
    #homelink td:nth-of-type(2):before { content: "Frequenz (MHz)"; }
    #homelink td:nth-of-type(3):before { content: "Kodierung"; }
    #homelink td:nth-of-type(4):before { content: "Information"; }

    .popover {
        max-width: 240px !important;
    }

    .top-language {
        margin-left: 0;
    }
}

@media (max-width: 420px) {
    .popover {
        max-width: 200px !important;
    }
}

#fs-9.flexslider {
    overflow: hidden;
}
.flexslider .slides > li {
    display: none;
}
.flexwrapper .col-xs-3.hidden-sm.hidden-xs {
    margin-bottom: 30px;
}

.navbar-collapse {
    max-height: none;
}


/* SOCIAL */
.socials {
    margin: 30px 0;
    padding: 0;
}
.socials li {
    padding: 0;
}
.socials li a {
    color: #fff;
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.socials li a:hover {
    opacity: 0.8;
}
.socials li a i {
    display: block;
}
.socials li a.fb {
    background-color: #3b5998;
}
.socials li a.twit {
    background-color: #55acee;
}
.socials li a.g-plus {
    background-color: #d73d32;
}
.socials li a.yout {
    background-color: #cc181e;
}
.socials li a.linked {
    background-color: #0077b5;
}