/* ==========================================================
 * Font declarations
 * ========================================================== */

/* SM ======================================================= */
@media (min-width: 768px) and (max-width: 991px) {
	#logo a {
	    width: 45%;
	}
	#logo .sectionName {
		font-size: 23px;
		margin: 0;
		padding: 5px 0 0 15px;
		width: 55%;
	}
}
/* Roboto Condensed
 * ========================================================== */

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/media/system-files/assets/font/robotocondensed-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/media/system-files/assets/font/robotocondensed-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/media/system-files/assets/font/robotocondensed-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/media/system-files/assets/font/robotocondensed-bolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/media/system-files/assets/font/robotocondensed-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/media/system-files/assets/font/robotocondensed-lightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}




/* ==========================================================
 * Overwrites
 * ========================================================== */



/* General Overwrites
 * ========================================================== */
* {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
form,
fieldset,
table,
ul {
    margin: 0;
}
:focus {
    outline: none;
}
img {
    border: 0;
}
body,
td,
th {
    font-family: 'Roboto Condensed', sans-serif;
    font: 13px/16px 'Roboto Condensed', sans-serif;
    color: #808080;
    background: none;
}

/* List Overwrites
 * ========================================================== */
ul.bannerinformation h1 {
    font-size: 24px;
}
ul {
	list-style: square; 
}
#middle-column .text ul {
	margin-left: 20px;
	font-family: Arial, sans-serif;
    font-size: 13px;
    color: #4E4E4E;
    line-height: 17px;
}
#middle-column .nav-tabs > li {
	margin-bottom: 2px;
}
/* Table Overwrites
 * ========================================================== */
table {
    width: 100%;
}
table.alternate, table.full_bordered {
	border: 1px solid #c3c3c3;
}
table th {
    padding: 4px;
	vertical-align: top;
}
table td {
    width: auto;
    padding: 8px 10px;
	vertical-align: top;
}
table.alternate td, table.full_bordered td {
	border-right: 1px solid #c3c3c3;
}
table.alternate tr td, table.full_bordered tr td {
    border-left: 1px solid #c3c3c3;
	border-bottom: 1px solid #f0f0f0;
}

.msie8 table.alternate tr td, .msie8 table.full_bordered tr td {
    border-bottom: 1px solid #c3c3c3;
}
table.alternate tr:last-of-type td, table.full_bordered tr:last-of-type td {
    border-bottom: 1px solid #c3c3c3;
}
table thead tr {
    background: #e5e5e5;
}
table thead tr td {
    color: #1e2a63;
    font-weight: bold;
    font-size: 15px;
}
table.alternate tbody tr:nth-child(odd) {
    background: #f0f0f0;
}
table tbody tr td {
    color: #3c3c3c;
}



/* General Bootstrap Overwrites
 * ========================================================== */

a:active,
a:visited,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
.panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-top: 0;
    background: #FFF;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding-top: 0;
}
.panel-group .panel+.panel {
    margin-top: 0;
}
.panel-group {
    padding: 0;
    margin: 0;
}
.panel-heading {
    border-top: 1px solid #bfc3c8;
    background: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#middle-column .panel-body {
	padding-top: 10px;
}
#middle-column .panel-title > span.glyphicon {
	top: 0;
}
#middle-column .panel-title > a {
	padding-left: 10px;
}
.panel-default>.panel-heading,
.panel-group.inactive .panel-default > .panel-heading {
    background: transparent;
}
.navbar {
    margin-bottom: 0;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: transparent;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
}
.breadcrumb {
    background: transparent;
}
.nav-tabs {
    margin-bottom: 10px;
}
.nav-tabs>li>a {
    line-height: normal;
    border: none;
    border-radius: 0;
    background: #1e2a63;
    color: white;
    margin: 0;
    padding: 7px 10px;
    border-right: 2px solid white;
}
.nav-tabs>li>a:hover {
    background-color: #70789d ! important;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #1e2a63;
    cursor: default;
    background-color: #dcdcdc ! important;
    border: none;
    border-right: 2px solid white;
}
.media-body.no-select {
    margin-top: 30%;
}
.media-body h1 {
    display: inline-block;
}
.media-body p {
    padding: 0 0 3px 0;
    font-size: 10px;
}
.media-body .media-heading.with-image {
    padding-left: 10px;
}
.modal {
	z-index: 990;
}
.modal-backdrop {
	z-index: 980;
}
.msie8 .img-responsive {
    width: auto;
}
.thumbnail {
    padding: 0;
    border: none;
    background: transparent;
    margin: 0;
}
.col-sm-5.text-image {
	width:226px;
}
.text-image .thumbnail {
	width:221px;
}


/* Specific Bootstrap Overwrites
 * ========================================================== */

/* XS ======================================================= */
@media (max-width: 767px) {
    a,
    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
    }
    .navbar-toggle {
        padding-bottom: 8px;
    }
    .navbar-toggle .icon-bar {
        border: 1px solid white;
    }
    .navbar-nav {
        background: #1E2A63;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background: transparent;
    }
    .container,
    .container-fluid {
        padding: 0;
        margin: 0;
    }
    .row {
        padding: 0;
        margin: 0;
    }
    .navbar-collapse {
        border-top: none;
    }
    .navbar-form input,
    .form-inline input {
        width: auto;
    }
    #subnav-bar .subnav {
        margin: 0;
        top: 0;
        z-index: 80;
        background-color: rgb(247, 247, 247);
        border-bottom: 1px solid #E1E1E1;
    }
    #subnav-bar .subnav-pager {
        margin: 6px 0;
    }
    #subnav-bar .subnav.affix {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    .carousel-indicators {
        bottom: 60px;
    }
    .carousel-indicators > li {
        margin: 0 10px;
        opacity: .9;
        background: #FFF;
        width: 11px;
        height: 11px;
        border: 1px solid transparent;
    }
    .carousel-indicators > li.active {
        margin: 0 10px;
        background: #1e2a63;
        width: 11px;
        height: 11px;
        border: 1px solid transparent;
    }
    .carousel-control {
        background-image: none!important;
        height: 23px;
        bottom: 65px;
        top: auto;
        z-index: 80;
        background: #FFF;
        width: 20px;
        opacity: 0;
    }
    .carousel-control.right {
        right: 30%;
    }
    .glyphicon-chevron-right:before {
        content: url('/media/system-files/assets/img/icons/chevron_thin_right.png');
    }
    .carousel-control.left {
        left: 30%;
    }
    .glyphicon-chevron-left:before {
        content: url('/media/system-files/assets/img/icons/chevron_thin_right.png');
    }

	.gallery-carousel-controls .carousel-control {
		bottom: 0;
	}
	.gallery-carousel-controls .carousel-control.right {
		right: 0;
	}
	.gallery-carousel-controls .carousel-control.left {
		left: 0;
	}
    .breadcrumb {
        margin-left: 10px
    }
    .dropdown-menu>li>a {
        white-space: normal;
    }
	/* floatenden Text verhindern */
	.col-sm-5.text-image {
		width:100%;
	}
}

/* SM, MD & LG ============================================== */
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding: 0;
    }
    .nav>li>a:focus,
    .nav>li>a:hover {
        background: transparent;
    }
    .carousel-indicators {
        bottom: 5px;
    }
    .carousel-indicators > li {
        margin: 0 10px;
        opacity: .9;
        background: #FFF;
        width: 11px;
        height: 11px;
        border: 1px solid transparent;
    }
    .carousel-indicators > li.active {
        margin: 0 10px;
        background: #1e2a63;
        width: 11px;
        height: 11px;
        border: 1px solid transparent;
    }
    .carousel-control {
        background-image: none!important;
        height: 30px;
        bottom: 10px;
        top: auto;
        z-index: 80;
        background: white;
        width: 20px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .carousel-control:hover {
        background-image: none!important;
        height: 30px;
        bottom: 10px;
        top: auto;
        z-index: 80;
        background: #FFF;
        width: 20px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .carousel-control span {
        padding-top: 5px;
    }
    .carousel-control.right {
        right: 30%;
    }
    .glyphicon-chevron-right:before {
        content: url('/media/system-files/assets/img/icons/chevron_thin_right.png');
    }
    .carousel-control.left {
        left: 30%;
    }
    .glyphicon-chevron-left:before {
        content: url('/media/system-files/assets/img/icons/chevron_thin_left.png');
    }
	.thumbnail .caption {
		padding-left: 0;
	}
}



/* ==========================================================
 * Helper Classes
 * ========================================================== */

/* General Helper Classes
 * ========================================================== */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.alignnone {
    clear: both;
}
.element {
	padding-left: 0;
	padding-right: 0;
}

/* Color Helper Classes
 * ========================================================== */

.bc-transparent {
    background: transparent;
}
.std-box-bg,
.bc-white {
    background: white;
}
.bc-blue {
    background: #1E2A63;
}
.fc-grey {
    color: #6e6e6e;
}
.fc-darkgrey {
    color: #4E4E4E;
}
.fc-grey2 {
	color: #808080;
}
.fc-mahle,
.fc-blue {
    color: #1E2A63;
}
.fc-white {
    color: white;
}
.bc-grey {
	background: #E0E1E3;
}
.no-border {
	border: none !important;
}
/* Font Helper Classes
 * ========================================================== */

.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fw-bold {
    font-weight: bold;
}
.fw-normal {
    font-weight: normal;
}
.fw-lighter {
    font-weight: lighter;
}


/* Display Helper Classes
 * ========================================================== */

.display-inline-block {
    display: inline-block;
}
.display-inline {
    display: inline;
}
.display-block {
    display: block;
}
.display-table {
    display: table;
}
.display-table-cell {
    display: table-cell;
}
.display-inherit {
    display: inherit;
}


/* Spacing Helper Classes
 * ========================================================== */

/* XS ======================================================= */
@media(max-width: 767px) {
    .no-margin-xs {
        margin: 0;
    }
    .margin-xs-tb-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .margin-xs-tb-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .margin-xs-tb-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .margin-xs-lr-5 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .margin-xs-lr-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .margin-xs-lr-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .margin-xs-t-0 {
        margin-top: 0;
    }
    .margin-xs-r-0 {
        margin-right: 0;
    }
    .margin-xs-b-0 {
        margin-bottom: 0;
    }
    .margin-xs-l-0 {
        margin-left: 0;
    }
    .margin-xs-t-5 {
        margin-top: 5px;
    }
    .margin-xs-r-5 {
        margin-right: 5px;
    }
    .margin-xs-b-5 {
        margin-bottom: 5px;
    }
    .margin-xs-l-5 {
        margin-left: 5px;
    }
    .margin-xs-t-10 {
        margin-top: 10px;
    }
    .margin-xs-r-10 {
        margin-right: 10px;
    }
    .margin-xs-b-10 {
        margin-bottom: 10px;
    }
    .margin-xs-l-10 {
        margin-left: 10px;
    }
    .margin-xs-t-15 {
        margin-top: 15px;
    }
    .margin-xs-r-15 {
        margin-right: 15px;
    }
    .margin-xs-b-15 {
        margin-bottom: 15px;
    }
    .margin-xs-l-15 {
        margin-left: 15px;
    }
    .margin-xs-t-20 {
        margin-top: 20px;
    }
    .margin-xs-r-20 {
        margin-right: 20px;
    }
    .margin-xs-b-20 {
        margin-bottom: 20px;
    }
    .margin-xs-l-20 {
        margin-left: 20px;
    }
    .no-padding-xs {
        padding: 0;
    }
    .padding-xs-tb-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .padding-xs-tb-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padding-xs-tb-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padding-xs-lr-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .padding-xs-lr-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .padding-xs-lr-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .padding-xs-l-0 {
        padding-left: 0;
    }
    .padding-xs-r-0 {
        padding-right: 0;
    }
    .padding-xs-t-0 {
        padding-top: 0;
    }
    .padding-xs-b-0 {
        padding-bottom: 0;
    }
    .padding-xs-l-5 {
        padding-left: 5px;
    }
    .padding-xs-r-5 {
        padding-right: 5px;
    }
    .padding-xs-t-5 {
        padding-top: 5px;
    }
    .padding-xs-b-5 {
        padding-bottom: 5px;
    }
    .padding-xs-l-10 {
        padding-left: 10px;
    }
    .padding-xs-r-10 {
        padding-right: 10px;
    }
    .padding-xs-t-10 {
        padding-top: 10px;
    }
    .padding-xs-b-10 {
        padding-bottom: 10px;
    }
    .padding-xs-l-15 {
        padding-left: 15px;
    }
    .padding-xs-r-15 {
        padding-right: 15px;
    }
    .padding-xs-t-15 {
        padding-top: 15px;
    }
    .padding-xs-b-15 {
        padding-bottom: 15px;
    }
    .padding-xs-l-20 {
        padding-left: 20px;
    }
    .padding-xs-r-20 {
        padding-right: 20px;
    }
    .padding-xs-t-20 {
        padding-top: 20px;
    }
    .padding-xs-b-20 {
        padding-bottom: 20px;
    }
}

/* SM, MD & LG ============================================== */
@media(min-width: 768px) {
    .no-margin {
        margin: 0;
    }
    .margin-tb-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .margin-tb-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .margin-tb-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .margin-lr-5 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .margin-lr-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .margin-lr-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .margin-t-0 {
        margin-top: 0;
    }
    .margin-r-0 {
        margin-right: 0;
    }
    .margin-b-0 {
        margin-bottom: 0;
    }
    .margin-l-0 {
        margin-left: 0;
    }
    .margin-t-5 {
        margin-top: 5px;
    }
    .margin-r-5 {
        margin-right: 5px;
    }
    .margin-b-5 {
        margin-bottom: 5px;
    }
    .margin-l-5 {
        margin-left: 5px;
    }
    .margin-t-10 {
        margin-top: 10px;
    }
    .margin-r-10 {
        margin-right: 10px;
    }
    .margin-b-10 {
        margin-bottom: 10px;
    }
    .margin-l-10 {
        margin-left: 10px;
    }
    .margin-t-15 {
        margin-top: 15px;
    }
    .margin-r-15 {
        margin-right: 15px;
    }
    .margin-b-15 {
        margin-bottom: 15px;
    }
    .margin-l-15 {
        margin-left: 15px;
    }
    .margin-t-20 {
        margin-top: 20px;
    }
    .margin-r-20 {
        margin-right: 20px;
    }
    .margin-b-20 {
        margin-bottom: 20px;
    }
    .margin-l-20 {
        margin-left: 20px;
    }
    .no-padding {
        padding: 0;
    }
    .padding-tb-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .padding-tb-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padding-tb-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padding-lr-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .padding-lr-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .padding-lr-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .padding-l-0 {
        padding-left: 0;
    }
    .padding-r-0 {
        padding-right: 0;
    }
    .padding-t-0 {
        padding-top: 0;
    }
    .padding-b-0 {
        padding-bottom: 0;
    }
    .padding-l-5 {
        padding-left: 5px;
    }
    .padding-r-5 {
        padding-right: 5px;
    }
    .padding-t-5 {
        padding-top: 5px;
    }
    .padding-b-5 {
        padding-bottom: 5px;
    }
    .padding-l-10 {
        padding-left: 10px;
    }
    .padding-r-10 {
        padding-right: 10px;
    }
    .padding-t-10 {
        padding-top: 10px;
    }
    .padding-b-10 {
        padding-bottom: 10px;
    }
    .padding-l-15 {
        padding-left: 15px;
    }
    .padding-r-15 {
        padding-right: 15px;
    }
    .padding-t-15 {
        padding-top: 15px;
    }
    .padding-b-15 {
        padding-bottom: 15px;
    }
    .padding-l-20 {
        padding-left: 20px;
    }
    .padding-r-20 {
        padding-right: 20px;
    }
    .padding-t-20 {
        padding-top: 20px;
    }
    .padding-b-20 {
        padding-bottom: 20px;
    }
}

/* SM ======================================================= */
@media (min-width: 768px) and (max-width: 991px) {
    .no-margin-sm {
        margin: 0;
    }
    .margin-sm-tb-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .margin-sm-tb-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .margin-sm-tb-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .margin-sm-lr-5 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .margin-sm-lr-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .margin-sm-lr-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .margin-sm-t-0 {
        margin-top: 0;
    }
    .margin-sm-r-0 {
        margin-right: 0;
    }
    .margin-sm-b-0 {
        margin-bottom: 0;
    }
    .margin-sm-l-0 {
        margin-left: 0;
    }
    .margin-sm-t-5 {
        margin-top: 5px;
    }
    .margin-sm-r-5 {
        margin-right: 5px;
    }
    .margin-sm-b-5 {
        margin-bottom: 5px;
    }
    .margin-sm-l-5 {
        margin-left: 5px;
    }
    .margin-sm-t-10 {
        margin-top: 10px;
    }
    .margin-sm-r-10 {
        margin-right: 10px;
    }
    .margin-sm-b-10 {
        margin-bottom: 10px;
    }
    .margin-sm-l-10 {
        margin-left: 10px;
    }
    .margin-sm-t-15 {
        margin-top: 15px;
    }
    .margin-sm-r-15 {
        margin-right: 15px;
    }
    .margin-sm-b-15 {
        margin-bottom: 15px;
    }
    .margin-sm-l-15 {
        margin-left: 15px;
    }
    .margin-sm-t-20 {
        margin-top: 20px;
    }
    .margin-sm-r-20 {
        margin-right: 20px;
    }
    .margin-sm-b-20 {
        margin-bottom: 20px;
    }
    .margin-sm-l-20 {
        margin-left: 20px;
    }
    .no-padding-sm {
        padding: 0;
    }
    .padding-sm-tb-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .padding-sm-tb-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padding-sm-tb-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padding-sm-lr-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .padding-sm-lr-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .padding-sm-lr-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .padding-sm-l-0 {
        padding-left: 0;
    }
    .padding-sm-r-0 {
        padding-right: 0;
    }
    .padding-sm-t-0 {
        padding-top: 0;
    }
    .padding-sm-b-0 {
        padding-bottom: 0;
    }
    .padding-sm-l-5 {
        padding-left: 5px;
    }
    .padding-sm-r-5 {
        padding-right: 5px;
    }
    .padding-sm-t-5 {
        padding-top: 5px;
    }
    .padding-sm-b-5 {
        padding-bottom: 5px;
    }
    .padding-sm-l-10 {
        padding-left: 10px;
    }
    .padding-sm-r-10 {
        padding-right: 10px;
    }
    .padding-sm-t-10 {
        padding-top: 10px;
    }
    .padding-sm-b-10 {
        padding-bottom: 10px;
    }
    .padding-sm-l-15 {
        padding-left: 15px;
    }
    .padding-sm-r-15 {
        padding-right: 15px;
    }
    .padding-sm-t-15 {
        padding-top: 15px;
    }
    .padding-sm-b-15 {
        padding-bottom: 15px;
    }
    .padding-sm-l-20 {
        padding-left: 20px;
    }
    .padding-sm-r-20 {
        padding-right: 20px;
    }
    .padding-sm-t-20 {
        padding-top: 20px;
    }
    .padding-sm-b-20 {
        padding-bottom: 20px;
    }
}

/* MD ======================================================= */
@media (min-width: 992px) and (max-width: 1199px) {
    .no-margin-md {
        margin: 0;
    }
    .margin-md-tb-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .margin-md-tb-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .margin-md-tb-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .margin-md-lr-5 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .margin-md-lr-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .margin-md-lr-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .margin-md-t-0 {
        margin-top: 0;
    }
    .margin-md-r-0 {
        margin-right: 0;
    }
    .margin-md-b-0 {
        margin-bottom: 0;
    }
    .margin-md-l-0 {
        margin-left: 0;
    }
    .margin-md-t-5 {
        margin-top: 5px;
    }
    .margin-md-r-5 {
        margin-right: 5px;
    }
    .margin-md-b-5 {
        margin-bottom: 5px;
    }
    .margin-md-l-5 {
        margin-left: 5px;
    }
    .margin-md-t-10 {
        margin-top: 10px;
    }
    .margin-md-r-10 {
        margin-right: 10px;
    }
    .margin-md-b-10 {
        margin-bottom: 10px;
    }
    .margin-md-l-10 {
        margin-left: 10px;
    }
    .margin-md-t-15 {
        margin-top: 15px;
    }
    .margin-md-r-15 {
        margin-right: 15px;
    }
    .margin-md-b-15 {
        margin-bottom: 15px;
    }
    .margin-md-l-15 {
        margin-left: 15px;
    }
    .margin-md-t-20 {
        margin-top: 20px;
    }
    .margin-md-r-20 {
        margin-right: 20px;
    }
    .margin-md-b-20 {
        margin-bottom: 20px;
    }
    .margin-md-l-20 {
        margin-left: 20px;
    }
    .no-padding-md {
        padding: 0;
    }
    .padding-md-tb-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .padding-md-tb-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padding-md-tb-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padding-md-lr-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .padding-md-lr-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .padding-md-lr-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .padding-md-l-0 {
        padding-left: 0;
    }
    .padding-md-r-0 {
        padding-right: 0;
    }
    .padding-md-t-0 {
        padding-top: 0;
    }
    .padding-md-b-0 {
        padding-bottom: 0;
    }
    .padding-md-l-5 {
        padding-left: 5px;
    }
    .padding-md-r-5 {
        padding-right: 5px;
    }
    .padding-md-t-5 {
        padding-top: 5px;
    }
    .padding-md-b-5 {
        padding-bottom: 5px;
    }
    .padding-md-l-10 {
        padding-left: 10px;
    }
    .padding-md-r-10 {
        padding-right: 10px;
    }
    .padding-md-t-10 {
        padding-top: 10px;
    }
    .padding-md-b-10 {
        padding-bottom: 10px;
    }
    .padding-md-l-15 {
        padding-left: 15px;
    }
    .padding-md-r-15 {
        padding-right: 15px;
    }
    .padding-md-t-15 {
        padding-top: 15px;
    }
    .padding-md-b-15 {
        padding-bottom: 15px;
    }
    .padding-md-l-20 {
        padding-left: 20px;
    }
    .padding-md-r-20 {
        padding-right: 20px;
    }
    .padding-md-t-20 {
        padding-top: 20px;
    }
    .padding-md-b-20 {
        padding-bottom: 20px;
    }
}

/* LG ======================================================= */
@media(min-width: 1200px) {
    .no-margin-lg {
        margin: 0;
    }
    .margin-lg-tb-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .margin-lg-tb-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .margin-lg-tb-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .margin-lg-lr-5 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .margin-lg-lr-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .margin-lg-lr-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .margin-lg-t-0 {
        margin-top: 0;
    }
    .margin-lg-r-0 {
        margin-right: 0;
    }
    .margin-lg-b-0 {
        margin-bottom: 0;
    }
    .margin-lg-l-0 {
        margin-left: 0;
    }
    .margin-lg-t-5 {
        margin-top: 5px;
    }
    .margin-lg-r-5 {
        margin-right: 5px;
    }
    .margin-lg-b-5 {
        margin-bottom: 5px;
    }
    .margin-lg-l-5 {
        margin-left: 5px;
    }
    .margin-lg-t-10 {
        margin-top: 10px;
    }
    .margin-lg-r-10 {
        margin-right: 10px;
    }
    .margin-lg-b-10 {
        margin-bottom: 10px;
    }
    .margin-lg-l-10 {
        margin-left: 10px;
    }
    .margin-lg-t-15 {
        margin-top: 15px;
    }
    .margin-lg-r-15 {
        margin-right: 15px;
    }
    .margin-lg-b-15 {
        margin-bottom: 15px;
    }
    .margin-lg-l-15 {
        margin-left: 15px;
    }
    .margin-lg-t-20 {
        margin-top: 20px;
    }
    .margin-lg-r-20 {
        margin-right: 20px;
    }
    .margin-lg-b-20 {
        margin-bottom: 20px;
    }
    .margin-lg-l-20 {
        margin-left: 20px;
    }
    .no-padding-lg {
        padding: 0;
    }
    .padding-lg-tb-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .padding-lg-tb-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padding-lg-tb-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padding-lg-lr-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .padding-lg-lr-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .padding-lg-lr-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .padding-lg-l-0 {
        padding-left: 0;
    }
    .padding-lg-r-0 {
        padding-right: 0;
    }
    .padding-lg-t-0 {
        padding-top: 0;
    }
    .padding-lg-b-0 {
        padding-bottom: 0;
    }
    .padding-lg-l-5 {
        padding-left: 5px;
    }
    .padding-lg-r-5 {
        padding-right: 5px;
    }
    .padding-lg-t-5 {
        padding-top: 5px;
    }
    .padding-lg-b-5 {
        padding-bottom: 5px;
    }
    .padding-lg-l-10 {
        padding-left: 10px;
    }
    .padding-lg-r-10 {
        padding-right: 10px;
    }
    .padding-lg-t-10 {
        padding-top: 10px;
    }
    .padding-lg-b-10 {
        padding-bottom: 10px;
    }
    .padding-lg-l-15 {
        padding-left: 15px;
    }
    .padding-lg-r-15 {
        padding-right: 15px;
    }
    .padding-lg-t-15 {
        padding-top: 15px;
    }
    .padding-lg-b-15 {
        padding-bottom: 15px;
    }
    .padding-lg-l-20 {
        padding-left: 20px;
    }
    .padding-lg-r-20 {
        padding-right: 20px;
    }
    .padding-lg-t-20 {
        padding-top: 20px;
    }
    .padding-lg-b-20 {
        padding-bottom: 20px;
    }
}



/* ==========================================================
 * Typography
 * ========================================================== */

/* Headings
 * ========================================================== */

h1 {
    font-size: 14px;
    color: #1e2a63;
    font-weight: normal;
}
h2 {
    font-size: 15px;
    color: #1e2a63;
    font-weight: normal;
}
h3 {
    font-size: 11px;
    color: #1e2a63;
    font-weight: normal;
}
h1.headline {
    font-size: 20px;
    font-weight: bold;
}
h2.headline, h3.headline {
    font-size: 17px;
}
h2.teaser-title,
h2.title {
    font-size: 15px;
    color: #4E4E4E;
    line-height: normal;
}
h2.image-teaser-title {
    width: 100%;
    background: #1E2A63;
    color: white;
    padding: 3px 8px;
    font-weight: 300;
    line-height: 16px;
}
h2.image-teaser-title a {
    color: white;
}
h3.subline {
    font-size: 13px;
    color: #4E4E4E;
    line-height: 16px;
    font-weight: bold;
}
h3.news-date, h5.news-date {
    font-size: 14px;
    color: #4E4E4E;
    line-height: normal;
}

/* XS ======================================================= */
@media (max-width: 767px) {
    h1.headline {
        font-size: 19px;
    }
    h2.headline {
        font-size: 16px;
    }
}

/* Texts
 * ========================================================== */

/* Header */
#mainNavigation > ul {
     font-size: 12px;
     line-height: 16px;
 }
