/*!
 * Bosch Imprint
 * kittelberger.de
 * 20160126
 */


/***************************************** Base */

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    background-color: #87888a;
    color: #404245;

}

a {
    color: #215f8b;
}

a:hover {
    color: #003b6a;
}

#header {
    position: relative;
    z-index: 2;
}

.section p {
    font-size: 14px;
}


/******************* buttons  */

.btn {
    padding: 7px 10px;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 15px;
}

.btn,
.btn-group > .btn {
    font-size: 13px;
    border-radius: 4px;
}

.btn-xs,
.btn-group-xs > .btn {
    font-size: 12px;
    border-radius: 3px;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 14px;
    border-radius: 5px;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:focus {
    background: #215f8a; /* Old browsers */
    background: -moz-linear-gradient(top, #215f8a 0%, #215f8a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #215f8a 0%,#215f8a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #215f8a 0%,#215f8a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215f8a', endColorstr='#215f8a',GradientType=0 ); /* IE6-9 */
    border: medium none;
    color: #ffffff;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-primary:hover {
    background: #114d7b; /* Old browsers */
    background: -moz-linear-gradient(top, #114d7b 0%, #114d7b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #114d7b 0%,#114d7b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #114d7b 0%,#114d7b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114d7b', endColorstr='#114d7b',GradientType=0 ); /* IE6-9 */
    border: medium none;
    color: #ffffff;
    transition: background 0.4s;
}

.btn-default,
.btn-default:visited,
.btn-default:focus {
    background: #E1E1E2; /* Old browsers */
    background: -moz-linear-gradient(top, #E1E1E2 0%, #E1E1E2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #E1E1E2 0%,#E1E1E2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #E1E1E2 0%,#E1E1E2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E2', endColorstr='#E1E1E2',GradientType=0 ); /* IE6-9 */
    border: medium none;
    color: #404245;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-default:hover {
    background: #D1D1D2; /* Old browsers */
    background: -moz-linear-gradient(top, #D1D1D2 0%, #D1D1D2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #D1D1D2 0%,#D1D1D2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #D1D1D2 0%,#D1D1D2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D1D2', endColorstr='#D1D1D2',GradientType=0 ); /* IE6-9 */
    border: medium none;
    color: #404245;
    transition: background 0.4s;
}

.btn-dark,
.btn-dark:visited,
.btn-dark:focus {
    background: #404245; /* Old browsers */
    background: -moz-linear-gradient(top, #404245 0%, #404245 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #404245 0%,#404245 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #404245 0%,#404245 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404245', endColorstr='#404245',GradientType=0 ); /* IE6-9 */
    border: medium none;
    color: #ffffff;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-dark:hover {
    background: #313335; /* Old browsers */
    background: -moz-linear-gradient(top, #313335 0%, #313335 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #313335 0%,#313335 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #313335 0%,#313335 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313335', endColorstr='#313335',GradientType=0 ); /* IE6-9 */
    border: medium none;
    color: #ffffff;
    transition: background 0.4s;
}

.btn-red,
.btn-red:visited,
.btn-red:focus,
.btn-danger,
.btn-danger:visited,
.btn-danger:focus {
    background: #e3001b; /* Old browsers */
    background: -moz-linear-gradient(top, #e3001b 0%, #e3001b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e3001b 0%,#e3001b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e3001b 0%,#e3001b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3001b', endColorstr='#e3001b',GradientType=0 ); /* IE6-9 */
    border: medium none;
    color: #ffffff;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-red:hover,
.btn-danger:hover {
    background: #cc0018; /* Old browsers */
    background: -moz-linear-gradient(top, #cc0018 0%, #cc0018 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cc0018 0%,#cc0018 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cc0018 0%,#cc0018 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0018', endColorstr='#cc0018',GradientType=0 ); /* IE6-9 */
    border: medium none;
    color: #ffffff!important;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-red.flat,
.btn-red.flat:visited,
.btn-red.flat:focus {
    background: #e3001b; /* Old browsers */
    background: -moz-linear-gradient(top, #e3001b 0%, #e3001b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e3001b 0%,#e3001b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e3001b 0%,#e3001b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3001b', endColorstr='#e3001b',GradientType=0 ); /* IE6-9 */
    border: medium none;
    color: #ffffff;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-red.flat:hover {
    background: #cc0018; /* Old browsers */
    background: -moz-linear-gradient(top, #cc0018 0%, #cc0018 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cc0018 0%,#cc0018 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cc0018 0%,#cc0018 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0018', endColorstr='#cc0018',GradientType=0 ); /* IE6-9 */
    border: medium none;
    color: #ffffff!important;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-bordered,
.btn-bordered:visited,
.btn-bordered:focus {
    background: none!important;
    border: 1px solid #c3c3c4;
    color: #333!important;
    font-weight: 700;
    transition: background 0.1s;
    text-align: left;
}

.btn-bordered:hover {
    background: none!important;
    border: 1px solid #c3c3c4;
    color: #333!important;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-bordered.btn-lg {
    padding: 15px 30px!important;
}

@media (min-width: 769px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1002px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1002px;
    }
}

.container {
   padding: 0 20px;
}

.row {
    margin-left: 0;
    margin-right: 0;
	padding-bottom: 20px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

#nav-main a {
    color: #003b6a;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
}

.normal {
    font-weight: normal !important;
}

.small {
    font-size: 0.90em !important;
}

.small-text * {
    font-size: 1.3em !important;
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}

h2,
.h2 {
    font-family: Verdana, sans-serif;
    font-weight: bold;
}

.main-claim h1,
.main-claim h2,
.coltxt-content h4 {
    font-family: Verdana, sans-serif;
    font-weight: 900 !important;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

h1,
.h1 {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 28px;
}

h2,
.h2 {
    font-size: 16px;
    color: #404245;
    line-height: 20px;
}

h3,
.h3 {
    font-size: 14px;
    line-height: 18px;
	color:#205f8b;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-size: 12px;
    line-height: 25px;
}

.tab-wrapper h2 {
    margin: 0;
    font-size: 22px;
    color: #404245;
    line-height: 28px;
}

.nav-tabs > li > a {
    color: #404245;
    font-weight: bold;
}

.tab-content h1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.tab-wrapper h2 span {
    font-weight: normal;
}

.popover h5,
.popover h6 {
    line-height: 1.3;
}

table h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
}

h2.var-one {
    margin-top: 10px;
}

h6.var-two {
    margin-bottom: 0;
}

.no-padding-left {
    padding-left: 0!important
}

.no-padding-right {
    padding-right: 0!important
}

.no-padding-top {
    padding-top: 0!important
}

.no-padding-bottom {
    padding-bottom: 0!important
}

.no-margin-left {
    margin-left: 0!important
}

.no-margin-right {
    margin-right: 0!important
}

.no-margin-top {
    margin-top: 0!important
}

.no-margin-bottom {
    margin-bottom: 0!important
}

.margin-5 {
    margin: 5px!important
}

.margin-10 {
    margin: 10px!important
}

.margin-20 {
    margin: 20px!important
}

.margin-30 {
    margin: 30px!important
}

.margin-40 {
    margin: 40px!important
}

.margin-50 {
    margin: 50px!important
}

.margin-60 {
    margin: 60px!important
}

.margin-70 {
    margin: 70px!important
}

.margin-80 {
    margin: 80px!important
}

.margin-90 {
    margin: 90px!important
}

.margin-100 {
    margin: 100px!important
}

.margin-left-5 {
    margin-left: 5px!important
}

.margin-left-10 {
    margin-left: 10px!important
}

.margin-left-20 {
    margin-left: 20px!important
}

.margin-left-30 {
    margin-left: 30px!important
}

.margin-left-40 {
    margin-left: 40px!important
}

.margin-left-50 {
    margin-left: 50px!important
}

.margin-left-60 {
    margin-left: 60px!important
}

.margin-left-70 {
    margin-left: 70px!important
}

.margin-left-80 {
    margin-left: 80px!important
}

.margin-left-90 {
    margin-left: 90px!important
}

.margin-left-100 {
    margin-left: 100px!important
}

.margin-right-5 {
    margin-right: 5px!important
}

.margin-right-10 {
    margin-right: 10px!important
}

.margin-right-20 {
    margin-right: 20px!important
}

.margin-right-30 {
    margin-right: 30px!important
}

.margin-right-40 {
    margin-right: 40px!important
}

.margin-right-50 {
    margin-right: 50px!important
}

.margin-right-60 {
    margin-right: 60px!important
}

.margin-right-70 {
    margin-right: 70px!important
}

.margin-right-80 {
    margin-right: 80px!important
}

.margin-right-90 {
    margin-right: 90px!important
}

.margin-right-100 {
    margin-right: 100px!important
}

.margin-top-5 {
    margin-top: 5px!important
}

.margin-top-10 {
    margin-top: 10px!important
}

.margin-top-20 {
    margin-top: 20px!important
}

.margin-top-30 {
    margin-top: 30px!important
}

.margin-top-40 {
    margin-top: 40px!important
}

.margin-top-50 {
    margin-top: 50px!important
}

.margin-top-60 {
    margin-top: 60px!important
}

.margin-top-70 {
    margin-top: 70px!important
}

.margin-top-80 {
    margin-top: 80px!important
}

.margin-top-90 {
    margin-top: 90px!important
}

.margin-top-100 {
    margin-top: 100px!important
}

.margin-top-200 {
    margin-top: 200px!important;
}

.margin-bottom-5 {
    margin-bottom: 5px!important
}

.margin-bottom-10 {
    margin-bottom: 10px!important
}

.margin-bottom-20 {
    margin-bottom: 20px!important
}

.margin-bottom-30 {
    margin-bottom: 30px!important
}

.margin-bottom-40 {
    margin-bottom: 40px!important
}

.margin-bottom-50 {
    margin-bottom: 50px!important
}

.margin-bottom-60 {
    margin-bottom: 60px!important
}

.margin-bottom-70 {
    margin-bottom: 70px!important
}

.margin-bottom-80 {
    margin-bottom: 80px!important
}

.margin-bottom-90 {
    margin-bottom: 90px!important
}

.margin-bottom-100 {
    margin-bottom: 100px!important
}

.padding-top-4 {
    padding-top: 4px!important
}

.padding-top-5 {
    padding-top: 5px!important
}

.padding-top-7 {
    padding-top: 7px!important
}

.padding-top-10 {
    padding-top: 10px!important
}

.padding-top-20 {
    padding-top: 20px!important
}

.padding-top-30 {
    padding-top: 30px!important
}

.padding-top-40 {
    padding-top: 40px!important
}

.padding-top-50 {
    padding-top: 50px!important
}

.padding-top-60 {
    padding-top: 60px!important
}

.padding-top-70 {
    padding-top: 70px!important
}

.padding-top-80 {
    padding-top: 80px!important
}

.padding-top-90 {
    padding-top: 90px!important
}

.padding-top-100 {
    padding-top: 100px!important
}

.padding-bottom-4 {
    padding-bottom: 4px!important
}

.padding-bottom-5 {
    padding-bottom: 5px!important
}

.padding-bottom-7 {
    padding-bottom: 7px!important
}

.padding-bottom-10 {
    padding-bottom: 10px!important
}

.padding-bottom-20 {
    padding-bottom: 20px!important
}

.padding-bottom-30 {
    padding-bottom: 30px!important
}

.padding-bottom-40 {
    padding-bottom: 40px!important
}

.padding-bottom-50 {
    padding-bottom: 50px!important
}

.padding-bottom-60 {
    padding-bottom: 60px!important
}

.padding-bottom-70 {
    padding-bottom: 70px!important
}

.padding-bottom-80 {
    padding-bottom: 80px!important
}

.padding-bottom-90 {
    padding-bottom: 90px!important
}

.padding-bottom-100 {
    padding-bottom: 100px!important
}

.padding-left-5 {
    padding-left: 5px!important
}

.padding-left-10 {
    padding-left: 10px!important
}

.padding-left-20 {
    padding-left: 20px!important
}

.padding-left-30 {
    padding-left: 30px!important
}

.padding-left-40 {
    padding-left: 40px!important
}

.padding-left-50 {
    padding-left: 50px!important
}

.padding-left-60 {
    padding-left: 60px!important
}

.padding-left-70 {
    padding-left: 70px!important
}

.padding-left-80 {
    padding-left: 80px!important
}

.padding-left-90 {
    padding-left: 90px!important
}

.padding-left-100 {
    padding-left: 100px!important
}

.padding-right-5 {
    padding-right: 5px!important
}

.padding-right-10 {
    padding-right: 10px!important
}

.padding-right-20 {
    padding-right: 20px!important
}

.padding-right-30 {
    padding-right: 30px!important
}

.padding-right-40 {
    padding-right: 40px!important
}

.padding-right-50 {
    padding-right: 50px!important
}

.padding-right-60 {
    padding-right: 60px!important
}

.padding-right-70 {
    padding-right: 70px!important
}

.padding-right-80 {
    padding-right: 80px!important
}

.padding-right-90 {
    padding-right: 90px!important
}

.padding-right-100 {
    padding-right: 100px!important
}

.line-height-0 {
    line-height: 0 !important;
}

.zindex-999 {
    z-index: 999 !important;
}


/***************************************** Header */

#header > .wrapper {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 10px 10px;
    width: 1002px;
}

#header > .wrapper {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 10px 10px;
    max-width: 1002px;
    width: 100%;
}

#logo > .ira {
    background: url('company-logo_de.gif') no-repeat right top;
    height: 63px;
    width: 128px;
}

#logo h1 {
    margin: 0;
    padding: .9rem 138px 0 0;
}

#logo h1 span {
    font-weight: 400;
}

#logo h1,
.nav-h2 h2 {
    color: #404245;
    font-family: Verdana, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
}

#navigation-wrapper {
    background: url('fallback/nav-wrapper-bg.png') repeat-x #003e2d;
    background: linear-gradient(#5e89af, #013c6b);
    height: 3rem;
    position: relative;
    z-index: 9999;
}

.nav,
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a.text-link {
    background: url('nav-sprite.png') no-repeat 0 -236px;
    display: inline-block;
    line-height: 1.5;
    padding: 0 0 0 10px;
}

a.text-link:hover {
    background-position: 0 -55px;
}

.link-alike {
    /* color */
    cursor: pointer;
}

.link-alike:hover {
    /* color */
}

a.icon-link {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACuklEQVRYw82XW0tUURTH56nbRKL1VNDNS0Jv0QfQIdKHsmw0MColUSsDs7yUUFZaaZoOk5nCaNFnkV66qEmFo9lDIIPpS2nojLld67DXYc1uqj3nzIYW/GD2OWfv9T9z9rpsjxDCo8lWoBToB14BEWBRgr9H5L3TwGbddXUe2gcMAD+Evn2XYva6EbAJ6ARWhHPDuQ+AjckKyARG1dXez0yJG0NBcfRmrci5UCx2lRVa4O/CliuiORQUE1+mEwl5DezRFXBIflPb3oY/WU7TT+VpUQDP4hzFZoGD/xKQBczxWTWB+9qOVWqfdKgivgK7/yQAd+64/fFiMXGy9Zpj50Tx3QZVxBtgQyIBj/hTRbfrXTsnStqaVBHtqoBsIEp3q3rbUuacuBx8yAUsU4iSgGH7/wl/TLlz4t1U3MZ8SgK2AUt01dd00ZgAjA4lWW1BAWfoytjnsDHnhJIn/CggRKPrg73aC5FhqCUjoGW4jwvo88iwsCy/sdpRjCcjAjMmsxEUME+jzPIix4lGV0RupT8uO6KAVRrtKPG5ynY6IrB2MFtEAb9otN2fb1zAzrICLmAJBSzQaP/548Y/AVZOZpH/YhPaWbB+4LHxMMR+glk/CjjL677pRDQ+E+YCSlFABm+78hqqjDk/0nwpLgIALxWjF3bvNPnBmAAsdMwGeTXMBWJ0p6L7TsqdVwfaufOo7DvjGpKAqYYE11KsI1FH5AXs/2g5uiKO3apz7RzbOmzvmI3xg4valGarTWl5V6tj55U999Q3n5ON71/b8sO8QNHGTCY6fI011hzFIrLl1zqYHAB+a+yxpbr6rNvKmFg5M6B2IFkVJ6xrmMhGpycTHUwm1DfXOZp55caMuTia4dwubL3cHE4xRF/KTlbXfgJDQE4qTsdEGnAOeC4LGO6TNck3eS0kU3ua7rrrT41me5b4ZkQAAAAASUVORK5CYII=') no-repeat;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.286;
    padding: 0 0 0 38px;
}

#nav-top-navigation {
    background-color: #f1f1f1;
    color: #808285;
    font-size: 1.1rem;
    /* = 11px */
    line-height: 1.455;
    /* = 16px */
}

#nav-top-navigation li {
    float: left;
    padding: 0 5px;
}

#nav-top-navigation a {
    color: inherit;
    display: block;
    font-weight: 400;
    padding: 1px 5px 0;
}

#nav-top-navigation a[href]:hover {
    background-color: #003b6a;
    color: #fff;
}

#nav-language {
    border-left: 1px solid #c3c3c4;
    margin: 0 0 0 15px;
    text-transform: lowercase;
    padding: 0 0 0 5px;
}

#nav-language li {
    padding: 0;
}

#navigation-wrapper > ul {
    border-right: 1px solid #6f9b90;
    float: left;
}

#navigation-wrapper > ul.float-right {
    border-left: 1px solid #003e2d;
    border-right: 0;
    float: right;
}