#mainNavigation > ul .dropmenuContainer {
    font-size: 11px;
}
#mainNavigation > ul .purchaseBox .productdetail {
    font-size: 11px;
    font-family: 'Roboto Condensed', sans-serif;
}
.controlnavigation {
    font-size: 9px;
}
.controlnavigation ul {
    font-size: 10px;
}
.controlnavigation li {
    font-size: 13px;
}

/* Content */
figcaption,
.media-caption {
    font-size: 11px;
    color: #4E4E4E;
    line-height: 15px;
}
strong,
.highlight {
    font-size: 17px;
    line-height: 26px;
    color: #4E4E4E;
    font-weight: normal;
}
div.fliesstext p,
p.fliesstext {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #4E4E4E;
    line-height: 20px;
}
#middle-column div.fliesstext p {
    padding-top: 0;
}
.teaser-box div.fliesstext p {
    line-height: 18px;
}
.teaser-box img.img-responsive, .infobox .img-responsive {
    width: 100%;
}
.date,
.newsbox h2 .date {
    font-size: 14px;
    margin-bottom: 3px;
}
.newscontainer .more {
    font-family: Arial, sans-serif;
    font-size: 13px;
}
.tabpanel .tabmenu {
    font-size: 12px;
    line-height: 14px;
}
.homepage .tabpanel .tabmenu {
    font-size: 15px;
    line-height: 14px;
}
ul.bannerinformation li.infobutton a {
    font-size: 10px;
}
.postimgbox span {
    font-size: 10px;
}
fieldset.finder select {
    font-size: 10px;
}
.dd {
    font-size: 10px;
}
fieldset.search .input {
    font-size: 12px;
}
.columncontainer {
    line-height: 14px;
}
.newsbox {
    line-height: 15px;
}
.listmenu li a {
    line-height: 12px;
}
.bannernavigation li a {
    line-height: 12px;
}
ul.bannerinformation {
    line-height: 13px;
}
ul.bannerinformation h1 {
    line-height: 24px;
    font-size: 24px;
}
.infobox {
    line-height: 14px;
}
.postimgbox span {
    line-height: 12px;
}
.dd .ddTitle {
    line-height: 12px;
}
.dd .ddTitle span.ddTitleText {
    line-height: 16px;
}
.tabpanel .tabmenu {
    line-height: 14px;
}
.fontnavigation {
    font-size: 10px;
}
.fontnavigation .smaller {
    font-size: 11px;
}
.fontnavigation .medium {
    font-size: 13px;
}
.fontnavigation .larger {
    font-size: 15px;
}

/* Footer */
#footer {
    font-size: 9px;
}


/* XS ======================================================= */
@media (max-width: 767px) {
    div.fliesstext p {
        font-family: Arial, sans-serif;
        font-size: 13px;
        color: #4E4E4E;
        line-height: 20px;
    }
}


/* Links
 * ========================================================== */

a {
    text-decoration: none;
    color: #1e2a63;
    cursor: pointer;
    transition: all .3s ease;
}
a:hover {
    text-decoration: none;
    color: #70789d;
}
a.button:hover {
    background-color: #70789d;
}
p.more {
    text-align: right;
}
p.more a {
    padding: 5px;
    margin-right: 13px;
    background: #1E2A63;
    color: white;
}
a.more {
    background: url(/media/system-files/assets/img/arrow.gif) no-repeat left 5px;
    padding-left: 10px;
    margin-right: 11px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.teaser-box a.more {
    margin: 0 5px 5px 0;
	display: initial;
}
a.more-small {
    background: url(/media/system-files/assets/img/arrow.gif) no-repeat left 5px;
    padding-left: 10px;
    margin-right: 11px;
    margin-top: 10px;
    display: block;
}
.homepage a.more {
    padding: 5px 8px;
    margin-right: 11px;
    background: #1E2A63;
    color: white;
}
a.button {
    background: #1E2A63;
    display: inline-block;
    color: white;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}
.homepage a.more:hover,
p.more a:hover {
    color: #9e9e9e;
    text-decoration: none;
}
a.download {
    background: url(/media/system-files/assets/img/arrow-down.gif) no-repeat left 5px !important;
    padding-left: 10px;
}
.image_listing_table .media-right a,
.image_listing_table .media-left a,
.image_listing_table .media-body > p.fliesstext > a {
	background: url(/media/system-files/assets/img/arrow.gif) no-repeat left 5px;
    padding-left: 10px;
    margin-right: 0;
    font-weight: bold;
   
}
.image_listing_table .media-right a.download {
    margin-right: 0;
}
.infobox a {
    margin: 5px 0;
}
.infobox h2 > a {
    margin: 0;
}

/* Branding
 * ========================================================== */

p {
    padding: 4px 0 5px 0
}
html {
    background: #e0e1e2 url(/media/system-files/assets/img/bodybackground.gif) repeat;
    height: 100%;
    min-height: 100%;
}
body {
    height: 100%;
    min-height: 100%;
}
body.bodyhomebackground {
    background-image: url(/media/system-files/assets/img/page_inner_background.png);
}
#wrapper {
    margin: 0 auto;
    width: auto;
}
.wrapper {
    margin: 0 auto;
    width: 100%;
}
.header {
    background: #FFF;
}
.headercontainer {
    padding: 15px 0 14px 0;
    margin-left: auto;
    margin-right: auto;
}
.innerpage .headercontainer {
    padding-bottom: 15px;
}
.pagemiddle {
    padding: 0;
}
h1#logo {
    float: left;
    width: 160px;
    height: 50px;
}
h1#logo a {
    display: block;
    width: 160px;
    height: 50px;
    text-indent: 0;
    text-decoration: none;
}
#logo a {
    float: left;
}
#logo .sectionName {
    margin: 10px 0 0 0;
}

/* SM ======================================================= */
@media (min-width: 768px) and (max-width: 991px) {
	#logo a {
	    width: 45%;
	}
	#logo .sectionName {
		font-size: 19px;
		margin: 0;
		padding: 5px 0 0 15px;
		width: 55%;
	}
}



/* ==========================================================
 * Navigation
 * ========================================================== */

/* Main-Navigation
 * ========================================================== */

.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
    border-style: dashed;
    border-color: transparent;
    border-width: 0.85em;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 16px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
}
.arrow-n {
    border-bottom-width: 1em;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    bottom: 0.7em;
}
.arrow-e {
    border-left-width: 1em;
    border-left-style: solid;
    border-left-color: #FFF;
    left: 0.7em;
}
.arrow-s {
    border-top-width: 1em;
    border-top-style: solid;
    border-top-color: #FFF;
    top: 0.7em;
}
.arrow-w {
    border-right-width: 1em;
    border-right-style: solid;
    border-right-color: #FFF;
    right: 0.7em;
}
#mainNavigation span.arrow-n {
    position: absolute;
    top: -25px;
    left: 25px;
}


/* XS ======================================================= */
@media (max-width: 767px) {
    .innerpage div#navbg {
        background: #1E2A63;
        width: auto;
        height: 50px;
        z-index: 200;
    }
    .navbar {
        max-height: 55px;
        z-index: 200;
    }
    .navbar div.sitename p {
        font-size: 17px;
		color: white;
		padding: 16px 0 0 10px;
		float:left; 
    }
    #mainNavigation > ul {
        font-size: 16px;
        z-index: 200;
    }
    #mainNavigation {
        width: 98%;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        z-index: 202;
    }
    #mainNavigation .dropdown-menu {
        min-width: 100%;
        z-index: 200;
    }
    #mainNavigation .nav.navbar-nav {
        z-index: 203;
    }
    #mainNavigation .change {
        display: block;
        padding: 9px 25px 7px 25px;
        background: transparent;
        color: #1e2a63;
        float: right;
        font-size: 20px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0;
        border: 0;
        z-index: 204
    }
    #mainNavigation .change > span, #mainNavigation .change > i {
        transform: rotate(0deg);
        transition: ease .3s;
        font-size: 0.8em;
    }
    #mainNavigation .open > .change > span, #mainNavigation .open > .change > i {
        transform: rotate(0deg);
        color: white;
        font-size: 0.8em;
    }
    #mainNavigation > ul {
        list-style: none;
        margin: 0;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0;
        position: relative;
        z-index: 202;
        background: #FFF;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    #mainNavigation > ul li > a {
        border-bottom: 1px solid #d7d7d7;
        width: 100%;
        z-index: 202;
    }
    #mainNavigation > ul li > a:first-of-type {
        color: #1e2a63;
        width: 100%;
        min-height: 35px;
        height: auto;
        max-height: 70px;
        line-height: 18px;
        transition: ease-in .2s;
        z-index: 202;
    }
    #mainNavigation > ul li.open > a:first-of-type {
        background: #1e2a63;
        color: white;
        border-color: white;
        z-index: 202;
    }
    .navbar-nav > li > a {
        padding: 8px 15px;
        z-index: 202;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 8px 15px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 25px;
    }
    .navbar-nav .open .dropdown-menu > li > ul > li > a {
        padding-left: 35px;
    }
    .navbar-nav .open .dropdown-menu > li > ul > li > ul > li > a {
        padding-left: 45px;
    }
    .navbar-nav .open .dropdown-menu > li > ul > li > ul > li > ul > li > a {
        padding-left: 55px;
    }
    .navbar-nav .open .dropdown-menu > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 65px;
    }
}

/* SM, MD & LG ============================================== */
@media (min-width: 767px) {
    .navbar {
        max-height: 55px;
        z-index: 200;
    }
    #mainNavigation {
        z-index: 200;
    }
    #mainNavigation > ul {
        font-size: 16px;
        z-index: 200;
    }
    #mainNavigation > ul .dropmenuContainer {
        font-size: 11px;
        z-index: 200;
    }
    #mainNavigation > ul span {
        font-family: 'Roboto Condensed', sans-serif;
        z-index: 200;
    }
    #mainNavigation > ul .purchaseBox .productdetail {
        font-size: 11px;
        font-family: Verdana, sans-serif;
        z-index: 200;
    }
    .homepage #mainNavigatio > ul .purchaseBox .productdetail {
        font-size: 11px;
        font-family: 'Roboto Condensed', sans-serif;
        z-index: 200;
    }
    #mainNavigation > ul {
        list-style: none;
        margin: 0;
        text-transform: uppercase;
        font-weight: 600;
        padding: 6px 0 0 0;
        position: relative;
        z-index: 200;
    }
    .innerpage div#navbg {
        background: #1E2A63;
        width: auto;
        z-index: 200;
    }
    .innerpage #mainNavigation > ul {
        padding: 0;
        margin-top: -2px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        z-index: 200;
    }
    #mainNavigation > ul li {
        float: left;
        display: inline;
        padding-right: 0;
        position: relative;
        z-index: 200;
    }
    #mainNavigation > ul li a {
        color: #fff;
        display: block;
        float: left;
        position: relative;
        z-index: 201;
    }
    #mainNavigation > ul li a.active {
        color: #9e9e9e;
        z-index: 200;
    }
    #mainNavigation > ul > li > a {
        display: block;
        float: left;
        padding: 18px 17px 18px 25px;
        z-index: 200;
    }
    #mainNavigation > ul li:first-of-type a span {
        padding-left: 0;
        z-index: 200;
    }
    #mainNavigation > ul li a img {
        vertical-align: middle;
        z-index: 200;
    }
    #mainNavigation > ul li.last {
        float: right;
        z-index: 200;
    }
    #mainNavigation > ul li.dropmenu:hover {
        color: #70789D;
        z-index: 200;
    }
    #mainNavigation > ul > li > a:hover {
        color: #70789D;
        z-index: 200;
    }
    #mainNavigation > ul li.dropmenu.hover a.menu {
        color: #70789D;
        z-index: 200;
    }
    #mainNavigation > ul li.last.dropmenu.hover {
        padding-left: 3px;
        z-index: 200;
    }
    #mainNavigation > ul .dropmenuContainer {
        left: 24px;
        top: 55px;
        position: absolute;
        padding: 0;
        z-index: 201;
        font-weight: normal;
        text-transform: none;
        display: none;
        width: 312px;
        border: 1px solid #BDBDBD;
    }
    #mainNavigation > ul .dropmenu:first-of-type .dropmenuContainer {
        left: 7px;
        z-index: 200;
    }
    #mainNavigation > ul li.last .dropmenuContainer {
        left: auto;
        right: 0;
        z-index: 200;
    }
    #mainNavigation > ul .dropmenuContainer.productmenu {
        width: 450px;
        z-index: 200;
    }
    #mainNavigation > ul .dropmenuContainer .dropboxtop {
        height: 0;
        padding-left: 15px;
        z-index: 200;
    }
    #mainNavigation > ul .dropmenuContainer .dropboxtop span {
        height: auto;
        margin-top: -15px;
        z-index: 200;
    }
    #mainNavigation > ul li.last .dropmenuContainer .dropboxtop {
        height: 0;
        z-index: 200;
    }
    #mainNavigation > ul li.last .dropmenuContainer .dropboxtop span {
        height: auto;
        margin-top: -15px;
        z-index: 200;
    }
    #mainNavigation > ul .dropmenuContainer .dropboxbottom {
        padding-right: 0;
        background: #FFF;
        height: 1px;
        z-index: 200;
    }
    #mainNavigation > ul .dropmenuContainer .dropboxbottom span {
        display: block;
        width: 100%;
        height: 5px;
        z-index: 200;
    }
    #mainNavigation > ul .dropmenuContainer .dropboxmiddlleft {
        background: #FFF;
        z-index: 200;
    }
    #mainNavigation > ul .dropmenuContainer .dropboxmiddlright {
        background: #FFF;
        padding: 14px 0 14px 0;
        z-index: 200;
    }
    #mainNavigation > ul .dropmenuContainer .dropboxmiddlright li:first-of-type {
        margin-top: -14px;
        z-index: 200;
    }
    #mainNavigation > ul .dropmenuContainer .dropboxmiddlright li:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: -15px;
        z-index: 200;
    }
    #mainNavigation > ul ul {
        list-style: none;
        float: left;
        width: 312px;
        z-index: 200;
    }
    #mainNavigation > ul ul.lastbox {
        width: 164px;
        z-index: 200;
    }
    #mainNavigation > ul ul li,
    #mainNavigation > ul .purchaseBox ol li {
        background: none;
        padding: 0;
        width: 100%;
        z-index: 200;
    }
    #mainNavigation > ul ul li {
        height: 42px;
        border-bottom: 1px solid #BDBDBD;
        width: 312px;
        z-index: 200;
    }
    #mainNavigation > ul ul li:hover {
        background: #EBEBEB;
        z-index: 200;
    }
    #mainNavigation > ul ul li a {
        padding-left: 10px;
        color: #616161;
        font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
        padding-top: 10px;
        width: 100%;
        height: 100%;
        z-index: 200;
    }
    #mainNavigation > ul ul li a:hover {
        color: #1E2A63;
        z-index: 200;
    }
    #mainNavigation > ul .purchaseBox {
        width: 313px;
        z-index: 200;
    }
    #mainNavigation > ul .purchaseBox .dropboxmiddlright {
        padding: 0 4px 0 0;
        z-index: 200;
    }
    #mainNavigation > ul .purchaseBox ol {
        list-style: none;
        z-index: 200;
    }
    #mainNavigation > ul .purchaseBox ol li {
        width: 292px;
        padding: 21px 7px 18px 7px;
        z-index: 200;
    }
    #mainNavigation > ul .purchaseBox ol li.sub {
        background: #e5eaf2;
        z-index: 200;
    }
    #mainNavigation > ul .purchaseBox .productdetail {
        width: 185px;
        float: right;
        color: #a0a0a0;
        z-index: 200;
    }
    #mainNavigation > ul .purchaseBox img {
        float: left;
        border: solid 1px #d7d7d7;
        z-index: 200;
    }
    #mainNavigation > ul .purchaseBox h2 {
        color: #1e2a63;
        font-weight: normal;
        padding-bottom: 5px;
        z-index: 200;
    }
    #mainNavigation > ul .purchaseBox p {
        padding: 0;
        z-index: 200;
    }
    #mainNavigation > ul .purchaseBox p.moreinfo {
        padding-top: 5px;
        z-index: 200;
    }
    #mainNavigation > ul .purchaseBox p.moreinfo a {
        background: url(/media/system-files/assets/img/arrow-small.png) no-repeat 0 6px;
        padding-left: 9px;
        z-index: 200;
    }
}

/* SM ======================================================= */
@media (min-width: 768px) and (max-width: 991px) {
    #mainNavigation > ul > li > a {
        font-size: 14px;
        font-weight: normal;
        z-index: 200;
        padding: 18px 17px 18px 0;
    }
    .msie8 #mainNavigation > ul > li > a {
        padding: 15px 10px;
        font-size: 12px;
    }
    .msie8 #mainNavigation > ul > li:first-of-type > a {
        padding-left: 0;
    }
    #mainNavigation > ul > li > a:first-of-type {
       /* padding-left: 10px;*/
    }
    #mainNavigation > ul ul li {
        height: 35px;
        border-bottom: 1px solid #BDBDBD;
        width: 312px;
    }
    #mainNavigation > ul ul li a {
        padding: 8px 0 8px 10px;
        color: #616161;
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
        width: 100%;
        height: 100%
    }
}

/* MD ======================================================= */
@media (min-width: 992px) and (max-width: 1199px) {
    #mainNavigation > ul > li > a {
        font-size: 15px;
        z-index: 200;
        padding: 18px 40px 18px 0;
    }
    .msie8 #mainNavigation > ul > li > a {
        padding: 20px 10px;
    }
    .msie8 #mainNavigation > ul > li:first-of-type > a {
        padding-left: 0;
    }
    #mainNavigation > ul ul li {
        height: 35px;
        border-bottom: 1px solid #BDBDBD;
        width: 312px;
    }
    #mainNavigation > ul ul li a {
        padding: 8px 0 0 10px;
        color: #616161;
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
        width: 100%;
        height: 100%
    }
}

/* LG ======================================================= */
@media (min-width: 1200px) {
    #mainNavigation > ul > li > a {
        padding: 18px 40px 18px 0;
    }
    .msie8 #mainNavigation > ul > li > a {
        padding: 18px 20px 15px 0;
    }
    .msie8 #mainNavigation > ul > li:first-of-type > a {
        padding-left: 0;
    }
    #mainNavigation > ul ul li {
        height: 42px;
        border-bottom: 1px solid #BDBDBD;
        width: 312px;
    }
    #mainNavigation > ul ul li a {
        padding: 12px 0 0 10px;
        color: #616161;
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
        width: 100%;
        height: 100%
    }
}


/* Sub-Navigation
 * ========================================================== */

.subNavigation {
    list-style: none;
    line-height: normal;
    /*border-top: 1px solid #bdbdbd;*/
}
.subNavigation > li:first-of-type {
	border-top: 1px solid #bdbdbd;
}
.subNavigation ul {
    list-style: none;
    line-height: 12px;
}
.subNavigation li {
    border-bottom: 1px solid #BDBDBD;
}
.subNavigation > li > a {
    padding: 7px 5px 7px 5px;
    display: block;
    line-height: normal;
}
.subNavigation > li li > a {
    display: block;
    padding: 7px 5px 7px 5px;
    line-height: normal;
}
.subNavigation > li li:last-of-type {
    border: none;
}
.subNavigation > li > ul > li > a {
    font-size: 13px;
    background: #ebebeb;
}
.subNavigation > li > ul > li > ul > li > a {
    font-size: 13px;
    background: #f7f7f7;
    padding-left: 5px;
}
.subNavigation > li > ul > li > ul > li > ul > li > a {
    font-size: 13px;
    background: #fdfdfd;
    padding-left: 5px;
    line-height: normal;
}
.subNavigation > li > ul > li > ul > li > ul > li > ul > li > a {
    font-size: 13px;
    background: #fefefe;
    padding-left: 5px;
    line-height: normal;
}
.subNavigation li.active > a {
    font-weight: bold;
    border-bottom: 1px solid #bdbdbd;
}
.subNavigation li.active > a:last-child {
    font-weight: bold;
    border-bottom: none;
}

.subNavigation li.expandable > a > span:first-of-type {
    width: 90%;
    display: inline-block;
}
.subNavigation li > a > span:last-of-type {
    width: auto;
    padding: 0;
    display: inline-block;
    transform: rotate(-90deg);
    transition: ease-out .3s;
}
.subNavigation li.active > a > span:last-of-type {
    transform: rotate(0deg);
}
.subNavigation li > a > span.glyphicon {
    font-size: 1.15em;
}
.subNavigation li.active > a > span.glyphicon {
    font-size: 1.15em;
}


/* Control-Navigation
 * ========================================================== */

.controlnavigation {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 300;
}
.controlnavigation .arrow-s {
    font-size: 10px;
    border-width: 0.6em;
    border-top-width: 0.75em;
    border-top-style: solid;
    border-top-color: #1E2A63;
    top: 0.2em;
    margin-left: 6px;
}
.controlnavigation > li {
    float: left;
    position: relative;
    padding: 6px 6px 6px 6px;
}
.controlnavigation > li#controlnavigation-dropdown {
    border: 1px solid #FFF;
    /*width: 180px;*/
}
.controlnavigation > li#controlnavigation-dropdown:hover {
    border: 1px solid #4E4E4E;
}
.controlnavigation li.last {
    background-image: none;
    padding: 0 0 6px 6px;
}
.controlnavigation li.last-xs {
    padding: 3px;
}
.controlnavigation li.last-xs div {
    background-image:url(/media/system-files/assets/img/icons/search_magni.png);
	width:27px;
	height:22px;
}

.controlnavigation li a.home {
    display: block;
    float: left
}
.controlnavigation li a.iconmap,
.controlnavigation li a.iconmap2 {
    display: block;
    float: left
}
.controlnavigation li a.iconmap span {
    padding-right: 11px;
}
.controlnavigation ul {
    position: absolute;
    top: 28px;
    left: -1px;
    /*width: 180px;*/
    background: #FFF;
    border: solid 1px #4E4E4E;
    display: none;
    line-height: 12px;
}
.controlnavigation ul li {
    float: none;
    list-style: none;
}
.controlnavigation ul li a {
    color: #4E4E4E;
    padding: 6px 6px 6px 8px;
    display: block;
}
.controlnavigation ul li a:hover,
.controlnavigation ul li a.active {
    color: #70789D;
}
.controlnavigation ul ol {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 12px;
}
.controlnavigation ul ol li {
    background-image: none;
}
#sitenav {
    padding: 0;
    margin: 0 0 0 0;
	    box-sizing: content-box;
		width:100%;
}
#sitenav > li {
    border-bottom: solid 1px #4E4E4E;
    margin-top: 8px;
}
#sitenav > li > span {
    color: #BDBDBD;
    padding: 0 0 0 8px;
}
#sitenav > li > ol {
    padding: 4px 0 0 0;
}
#sitenav > li > ol > li {
    color: #1E2A63;
}
#sitenav > li > ol > li:hover {
    color: #70789D;
    background: #1E2A63;
}

/* SM ======================================================= */
@media (min-width: 768px) and (max-width: 991px) {
	.controlnavigation > li:first-of-type {
	    border: 1px solid #FFF;
	    width: auto;
	}
}



/* ==========================================================
 * Content
 * ========================================================== */

/* General
 * ========================================================== */


#content.innerpagecontainer {
    padding-top: 24px;
}
.contentbox h3 {
    padding: 8px 0;
}
.contentbox h3 a {
    color: #7e7e7e;
    font-size: 13px;
}
.folderSlideshow img {
    display: none;
}
.folderSlideshow img:first-child {
    display: block;
}


/* XS ======================================================= */
@media (max-width: 767px) {
    #content {
        z-index: 1;
    }
    #left-column {
        padding: 0;
    }
    #content-column {
        padding: 0;
    }
    #middle-column {
        padding-top: 5px;
    }
    #middle-column > div {
        margin: 10px 0 10px 0;
    }
    #middle-column > div.row {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #middle-column > div.row > .teaser-box,
    #middle-column > div.row > .image-teaser-box {
        padding-bottom: 10px;
    }
    #breadcrumb {
        padding: 5px 5px 0 5px;
    }
    #keyvisual {
        padding: 0;
        z-index: 0;
    }
	
    #right-column {
        margin-top: 10px;
    }
}

/* SM, MD & LG ============================================== */
@media (min-width: 768px) {
    #middle-column > div {
        margin: 0 0 25px 0;
    }
	div.text { margin-bottom:30px !important; }
    #middle-column > div.row {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    #middle-column > div.row > .headline {
        padding-left: 5px;
    }
    #breadcrumb {
        padding: 0 5px;
    }
    #keyvisual {
        padding: 5px 5px 30px 5px;
    }
    #right-column {
        margin-top: 10px;
    }
}

/* SM ======================================================= */
@media (min-width: 768px) and (max-width: 991px) {
    #middle-column > div.row > .teaser-box,
    #middle-column > div.row > .image-teaser-box {
        padding-bottom: 10px;
    }
}

/* MD ======================================================= */
@media (min-width: 992px) and (max-width: 1199px) {
    #content-column {
        width: 770px;
    }
    #left-column {
        width: 180px;
    }
    #middle-column {
        width: 585px;
        padding-right: 10px;
    }
    #keyvisual {
        padding: 5px 0 15px 5px;
    }
    #right-column {
        width: 195px;
        margin-top: 38px;
    }
}

/* LG ======================================================= */
@media (min-width:  1200px) {
    #content-column {
        width: 816px;
    }
    #left-column {
        width: 180px;
    }
    #middle-column {
        width: 616px;
        margin-right: -3px;
    }
    #right-column {
        width: 202px;
        margin-top: 38px;
    }
}