#navigation-wrapper > ul > li {
    border-left: 1px solid #68849d;
    border-right: 1px solid #003b6a;
    float: left;
}

#navigation-wrapper > ul.float-right > li {
    border-right: 0;
}

#navigation-wrapper > ul > li:hover,
#navigation-wrapper > ul > li.active,
#navigation-wrapper > ul > li.ui-state-hover {
    background: url('fallback/nav-wrapper-bg-active.png') repeat-x #fafafb;
    /* Fallback */
    background: linear-gradient(#e1e1e2, #fafafb);
    border-left-color: transparent;
}

#navigation-wrapper .has-children {
    position: relative;
}

#navigation-wrapper .has-mega-dropdown {
    position: static;
}

#nav-main > li:first-child {
    border-left: 0;
}

#navigation-wrapper a:not([href]) {
    cursor: auto;
}

#navigation-wrapper > ul > li > a {
    color: #fff;
    display: block;
    line-height: 2.5;
    padding: 0 9px;
}

#navigation-wrapper > ul > li.home {
    background-image: none;
}

#navigation-wrapper > ul > li.home:hover {
    background-image: none;
}

#navigation-wrapper > ul > li.home a {
    background-image: none;
    border: medium none;
    height: 30px;
    margin: 0;
    padding: 0;
    text-indent: -10000px;
}