/* Homepage
 * ========================================================== */
#quicklinks .panel-heading a > h2.panel-title {
    width: auto;
    /*display: inline-block;*/
}
#quicklinks .panel-heading {
	padding: 19px 15px 18px 0;
}
.col-xs-12  #quicklinks .panel-collapse {
	width: 100%;
}
 .col-sm-4 #quicklinks .panel-collapse, .col-md-4  #quicklinks .panel-collapse, .col-lg-4  #quicklinks .panel-collapse{
	min-width: 33%;
}
#quicklinks .panel-heading a > span.alignright {
    font-size: 1.2em;
    transition: ease-out .25s;
    transform: rotate(180deg);
    float: right;
 }
#quicklinks .panel-heading a.collapsed > span.alignright {
    transform: rotate(0deg);
}
#quicklinks .panel-heading a > span.alignleft .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    background: transparent;
    background-size: 40px 17px;
}
#quicklinks .panel-heading a > span.alignleft .icon.generic {
    background: transparent url(/media/system-files/assets/img/icons/quicklinks/icon_generic_ql.png) no-repeat center top;
    background-size: 25px 25px;
	margin-top: -5px;
}
#quicklinks .panel-heading a > span.alignleft .icon img {
	max-width:35px;
	max-height: 40px;
	margin-left: 7px;
	margin-top: -2px;
}
#quicklinks .thumbnail > a {
	margin: 0;
	padding: 0;
}
#quicklinks .thumbnail > a > .img-responsive {
	width: 100%;
}
/* Carousels
 * ========================================================== */

.slider-bg {
    max-width: 100%;
    height: 435px;
    z-index: 1;
    overflow: hidden;
    top: 0;
}
.slider-bg > div {
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
    width: 101%;
    height: auto;
    box-sizing: initial;
}
.blurred_slider {
    -ms-filter: blur(6px);
    -webkit-filter: blur(6px);
    filter: url(/media/system-files/assets/etc/blur.svg#blur);
    filter: blur(6px);
    filter: progid: DXImageTransform.Microsoft.Blur(Strength=6);
    margin: -10px 0 0 -10px;
}
.msie8 .blurred_slider {
    position: absolute;
}
.slider-bg svg {
    display: none;
}
.msie10 .slider-bg img.img-responsive,
.msie11 .slider-bg img.img-responsive {
    display: none;
}
.msie10 .slider-bg svg,
.msie11 .slider-bg svg {
    display: block;
}
.slider-main {
    z-index: 10;
}
.slider-main .carousel-inner img {
    max-width: 100%;
    max-height: 100%;
}
.carousel-inner>.item>img {
    max-width: 100%;
    max-height: 100%;
}

/* XS ======================================================= */
@media (max-width: 767px) {
    .carousel-caption {
        position: relative;
        margin: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 70px;
        background: #70789D;
        padding: 10px 2px;
        white-space: nowrap;
		text-align: left;
    }
	.carousel-caption > div > span > a {
		margin-left: 2px;
	}
	.carousel-caption > div > h2 {
		margin-left: 5px;
	}
    .carousel-caption h2,
    .carousel-caption p,
    .carousel-caption span {
        color: #FFF;
    }
    .carousel-caption a {
        color: #FFF;
        background: transparent;
        border: 1px solid transparent;
        padding: 1px 3px;
        text-shadow: none;
    }
    .carousel-caption a:hover {
        color: #70789d;
        background: transparent;
        text-decoration: none;
    }
}

/* SM ======================================================= */
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        text-align: left;
        bottom: auto;
        left: 0;
        right: auto;
        position: absolute;
        z-index: 2;
        height: auto;
        background: rgba(30, 42, 99, 0.7);
        top: 40%;
        padding: 20px 30px 30px 5px;
        white-space: nowrap;
    }
    .msie8 .carousel-caption {
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B31e2a63', endColorstr='#B31e2a63'); /* IE */
    }
    .carousel-caption h2,
    .carousel-caption span,
    .carousel-caption span a {
        color: #FFF;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .carousel-caption h2 {
        color: #FFF;
        font-size: 20px;
        text-shadow: 3px 3px 0 rgba(30, 42, 99, 0.5);
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        line-height: normal;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .carousel-caption span {
        color: #FFF;
        padding: 5px 10px;
        background: #1e2a63;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 200;
    }
    .carousel-caption span:hover {
        color: #1E2A63;
        padding: 5px 10px;
        background: #FFF;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 200;
    }
    .carousel-caption span a {
        color: #FFF;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
    }
    .carousel-caption span:hover a {
        color: #1E2A63;
        text-decoration: none;
    }
}

/* MD ======================================================= */
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-caption {
        text-align: left;
        bottom: auto;
        left: 0;
        right: auto;
        position: absolute;
        z-index: 2;
        height: auto;
        background: rgba(30, 42, 99, 0.7);
        top: 35%;
        padding: 30px 30px 35px 0;
        white-space: nowrap;
    }
    .msie8 .carousel-caption {
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B31e2a63', endColorstr='#B31e2a63'); /* IE */
    }
    .carousel-caption h2,
    .carousel-caption span,
    .carousel-caption span a {
        color: #FFF;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .carousel-caption h2 {
        color: #FFF;
        font-size: 30px;
        text-shadow: 3px 3px 0 rgba(30, 42, 99, 0.5);
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        line-height: normal;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .carousel-caption span {
        color: #FFF;
        padding: 5px 10px;
        background: #1e2a63;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 200;
    }
    .carousel-caption span:hover {
        color: #1E2A63;
        padding: 5px 10px;
        background: #FFF;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 200;
    }
    .carousel-caption span a {
        color: #FFF;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
    }
    .carousel-caption span:hover a {
        color: #1E2A63;
        text-decoration: none;
    }
}

/* LG ======================================================= */
@media (min-width: 1200px) {
    .carousel-caption {
        text-align: left;
        bottom: auto;
        left: 0;
        right: auto;
        position: absolute;
        z-index: 2;
        height: auto;
        background: rgba(30, 42, 99, 0.7);
        top: 35%;
        padding: 30px 30px 35px 0;
        white-space: nowrap;
    }
    .msie8 .carousel-caption {
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B31e2a63', endColorstr='#B31e2a63'); /* IE */
    }
    .carousel-caption h2,
    .carousel-caption span,
    .carousel-caption span a {
        color: #FFF;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .carousel-caption h2 {
        color: #FFF;
        font-size: 30px;
        text-shadow: 3px 3px 0 rgba(30, 42, 99, 0.5);
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        line-height: normal;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .carousel-caption span {
        color: #FFF;
        padding: 5px 10px;
        background: #1e2a63;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 200;
    }
    .carousel-caption span:hover {
        color: #1E2A63;
        padding: 5px 10px;
        background: #FFF;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 200;
    }
    .carousel-caption span a {
        color: #FFF;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
    }
    .carousel-caption span:hover a {
        color: #1E2A63;
        text-decoration: none;
    }

    @media (min-width: 1450px) {
        .carousel-caption {
            text-align: left;
            bottom: auto;
            left: 0;
            right: auto;
            position: absolute;
            z-index: 2;
            height: auto;
            background: rgba(30, 42, 99, 0.7);
            filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#B31e2a63', endColorstr='#B31e2a63');
            top: 45%;
            padding: 30px 30px 35px 0;
            white-space: nowrap;
        }
        .carousel-caption h2,
        .carousel-caption span,
        .carousel-caption span a {
            color: #FFF;
            font-family: 'Roboto Condensed', sans-serif;
        }
        .carousel-caption h2 {
            color: #FFF;
            font-size: 40px;
            text-shadow: 3px 3px 0 rgba(30, 42, 99, 0.5);
            font-family: 'Roboto Condensed', sans-serif;
            text-transform: uppercase;
            line-height: normal;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .carousel-caption span {
            color: #FFF;
            padding: 5px 10px;
            background: #1e2a63;
            font-size: 20px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 200;
        }
        .carousel-caption span:hover {
            color: #1E2A63;
            padding: 5px 10px;
            background: #FFF;
            font-size: 20px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 200;
        }
        .carousel-caption span a {
            color: #FFF;
            font-size: 20px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
        }
        .carousel-caption span:hover a {
            color: #1E2A63;
            text-decoration: none;
        }
    }
}


/* Download Corner
 * ========================================================== */

.filterbox {
    background: #ebebeb;
    height: 70px;
	padding: 5px 10px;
}
.filterbox.checkboxes {
    height: auto;
}
.filterbox.checkboxes fieldset > div {
    clear: both;
    display: inline-block;
    width: 100%;
}
.filterbox.checkboxes label {
    float: left;
    width: 90%;
    font-weight: 400;
    color: #4E4E4E;
    padding: 3px 0 0 5px;
}
.filterbox.checkboxes input {
    float: left;
    width: 5%;
    min-width: 15px;
}
.filterbox .selectbox {
    overflow: hidden;
    background: url(/media/system-files/assets/img/icons/downloadcorner/icon_solidarrow.png) no-repeat 92.5%;
    background-size: 18px 10px;
    display: inline-block;
}
.filterbox .selectbox select {
    background: transparent;
    width: 100%;
    padding: 5px 7px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 0;
}
.filter-block .alert {
    display: none;
    background: none;
}
.filter-block .alert.active {
    display: block;
}
.media .selectbox {
    width: 80%;
    overflow: hidden;
    background: url(/media/system-files/assets/img/icons/downloadcorner/icon_solidarrow.png) no-repeat 97.5%;
    background-size: 18px 10px;
    border: 1px solid #ccc;
}
.media .selectbox select {
    background: transparent;
    width: 100%;
    padding: 5px 7px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
}
.msie8 .selectbox,
.msie9 .selectbox {
    background: none;
}
.media div.cat_image {
    width: 116px;
    height: 87px;
}
.media div.cat_image {
    background: #F4F4F4;
}
.media.imagecat_mp4 div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_mp4_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_avi div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_avi_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_wmv div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_wmv_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_pdf div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_pdf_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_jpg div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_jpg_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_png div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_png_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_bmp div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_bmp_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_tiff div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_tiff_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_eps div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_eps_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_generic div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_generic_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_doc div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_doc_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_docx div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_docx_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_dotx div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_dotx_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_ppt div.cat_image,
.media.imagecat_pptx div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_ppt_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.media.imagecat_xls div.cat_image,
.media.imagecat_xlsx div.cat_image {
    background: #F4F4F4 url('/media/system-files/assets/img/icons/downloadcorner/icon_xls_download_icon.png') no-repeat center;
    background-size: 52px 62px;
}
.imagecat_jpg .media-left a {
    height: 87px;
    width: 116px;
    white-space: nowrap;
    text-align: center;
    background: #F4F4F4 ! important;
    display: inline-block;
}
.image_helper {
    height: 100%;
    vertical-align: middle;
}
.image_helper img {
    vertical-align: middle;
    max-height: 87px;
    max-width: 116px;
}
.columncontainer h1 {
    padding-bottom: 0;
}
.filterbox select::-ms-expand,
.header select::-ms-expand,
.media select::-ms-expand,
.breadcrumb select::-ms-expand {
    display: none;
}
.filterbox select,
.header select,
.media select,
.breadcrumb select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.msie8 .selectbox,
.msie9 .selectbox {
    background: none;
}

/* XS ======================================================= */
@media (max-width: 767px) {
    .header .selectbox {
        overflow: hidden;
        background: url(/media/system-files/assets/img/icons/downloadcorner/icon_solidarrow.png) no-repeat 95%;
        background-size: 12px 6px;
        width: 100%;
        margin-right: 20px;
    }
    .header .selectbox select {
        padding: 0;
        font-size: 12px;
        width: 100%;
        background: transparent;
        border: 1px solid #ccc;
    }
    .filterbox .selectbox {
        overflow: hidden;
        background: url(/media/system-files/assets/img/icons/downloadcorner/icon_solidarrow.png) no-repeat 90%;
        background-size: 14px 8px;
    }
    .filterbox .selectbox select {
        padding: 5px 0;
        font-size: 11px;
        border: 1px solid #ccc;
    }
    .breadcrumb .selectbox {
        overflow: hidden;
        background: url(/media/system-files/assets/img/icons/downloadcorner/icon_solidarrow.png) no-repeat 95%;
        background-size: 12px 6px;
        width: 100%;
        margin-right: 20px;
    }
    .breadcrumb .selectbox select {
        padding: 0;
        font-size: 13px;
        width: 100%;
        height: 19px;
        background: transparent;
        border: none;
		color: #1e2a63;
    }
    .filter-block > div:nth-of-type(2) > hr {
        margin-top: 10px;
    }
    .filter-block > .media {
        margin-top: 0;
    }
}


/*  TODO: Secondary Content
 * ========================================================== */

.newsbox h1 {
    border-bottom: solid 1px #bfc3c8;
    padding-bottom: 14px;
    padding-left: 0;
    margin-bottom: 2px;
}
.homepage .newsbox h1,
.homepage .ql-box h1 {
    border-bottom: none;
}
.newsbox p {
    padding: 1px 0 10px 0
}
.newsbox p.more {
    padding-bottom: 5px;
    margin-right: 0;
}
.newsbox p.more a {
    margin-right: 9px;
    padding-left: 9px;
    background-position: 0 6px
}
.newsbox h2 {
    border-bottom: solid 1px #bfc3c8;
    margin-bottom: 1px;
    padding: 5px 0 8px 16px;
    background: url(/media/system-files/assets/img/icon_plus.gif) no-repeat 1px 10px
}
h3.accordionheading,
h3.contentaccordionheading {
    margin-bottom: 1px;
    padding: 5px 0 8px 16px;
    background: url(/media/system-files/assets/img/icon_plus.gif) no-repeat 1px 10px
}
.contentaccbox {
    padding-top: 10px
}
.newsbox h2.active,
.contentaccbox h3.active,
.accordionheading.active,
.contentaccordionheading.active {
    padding-bottom: 0;
    margin-bottom: 1px;
    border-bottom: 0;
    background: url(/media/system-files/assets/img/icon_mini.gif) no-repeat 1px 12px
}
.accordionheading,
.contentaccordionheading {
    cursor: pointer
}
.newscontainer {
    padding-left: 16px;
    border-bottom: solid 1px #bfc3c8;
    padding-bottom: 7px;
    padding-top: 4px;
}
.date {
    display: block;
    padding-left: 22px;
    font-weight: 400;
}
.newsbox h2 .date {
    padding: 0;
    display: none;
    font-weight: normal;
    color: #4E4E4E;
    padding-top: 3px;
    padding-bottom: 2px;
}
.newsbox h2.active .date,
.accordionheading.active .date {
    display: block
}
.tabpanel {
    border: solid 1px #d2d2d2;
    margin-top: -1px;
    background: #ebebeb;
    margin-bottom: 28px;
    min-height: 270px;
}
.tabpanel .tabmenu {
    width: 120px;
    min-height: 260px;
    height: 100%;
    list-style: none;
    padding-top: 10px;
    background: #ebebeb;
}
.tabpanel .tabmenu li {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tabpanel .tabmenu li a {
    display: block;
    padding: 10px 10px 4px 18px;
    background: url(/media/system-files/assets/img/arrow.gif) no-repeat 7px 14px;
    height: 32px;
    color: #000;
}
.tabpanel .tabmenu li a:hover,
.tabpanel .tabmenu li a.active {
    background-color: #FFF;
    text-decoration: none;
    color: #1e2a63;
}
.tabpanel .tabmenu li a.active {
    font-weight: bold;
}
.tabpanel .tabcontainer {
    background: #FFF;
    display: none;
    min-height: 270px;
    height: 100%;
    float: right;
    width: 316px;
    padding-left: 13px;
}
.tabpanel .tabcontainer h2 {
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 6px;
}
.tabpanel .tabcontainer p {
    padding: 3px 0 15px 0;
}
.graybox {
    border: solid 1px #d9d9d9;
    min-height: 222px;
    margin-bottom: 15px;
}
.graybox .container {
    padding: 11px 0 0 27px;
}
.graybox .container h1 {
    padding-bottom: 7px;
}
.automotive .container {
    padding-left: 166px;
}
.nonautomotive.nonautomotive {
    width: 483px;
}
.graybox .container .listmenu {
    float: left;
    width: 155px;
    padding-right: 10px;
    padding-top: 2px;
}
.graybox .container .listmenuright {
    width: 140px;
    padding-right: 0;
}
.listmenu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.listmenu li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 1px 0;
}
.listmenu li a {
    display: inline-block;
    background: url(/media/system-files/assets/img/arrow.gif) no-repeat left 5px;
    padding: 2px 0 2px 10px;
    color: #1e2a63
}
.listmenu li a:hover {
    color: #9e9e9e;
}
@media (min-width: 767px) {
    .servicesbox {
        background: transparent;
    }
    .servicesbox > div {
        background: white;
    }
    .servicesbox > div > div {
        padding: 10px 10px;
        height: auto;
    }
}
@media (max-width: 767px) {
    .servicesbox {
        background: white;
        padding: 15px 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }
    .servicesbox:last-of-type {
        background: white;
        padding: 15px 10px;
        border-bottom: none;
    }
}


/* Banner
 * ========================================================== */
.banner {
    border-bottom: solid 1px #d5d9e1;
    padding: 0;
    min-height: 435px;
    color: #FFF;
    width: 100%;
    background: #FFF;
}
.banner img {
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
    display: block;
}
.gallerycontainer {
    padding: 0;
    position: relative;
}
.slidescontainer {
    width: 980px;
    height: 290px;
    overflow: hidden;
    position: relative;
}
.slides {
    position: absolute;
    top: 0;
    left: 0;
}
.slides div {
    position: absolute;
    top: 0;
    width: 980px;
}
.bannernavigation {
    background: url(/media/system-files/assets/img/banner_navarrow.png) no-repeat left 3px;
    position: absolute;
    top: 13px;
    right: 12px;
    z-index: 80;
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
}
.bannernavigation.we {
    top: 33px;
}
.bannernavigation li {
    display: block;
    float: left;
    padding: 0 2px;
}
.bannernavigation li a {
    display: block;
    background: #FFF;
    text-align: center;
    width: 12px;
    height: 12px;
    border: solid 1px #d9d7d8;
}
ul.bannernavigation li.active a,
ul.bannernavigation li a:hover {
    background: #1e2a63;
    color: #FFF;
    border-color: #1E2A63;
}
ul.bannerinformation {
    position: absolute;
    left: 29px;
    max-width: 400px;
	width:80%;
    top: 60px;
    list-style: none;
}
ul.bannerinformation.bc-blue {
    top: 40px;
	background: rgba(30, 42, 99, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#B31e2a63', endColorstr='#B31e2a63');
    padding: 5px;
}
ul.bannerinformation h1 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 10px;
}
ul.bannerinformation li {
    padding: 4px 0;
    color: #fff;
}
ul.bannerinformation.dark li {
    padding: 4px 0;
    color: #1E2A63;
}
ul.bannerinformation li.infobutton {
    padding-top: 9px;
}
ul.bannerinformation li.infobutton a {
    float: left;
    background: #1e2a63 url(/media/system-files/assets/img/banner_arrow.png) no-repeat 5px 8px;
    color: #FFF;
    padding: 3px 5px 3px 15px;
    letter-spacing: 0;
}
ul.bannerinformation li.infobutton a:hover {
    background-color: #b2b2b2;
    background-image: url(/media/system-files/assets/img/arrow.gif);
    color: #1E2A63
}
ul.bannerinformation p {
    padding: 0;
}
.innerbanner {
    position: relative;
}
@media (min-width: 767px) {
	.keyvisualSlideshow  {
		margin-bottom: 30px;
	}
}
.largeBanner {
    margin-left: -177px;
}
@media (min-width: 1200px) {
	.largeBanner {
		width:980px;
	}
}
@media (max-width: 1199px) {
	.largeBanner {
		width:730px;
		margin-left: -183px
	}
}
@media (max-width: 767px) {
	.largeBanner {
		width:100%;
		margin-left: 0;
		
	}
}

/* XS ======================================================= */
@media (max-width: 767px) {
	
}


/* XYZ
 * ========================================================== */
.productlisting {
    padding-top: 20px;
    border-top: solid 1px #dadada;
}
.productlisting.firstbox {
    padding-top: 12px;
    padding-bottom: 3px;
    border-top: 0;
}
.productlisting.productgraybox {
    background: #f2f2f2;
    padding: 5px 0 3px 5px;
    margin-top: 37px;
    border: 0;
    margin-left: -5px;
}
.productlisting h2 {
    color: #4E4E4E;
    padding-bottom: 3px;
}
.productlisting.lastrow h3 {
    padding-bottom: 10px;
}
.productbox.lastbox,
.productbox.last {
    margin-right: 0 !important;
}
.profitbox {
    width: 320px;
    float: left;
    margin-right: 9px;
    padding-bottom: 10px;
}
.profitbox h3 {
    padding-bottom: 5px;
    padding-top: 0;
}
.profitbox.right {
    margin-right: 0 !important;
    float: right;
}
.profitbox .info a {
    background: url(/media/system-files/assets/img/arrow.gif) no-repeat left 5px;
    padding-left: 10px;
}
.infobox {
    margin-top: 3px;
    margin-bottom: 7px;
}
.infobox .newcontainer, .infobox > div {
    padding: 10px;
}
.infobox.lastnewbox .newcontainer {
    padding-bottom: 10px;
}
.infobox h2 {
    padding-bottom: 5px;
    color: #4E4E4E;
    font-weight: normal;
}
.infobox p.text {
    padding: 15px 0;
}
.newcontainer h1 {
    font-size: 11px;
    padding-bottom: 0;
    margin-top: 12px;
}
.newcontainer h3 {
    font-size: 11px;
    padding-bottom: 0;
    margin-top: 12px;
}
.infobox.infoboxinner .newcontainer {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 12px;
}
.infobox.infoboxinner .newcontainer p {
    padding-bottom: 3px;
}
.postimgbox {
    float: left;
    width: auto;
    padding: 5px 18px 0 0
}
.postimgbox span {
    display: block;
    padding: 2px 6px;
}
.postimgbox .containerbox {
    padding-bottom: 10px;
}
.postboxdetail {
    float: left;
    width: 350px;
}
/* Area in Tab */

.tab_container .infobox_collection .newcontainer {
    padding: 6px 6px 0 6px;
}
.tab_container .infobox_collection .newcontainer h2 {
    color: #1e2a63;
    padding-top: 0;
}
.infobox_video_preview_image {
    min-height: 70px;
    min-width: 192px;
}
.play_button {
    z-index: 10;
    margin-top: -55px;
    margin-left: 61px;
    margin-bottom: 15px;
}


/* Footer
 * ========================================================== */


#footer .copyright {
    background: #EBEBEB;
}
#footer .footerlist {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}
#footer .footerlist:last-of-type {
    margin-right: 0;
}
#footer .footerlist #socials {
    margin: 3px 0 20px 0;
}
#footer a.icon.mail {
    margin: 0 0 0 5px;
    padding: 0 0 0 14px;
    display: inline-block;
    background: url(/media/system-files/assets/img/icons/sprite.png) no-repeat transparent;
    background-position: -325px -980px;
    width: 15px;
    height: 13px;
}
#footer .footerlist p {
    color: #4E4E4E;
    padding-bottom: 15px;
}
#footer .ico_fb {
    width: 30px;
    height: 30px;
    background: #CCC;
    margin: 0 15px 0 0;
    display: inline-block;
}
#footer .ico_tw {
    width: 30px;
    height: 30px;
    background: #CCC;
    margin: 0 15px 0 0;
    display: inline-block;
}
#footer .ico_yt {
    width: 30px;
    height: 30px;
    background: #CCC;
    margin: 0 15px 0 0;
    display: inline-block;
}
#footer ul.navigation {
    list-style: none;
}
#footer ul.navigation li {
    padding: 8px 0;
    display: block;
}
#footer ul.navigation li a {
    color: #1E2A63;
    transition: all .3s ease;
}
#footer ul.navigation li a:hover {
    text-decoration: none;
    color: #4E4E4E;
}
#footer ul.navigation li a img {
    vertical-align: middle
}
#footer .share {
    float: right
}

/* XS ======================================================= */
@media (max-width: 767px) {
    #footer {
        background: transparent;
        padding: 0;
        width: 100%;
        height: auto;
    }
    #footer .footerlist {
        font-size: 16px;
        background: #FFF;
    }
}

/* SM, MD & LG ============================================== */
@media (min-width: 768px) {
    #footer {
        background: #FFF;
        margin: 20px 0 0 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
}


/* Forms
 * ========================================================== */

fieldset {
    border: 0 solid transparent;
    background: transparent;
    padding: 0;
    margin: 0;
}
fieldset p {
    padding: 2px 0 3px 0
}
fieldset.finder .row {
    padding: 4px 0 3px 6px;
}
fieldset.finder select {
    border: 1px solid #ddd;
    width: 100%;
    margin-left: 0;
    font-size: 13px;
}
fieldset.finder .btnfind {
    background: url(/media/system-files/assets/img/arrow.gif) no-repeat left 5px;
    color: #FFF;
    padding-left: 9px;
    margin-left: 5px;
}
fieldset.finder a.btnfind:hover {
    color: #1E2A63;
}
fieldset.finder .select {
    width: 206px;
    margin-left: 10px;
}
.dd {
    text-align: left;
    background-color: #fff;
    float: left;
}
.dd .ddTitle {
    background: #FFF;
    border: 1px solid #abadb3;
    color: #1e2a63;
    padding: 0 2px 2px 2px;
    text-indent: 0;
    cursor: default;
    overflow: hidden;
    height: 13px;
}
.dd .ddTitle span.arrow {
    background: url(/media/system-files/assets/img/select_arrow.gif) no-repeat 0 0 !important;
    float: right;
    display: inline-block;
    width: 7px;
    margin-top: 8px;
    margin-right: 2px;
    height: 16px;
    cursor: pointer;
}
.dd .ddTitle span.ddTitleText {
    text-indent: 1px;
    overflow: hidden;
    padding-left: 2px;
    color: #1E2A63;
}
.dd .ddTitle span.ddTitleText img {
    text-align: left;
    padding: 0 2px 0 0
}
.dd .ddTitle img.selected {
    padding: 0 3px 0 0;
    vertical-align: top;
}
.dd .opta {
    color: #1E2A63;
    font-style: normal !important;
    padding-top: 7px;
}
.dd .opta span {
    padding: 0 7px;
}
.dd .ddChild {
    position: absolute;
    padding-top: 3px;
    border: 1px solid #7e7e80;
    border-top: none;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #f0f0f0;
}
.dd .ddChild .opta a,
.dd .ddChild .opta a:visited {
    padding-left: 11px
}
.dd .ddChild .opta a {
    padding-bottom: 0;
}
.dd .ddChild a {
    display: block;
    padding: 1px 0 1px 10px;
    text-decoration: none;
    color: #1E2A63;
    overflow: hidden;
    cursor: pointer;
}
.dd .ddChild a:hover {
    color: #555555;
}
.dd .ddChild a img {
    border: 0;
    padding: 0 2px 0 0;
    vertical-align: middle;
}
.hidden {
    display: none;
}
#searchtitle {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0 0 0 5px;
}
fieldset.search {
    border: 1px solid #BDBDBD;
}
.msie8 fieldset.search {
    width: 100px;
}
fieldset.search input {
    vertical-align: middle
}
fieldset.search .input {
    width: 60px;
    padding: 0 5px;
    height: 19px;
    font-family: Arial, Helvetica, sans-serif
}
fieldset.search .buttonsearch {
    height: 25px;
    width: 25px;
    background: url(/media/system-files/assets/img/icons/search_magni.png);
    margin: 0 3px 5px 0;
}
.selectNordAmerika,
.selectSudAmerika,
.selectAsienPazifik {
    display: none
}
.selectEuropa {}


/* Videoplayer
 * ========================================================== */

.video {
    padding: 0 0 30px 0;
}
.video .player {
    background-color: #000000;
    width: 100%;
}
.video .player a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
}
.video .player.ratio-16-9 a {
    height: 338px;
    width: 600px;
}
.video .player.ratio-4-3 a {
    height: 450px;
    width: 600px;
}
.video .player.ratio-4-3 a img {
    max-height: 450px;
    max-width: 600px;
}
.panel-body .video .player.ratio-4-3 a img {
	width: 100%;
}
.video .player a img {
    margin: 0 auto;
    display: inline;
}
.video .download {
    margin: 30px 0 0 0;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
}
.video .download p {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    padding: 2px 8px 3px 8px;
}
.video .download p:first-child {
    background-color: #F0F0F0;
    padding-bottom: 4px;
}
.video .download p > span {
    color: #666666;
    font-size: 10px;
    line-height: 16px;
}
.video .download p a {
    color: #D40039;
    text-decoration: none;
    padding: 0 0 0 13px;
    background-position: -391px -917px;
}
.video .download p a:hover {
    text-decoration: underline;
}

 
/* Downloadlist
 * ========================================================== */

.downloadList {
    margin-top: 4px;
    margin-bottom: 5px;
}
.downloadList span a {
	background: url(/media/system-files/assets/img/arrow.gif) no-repeat left 5px;
    padding-left: 10px;
    margin-right: 11px;
    font-weight: bold;
    margin-top: 10px;
}
.downloadList span a.noArrow {
	background: url(/media/system-files/assets/img/arrow.gif) no-repeat left 5px ! important;
    padding-left: 10px ! important;
}
.dlLeftColumn {
    float: left;
    padding-right: 20px;
}
.dlRightColumn .listing_image {
                      display: none;
                  }
.load_indicator {
    display: none;
}
.pager {
	margin: 0 !important;
}
.pager_wrapper {
    display: none;
    background: #E0E1E3;
    padding: 8px 6px;
    text-align: center;
}
.job_pager_wrapper {
    display: none;
    background: #ffffff;
}
.job_pager_wrapper.with_sort_box {
    text-align: left;
}
.pagerElement {
    margin-left: 5px;
    cursor: pointer;
}
.pagerElement.inactive {
    cursor: auto;
    opacity: 0.3;
}
/* Standard */

.image_listing_table {
    display: table;
    width: 595px;
    margin-top: 4px;
    margin-bottom: 5px;
}
.image_listing_table .image_listing_page {
    width: 595px;
}
.image_listing_table .media-right {
	min-width:100px;
}
.image_listing_table .media-right a.more {
	margin-top: 0;
}
.thumbnail_listing_row {
    display: table-row;
    width: 595px;
}
.thumbnail_listing_cell {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    width: 209px;
}
.thumbnail_listing_cell3 {
    width: 30%;
    text-align: right;
}
.thumbnail_listing_cell3 {
    padding: 0 0 0 10px;
}
.thumbnail_listing_cell3 p {
    padding: 0 !important;
    text-align: right;
}
.linkSpacer {
    margin: 3px;
}

/* XS ======================================================= */
@media (max-width: 767px) {
	.image_listing_table {
    	width: initial;
	}
}
/* SM ======================================================= */
@media (min-width: 768px) and  (max-width: 991px) {
	.image_listing_table {
    	width: initial;
	}
}
/* MD ======================================================= */
@media (min-width: 992px) and  (max-width: 1199px) {
	.image_listing_table {
    	width: initial;
	}
}
/* LG ======================================================= */
@media (min-width: 1200px) {
	.image_listing_table {
    	width: initial;
	}
}

/* Linklists
 * ========================================================== */

/* Management-Board */

.people_listing .thumbnail_listing_cell {
    padding-top: 16px;
    border-top: 1px silver solid;
    padding-bottom: 16px;
}
.people_listing .thumbnail_listing_row:first-child .thumbnail_listing_cell {
    padding-top: 0;
    border-top: 0;
}
.people_listing .thumbnail_listing_cell {
    width: auto;
}
.people_listing .thumbnail_listing_cell2 {
    padding-left: 24px;
}
.people_listing .thumbnail_listing_cell2 p {
    padding: 4px 0 5px 0 !important;
}
.people_listing .thumbnail_listing_cell2 p.linkSpacer {
    padding: 0 !important;
}
/* Data & Facts */

.image_text_link .thumbnail_listing_cell {
    vertical-align: middle;
    padding-right: 10px;
}
.image_text_link .thumbnail_listing_cell1 {
    min-width: 120px;
    width: 20%;
    text-align: center;
    padding: 0;
}
.image_text_link .thumbnail_listing_cell2 {
    min-width: 255px;
    width: 42, 5%;
    padding: 0 5px 0 10px;
}
.image_text_link .thumbnail_listing_cell3 {
    min-width: 195px;
    width: 32, 5%;
    text-align: left;
    padding: 0 5px 0 10px;
}
.image_text_link .thumbnail_listing_cell3 p {
    padding: 4px 0 5px 0 !important;
    text-align: left;
}
/* Terms & Conditions */

.image_link .thumbnail_listing_cell {
    width: auto;
    vertical-align: top;
    padding-bottom: 10px;
}
.image_link .thumbnail_listing_cell1 {
    padding-right: 30px;
}
.image_link .thumbnail_listing_cell3 {
    width: 100%;
    text-align: left;
}
.image_link .thumbnail_listing_cell3 p {
    padding: 0 !important;
    text-align: left;
}
/* Presse-Downloads */

.pr_downloads .thumbnail_listing_cell1 p.linkSpacer {
    padding: 0 !important;
}
.pr_downloads .thumbnail_listing_cell {
    padding-bottom: 14px;
}
.pr_downloads .thumbnail_listing_cell2 {
    width: 377px;
}


/* Tables
 * ========================================================== */

tr.even th {
    font-weight:bold;
}

.table_event {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom:12px;
}
.table_event td {
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: rgb(193, 193, 193);
    border-width: 1px 0;
}
.table_event td:first-child {
    width:10px;
}
table.table_event tbody tr:nth-child(even) {
    background: #f0f0f0;
}

.spacing_border td {
    border-bottom: 1px silver solid;
    padding-top:15px;
    padding-bottom:15px;
}

tr.compact td {
    padding:0;
}
td {
    padding:4px;
}
/*
table.full_bordered, table.alternate {
    margin-bottom:20px;
}
table.full_bordered {
    border:1px #7d7d7d solid;
    border-width: 1px 0 0 1px;
    cellspacing: 0;
    margin-top: 6px;
}
table.full_bordered td , table.full_bordered th {
    border:0 #7d7d7d solid;
    border-width: 0 1px 1px 0;

}
*/
table.first_col_25 td, table.first_col_25 th {
    vertical-align: top;
}