#navigation-wrapper > ul > li.home a {
    width: 38px;
}

#navigation-wrapper > ul > li.home a:hover {
    width: 38px;
}

#navigation-wrapper > ul > li.home a {
    background: url("../img/assets/icon_home.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid #2f7663;
}

#navigation-wrapper > ul > li.home a:hover,
#navigation-wrapper > ul > li.home.active a {
    background: url("../img/assets/icon_home_hover.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid #eaeaeb;
}

#navigation-wrapper > ul > li:hover > a,
#navigation-wrapper > ul > li.active > a,
#navigation-wrapper > ul > li.ui-state-hover > a {
    color: #003b6a;
}

#navigation-wrapper .has-children > a {
    padding-right: 21px;
    position: relative;
}

#navigation-wrapper .has-children > a:after {
    background: url('nav-sprite.png') no-repeat 0 -471px;
    content: '';
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    width: 7px;
}

#navigation-wrapper .has-children:hover > a:after,
#navigation-wrapper .has-children.active > a:after,
#navigation-wrapper .has-children.ui-state-hover > a:after {
    background-position: 0 -109px;
}

#navigation-wrapper .nav-dropdown,
#mega-dropdown.nav-dropdown {
    left: -99.9rem;
    overflow: hidden;
    padding: 0 8px 8px;
    position: absolute;
    top: 3rem;
    visibility: hidden;
    /*width: 216px;*/
    z-index: 410;
}