table.first_col_25 tr>td:first-child , table.first_col_25 tr>th:first-child {
    width:25% !important;
}
/* alternate-style 
table.alternate .odd {
    background-color: #F0F0F0;
}

/* alternate_th-style 

table.alternate {
    border: 1px solid #C0C0C0;
    border-right: none;
    margin-top: 6px;
}
table.alternate td, table.alternate th {
    border-right: 1px solid #C0C0C0;
    vertical-align: top;
    padding: 2px 8px 4px 8px;
}

table.alternate .even:first-child>th {
    color: #1E2A63;
    line-height: 18px;
    font-weight: normal;
    padding: 7px 8px;
    background-color: #E5E5E5;
}
table.alternate_th .odd {
    background-color: #F0F0F0;
}
*/

/* Suche
 * ========================================================== */

.bg_color_white {
    background: #FFFFFF
}
.tag3 {
    color: #333
}
.header_small {
    color: #333;
    font-size: 11px;
}
#all_results.header_small,
#pagination_results.header_small {
    color: #BDBDBD;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}
fieldset.search input {
    border: 1px solid transparent;
    height: 21px;
    margin-left: 0;
}
#search_form td {
	padding: 0;
	border-top: 0;
}
#cse-search-form {
    height: 33px;
    width: 375px;
}
#cse-search-form #search_box {
    color: #4E4E4E;
    margin: 5px;
    width: calc(100% - 50px);
}
.result_link {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}
.result_link:visited {
    font-weight: bold;
    color: #1E2A63;
}
#pagination {
    background: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
}
#pagination td {
    margin: 4px 0;
    padding: 5px 1px 3px 1px;
    width: 22px;
    height: 22px;
}
#pagination td span {
    background: #F7F7F7;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 5px 5px 5px 5px;
    padding: 4px 2px 0 2px;
    width: 22px;
    height: 22px;
    display: block;
}
#pagination_results {
    margin: 0;
    padding: 0;
}
#pagination_results td {
    margin-top: 0;
    padding-top: 0;
}
#pagination_results td.arrow span.b {
    width: 25px;
    height: 25px;
    display: block;
}
#pagination_results #arrow_double_left {
    background: #F7F7F7 url(/media/system-files/assets/img/icons/search_arrow_double_left.png) no-repeat 2px 2px;
}
#pagination_results #arrow_double_right {
    background: #F7F7F7 url(/media/system-files/assets/img/icons/search_arrow_double_right.png) no-repeat 2px 2px;
}
#pagination_results #arrow_left {
    background: #F7F7F7 url(/media/system-files/assets/img/icons/search_arrow_left.png) no-repeat 2px 2px;
}
#pagination_results #arrow_right {
    background: #F7F7F7 url(/media/system-files/assets/img/icons/search_arrow_right.png) no-repeat 2px 2px;
}
#pagination_results td.arrow {
    margin: 0 5px 5px 5px;
    padding: 0 3px 3px 3px;
}
#pagination_results td.arrow span {
    margin: 0;
    padding: 0;
    background: #F7F7F7;
}
.cur_pagenum {
    font-weight: 400;
    font-size: 16px;
    color: #4E4E4E;
}
.res_nav_bar {
    font-weight: bold;
    font-size: 11px;
    color: #333;
}
#searchResult h3 {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 10px;
    font-weight: 400
}
#searchResult td.s {
    color: #4E4E4E;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 0 0 10px;
    font-weight: 400;
}
#searchResult p.g {
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
    margin: 20px 0;
    padding: 0;
}
#searchResult p.g:first-of-type {
    margin: 5px 0 15px 0;
}
#searchResult span.c11 {
    background: #EBEBEB;
    color: #1e2a63;
}
#overlay {
    z-index: 90;
    border: 1px solid #4E4E4E;
    position: absolute;
    top: 50;
    left: 0;
    background: #FFF;
    opacity: 1.00;
    -moz-opacity: 1.00;
    filter: alpha(opacity=100);
    visibility: hidden;
}
textarea {
    background-color: #ffa;
    border: 1px solid #4E4E4E;
}


/* WorldWideMap
 * ========================================================== */

.inlineMap {
    background: #FFF url(/media/system-files/assets/img/map.jpg) no-repeat center 45px;
    display: block;
    width: 600px;
}
.inlineMap h2 {
    color: #cccccc;
    font-weight: normal;
    text-align: center;
    padding-right: 10px;
    font-size: 14px;
    margin: 4px 0 24px 0
}
.inlineMap .countryBox h2 {
    color: #b1afb0
}
.inlineMap .countryBox {
    float: left;
   /* width: 172px;
    padding: 10px 9px 10px 9px;*/
    min-height: 384px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.inlineMap .countryList {
    display: none;
	margin-top: 10px;
}

.inlineMap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 182px
}
.inlineMap ul li {
    vertical-align: top;
    padding-bottom: 3px;
    cursor: pointer;
}
.inlineMap ul li li {
    padding-bottom: 0;
    line-height: 14px;
    background: none;
    padding-left: 0;
}
.inlineMap ul li {
    list-style-image: none;
    color: #b3bfb8;
    background: url(/media/system-files/assets/img/arrow-map.gif) no-repeat left 4px;
    padding: 0 0 0 7px;
}
.inlineMap ul li:hover {
    color: #FFF;
    background-position: 0 -42px;
}
.inlineMap ul ul {
    margin: 0;
    padding: 0 0 0 7px;
    display: none
}
.inlineMap ul ul a {
    background: none;
}
.inlineMap .column {
    width: 80px;
}
.inlineMap ul li:hover a {
    color: #FFF;
    background-position: 0 4px;
}
.inlineMap ul li:hover li a {
    color: #b3bfb8;
}
.inlineMap ul li a {
    background-image: none;
    padding-left: 0;
    color: #b3bfb8;
}
.inlineMap ul li:hover li a:hover {
    color: #FFF;
}
.inlineMap ul li:hover ul {
    display: block;
}


/* "Google Maps" 4 locations
 * ========================================================== */

#inline2 {
    display: none;
}
#map_canvas {
    width: 100%;
    height: 400px;
    margin-top: 10px;
    margin-bottom: 5px;
}
#directions_panel2 {
    width: 600px
}
.errortextvisible {
    color: red;
    font-weight: bold;
}
input.direction {
    margin-bottom: 10px;
}


/* Hotspots
 * ========================================================== */

.hotspot {
    background: url(/media/system-files/assets/img/mouse-over-rot.png) left top no-repeat;
    width: 22px;
    height: 22px;
}
.hotspotLink {
    height: 22px;
    line-height: 22px;
    padding-right: 4px;
    clear: both;
    white-space: nowrap;
    position: absolute;
    z-index: 10;
}
#imgMarker span {
    display: block;
    float: left;
    white-space: nowrap;
}
#imgMap > img {
    position: absolute;
}
#imgMarker {
    position: absolute;
}


/* Image-Gallery
 * ========================================================== */

.blockUI {
    z-index: 80 !important;
}
.image-gallery.tn3 {
    height: 373px;
    margin: 10px 0 30px 0;
}
.wide .image-gallery.tn3 {
    height: 551px;
    margin: 0 0 30px 0;
}
.album {
    margin: 10px 0;
}
.image-gallery.album .pagination-content {
    position: relative;
    left: -24px;
    padding: 15px 0 0 0;
    margin: 0 0 -1px 0;
    width: 506px;
    list-style: none;
}
.wide .image-gallery.album .pagination-content {
    width: 758px;
}
.album .thumbnail_listing_row {
    float: left;
    height: 101px;
    width: 180px;
    margin: 0 6px 18px 10px;
    list-style: none;
    overflow: hidden;
    background: url(/media/system-files/assets/img/mahle_image_frame.jpg) no-repeat center;
}
.album .thumbnail_listing_cell {
    text-align: center;
    padding: 10px;
}
.image-gallery.album .pagination-content li > div {
    display: block;
    text-align: center;
    margin: 8px 0 0 9px;
    overflow: hidden;
}
.album a {
    overflow: hidden;
    width: 160px;
    height: 81px;
    display: block;
}
.album a > img {
    max-height: 81px;
    vertical-align: middle;
}
.album .thumbnail_listing_cell h3,
.album .thumbnail_listing_cell p {
    display: none;
}


/* TN3-Gallery
 * ========================================================== */
/* LG ======================================================= */


    .@charset "utf-8";
    .tn3-gallery {
        position: relative;
        width: 620px;
        height: 425px;
        background-color: #000000;
        line-height: normal;
    }
    .tn3-gallery img {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        max-width: none !important;
    }
    .tn3-image {
        position: absolute;
        width: 620px;
        height: 378px;
        background-color: #000000;
    }
    .tn3-controls-bg {
        position: absolute;
        width: 620px;
        height: 47px;
        bottom: 0px;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tbg.png");
    }
    .tn3-thumbs ul,
    .tn3-thumbs li {
        /*margin: 0 !important;
        padding: 0 !important;*/
        list-style-type: none !important;
    }
    .tn3-thumbs {
        position: absolute;
        width: 447px;
        height: 44px;
        bottom: 0px;
        left: 55px;
        padding: 4px 28px 4px 28px;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tbg2.png");
    }
    .tn3-thumb {
		border: 0 !important; /*1px solid #3e3e3e;*/
        width: 35px;
        height: 35px;
        margin-right: 3px;
        cursor: pointer;
    }
    .tn3-thumb img {
        width: 35px;
        height: 35px;
    }
    .tn3-thumb-over {
        border: 0 !important; /*1px solid #c3c3c3;*/
    }
    .tn3-thumb-selected {
        border: 1px solid #c3c3c3;
        cursor: default;
    }
    .tn3-next {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        background-position: -39px -2px;
        width: 30px;
        height: 31px;
        right: 6px;
        cursor: pointer;
    }
    .tn3-next:hover {
        background-position: -39px -39px;
    }
    .tn3-prev {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        background-position: -4px -2px;
        width: 30px;
        height: 31px;
        left: 6px;
        cursor: pointer;
    }
    .tn3-prev:hover {
        background-position: -4px -39px;
    }
    .tn3-next-page {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        background-position: -153px -5px;
        width: 25px;
        height: 25px;
        right: 106px;
        bottom: 9px;
        cursor: pointer;
    }
    .tn3-next-page:hover {
        background-position: -153px -42px;
    }
    .tn3-prev-page {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        background-position: -129px -5px;
        width: 25px;
        height: 25px;
        bottom: 9px;
        left: 58px;
        cursor: pointer;
    }
    .tn3-prev-page:hover {
        background-position: -129px -42px;
    }
    .tn3-preloader {
        position: absolute;
        width: 39px;
        height: 15px;
    }
    .tn3-text-bg {
        position: absolute;
        top: 0px;
        width: 100%;
        font-size: medium;
        background-image: url("/tn3/skins/tn3-intranet/tn3/bg.png");
        padding-bottom: 1.1em;
    }
    .tn3-image-title {
        font-family: Tahoma, Helvetica, sans-serif;
        color: #e0dcdc;
        font-size: 0.6875em;
        font-weight: bold;
        padding: 1.1em 0 0 1.1em;
    }
    .tn3-image-description {
        font-family: Tahoma, Helvetica, sans-serif;
        color: #e0dcdc;
        font-size: 0.625em;
        line-height: 1.1em;
        padding-left: 1.1em;
    }
    .tn3-timer {
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0px;
        background: url("/tn3/skins/tn3-intranet/tn3/bg.png") repeat;
        background: rgba(0, 0, 0, 0.3);
    }
    .tn3-count {
        position: absolute;
        right: 20px;
        bottom: 6px;
        color: #777777;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        display: none;
    }
    .tn3-play {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        background-position: -74px -5px;
        left: 13px;
        bottom: 9px;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .tn3-play:hover {
        background-position: -74px -42px;
    }
    .tn3-play-active {
        background-position: -101px -4px;
    }
    .tn3-play-active:hover {
        background-position: -101px -41px;
    }
    .tn3-show-albums {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        background-position: -177px -6px;
        bottom: 9px;
        right: 63px;
        width: 25px;
        height: 25px;
        cursor: pointer;
		display: none;
    }
    .tn3-show-albums:hover {
        background-position: -177px -41px;
    }
    .tn3-fullscreen {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        background-position: -203px -5px;
        bottom: 9px;
        right: 17px;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .tn3-fullscreen:hover {
        background-position: -203px -42px;
    }
    .tn3-albums {
        position: absolute;
        width: 620px;
        height: 425px;
        left: 0px;
        top: 0px;
        color: #e0dcdc;
        font-family: Tahoma, Helvetica, sans-serif;
        background-image: url("/tn3/skins/tn3-intranet/tn3/bg.png");
        background: rgba(0, 0, 0, 0.7);
    }
    .tn3-inalbums {
        position: absolute;
        width: 620px;
        height: 380px;
        padding: 14px;
        top: 45px;
    }
    .tn3-album {
        position: absolute;
        width: 280px;
        height: 70px;
        background-color: #1a1a1a;
        overflow: hidden;
        cursor: pointer;
    }
    .tn3-album-over {
        background-color: #2a2a2a;
    }
    .tn3-album-selected {
        background-color: #cdcdcd;
        color: #111214;
        cursor: default;
    }
    .tn3-album-image {
        height: 100%;
        width: 80px;
        margin-right: 10px;
        float: left;
    }
    .tn3-album-image img {
        width: 80px;
        height: 80px;
    }
    .tn3-album-title {
        font-size: 11px;
        font-weight: bold;
        margin-top: 1em;
    }
    .tn3-album-description {
        font-size: 10px;
        height: 3em;
        line-height: 1.4em;
        overflow: hidden;
    }
    .tn3-albums-next {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        background-position: -43px -9px;
        width: 20px;
        height: 20px;
        right: 24px;
        top: 20px;
        cursor: pointer;
    }
    .tn3-albums-next:hover {
        background-position: -43px -46px;
    }
    .tn3-albums-prev {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        background-position: -9px -9px;
        width: 20px;
        height: 20px;
        right: 46px;
        top: 20px;
        cursor: pointer;
    }
    .tn3-albums-prev:hover {
        background-position: -9px -46px;
    }
    .tn3-albums-close {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        background-position: -237px -9px;
        width: 20px;
        height: 20px;
        left: 20px;
        top: 19px;
        cursor: pointer;
    }
    .tn3-albums-close:hover {
        background-position: -237px -47px;
    }
    .tn3-sep1 {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        width: 2px;
        height: 47px;
        left: 47px;
    }
    .tn3-sep2 {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        width: 2px;
        height: 47px;
        right: 96px;
    }
    .tn3-sep3 {
        position: absolute;
        background-image: url("/tn3/skins/tn3-intranet/tn3/tn3.png");
        width: 2px;
        height: 47px;
        right: 47px;
    }
    /* when javascript is disabled */
    
    .tn3.album,
    .tn3.album li {
        float: left;
        list-style-type: none;
        margin: 4px;
    }
    .tn3.album div,
    .tn3.album li h4,
    .tn3.album li div {
        display: none;
    }


/* XS ======================================================== */
@media (max-width: 767px) {
    .tn3-thumbs,
    .tn3-controls-bg,
    .tn3-fullscreen,
    .tn3-show-albums,
    .tn3-next-page,
    .tn3-prev-page,
    .tn3-play,
    .tn3-count,
    .tn3-albums {
        display: none;
    }
    .tn3-gallery,
    .tn3-image,
    .tn3-controls-bg,
    .tn3-albums,
    .tn3-inalbums {
        width: 100%;
        height: 175px;
    }
	.tn3-next, .tn3-prev {
		display: block ! important;
		opacity: 1 ! important;
	}
}

/* SM ======================================================== */
@media (min-width: 768px) and (max-width: 991px) {
	.tn3-thumbs,
	.tn3-controls-bg,
	.tn3-fullscreen,
	.tn3-show-albums,
	.tn3-next-page,
	.tn3-prev-page,
	.tn3-play,
	.tn3-count,
	.tn3-albums	{
		display: none;
	}
	.tn3-gallery,
	.tn3-image,
	.tn3-controls-bg,
	.tn3-albums,
	.tn3-inalbums {
		width: 100%;
		height: 250px;	
	}
	.tn3-next, .tn3-prev {
		display: block ! important;
		opacity: 1 ! important;
	}
}

/* MD ======================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
	.tn3-thumbs,
	.tn3-controls-bg,
	.tn3-fullscreen,
	.tn3-show-albums,
	.tn3-next-page,
	.tn3-prev-page,
	.tn3-play,
	.tn3-count,
	.tn3-albums	{

	}
	.tn3-gallery,
	.tn3-image,
	.tn3-controls-bg,
	.tn3-albums,
	.tn3-inalbums {
		width: 100%;
	}
	.tn3-controls-bg {
		width: 560px;
	}
	.tn3-thumbs {
		width: 412px;
	}
	.panel .tn3-controls-bg {
		width: 520px;
	}
	.panel .tn3-thumbs {
		width: 372px;
	}
	.tab-pane .tn3-controls-bg {
		width: 550px;
	}
	.tab-pane .tn3-thumbs {
		width: 402px;
	}
}

/* LG ======================================================== */
@media (min-width: 1200px) {
	.tn3-thumbs,
	.tn3-controls-bg,
	.tn3-fullscreen,
	.tn3-show-albums,
	.tn3-next-page,
	.tn3-prev-page,
	.tn3-play,
	.tn3-count,
	.tn3-albums	{
		//
	}
	.tn3-gallery,
	.tn3-image,
	.tn3-controls-bg,
	.tn3-albums,
	.tn3-inalbums {
		width: 100%;
	}
	.tn3-controls-bg {
		width: 596px;
	}
	.tn3-thumbs {
		width: 448px;
	}
	.panel .tn3-controls-bg {
		width: 556px;
	}
	.panel .tn3-thumbs {
		width: 408px;
	}
	.tab-pane .tn3-controls-bg {
		width: 586px;
	}
	.tab-pane .tn3-thumbs {
		width: 438px;
	}
}


/* Breadcrumb
 * ========================================================== */

.breadcrumb {
    margin-bottom: 5px;
}
.breadcrumb ul {
    list-style-type: none;
}
.breadcrumb ul li {
    float: left;
    padding: 2px 0;
    padding-left: 13px;
    margin-left: 9px;
    background-image: url(/media/system-files/assets/img/arrow.gif);
    background-position: left 4px;
    background-repeat: no-repeat;
    padding-top: 0;
    font-size: 13px;
}
.breadcrumb ul li.last a {
    font-weight: bold;
    font-size: 13px;
}
.breadcrumb ul li.first {
    background-image: none;
    padding-left: 0;
    margin-left: 0;
}

/* XS ======================================================== */
@media (max-width: 767px) {
    .breadcrumb {
        margin-left: 0;
        padding-left: 10px;
    }
    .breadcrumb ul li {
        background-position: left 7px;
        padding: 0 0 0 10px;
    }
    .breadcrumb li > a {
        padding-top: 2px;
        display: inline-block;
    }
}


/* Group-Articles
 * ========================================================== */

.listingFilter .entries li {
    margin-left: 0;
    list-style: none;
}
div.listingFilter a.download {
    /* padding-left: 10px; */
}
.listingFilter .entries li.even {
    background-color: #f0f0f0;
}
.listingFilter .entries li.odd {
    background-color: #ffffff;
}
.listingFilter .select_box .tm_search h2 {
    padding: 8px 0;
    margin-right: 0 20px 0 0;
    float: left;
    color: #1e2a63;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}
.listingFilter .select_box .tm_select {
    margin-bottom: 0;
    width: 132px;
    height: 22px;
    font-size: 10px;
    color: #6d6e70;
    line-height: 22px;
    border: solid 1px #bdbec0;
}
.listingFilter ul.entries {
    border: 1px solid lightgrey;
}
.listingFilter .select_box {
    margin-top: 0;
    padding-top: 0;
}
.listingFilter .tm_search ul.select_list {
    float: right;
}
.listingFilter .tm_search ul.select_list li {
    margin-left: 4px;
    margin-right: 0;
}
.listingFilter .tm_search ul.select_list.small li select {
    width: 130px;
}
.listingFilter .tm_search ul.select_list.medium li select {
    width: 190px;
}
.listingFilter .tm_search ul.select_list.large li select {
    width: 250px;
}


/* Cookie-Notification
 * ========================================================== */

.cookiebar {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    bottom: 0;
    position: fixed;
    width: 100%;
	z-Index: 20;
}
.cookienote {
    color: #1e2a63;
    font: 14px/1.8 sans-serif;
    position: relative;
    margin: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cookiecont {
    float:right;
}
.cookiecont:first-of-type {
    float: left;
    width: 90%;
}
.cookienote a {
    background: url(/media/system-files/assets/img/arrow.gif) no-repeat left 5px;
    padding-left: 10px;
    margin-right: 0;
}
.cookienote button {
    background: #1E2A63;
    border: none;
    color: white;
    border-radius: 0;
}
#imprint-up {
    margin-top: 50px;
}
@media (max-width: 960px) {
    #imprint-up {
        margin-top: 100px;
    }
}
@media (max-width: 640px) {
    #imprint-up {
        margin-top: 150px;
    }
}
@media (max-width: 380px) {
    #imprint-up {
        margin-top: 200px;
    }
}
.noicon {
    background: none !important;
}

@media (max-width: 767px) {
    .cookiecont:first-of-type {
        float: left;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

}

/* Benefits
 * ========================================================== */

.benefits_list,
.benefits_list li {
    list-style-type: none;
    list-style-image: none;
    color: #1e2a63;
    margin: 0;
}
.benefits_list li {
    line-height: 32px;
}
.benefits_list li img {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}


/* Glossar
 * ========================================================== */

.glossar .horizontal_nav_container {
    text-align: center;
}
.glossar .horizontal_nav_container > .horizontal_nav {
    font-size: 13px;
    background: none;
    margin: 0;
    padding: 2px;
    display: inline;
}
.glossar .horizontal_nav_container > .horizontal_nav.inactive {
    color: #7d7d7d
}
.glossar .term_list {
    min-height: 110px;
    margin: 40px 0 0 0;
}
.glossar .term_list h3 {
    margin: 3px 0 4px 0;
}
.glossar .term_list h3:first-of-type {
    margin: 0 0 4px 0;
}
.glossar .term_list .capital {
    padding: 45px 20px 69px 30px;
    display: inline-block;
    font-size: 120px;
    color: #1e2a63;
    font-weight: bold;
}



/* ==========================================================
 * Humans Resources
 * ========================================================== */

/* TODO: General
 * ========================================================== */

.ansprech_content h2 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 13px;
    padding-top: 0
}
.ansprech_content p {
    line-height: 14px;
    margin-bottom: 21px;
}
.anspr_list li {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.ansprech_search {
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #1E2A63;
}
.ansprech_search .label {
    padding: 0 0 6px 0;
}
.ansprech_search .label select {
    font-size: 11px;
    color: #6d6e70;
    width: 191px;
    margin-left: 11px;
    height: 22px;
    line-height: 22px;
    border: solid 1px #afb0b2;
    background: #fff;
}
.anspr_list li {
    list-style: none;
    border-bottom: solid 1px #cfcfcf;
    float: left;
    padding-bottom: 2px;
    margin-bottom: 7px;
    width: 100%;
    margin-left: 0;
}
.anspr_list li .image {
    width: 89px;
    margin-right: 28px;
    padding-bottom: 2px;
}
.anspr_list li .image span {
    display: block;
    background: #c8c9cb;
    height: 104px;
}
.anspr_list li .detail h2 {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 3px;
    padding-bottom: 0;
}
.ansprech_content .anspr_list li .detail p {
    line-height: 14px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.anspr_list li .detail {
    width: 480px;
}
.select_box {
    border: solid 1px #afb0b2;
    background: #edeef0;
    margin-top: 21px;
    padding: 6px 11px 0 12px;
    margin-bottom: 20px;
}
.select_box .head {
    background: url(/media/system-files/assets/img/head-divider.gif) repeat-x 0 100%;
    line-height: 14px;
    height: 30px;
}
.select_box .head .search_input {
    border: solid 1px #afb0b2;
    font-size: 10px;
    line-height: 16px;
    color: #6d6e70;
    width: 129px;
    height: 16px;
    vertical-align: top;
    padding: 2px 5px;
}
.select_list {
    padding: 7px 0 7px;
    overflow: visible !important;
}
.select_list li {
    float: left;
    margin-right: 10px;
    list-style: none;
    margin-left: 0
}
.select_list li.last {
    margin-right: 0;
}
.job_select {
    width: 132px;
    height: 22px;
    font-size: 10px;
    color: #6d6e70;
    line-height: 22px;
    border: solid 1px #bdbec0;
}
.job_select_wide {
    width: 209px;
    height: 22px;
    font-size: 10px;
    color: #6d6e70;
    line-height: 22px;
    border: solid 1px #bdbec0;
}
.select_box .cboxoption {
    padding-bottom: 7px;
}
.select_box .cboxoption input {
    vertical-align: middle;
}
.job_select_box {
    margin-bottom: 0;
}
.newcontainer select {
    width: 170px;
    margin-bottom: 10px;
}
.textcontainer a,
.textcontainer li a {
    background-image: url("/media/system-files/assets/img/arrow.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
}
.textcontainer li,
/*.newcontainer li*/ {
    list-style-image: url(/media/system-files/assets/img/li.gif);
    margin-left: 15px;
}
.servicesbox li {
    /*list-style-image:url(/media/system-files/assets/img/li_trans.gif);margin-left:15px;*/
}
.textcontainer ul,
.servicesbox ul,
.newcontainer ul {
    overflow: hidden;
}
.textcontainer ul ul,
.servicesbox ul ul,
.newcontainer ul ul {
    overflow: hidden;
    margin-left: 16px;
}
div.listing_head {
    font-size: 10px;
    font-weight: bold;
}
div.listing div.listing_grey {
    color: #8E8E8E;
}
.servicesbox select {
    margin-left: 5px;
    margin-top: 10px;
    width: 200px;
    padding-left: 2px;
    font-size: 10px;
}
#ie6warning {
    background-color: yellow;
    color: black;
    font: 16px Verdana, sans-serif;
    text-align: center;
    display: none;
}
div.listing a {
    color: #9E9E9E;
    background-image: none;
    padding-left: 0;
}
div.listing a:hover {
    color: #1E2A63;
}
/* Anpassung der Listings f�r Social Media */

.social_media span.more {
    background: url(/media/system-files/assets/img/arrow.gif) no-repeat left 5px;
    padding-left: 10px;
    margin-right: 11px;
}
/* /Anpassung der Listings f�r Social Media */

div.infobox img {
    display: block;
}
.background-grey {
    background-color: #E6E6E6;
}
.postinnerbox {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #EBEBEB;
}
.noArrow {
    background-image: none !important;
    padding-left: 0 !important;
}
div.tabnav_container a {
    background-image: none;
    padding-left: 0;
}
div.tabnav_container {
    margin-bottom: 10px;
    width: 100%;
    padding-top: 10px;
}
div.tabnav_container .clearfix {
    border-top: 1px solid #B3B3B3;
    clear: both;
    display: block;
    font-size: 1px;
    line-height: 1px;
}
div.tabnav_container div.tabnav {
    background-color: #ECEAEB;
    border-left: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    border-top: 1px solid #B4B4B4;
    float: left;
    padding: 6px 7px;
    margin-right: 2px;
}
div.tabnav_container div.tabnav a {
    color: #646464;
    font-weight: bold;
}
div.tabnav_container div.tabnav_active {
    background-color: #A1A1A1;
    border-left: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    border-top: 1px solid #B4B4B4;
    float: left;
    padding: 6px 7px;
    margin-right: 2px;
}
div.tabnav_container div.tabnav_active a:link,
div.tabnav_container div.tabnav_active a:visited,
div.tabnav_container div.tabnav_active a:hover,
div.tabnav_container div.tabnav_active a:active {
    color: white;
    font-weight: bold;
}
.dark {
    color: #1E2A63;
}
ul.dark li h1 {
    color: #1E2A63;
}
ul.dark li.infobutton a {
    background: url("/media/system-files/assets/img/arrow.gif") no-repeat scroll 5px 8px #ffffff;
    color: #1E2A63;
    float: left;
    letter-spacing: 0;
    padding: 3px 5px 3px 15px;
}
.profitbox .info p {
    padding-bottom: 0;
}


/* Job-Pager
 * ========================================================== */

.items-per-page-select {
    width: 132px;
    height: 22px;
    font-size: 10px;
    color: #6d6e70;
    line-height: 22px;
    border: solid 1px #bdbec0;
    margin-bottom: 20px
}
.job_pager {
    line-height: 21px;
    margin-left: 140px;
    text-align: center;
}
.with_sort_box .job_pager {
    margin-left: 60px;
}
.items-per-page-select {
    width: auto;
    line-height: inherit;
    margin: 0;
}
.items-per-page {
    float: right;
}
.items-per-page:after {
    clear: both;
}
.job_detail_table td {
    padding: 0;
}
.postlinks {
    list-style: none;
    margin: 0;
    padding: 0;
}
.postlinks li {
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style-image: none;
}
.postlinks li a {
    display: inline-block;
    padding: 0 0 5px 22px !important;
    color: #1E2A63;
    font-size: 10px;
    padding-left: 20px;
}
.postlinks li a.back_link {
    background: url(/media/system-files/assets/img/arrow-back.gif) no-repeat 5px 5px;
}
.postlinks li a.mail {
    background: url(/media/system-files/assets/img/icn_mail.gif) no-repeat 0 0 !important;
}
.postlinks li a.print {
    background: url(/media/system-files/assets/img/icn_print.gif) no-repeat 0 0;
}
.postlinks li a.pdflink {
    background: url(/media/system-files/assets/img/pdficon_small.png) no-repeat 0 0;
}
a.tpq {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    margin-bottom: 48px;
    padding: 0 0 0;
    vertical-align: top;
}
a.jobs {
    color: #1E2A63;
    display: block;
    margin: 9px 0 26px 0;
}
a.back_link {
    background: url(/media/system-files/assets/img/arrow-back.gif) no-repeat scroll 0 5px transparent;
    color: #1E2A63;
    font-size: 10px;
}
h1.height {
    line-height: 36px;
    padding-bottom: 27px;
    color: #1E2A63;
    font-size: 16px;
    font-weight: bold;
}
h2.jobsubtitle {
    color: #1E2A63;
    font-weight: bold;
    padding-bottom: 27px;
    margin-top: -38px;
}
#application-link,
.application-link {
    background: none repeat scroll 0 0 #ebebeb !important;
    border: 1px solid #999292;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
}
.event_list ul {
    padding-bottom: 16px;
}
.event_list li {
    list-style: none;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 6px;
    border-bottom: solid 1px #cfcfcf;
    margin-left: 0;
}
.event_list li.last {
    margin-bottom: 0;
}
.event_list li .more_link {
    position: absolute;
    top: 14px;
    right: 10px;
    padding-bottom: 10px;
    font-size: 10px
}
.event_list li .event {
    color: #1E2A63;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    width: 540px;
}
.event_list li .label {
    display: block;
    line-height: 14px;
}
.hrbox {
    background: none repeat scroll 0 0 #EBEBEB;
}
.selectCountry,
.selectCountry li {
    list-style: none !important;
}
.selectCountry li {
    float: left;
    margin-left: 0;
}
.selectCountry .selectoption {
    float: right;
}
.selectCountry .selectoption select {
    width: 135px;
    border: solid 1px #bdbec0;
    font-size: 10px;
    color: #6d6e70;
    height: 20px;
    line-height: 20px;
}
.tags {
	margin-bottom: 12px;
}
.tags ul {
    margin: 5px 2px 5px 2px;
    padding: 0;
    text-align: center;
    overflow: visible;
	
}
.tags li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
.tags li a {
    text-decoration: none;
    color: #1E2A63;
    padding: 1px 2px 1px 0;
    line-height: 17px;
	margin: 0;
	display: inline;
}
.tags li a:hover {
    color: #4E4E4E;
}
.tag1 {
    font-size: 100%;
}
.tag2 {
    font-size: 120%;
}
.tag3 {
    font-size: 140%;
}
.tag4 {
    font-size: 160%;
}
.tag5 {
    font-size: 180%;
}
.tag1 {
    font-size: 9px;
}
.tag2 {
    font-size: 12px;
}
.tag3 {
    font-size: 14px;
}
.tag4 {
    font-size: 16px;
}
.tag5 {
    font-size: 18px;
}
img.countrySelect {
    padding-bottom: 10px;
}
.Jobform {
    border: 0 solid transparent;
    background: transparent;
    padding: 0;
    margin: 0;
}
.JobformsearchBox {
    padding-bottom: 4px;
    margin-bottom: 8px;
}
.JobformsearchBox .Jobform {
    padding-top: 1px;
}
.Jobformdata {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible !important;
}
.Jobformdata li {
    display: block;
    vertical-align: top;
    padding: 9px 0 0 0;
    margin: 0;
    list-style-image: none;
}
.Jobformdata li .label {
    display: block;
    padding: 0 0 2px 5px;
    font-size: 10px;
    color: #6e6f73;
}
.Jobformdata li select {
    display: block;
    width: 172px;
    padding: 0 0 0 0;
    margin: 0;
    border: solid 1px #bdbec0;
    font-size: 10px;
    color: #6d6e70;
    height: 22px;
    line-height: 22px;
}
.Jobformdata li:first-child {
    padding-top: 3px;
}
.sectionName {
    float: left;
    font-size: 25px;
    line-height: 29px;
    list-style: none outside none;
    margin: -2px 0 0 19px;
    padding: 0 26px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}
.hrbox .info {
    padding: 6px 6px 0 6px;
}
.productlisting .hrbox {
    min-height: 165px;
}
.productlisting .last {
    margin-right: 0;
}


/* Testimonials
 * ========================================================== */

.testiresult {
    margin: 0;
    padding: 2px 12px 12px 12px;
}
.testiresult h1 {
    color: #1E2A63;
    padding: 0 0 12px 0;
    font-size: 13px;
}
.testiresultBox {
    margin: 0;
    padding: 10px 0 0 0;
    position: relative;
}
.testiresultBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    overflow: visible;
}
.testiresultBox li {
    margin: 3px;
    padding: 0;
    vertical-align: top;
    float: left;
    display: block;
    width: 140px;
    height: 94px;
}
.LargeBox li {
    width: 192px;
    height: 150px;
}
.testiresultBox li img {
    vertical-align: top;
    width: 140px;
    border: 0;
}
.LargeBox li img {
    width: 192px;
}
.testiresultBox .testiDetail {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 94px;
    width: 220px;
    display: block;
    background: url(/media/system-files/assets/img/popup-background.png) no-repeat left -99999px;
}
.LargeBox .testiDetail {
    height: 150px;
    width: 352px;
    background: url(/media/system-files/assets/img/popup-background.png) no-repeat left -99999px;
}
.testiresultBox .testiInfo {
    display: none;
    padding: 5px 10px 8px 10px;
    color: #FFF;
    line-height: 12px;
}
.testiresultBox li:hover .testiDetail {
    position: absolute;
    background-position: right bottom;
    width: 222px;
    height: auto;
    overflow: visible;
    margin: -40px 0 0 -50px;
    padding: 0 7px 7px 0;
}
.LargeBox li:hover .testiDetail {
    width: 354px;
    background-position: right bottom;
}
.testiresultBox li:hover img {
    width: 220px;
    border: solid 1px #FFF;
}
.LargeBox li:hover img {
    width: 352px;
}
.testiresultBox li:hover .testiInfo {
    display: block;
}
.testiPopupContent {
    height: 600px;
    overflow: auto;
}
.testiPopup { display:none; }
.timg { position:relative; }
.timg span {
    bottom: 0;
    font-weight: bold;
    padding-left: 10px;
    position: absolute;
    width: 180px;
    color: #4E4E4E;
}
.timg span p { padding:0;margin:0;display:inline; }
.ttext {
    padding-top: 10px;
    clear: both;
    color: #4E4E4E;
}
.ttext p { padding:0; }

.imageLink { position:relative; }
.lupe {
    background:url(/media/system-files/assets/img/icon_lupe.png);
    bottom: -24px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: 8px;
    text-indent: -10000px;
    width: 24px;
    padding:0 !important;
    margin:0 !important;
}
.top-original-image .thumbnail a,
.image_listing_table .media-left a {
	display: inline-block;
}
.top-original-image .thumbnail a > img {
	margin: initial;
	float: left;
}

/* XS ======================================================== */
@media (max-width: 767px) {
	
	.lupe {display: none;}
	
}

/* SM ======================================================== */
@media (min-width: 768px) and (max-width: 991px) {
	
	.image_listing_table .lupe {
		bottom: 3px;
		left: initial;
		right: 3px;
	}
	.col-sm-5 > .thumbnail .lupe {
		bottom: 8px;
	}
	.text > .col-sm-5 > .thumbnail .lupe {
		bottom: 3px;
	}
	.col-sm-5.pull-right > .thumbnail .lupe {
		right: 8px;
	}
	.col-sm-5.caption > .thumbnail .lupe {
		bottom: 37px;
	}
	.top-full-image .thumbnail a {
		position: relative;
	}
	.top-full-image > .thumbnail .lupe {
		left: 490px;
	    bottom: 3px;
	}
	.top-original-image .thumbnail a {
		position: relative;
	}
	.top-original-image > .thumbnail .lupe {
		left: initial;
		right: 3px;
	    bottom: 3px;
	}
	
}

/* MD ======================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
	
	.image_listing_table .lupe {
		bottom: 3px;
		left: initial;
		right: 3px;
	}
	.col-sm-5 > .thumbnail .lupe {
		bottom: 8px;
	}
	.text > .col-sm-5 > .thumbnail .lupe {
		bottom: 3px;
	}
	.col-sm-5.pull-right > .thumbnail .lupe {
		right: 8px;
	}
	.col-sm-5.caption > .thumbnail .lupe {
		bottom: 37px;
	}
	.top-full-image .thumbnail a {
		position: relative;
	}
	.top-full-image > .thumbnail .lupe {
		left: 533px;
	    bottom: 3px;
	}
	.top-original-image .thumbnail a {
		position: relative;
	}
	.top-original-image > .thumbnail .lupe {
		left: initial;
		right: 3px;
	    bottom: 3px;
	}

}

/* LG ======================================================== */
@media (min-width: 1200px) {
	
	.image_listing_table .lupe {
		bottom: 3px;
		left: initial;
		right: 3px;
	}
	.col-sm-5 > .thumbnail .lupe {
		bottom: 8px;
	}
	.text > .col-sm-5 > .thumbnail .lupe {
		bottom: 3px;
	}
	.col-sm-5.pull-right > .thumbnail .lupe {
		right: 8px;
	}
	.col-sm-5.caption > .thumbnail .lupe {
		bottom: 37px;
	}
	.top-full-image .thumbnail a {
		position: relative;
	}
	.top-full-image > .thumbnail .lupe {
		left: 564px;
	    bottom: 3px;
	}
	.top-original-image .thumbnail a {
		position: relative;
	}
	.top-original-image > .thumbnail .lupe {
		left: initial;
		right: 3px;
	    bottom: 3px;
	}

}



/* Home HR
 * ========================================================== */

.homeHRwidecolumn {
    float: left;
    padding: 10px 0;
    width: 290px;
}
.homeHRwidecolumn.single {
    width: 100%;
}
.homeHRnarrowcolumn {
    float: right;
    padding: 10px 0;
    width: 290px;
    padding-right: 9px
}
.homeHRnarrowcolumn.single {
    float: left;
    width: 50%;
}
.homeHRnarrowcolumn li,
.homeHRnarrowcolumn ul {
    list-style-image: none;
    margin: 0;
}
.homeHRnarrowcolumn h2 {
    background: url("/media/system-files/assets/img/arrow.gif") no-repeat scroll 1px 12px transparent;
    border-bottom: 1px solid #BFC3C8;
    margin-bottom: 1px;
    padding: 5px 0 8px 16px;
    color: #1e2a63;
}
.homeHRnarrowcolumn h2 a {
    color: #1e2a63;
}
.homeHRwidecolumn h1,
.homeHRnarrowcolumn h1 {
    border-bottom: 1px solid #BFC3C8;
    margin-bottom: 2px;
    padding-bottom: 14px;
    padding-left: 0;
}
.contentaccordioncontain {
    padding: 10px 16px
}
.productlisting .productbox {
    margin-top: 10px;
}


/* Popup Box
 * ========================================================== */

#fade {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .70;
    z-index: 80;
}
.popup_block {
    display: none;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 80;
    height: 404px;
}
.popup_block .closepopup {
    background: url(/media/system-files/assets/img/prettyphoto/icon-close.png) no-repeat left top;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -3px;
    top: -10px;
}