#navigation-wrapper .has-children:hover .nav-dropdown {
    left: -10px;
    visibility: visible;
}

#navigation-wrapper .has-mega-dropdown:hover .nav-dropdown {
    left: 12px;
    right: 12px;
}

#mega-dropdown.visible {
    left: 50%;
    visibility: visible;
}

#navigation-wrapper .nav-dropdown > ul,
#mega-dropdown.nav-dropdown > ul {
    background-color: #fff;
    border: 1px solid #3f4144;
    border-top: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .75);
    color: #404245;
    margin: -.8rem 0 0;
    padding: 2.6rem 0 1.8rem;
    width: 214px;
}

#navigation-wrapper .has-mega-dropdown .nav-dropdown > ul,
#mega-dropdown.nav-dropdown > ul {
    padding: 2.8rem 22px 2rem 20px;
    width: auto;
}

#navigation-wrapper .nav-dropdown li {
    padding: 0 5px;
}

#navigation-wrapper .nav-dropdown li:first-child {
    margin-top: 0;
}

#navigation-wrapper .nav-dropdown li.active {
    background-color: #e1e1e2;
}

#navigation-wrapper .has-mega-dropdown .nav-dropdown li,
#mega-dropdown.nav-dropdown li {
    background-color: transparent;
    float: left;
    margin: 0;
    padding: 0;
}

#navigation-wrapper .nav-dropdown a {
    background: url('nav-sprite.png') no-repeat 5px -413px;
    /*color: inherit;*/
    display: block;
    font-size: 1.1rem;
    line-height: 1.636;
    padding: .4rem 10px .4rem 14px;
}

#navigation-wrapper .has-mega-dropdown .nav-dropdown a,
#mega-dropdown.nav-dropdown a {
    background: none transparent;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.286;
    padding: 0;
    position: relative;
}

#navigation-wrapper .has-mega-dropdown .nav-dropdown a div,
#mega-dropdown.nav-dropdown a div {
    background-color: rgba(17, 82, 64, 0.8);
    bottom: 0;
    padding: .9rem 8px .9rem 37px;
    position: absolute;
    width: 100%;
}

#js-nav-scenes {
    background-color: #28624f;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-radius: 0;
    color: rgba(255, 255, 255, .7);
    left: 0;
    margin: -54px 0 0;
    padding: 32px 0;
    position: fixed;
    top: 50%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 38px;
    z-index: 500;
}

#scene-display {
    height: 32px;
    font-size: 1.1rem;
    line-height: 2.909;
    text-align: center;
}

#js-current-scene {
    font-size: 2.1rem;
    line-height: 1.524;
}

#js-scenes-count:not(:empty):before {
    content: '/';
}


/***************************************** Content */

h1 {
    font-size: 20px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 16px;
	padding-bottom: 5px;
}

h2.large {
    font-size: 40px;
    margin-top: 50px;
}

.slideshow {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
}

.slideshow .cycle-slideshow {
    height: 548px;
    overflow: hidden;
    position: relative;
}

.slideshow .cycle-slide {
    width: 100%;
    min-height: 548px;
}


/*
@media (max-width: 1200px) {
    .slideshow .cycle-slideshow {
        height: 300px;
    }

    .slideshow .cycle-slide {
        width: 100%;
        min-height: 300px;
    }
}
*/

.main-claim {
    margin-top: -30px;
}

.main-claim h1 {}

.main-claim h2 {}

#scene-1.min-height {
    height: 428px;
}

.coltxt h4,
.coltxt p {
    font-family: Verdana, sans-serif;
    font-weight: bold;
}


/*
.coltxt h4, .coltxt p,
.main-claim h1,
.main-claim h2,
.coltxt-content h4,
table.tech-details tr th {
    letter-spacing: 0.02em !important;
}
*/

.coltxt p {
    font-size: 18px;
}

.coltxt h4 {
    font-size: 24px;
}

.icon {
    background: url('sprite_icons.png') no-repeat 0 center;
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.icon.play {
    background-position: -71px center;
}

.icon.arrow-prev {
    background-position: -142px center;
}

.icon.arrow-next {
    background-position: -213px center;
}

.icon.arrow-up {
    background-position: -284px center;
}

.icon.arrow-down {
    background-position: -355px center;
}

.icon.prev {
    background-position: -426px center;
}

.icon.next {
    background-position: -497px center;
}

.icon.arrow-down-small {
    background-position: -568px center;
}

.icon.facebook {
    background-position: -639px center;
}

#scroll-to-top .icon.arrow-up {
    margin: 0 auto;
}


/* cni ---------- */

.big-red-button {
    background-color: #e2001a;
    border-radius: 30px;
    color: #fff !important;
    display: inline-block;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding: 16px 15px;
    vertical-align: middle;
}


/* END cni ---------- */

.main-claim .icon {
    margin: auto !important;
}

.coltxt.left .icon {
    margin-right: 0;
    margin-left: 10px;
}

.red {
    color: #e3021b !important;
}

/***************************************** Footer */

#footerwrapper {
    padding-bottom: 50px;
    padding-top: 0;
}

footer {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 100%;
    max-width: 1002px;
}

footer *,
footer *:hover {
    font-family: Arial;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}

footer * a:hover {
    color: #ffffff;
}

footer hr {
    border-color: #c3c3c4;
    margin-bottom: 0;
    margin-top: 0;
}

footer .white * {
    color: #FFFFFF;
}

footer .large * {
    font-size: 12px;
    font-weight: bold;
}

footer .footer-bottom ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .footer-bottom ul li {
    float: left;
    padding-left: 2px;
    padding-right: 2px;
}

footer .footer-bottom ul li:first-child {
    padding-left: 0;
}

footer .footer-bottom ul li:after {
    padding-left: 4px;
    content: "|";
}

footer .footer-bottom ul li:last-child:after {
    padding-left: 4px;
    content: "";
}

.footer-left {
    width: 40%;
}

.footer-right {
    width: 40%;
}

.footer-center {
    width: 20%;
}

#footer-visual {
    background-image:
}

.project-social-media li:hover {
    border-radius: 60px;
}

.project-social-media li:first-child {
    margin-left: 0;
}

.skew-to-the-right .project-social-media li {
    float: right;
    margin: 0 9px 0 0;
}

.skew-to-the-right .project-social-media li:first-child {
    margin-right: 0;
}

table {}

table tr {}

table tr th {
    text-align: center;
    padding-bottom: 20px;
}

table tr td {
    border-bottom: 1px solid #cccccc;
    padding: 5px 0;
}

table tr td,
table tr th {}

table.tech-details tr th {
    font-size: 20px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
}

.position-relative {
    position: relative;
}


#scroll-to-top {
    position: relative;
    top: 77px;
    z-index: 5;
}

#scroll-to-top span {
    opacity: 1;
}

#scroll-to-top:hover span {
    transition: opacity 0.3s ease;
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer !important;
}

.modal-content {
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
    background-color: #215f8a;
    border-bottom: 0 none;
    height: auto;
    overflow: hidden;
    padding: 0;
}

h4.modal-title {
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.modal-header .close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    margin: 8px 10px 0 0;
    opacity: 1;
    padding: 0 4px;
}

.modal-body {
    padding: 10px;
}

.modal-footer {
    border-top: 0 none;
}