/* XS ======================================================= */
@media (max-width: 767px) {
	.popup_block {
	    display: none;
	    float: left;
	    position: fixed;
	    top: 50%;
	    left: 50%;
	 	z-index: 981;
	 	height: 404px;
	}
}

/* SM, MD & LG =============================================== */
@media (min-width: 768px) {
	#fade {
	 	z-index: 800;
	}
	.popup_block {
	 	z-index: 801;
	}
}

/* Worldwide Map
 * ========================================================== */

/*.internationalMap h4 {
    color: #cccccc;
    font-weight: normal;
    text-align: center;
    padding-right: 10px;
    font-size: 14px;
    margin: 4px 0 24px 0
}
.countryBox h4 {
    color: #b1afb0
}*/
.countryBox {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}


.internationalMap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*width: 100px*/
}
.internationalMap ul li {
    vertical-align: top;
    padding-bottom: 3px;
    cursor: pointer;
}
.internationalMap ul li li {
    padding-bottom: 0;
    line-height: 14px;
    background: none;
    padding-left: 0;
}

.internationalMap ul ul {
    margin: 0;
    padding: 0 0 0 7px;
    display: none
}
.internationalMap ul ul a {
    background: none;
}
.internationalMap .column {
    width: 80px;
}

.internationalMap ul li:hover ul {
    display: block;
}
.internationalMap ul li {
		background: url(/media/system-files/assets/img/arrow-map.gif) no-repeat left 4px;
		padding: 0 0 0 7px;
	}


/* XS ======================================================= */
@media (max-width: 1199px) {
	.popup_block > #intMap {
	    display: none ! important;
	}
	.internationalMap .panel-body {
		padding-left: 41px;
	}
	.internationalMap ul li {
		background: url(/media/system-files/assets/img/arrow.gif) no-repeat left 6px;
		padding: 0 0 0 10px;
	}
	.internationalMap .panel-heading {
		padding-left: 5px;
	}
	.internationalMap .panel-title > a {
		padding-left: 0px !important;
	}
	.internationalMap .panel-body {
		padding-left: 21px;
		padding-top: 5px !important;
	}
}

/* SM, MD & LG =============================================== */
@media(min-width: 1200px) {

	.countryList {
	    display: none;
	    min-height: 340px;
		width: 100px;
	}
	.internationalMap {
	    background: #FFF url(/media/system-files/assets/img/map.jpg) no-repeat center 45px;
	    display: block;
	    width: 606px;
		min-height:404px;
		padding: 0;
	}
	.internationalMap .panel {
		width: 200px;
		background-color: transparent;
		border: 0;
		min-height: 297px;
	}
	.internationalMap .panel-heading {
		width: 200px;
		border: 0;
	}
	#sitenav-modal .internationalMap {
		width: 724px;
	}
	#sitenav-modal .internationalMap .panel-heading, 
	#sitenav-modal .internationalMap .panel	{
		width: 238px;
	}
	
	.internationalMap h4 > .glyphicon {
		display: none;
	}
	.countryBox:hover {
    background: url(/media/system-files/assets/img/map-box.png) repeat
	}
	.countryBox:hover .countryList {
		display: block;
	}
	.countryBox h4 {
		text-align: center;
	}
	.countryBox:hover h4 {
		color: #FFF;
	}
	.internationalMap ul li {
		color: #b3bfb8;
		background: url(/media/system-files/assets/img/arrow-map.gif) no-repeat left 4px;
		padding: 0 0 0 7px;
	}
	.internationalMap ul li:hover {
		color: #FFF;
		background-position: 0 -42px;
	}
	.internationalMap ul li:hover a {
    color: #FFF;
    background-position: 0 4px;
	}
	.internationalMap ul li:hover li a {
		color: #b3bfb8;
	}
	.internationalMap ul li a {
		color: #b3bfb8;
	}
	.internationalMap ul li:hover li a:hover {
		color: #FFF;
	}
}





div.infobox .poplight img {
    padding-bottom: 15px;
}
.zonehidden {
    display: none !important;
}
#customerlogin li {
    background: none;
}
.controlnavigation li a.iconlogin span {
    background: url(/media/system-files/assets/img/drop-arrow.png) no-repeat scroll right 3px transparent;
    padding-right: 11px;
}
#customerlogin a {
    color: #4E4E4E;
    background-image: url("/media/system-files/assets/img/arrow.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
}
#customerlogin input {
    width: 130px;
}
.iconlogin {
    display: block;
    float: left;
    padding: 2px
}
#tooltip {
    background-color: #E0E1E3;
    padding: 7px;
    box-shadow: 0 0 3px #333;
    border-radius: 3px;
}
.appr_loc td {
    padding: 0;
}
#appr_matrix {
    width: 600px
}
.tooltip {
    cursor: pointer;
}
#displayDataTable {
    width: 100%;
}
#displayDataTable .rowSpacer {
    background-color: #E0E1E3;
}
#displayDataTable .odd {
    background-color: #EFF0F2;
}
#displayDataTable .even {
    background-color: #fff;
}
#displayDataTable th {
    font-weight: bold;
    color: #444;
}
#displayDataTable td,
#displayDataTable th {
    padding: 8px;
    text-align: left;
}
#displayDataTable .borderRight {
    border-right: 1px #E0E1E3 solid;
}
#displayDataTable .cell {
    text-align: center;
}
#displayDataTable .columnHead {
    text-align: center;
    width: 30px;
}


/* Jobagent
 * ========================================================== */

.jobabo_box {
    margin-bottom: 20px;
    margin-top: 21px;
}
.jobabo_select {
    border: 1px solid #AFB0B2;
    color: #6D6E70;
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    vertical-align: top;
    width: 129px;
}
.jobabo_input {
    border: 1px solid #AFB0B2;
    color: #6D6E70;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    padding: 2px 5px;
    vertical-align: top;
    width: 260px;
}
.jobaboButton {
    line-height: 20px;
}


/* MultiSelect
 * ========================================================== */

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 20px;
}
.ms-choice {
    display: block;
    width: 100%;
    height: 20px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 0 solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
}
.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 0 solid #ddd;
    cursor: default;
}
.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 4px;
    color: #6d6e70;
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 20px;
}
.ms-choice > span.placeholder {
    color: #999;
}
.ms-choice > div {
    position: absolute;
    top: -3px;
    right: -4px;
    width: 20px;
    height: 20px;
    background: url(/media/system-files/assets/img/multiple-select.png) left top no-repeat;
}
.ms-choice > div.open {
    background: url(/media/system-files/assets/img/multiple-select.png) right top no-repeat;
}
.ms-drop {
    /*width: 100%;*/

    overflow: hidden;
    display: none;
    margin-top: 0;
    padding: 0;
    position: absolute;
    z-index: 80;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 80;
}
.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url(/media/system-files/assets/img/multiple-select.png) no-repeat 100% -22px;
    background: url(/media/system-files/assets/img/multiple-select.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url(/media/system-files/assets/img/multiple-select.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url(/media/system-files/assets/img/multiple-select.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url(/media/system-files/assets/img/multiple-select.png) no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url(/media/system-files/assets/img/multiple-select.png) no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url(/media/system-files/assets/img/multiple-select.png) no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.ms-search,
.ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.ms-drop ul {
    overflow: auto !important;
    margin: 0 !important;
    padding: 5px 8px;
}
.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    clear: both;
}
.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}
.ms-drop ul > li.multiple {
    display: block;
    float: left;
}
.ms-drop ul > li.group {
    clear: both;
}
.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}
.ms-drop ul > li label.optgroup {
    font-weight: bold;
}
.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}
.ms-drop .ms-no-results {
    display: none;
}
/* ********************
 * Locations Styling
 * ********************/
 
 .listmenu-locations li a {
    line-height: 20px;
	background: url(/media/system-files/assets/img/arrow.gif) no-repeat left 9px;
}
/* Video Absatz
 * ========================================================== */
 .video-section iframe { width: 100%; }




/* ==========================================================
 * Print CSS
 * ========================================================== */

@media print {

    /* General Overwrites
 	 * ========================================================== */
    
    * {
        margin: 0;
        padding: 0;
    }   
    h1,h2,h3,h4,h5,h6,
    p,pre,blockquote,
    form,fieldset,table,ul {
        margin: 0;
    }    
    .clear {
        clear: both;
    }
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    /* clear fix for floats */
    .clearfix {
        display: inline-block;
    }
    * html .clearfix {
        height: 1%;
    }
    #wrapper {
        float: none;
        padding-top: 0px;
        width: 100%;
    }    
    .alignleft {
        float: left;
    }
    .alignright {
        float: right;
    }
    .alignnone {
        clear: both;
    }    
    img {
        border: 0;
    }



	/* Branding
 	 * ========================================================== */
    body,
    td,
    th {
        font-size: 12px;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
    }
    a[href]:after {
        content: none !important;
    }
    h1#logo {
        float: left;
        width: auto;
        height: 51px;
    }
    h1#logo a {
        display: block;
        width: auto;
        height: 51px;
        text-indent: 0px;
    }
    html {
        background: none ! important;
    }
    body,
    html {
        background: transparent;
    }
    body {
        margin: 0 15px;
    }
    .sectionName {
        border-color: #C8C9CB;
        border-style: solid;
        border-width: 0 1px;
        float: left;
        font-size: 25px;
        line-height: 29px;
        list-style: none outside none;
        margin: -2px 0 0 19px;
        padding: 0 26px;
        position: relative;
    }
    .headercontainer {
        padding: 29px 5px 14px 10px;
        background-image: none;
    }
    .pagemiddle {
        background-image: none;
    }
    .breadcrumb .hidden-xs {
        display: block ! important;
    }
    .breadcrumb .hidden-sm.hidden-md.hidden-lg {
        display: none ! important;
    }
    .widecolumn h2 {
        font-size: 18px;
        color: #FFF;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .widecolumn h3 {
        font-size: 14px;
    }
    .widecolumn h4 {
        font-size: 12px;
    }
    .widecolumn {
        float: none;
        padding-top: 0px;
        width: 100%;
    }
    #navbg,
    #left-column,
    #right-column {
        display: none
    }
    .postboxdetail {
        float: none;
        width: 100%
    }
    .postimgbox span {
        background: #e6e6e6
    }
    .postlinks {
        display: none;
    }
    .back_link {
        display: none;
    }
    .controlnavigation {
        display: none;
    }
    #mainNavigation {
        display: none;
    }
    .innerbanner {
        display: none;
    }
    .printbanner {
        display: block !important;
    }
    #footer {
        display: none;
    }


    /* Enable printing of Bootstrap grid
 	 * ========================================================== */
    .col-print-1,
    .col-print-2,
    .col-print-3,
    .col-print-4,
    .col-print-5,
    .col-print-6,
    .col-print-7,
    .col-print-8,
    .col-print-9,
    .col-print-10,
    .col-print-11,
    .col-print-12 {
        float: left ! important;
        padding: 0 5px ! important;
    }
    .col-print-12 {
        width: 100% ! important;
    }
    .col-print-11 {
        width: 91.66666666666666% ! important;
    }
    .col-print-10 {
        width: 83.33333333333334% ! important;
    }
    .col-print-9 {
        width: 75% ! important;
    }
    .col-print-8 {
        width: 66.66666666666666% ! important;
    }
    .col-print-7 {
        width: 58.333333333333336% ! important;
    }
    .col-print-6 {
        width: 50% ! important;
    }
    .col-print-5 {
        width: 41.66666666666667% ! important;
    }
    .col-print-4 {
        width: 33.33333333333333% ! important;
    }
    .col-print-3 {
        width: 25% ! important;
    }
    .col-print-2 {
        width: 16.666666666666664% ! important;
    }
    .col-print-1 {
        width: 8.333333333333332% ! important;
    }
    /* Bootstrap hat auch die Klassen hidden-print und visible-print mit einer undurchsichtigen Deklarationslogik für display */
    
    .hidden-print-custom,.hpc {
        display: none ! important;
    }
    .visible-print-custom,.vpc {
        display: block ! important;
    }
}