.modal-content {
    padding-bottom: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.modal {
    color: #000000;
}



/***************************************** Media Queries */

@media (max-width: 769px) {
    body.green {
        color: #ffffff;
    }
    .modal-dialog {
        width: 96% margin: 0 2%;
    }
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-bottom: 0;
        margin-top: 0;
    }
    #mega-dropdown li.col-xs-5 {
        width: 50%;
    }
    h1,
    h2,
    .h1,
    .h2,
    h3,
    h4,
    h5,
    h6,
    .h3,
    .h4,
    .h5,
    .h6 {
        line-height: normal;
    }
    #mobile-header {
        background: #FFFFFF;
    }
    #mobile-header header h3 {
        float: left;
        padding: .75em 0em .75em .75em;
        width: 52%;
    }
    #mobile-header header h3 span {
        float: left;
        margin-top: .2em;
        width: 100%;
    }
    #mobile-header header img {
        float: right;
        margin: 0 10px;
    }
    #mobile-header .country-overview nav ul img {
        margin-right: .5em;
        width: 2.5em;
    }
    #mobile-header nav ul li,
    #mobile-header footer ul li {
        padding: 1em .75em;
        min-height: 1em;
    }
    #mobile-header nav ul li img,
    #mobile-header footer ul li img,
    #mobile-header nav ul li p,
    #mobile-header footer ul li p {
        float: left;
    }
    #mobile-header nav ul li p,
    #mobile-header footer ul li p {
        font-size: 0.9em;
        padding-top: .45em;
    }
    #mobile-header nav ul li span.icon-chevron-up,
    #mobile-header footer ul li span.icon-chevron-up {
        background-position: -16px -2px;
        text-align: left;
        vertical-align: top;
        float: none;
        margin-right: .3em !important;
    }
    #mobile-header nav ul.nav-list,
    #mobile-header footer ul.nav-list {
        padding: 0em;
        margin: 0em;
    }
    #mobile-header nav ul.nav-list .divider,
    #mobile-header footer ul.nav-list .divider {
        min-height: 1px;
        margin: 0em;
        padding: 0em;
        border-bottom: none;
    }
    #mobile-header nav ul.nav-list li:last-child p:last-child,
    #mobile-header footer ul.nav-list li:last-child p:last-child {
        float: right;
        padding-right: 0em;
    }
    .navbar-toggle .icon-bar {
        background-color: white;
    }
    .row-offcanvas {
        position: relative;
        transition: all 0.1s ease-out 0s;
    }
    .row-offcanvas-left {
        left: 0;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -88%;
    }
    .row-offcanvas-left.active {
        left: 88%;
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 88%;
        background: #215f8b;
        z-index: 99;
        padding-bottom: 100px;
    }
    .hidden-tablet-desktop .navbar-toggle {
        border: none;
        border-radius: 0;
        float: right;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 0;
        padding: 9px 10px;
        position: relative;
        background-image: -webkit-linear-gradient(#5e89af 0%, #013c6b 100%);
        background-image: -moz-linear-gradient(#5e89af 0%, #013c6b 100%);
        background-image: -o-linear-gradient(#5e89af 0%, #013c6b 100%);
        background-image: linear-gradient(#5e89af 0%, #013c6b 100%);
    }
    .row-offcanvas.row-offcanvas-left {
        background-image: -webkit-linear-gradient(#5e89af 0%, #013c6b 100%);
        background-image: -moz-linear-gradient(#5e89af 0%, #013c6b 100%);
        background-image: -o-linear-gradient(#5e89af 0%, #013c6b 100%);
        background-image: linear-gradient(#5e89af 0%, #013c6b 100%);
        padding: 5px 0;
    }
    .hidden-tablet-desktop .navbar-nav > li > a {
        color: #FFFFFF;
    }
    .hidden-tablet-desktop .mobile-navigation {
        background: #003b6a;
    }
    .hidden-tablet-desktop .nav > li > a:hover,
    .hidden-tablet-desktop .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
    }
    .hidden-tablet-desktop .sidebar-offcanvas .nav > li > a {
        font-weight: bold;
        font-size: 1.1em;
    }
    .hidden-tablet-desktop .sidebar-offcanvas .nav > li {
        padding-left: 5%;
        border-top: 1px solid #215f8b;
        border-bottom: 1px solid #003b6a;
        background-image: -webkit-linear-gradient(#215f8b 0%, #215f8b 100%);
        background-image: -moz-linear-gradient(#215f8b 0%, #215f8b 100%);
        background-image: -o-linear-gradient(#215f8b 0%, #215f8b 100%);
        background-image: linear-gradient(#215f8b 0%, #215f8b 100%);
    }
    .hidden-tablet-desktop .sidebar-offcanvas .nav > li.first {
        padding-left: 1%;
        border-top: none;
        text-transform: uppercase;
    }
    .hidden-tablet-desktop .sidebar-offcanvas .nav > li.active {
        background-image: -webkit-linear-gradient(#003b6a 0%, #003b6a 100%);
        background-image: -moz-linear-gradient(#003b6a 0%, #003b6a 100%);
        background-image: -o-linear-gradient(#003b6a 0%, #003b6a 100%);
        background-image: linear-gradient(#003b6a 0%, #003b6a 100%);
    }
    .slideshow {
        position: relative !important;
    }
    .slideshow .cycle-slide {
        min-height: 0;
        width: 100%;
    }
    .slideshow .cycle-slideshow {
        height: auto;
    }
    .row {}
    .coltxt {
        left: auto !important;
        position: static !important;
        right: auto !important;
        text-align: left !important;
        top: auto !important;
        width: 100% !important;
        margin: 2% 0 2% 0 !important;
        padding: 2% !important;
    }
    .coltxt .icon {
        margin-left: 0 !important;
        margin-right: 0 !important;
        position: absolute;
        margin-top: -50px !important;
        width: 60px;
    }
    .coltxt-content {
        margin-top: 20px;
        width: 90%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .hover-row .pull-right {
        float: left !important;
    }
    body.green .red {
        color: #FFFFFF !important;
    }
    body.green .hover-row:hover .red {
        color: #FFFFFF !important;
    }
    .red {
        color: #e3021b !important;
    }
    .hover-row:hover .red {
        color: #e3021b !important;
    }
    .hover-row.active .coltxt p {
        color: #000000;
    }
    body.green .hover-row.active .coltxt p {
        color: #FFFFFF;
    }
    .coltxt h4 {
        margin: 0;
    }
    .coltxt p {}
    .main-claim h2 {
        line-height: 1em;
        margin-bottom: 2%;
    }
    #social-visual.sv-top {
        height: 200px;
        margin-top: 0;
        min-height: 200px;
    }
    #scroll-to-top {
        top: 80px;
    }
    .project-social-media {
        bottom: -22px;
        left: 2%;
    }
    .ios .project-social-media {
        top: 136px;
    }
    .project-social-media .button-wrapper {
        height: 48px;
        padding: 0 0 0 48px;
        line-height: 48px;
        text-align: left;
    }
    .project-social-media .button-wrapper:hover {
        width: 180px;
    }
    footer [class*="col-"] {
        text-align: center !important;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    footer p {
        text-align: center !important;
    }
    footer .footer-bottom ul li {
        display: inline;
        float: none;
    }
    table.tech-details {
        margin: 3%;
        width: 94% !important;
    }
    .edge {
        margin-top: 0;
    }
    #slideshow-paging .center-block.block-2 {
        margin-top: 20px;
    }
    #edgestage {
        margin-top: 0;
    }
    .diagram .flow-wrapper .center-wrapper {
        top: 20px !important;
    }
    body.green .row a,
    body.green .row a:hover,
    body.green .row a:focus,
    body.green .row a:visited {
        color: #FFFFFF;
    }
    body.ios,
    body.android {
        overflow-x: hidden;
    }
}

@media (min-width: 769px) {
    .hidden-tablet-desktop {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .offset-left-128 {
        margin-left: 128px !important;
    }
    .offset-right-128 {
        margin-left: 128px !important;
    }
}

@media (max-width: 1004px) {
    #edgestage {
        margin-top: -15px !important;
    }
}

#Stage * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media (max-width: 769px) {
   
    .pull-left.coltxt-content {
        margin-top: 20px;
    }
    .download {
        margin-top: 200px;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .faq-section-listing,
    .faq-section-heading {
        padding: 0 10px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 760px) {
    #tab-panes {
        margin-left: 0;
        margin-top: 10px;
    }
    .nav-pills {
        max-width: none !important;
    }
    .tab-content {
        max-width: none !important;
    }
    .faq-section-listing,
    .faq-section-heading {
        padding: 0 10px;
    }
    .project-social-media li {
        margin: ;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}

.modal-open {
    overflow: auto;
}


/* top scroller */

.to-top {
    background: rgba(1, 59, 105, 0.8) url("../img/to-top-arrow.svg") no-repeat scroll center 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 50px !important;
    min-width: 50px;
    opacity: 0;
    overflow: hidden;
    padding-top: 30px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-indent: 9999px;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    white-space: nowrap;
    width: auto;
    z-index: 999;
    border-radius: 0;
}

.to-top.label {
    height: 60px !important;
    padding-top: 32px;
    text-indent: 0;
}

.to-top.to-is-visible,
.to-top.to-fade-out,
.no-touch .to-top:hover {
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}

.to-top.to-is-visible {
    opacity: 1;
    visibility: visible;
}

.to-top.to-fade-out {
    opacity: 1;
}

.no-touch .to-top:hover {
    background-color: #013b69;
    opacity: 1;
}

@media only screen and (min-width: 769px) {
    .to-top {
        bottom: 20px;
        right: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .to-top {
        bottom: 30px;
        height: 50px;
        min-width: 50px;
        right: 30px;
        width: auto;
    }
}


/* icons */


/******************************************************/


/********************* Icons **************************/

.section {
    position: relative;
}

.border-bottom-white {
    border-bottom: 1px solid #FFF;
}

.section.section-blue {
    background-color: #003b6a;
}

.section.section-blue-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b7391+0,0f446f+52,103d66+100 */
    background: #4b7391;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4b7391 0%, #0f446f 52%, #103d66 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b7391), color-stop(52%, #0f446f), color-stop(100%, #103d66));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4b7391 0%, #0f446f 52%, #103d66 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4b7391 0%, #0f446f 52%, #103d66 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4b7391 0%, #0f446f 52%, #103d66 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4b7391 0%, #0f446f 52%, #103d66 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4b7391', endColorstr='#103d66', GradientType=0);
    /* IE6-9 */
}

.section.section-grey-gradient {
    background: #4b7391;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c3c3c4 0%, #f1f1f1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c3c4), color-stop(100%, #f1f1f1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c3c3c4 0%, #f1f1f1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c3c3c4 0%, #f1f1f1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c3c3c4 0%, #f1f1f1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c3c3c4 0%, #f1f1f1 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c4', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
}

.section.with-background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section.first {
    padding-top: 120px;
}

.nav-h2 {
    max-width: 380px;
}

.header-subnavigation {
    transition: all 0.4s;
}

.header-subnavigation.fixed {
    background: white none repeat scroll 0 0;
    height: 53px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.4s;
}

.header-subnavigation.fixed ul {
    margin: 0 auto;
    width: 1002px;
    transition: all 0.4s;
}

.header-subnavigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.4s;
}

.header-subnavigation ul li {
    display: block;
    float: left;
    padding: 17px 10px 9px;
}

.header-subnavigation ul li:last-of-type {
    padding-right: 0;
}

.header-subnavigation ul li a {
    color: #818286;
    font-size: 14px;
    font-weight: 700;
}

.header-subnavigation ul li a:hover {
    color: #205f8b;
}

.header-subnavigation ul li.active a,
.header-subnavigation ul li a:hover {
    color: #205f8b;
    border-bottom: 4px solid #215f8b;
    padding-bottom: 15px;
}

#header > .wrapper.wrapper-no-padding {
    padding: 0;
    background-color: transparent;
}

#header-subnavigation-level-2.fixed nav {
    background: white none repeat scroll 0 0;
    height: 37px;
    left: 0;
    position: fixed;
    top: 53px;
    width: 100%;
    transition: all 0.4s;
}

#header-subnavigation-level-2.fixed nav ul {
    margin: 0 auto;
    width: 1002px;
    transition: all 0.4s;
}

#header-subnavigation-level-2 nav {
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px -4px 10px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -4px 10px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -4px 10px -4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: none;
}

#header-subnavigation-level-2 nav.active {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    margin-top: 0;
}

#header-subnavigation-level-2 nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#header-subnavigation-level-2 nav ul li {
    display: block;
    float: left;
    padding: 0 20px 0 0;
}

#header-subnavigation-level-2 nav ul li:last-of-type {
    padding-right: 0;
}

#header-subnavigation-level-2 nav ul li a {
    color: #818286;
    font-size: 12px;
    font-weight: 700;
}

#header-subnavigation-level-2 nav ul li a:hover {
    color: #205f8b;
}

#header-subnavigation-level-2 nav ul li.active a,
#header-subnavigation-level-2 nav ul li a:hover {
    color: #205f8b;
}

.carousel-control .glyphicon {
    font-size: 3em;
}

.table-grey {
    background-color: #c3c3c4;
}

.table-striped.table-grey > tbody > tr:nth-child(2n+1) > td,
.table-striped.table-grey > tbody > tr:nth-child(2n+1) > th {
    background-color: #f1f1f1;
}


.scroll-nav__heading {
    position: relative;
    color: #205f8b;
    border-bottom: 4px solid #215f8b;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
}

.download-link {
    background-image: url(arrowBlue-ltr.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    font-size: 14px;
    position: absolute;
}

.download-icon {
    padding-left: 10px;
    padding-top: 3px;
    float: right;
}

.download-icon:before {
    content: " ";
    background-image: url(icon_download.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 14px;
    display: block;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-color: #cccccc;
}

/* TOOLTIPS */

#tooltip {
    text-align: left;
    color: #000;
    background: #fff;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

li[rel="tooltip"]:nth-child(1) {
    left: 30%;
    top: 16%;
}

li[rel="tooltip"]:nth-child(2) {
    left: 41%;
    top: 35%;
}

li[rel="tooltip"]:nth-child(3) {
    left: 55%;
    top: 53%;
}

li[rel="tooltip"]:nth-child(4) {
    left: 80%;
    top: 17%;
}

li[rel="tooltip"]:nth-child(5) {
    left: 85%;
    top: 63%;
}

li[rel="tooltip"]:nth-child(6) {
    left: 64%;
    top: 87%;
}

#social-visual {
    padding-top: 100px;
}

.social-media-wrapper {
    height: 280px;
}

/*END Icons in FAQ Darstellung */




/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    
    li[rel="tooltip"]:nth-child(1) {
        left: 15%;
        top: 12%;
    }
    li[rel="tooltip"]:nth-child(2) {
        left: 24%;
        top: 35%;
    }
    li[rel="tooltip"]:nth-child(3) {
        left: 34%;
        top: 53%;
    }
    li[rel="tooltip"]:nth-child(4) {
        left: 50%;
        top: 17%;
    }
    li[rel="tooltip"]:nth-child(5) {
        left: 50%;
        top: 63%;
    }
    li[rel="tooltip"]:nth-child(6) {
        left: 36%;
        top: 87%;
    }
    .section h3.margin-left-40 {
        margin-left: 10px !important;
        margin-bottom: 10px;
    }
    .section.with-background-image,
    .section .item{
        background-size: contain !important;
        background-position: top left;
        background-repeat: no-repeat;
        height: auto !important;
    }
    .section.first {
        padding-top: 0;
    }
    .ls-scroller {
        display: none;
    }
    .hidden-tablet-desktop .mobile-navigation {
        background: #fff;
    }
    .header-subnavigation ul li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #social-visual {
        padding-top: 20px;
    }
    .xs-p-60p {
        padding: 60% !important;
    }
    .xs-pt-60p {
        padding-top: 60% !important;
    }
    .xs-pl-60p {
        padding-left: 60% !important;
    }
    .xs-pr-60p {
        padding-right: 60% !important;
    }
    .xs-pb-60p {
        padding-bottom: 60% !important;
    }
    .xs-m-60p {
        margin: 60% !important;
    }
    .xs-mt-60p {
        margin-top: 60% !important;
    }
    .xs-ml-60p {
        margin-left: 60% !important;
    }
    .xs-mr-60p {
        margin-right: 60% !important;
    }
    .xs-mb-60p {
        margin-bottom: 60% !important;
    }
    .productfinder h2 {
        font-size: 2.0rem;
    }
    #faq-answer .panel #answer-3-7 span img {
        margin-left: -28px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 760px) {
    .teaser h3,
    .teaser h4 {
        font-size: 2.6rem;
    }
    .wow {
        animation-name: none !important;
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .teaser h3,
    .teaser h4 {
        font-size: 2.3rem;
    }
    .video-icon {
        margin-top: 40px;
        margin-left: -60px;
        position: absolute;
        top: 0;
        left: 50%;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .teaser h3 {
        font-size: 2.2rem;
    }
    .video-icon {
        margin-top: 40px;
        margin-left: -60px;
        position: absolute;
        top: 0;
        left: 50%;
    }
}

.nav > li > a:focus {
    background-color: transparent;
}


.section .container {
background-color: #FFF;

}

.section .container .container-wrapper {
    padding: 10px;
}


/* KWE */

.panel-default > .panel-heading {
    background-color: #FFF;
	color:#205f8b;
}

.panel-default { 
	border-left: 0px;
	border-right: 0px;
}

.panel-title a {
	background-image: url(../img/arrow_closed.png);
	background-repeat: no-repeat;
	padding: 0 0 0 17px;

}

h3.panel-title {
	color:#205f8b;
	padding-bottom: 20px;
}


hr{
	margin-bottom: 0px;

}
.imprint{
	margin-bottom: 5px;

}

body{
	counter-reset: section;
}

.col-sm-7 .counter h3{
	counter-reset: subsection;
	color:#205f8b;
}

.col-sm-7 .counter h3:before {
	counter-increment: section;
	content:counter(section) ". ";
}

.col-sm-7 .counter p:before {
	counter-increment: subsection;
	content: counter(section) "." counter(subsection) " " ;	
}

.trenner.hidden-xs {
    background-image:url("../img/trenner.png");
    background-repeat:no-repeat;
    background-position: center 0;    
    background-size: 100% auto;
    height: 15px;   
}

.trenner.visible-xs {
    background-image: url("../img/trenner.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 15px;
    margin-top: 10px;
}


/* START 20160217 dsp */
.ol-listing ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ol-listing ol > li {
    margin: 0;
    padding: 0;
    clear:left;    
    font-size: 16px;
    color: #205f8b;
    line-height: 20px;
    font-weight: bold;
    padding-top: 15px;
}
.ol-listing ol > li > ol li {
    color: red;
    font-size: 14px;
    color: #404245;
    line-height: 19px;
    font-weight: normal;

}
.ol-listing ol .li-label {
    float:left;
}
.ol-listing ol .li-content {
    float:none;
    margin-left: 40px;
    display:block;
}
/* END 20160217 dsp */

/* START 16.12.2016 SPT */


		table#t01, th, td {
			border: 1px solid #BDBDBD;
			border-collapse: collapse;
			color: black;
		}
		th, td {
			padding: 5px;
			text-align: left;
			vertical-align: top;
			font-size: 12px;
		}
		table#t01 {
			width: 100%;    
		}
		th {
		background-color: #BDBDBD;
		vertical-align: middle;
		}
		
		table#t01 tr th {
		padding-bottom: 0px;
		text-align: left;
		}


/* END 16.12.2016 SPT */

/*START KWE 20170628*/
#section-1 ul{
    padding-left: 20px;
}
#section-1 ul li{
    font-size: 14px;
    list-style: square;
}
#section-1 ol li ul{
    padding-left: 66px;
}
/*END KWE 20170628*/