*:focus {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.powermail_fieldwrap_radio {
    margin-top: 20px;
}

#c1771 h3 {
    display: none;
}

test {
    display: none;
}

html, body {
    height: 100%;
    background-color: #f4f4f4;
    color: #444444;
    font-family: 'Open Sans', sans-serif, 'proxima-nova', 'Roboto';
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

b, strong {
    font-weight: 600;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

iframe {
    margin-top: 60px;
}

a {
    color: #ff8800;
}

a:focus, a:hover {
    color: #ee7700;
}

h1 {
    color: #ff8800;
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 35px;
    margin-top: 75px;
    padding-bottom: 10px;
    font-weight: 300 !important;
}

h1 > span {
    text-align: center;
    display: block;
    font-size: 24px;
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
    text-transform: uppercase;
    color: #555555;
    font-weight: 300 !important;
}

#c2 h1 {
    margin-top: 30px;
}

#c2 {
    margin-bottom: 25px;
}

h2 {
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
    text-align: center;
    border-bottom: 2px solid #c7c7c7;
    padding-bottom: 15px;
    margin-top: 60px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300 !important;

}

h2 > span {
    text-align: center;
    display: block;
    font-size: 22px;
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

h3 {
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
    font-weight: 300 !important;
}

textarea,
input[type="text"] {
    color: #333333;
}

caption {
    text-align: inherit;
}

.align-center {
    text-align: center;
}

/* ######################################## */

/* tx-felogin-pi1 Begin */
.tx-felogin-pi1 input[type="password"],
.tx-felogin-pi1 input[type="text"] {
    padding: 10px;
    border: 0px;
    border-radius: 0;
}

.tx-felogin-pi1 input[type="submit"] {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
    border: 0px;
    color: #fff;
    background-color: #FF8800;
}

.tx-felogin-pi1 > h3 {
    display: none;
}

.tx-felogin-pi1 > div {
    display: none;
}

.tx-felogin-pi1 legend {
    display: none;
}

.tx-felogin-pi1 fieldset > div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.tx-felogin-pi1 fieldset > legend + div {
    /*display: none;*/
}

.tx-felogin-pi1 > form > fieldset > div > input,
.tx-felogin-pi1 > form > fieldset > div > label {
    width: 100%;
}

/* tx-felogin-pi1 End */

#loginOverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 20px;
    z-index: 99999;
}

#loginOverlay > div > span {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 30px;
    color: #ff8800;
}

#loginOverlay > div > span > a {
    padding: 20px;
}

#loginOverlay label {
    color: #ffffff;
}

#c1316 {
    width: 300px;
    padding: 15px;
    background-color: #e6e6e6;
    display: inline-block;
}

/* Link List Begin */
.link-list {
    margin-top: 50px;
    margin-bottom: 50px;
}

.link-list-icon {
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

.link-list-icon-orange path {
    fill: #ff8800;
}

.link-list-icon-owa-blue path {
    fill: #0072C6;
}

.link-list-icon-ba-blue path {
    fill: #005aa0;
}

.link-list-icon-ap-blue path {
    fill: #319fd7;
}

.link-list-icon-sp-blue path {
    fill: #0070c8;
}

.link-list-icon-jira-blue path {
    fill: #205081;
}

.link-list-icon-db-blue path {
    fill: #007ee5;
}

.link-list-icon-kyk-blue path {
    fill: #253350;
}

.link-list-icon-mw-blue path {
    fill: #005288;
}

.link-list-icon-sf-blue path {
    fill: #0070d2;
}

.link-list > a:hover > .row {
    background-color: #eeeeee;
}

.link-list > a > .row {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b1b1b1;
    line-height: 36px;
}

.link-list > a:last-child > .row {
    border-bottom: 0px;
}

.link-list > a > .row > .col-xs-2 {
    text-align: center;
}

/* Link List End */

/* Link List Big Begin */
.link-list-big h3 {
    margin: 0;
    margin-top: 0 !important;
    border: 0;
    padding: 0;
    color: inherit;
}

.link-list-big a,
.link-list-big a:active,
.link-list-big a:focus,
.link-list-big a:hover,
.link-list-big a:visited {
    color: #444444;
    transition: color 1s;
    text-decoration: none;
}

.link-list-big a:hover {
    color: #ff8800;
}

.link-list-big a path {
    fill: #666666;
    transition: fill 1s;
}

.link-list-big a:hover path {
    fill: #ff8800;
}

/* Link List Big End */

/* Download List Begin */
.download-list span.img {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    width: 42px;
    height: 42px;
    display: inline-block;
}

.download-list span.img img {
    position: relative;
    top: -3px;
    left: 2px;
}

.download-list-row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #cccccc;
}

.download-list-row:last-child {
    border-bottom: 0px solid #cccccc;
}

.download-list-row .col-sm-4 {
    padding-top: 8px;
}

.download-list-row:before,
.download-list-row:after {
    content: " ";
    display: table;
}

.download-list-row:after {
    clear: both;
}

/* Download List End */

.mm-page {
    position: relative;
}

.mandatory {
    color: #ff8800;
}

.mfp-wrap {
    z-index: 3001;
}

.mfp-bg {
    z-index: 3000;
}

div[id^="c"][class^="col-"] {
    margin-bottom: 20px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background-color: transparent;
}

.news-minimal {
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 10px;
}

.container.content ul {
    list-style: none;
    padding: 0px;
}

.container.content li {
    position: relative;
    padding-left: 30px;
}

.container.content li:before {
    content: "\00BB";
    padding-left: 10px;
    padding-right: 10px;
    color: #ff8800;
    position: absolute;
    left: 0;
}

.container.content .pagination > li {
    position: static;
    padding-left: 0px;
}

.container.content .pagination > li:before {
    content: initial;
    position: static;
    padding-left: 0px;
}

.jumbotron {
    color: #ffffff;
}

.btn {
    border-radius: 0px;
}

.btn-default,
.btn-primary {
    border-color: transparent;
}

.btn-default:hover,
.btn-primary:hover {
    border-color: transparent;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    border-color: transparent;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.mm-page {
    height: 100%;
}

.wrap {
    min-width: 300px;
    min-height: 100%;
    height: auto;
    padding-bottom: 726px;
    margin-bottom: -726px;
}

.dropdown {
    background-color: #ffffff;
}

.container.header-large {
    display: none;
}

.container.header-small {
    padding: 0px;
}

.container.header-small > .row {
    margin: 0px;
}

.container.header-small > .row > div {
    padding: 0px;
}

.logo-lg {
    margin: 20px 0px;
}

#logo-sm {
    margin: 10px 0px;
}

.csc-textpic-center {
    text-align: center;
}

.mm-opened .navbar-fixed-top {
    visibility: hidden;
}

.navbar-fixed-top {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#open-nav,
#open-nav:active,
#open-nav:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    border-left: 1px solid #c7c7c7;
    margin: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#open-nav > span {
    color: #ff8800;
    font-size: 26px;
}

em.mm-counter + a.mm-next {
    padding-left: 70px;
}

.container.header {
    width: 100%;
    max-width: 1600px;
    padding: 0px;
}

.bx-wrapper {
    position: relative;
    z-index: 1;
}

.container.header .row {
    margin: 0px;
}

.container.header .col-md-12 {
    padding: 0px;
}

.content .row {
    margin-bottom: 30px;
}

.subpages {
    margin-top: 60px;
    margin-bottom: 30px;
}

.footer {
    color: white;
}

.footer-light-grey {
    background-color: #b1b1b1;
    text-transform: uppercase;
    padding: 35px 0px;
    padding-bottom: 20px;
    font-size: 18px;
}

.footer-light-grey input {
    width: 100%;
}

.footer-light-grey input[type="text"] {
    padding: 10px;
    border: 0px;
    border-radius: 0;
}

.footer-light-grey input[type="submit"] {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
    border: 0px;
}

.footer-grey {
    background-color: #777777;
    padding: 90px 0px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/Resources/Public/Images/Graphics/qm-world.png);
}

#footer-newsletter > div {
    margin-bottom: 15px;
}

label {
    font-weight: normal;
    font-size: 14px;
}

#mc_embed_signup .mc-field-group select {
    margin-bottom: 0 !important;
}

.parsley-errors-list {
    list-style: none;
    padding: 0;
}

.parsley-errors-list > li {
    font-weight: 300;
    color: #ffffff;
    background-color: #ff8800;
    font-size: 14px;
    margin: 0 0 1em 0;
    padding: 5px 10px !important;
}

#c449 label, #c3664 label, #c3735 label {
    display: none;
}

#c449 legend, #c3664 legend, #c3735 legend {
    display: none;
}

#c449 fieldset > div, #c3664 fieldset > div, #c3735 fieldset > div {
    margin-bottom: 10px;
}

#powermail_field_nachricht_01 {
    resize: none;
}

#c449 .powermail_fieldwrap_15 {
    text-align: right;
}

#c449 .powermail_submit, #c3664 .powermail-submit, #c3735 .powermail-submit {
    /*float: right;*/
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #ff8800;
    border: 0px;
    padding: 10px;
}

#c449 input, #c3664 input, #c3735 input {
    font-size: 18px;
}

#c449 input[type="text"], #c3664 input[type="text"], #c3735 input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 0px;
}

#c449 textarea, #c3664 textarea, #c3735 textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 0px;
    font-size: 18px;
    margin-bottom: -6px;
}

.footer-dark-grey {
    background-color: #555555;
    text-align: center;
    padding: 35px 0px;
}

.footer-dark-grey ul {
    padding-left: 0px;
    list-style-type: none;
}

.footer-dark-grey ul > li {
    display: inline-block;
}

.footer-dark-grey ul > li + li:before {
    content: "|";
    padding: 0 5px;
}

.header-search {
    width: 200px;
    float: right;
}

.mobile-search {
    width: 100%;
}

.mobile-search > input,
.header-search > input {
    border-radius: 0;
    border: 0 solid #eeeeee;
    background-color: #eeeeee;
    color: #333333;
}

.mobile-search > input:focus,
.header-search > input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.mobile-search > span > button,
.header-search > span > button {
    border-radius: 0;
    border: 0;
    padding: 7px 12px;
    background-color: #eeeeee;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.mobile-search > span > button:hover,
.header-search > span > button:hover {
    background-color: #eeeeee;
}

.mobile-search > span > button:focus,
.header-search > span > button:focus {
    background-color: #eeeeee;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.dropdown {
    width: 100%;
}

.dropdown ul {
    padding-left: 0px;
}

.navbar {
    margin-bottom: 0px;
    border: 0px;
}

.navbar-fixed-top .logo-lg {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.navbar-fixed-top {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-bottom: 0px solid #c7c7c7;
}

.navbar-fixed-top .logo-lg img {
    width: 225px;
    height: 60px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.navbar-fixed-top.smaller {
    border-bottom: 2px solid #c7c7c7;
}

.navbar-fixed-top.smaller .logo-lg {
    margin: 10px 0px;
}

.navbar-fixed-top.smaller .logo-lg img {
    width: 188px;
    height: 50px;
}

#mobile-nav:not(.mm-menu) {
    display: none;
}

.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: #ff8800;
}

#mobile-nav {
    border-right: 1px solid #dddddd;
}

.language-menu {
    display: inline-block;
    float: right;
    margin: 13px 0px 3px;
    border-left: 1px solid #c7c7c7;
    padding-left: 10px;
    margin-left: 5px;
}

.language-mobile span a,
.language-mobile span a:active,
.language-mobile span a:hover,
.language-mobile span a:visited,
.language-mobile span a:focus,
.language-menu span a,
.language-menu span a:active,
.language-menu span a:hover,
.language-menu span a:visited,
.language-menu span a:focus {
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
    margin: -5px;
}

.language-mobile span,
.language-menu span {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
    margin-left: 4px;
}

.language-mobile span.no,
.language-menu span.no {
    background-color: #6f6f6e;
}

.language-mobile span.act,
.language-menu span.act {
    background-color: #ff8800;
}

#navbar-margin {
    height: 74px;
}

.nav-form {
    position: relative;
}

.nav-form > div > button {
    padding: 14px 12px 15px;
}

.nav-form > div > button:active,
.nav-form > div > button:focus {
    background-color: transparent;
}

.nav-form > div {
    display: inline-block;
    float: right;
}

.nav-form > div > div {
    position: absolute;
    background-color: #e6e6e6;
    right: 0px;
    padding: 15px;
    width: 100%;
}

/*
	Prictogram Begin
*/
.pictogram > .row > div {
    margin-bottom: 30px;
}

.pictogram > .row > div > div {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.pictogram .pictogram-text,
.pictogram .pictogram-image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.pictogram .pictogram-image {
    background-color: #b1b1b1;
    color: #000000;
    opacity: 1;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.pictogram .pictogram-text {
    background-color: #ff8800;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.pictogram .pictogram-text > div,
.pictogram .pictogram-image > div {
    display: table;
    width: 100%;
    height: 100%;
}

.pictogram .pictogram-text > div > div,
.pictogram .pictogram-image > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.pictogram .pictogram-text > div > div > span {

}

.pictogram .pictogram-image > div > div > img {

}

/*
	Pictogram End
*/
/*
	Global Partner Network Begin
*/
.partner-filter .message-div {
    display: none;
    margin-bottom: 15px;
}

.partner-filter > .col-sm-4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.gpn-list-item {
    margin-bottom: 20px;
    text-align: center;
    line-height: normal;
}

.gpn-list-item-inner {
    background: #ffffff;
}

.gpn-list-item-inner div {
    display: table;
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
}

.gpn-list-item-inner div > p {
    display: table-cell;
    vertical-align: middle;
    height: 85px;
    padding: 15px 0px;
}

/*
	Global Partner Network End
*/
/*
	Projects Begin
*/
.project-content-1-image {
    margin-bottom: 20px;
}

.content-2-text,
.content-2-image {
    margin-bottom: 20px;
}

.project-filter {
    margin-top: 30px;
}

.project-filter .col-sm-4 {
    margin-bottom: 15px;
}

.project-filter .message-div {
    display: none;
    margin-bottom: 15px;
}

.project-technical_information {
    text-align: center;
}

.project-list-categories > div {
    position: relative;
    display: inline-block;
    margin: 7.5px;
    width: 150px;
    height: 50px;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1px;
    overflow: hidden;
    color: #ffffff;
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
}

.project-list-categories > div > div {
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.project-list-categories > div.consulting-development {
    background-color: #ea5a34;
}

.project-list-categories > div.service-support {
    background-color: #39b297;
}

.project-list-categories > div.systemintegration {
    background-color: #3c95d2;
}

.project-list-categories > div.professional-products {
    background-color: #e5007e;
}

.project-list-categories > div.rental-solutions-services {
    background-color: #f9b44d;
}

.project-list-item {
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
}

.project-list-item > a > div > span {
    display: block;
    line-height: 20px;
}

.project-list-item > a > div > span:first-child {
    font-size: 16px;
}

.project-list-item > a > div {
    color: #ffffff;
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 15px 8px;
    margin: 0px 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75))); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}

.project-list-item > a > span {
    color: #ffffff;
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 8px;
    margin: 0px 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}

.project-product-list {
    margin-bottom: 90px;
}

.cross-selling-header > span {
    display: block;
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
    text-align: center;
    border-bottom: 1px solid #8f8f8e;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
}

.cross-selling-footer {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*
	Projects End
*/
/*
	Timeline Begin
*/
.container.content .timeline li {
    padding-left: 0px;
}

.container.content .timeline li:before {
    content: none;
    padding-left: 0px;
    padding-right: 0px;
    color: transparent;
    position: static;
}

.timeline {
    margin-left: -25px;
}

/*
	Timeline End
*/
/*
	Small Images Begin
*/
.s-image {
    position: relative;
    margin-bottom: 30px;
}

.s-image div > span {
    display: block;
    line-height: 20px;
}

.s-image div > span:first-child {
    font-size: 16px;
}

.s-image div {
    color: #ffffff;
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 15px 8px;
    margin: 0px 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75))); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}

/*
	Small Images End
*/
/*
	Image Grid Begin
*/
.image-grid {
    margin-bottom: 0px;
}

.image-grid > div {
    margin-bottom: 30px;
}

.image-grid > div.clearfix {
    margin-bottom: 0px;
}

.image-grid > div > a > img {
    margin-bottom: 0px !important;
}

.image-grid-caption {
    background: #ffffff;
    padding: 10px;
    margin: 0px;
    width: 100%;
    border: 1px solid #c7c7c7;
    border-top: 0px;
    font-size: 13px;
}

/*.image-grid-caption {
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 20px 8px;
	margin: 0px 15px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}*/
/*
	Image Grid End
*/
/*
	Head Navigation Obverlay Begin
*/
.navbar.navbar-colapse {
    /*z-index: 11;*/
    background-color: #ffffff;
}

#darken {
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.header-large .col-md-9 {
    position: static;
}

.header-large > .row:last-child {
    border-top: 1px solid #eeeeee;
}

.header-large > .row:last-child > .col-md-9 {
    padding-left: 0px;
}

.header-large > .row:last-child > .col-md-3 {
    /*padding-right: 0px;*/
}

ul#main-nav > li {
    position: static;
}

ul#main-nav a,
ul#main-nav a:link,
ul#main-nav a:visited {
    color: #555555;
    font-weight: normal;
}

ul#main-nav li.cur > a,
ul#main-nav li.cur > a:link,
ul#main-nav li.cur > a:visited {
    color: #ff8800;
}

ul#main-nav li.act > a,
ul#main-nav li.act > a:link,
ul#main-nav li.act > a:visited {
    color: #ff8800;
}

ul#main-nav a:hover,
ul#main-nav a:active {
    color: #ff8800;
}

div.nav-overlay {
    position: absolute;
    top: 151px;
    left: 0;
    /*background-color: rgba(128, 0, 0, 0.95);*/
    background-color: #eeeeee;
    /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.45);*/
    /*padding: 10px;*/
    width: 100%;
    /*max-width: 1230px;*/
    z-index: 980;
    /*list-style-type: none;*/
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.smaller div.nav-overlay {
    top: 121px;
}

div.nav-overlay > .container {
    padding: 0px;
}

ul.nav-overlay {
    width: 100%;
    /*max-width: 1230px;*/
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none;
}

ul.nav-overlay > li {
    /*float: left;*/
    display: inline-table;
    padding: 10px;
    border: 0 !important;
    width: 20%;
    font-weight: 600;
}

ul.total-menues-3 > li {
    width: 33%;
}

ul.total-menues-4 > li {
    width: 25%;
}

ul.total-menues-5 > li {
    width: 20%;
}

ul.total-menues-6 > li {
    width: 33.333333333%;
}

ul.nav-overlay > li a,
ul.nav-overlay > li a:link,
ul.nav-overlay > li a:visited {
    text-transform: none;
    text-decoration: none;
    padding: 0px;
    background-color: transparent !important;
    display: block;
    color: #333333;
}

ul.nav-overlay > li a:active,
ul.nav-overlay > li a:hover {
    /*font-weight: bold;*/
    color: #ff8800;
}

ul.nav-sub {
    padding: 0;
    margin-top: 7px;
    list-style-type: none;
}

ul.nav-sub > li {
    border: 0 !important;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;
}

ul.nav-sub > li:before {
    color: #FFFFFF;
}

.nav-overlay h3 {
    border-bottom: 1px dotted #ffffff;
    padding-bottom: 15px;
    letter-spacing: 0;
}

.nav-overlay h3 a {
    text-transform: uppercase !important;
    font-weight: 600;
}

ul.nav-overlay ul {
    display: block;
}

/*
	Head Navigation Obverlay End
*/
/* News */
#news-back {
    margin-bottom: 20px;
}

.news-category-filter {
    margin-bottom: 30px;
}

.news-list-item {

}

span.news-list-category + span.news-list-category:before {
    content: ', ';
    margin-left: -4px;
}

.news-list-item .news-item-image {

}

.news-list-item .news-item-text {
    margin-bottom: 17px;
}

.news-list-item .news-item-title {
    text-transform: uppercase;
    font-size: 19px;
    color: #ff8800;
}

.news-list-item .news-item-teaser {

}

.news-list-item .news-item-footer {
    font-size: 12px;
    margin-top: -17px;
    margin-bottom: 30px;
    line-height: normal;
}

.news-item-wrap {
    background-color: #ffffff;
}

.news-item-files {
    margin-bottom: 25px;
}

.news-item-files h4 {
    margin-top: 0px;
}

.news-item-files ul > li:before {
    content: none !important;
}

.news-item-files ul > li {
    padding-left: 0 !important;
}

.news-item-files ul > li img {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.news-list-flex {

}

.news-list-item-flex {
    margin-bottom: 30px;
    max-width: 100%;
}

#c459 {
    display: none;
}

.c-slider {
    padding-left: 0px;
    list-style-type: none;
}

.c-slider > li {
    position: relative;
}

.c-slider > li > a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.c-slider > li > div {
    position: absolute;
    bottom: 15px;
    right: 0px;
    left: 0px;
}

.c-slider > li > div > div > p > span.head {
    text-transform: uppercase;
    font-size: 34px;
    padding: 10px;
    color: #ffffff;
    font-weight: 600;
}

.c-slider > li > div > div > p > span.sub {
    background-color: #f4f4f4;
    font-size: 20px;
    padding: 10px;
}

.c-pager {
    display: none;
    table-layout: fixed;
    margin-bottom: 60px;
    width: 100%;
}

.c-pager > a {
    color: #6f6f6e;
    display: table-cell;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

.c-pager > a:first-child {
    padding-left: 0px;
}

.c-pager > a:last-child {
    padding-right: 0px;
}

.c-pager > a:hover,
.c-pager > a:link,
.c-pager > a:visited,
.c-pager > a:active {
    text-decoration: none;
}

.c-pager > a > span {
    display: block;
    height: 75px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    position: relative;
    background-color: #f4f4f4;
}

.c-pager > a > span:before {
    content: '';
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    border-top-width: 2px;
    border-top-style: solid;
}

.c-pager > a.active > span:before,
.c-pager > a:hover > span:before {
    border-top-width: 15px;
}

.c-pager > a > span.red:before {
    border-top-color: #ea5a34;
}

.c-pager > a > span.blue:before {
    border-top-color: #3c95d2;
}

.c-pager > a > span.green:before {
    border-top-color: #39b297;
}

.c-pager > a > span.magenta:before {
    border-top-color: #e5007e;
}

.c-pager > a > span.yellow:before {
    border-top-color: #f9b44d;
}

.c-pager > a > span.orange:before {
    border-top-color: #ff8800;
}

span.head.red {
    background-color: #ea5a34;
}

span.head.blue {
    background-color: #3c95d2;
}

span.head.green {
    background-color: #39b297;
}

span.head.magenta {
    background-color: #e5007e;
}

span.head.yellow {
    background-color: #f9b44d;
}

span.head.orange {
    background-color: #ff8800;
}

.teaser-element .headline {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.teaser-element .headline > a {
    color: #6f6f6e;
    text-decoration: none;
}

.teaser-element.col-sm-12 > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.login-message {

}

.logout {
    margin-top: 25px;
}

.nav-form > div > button.close {
    padding: 0px;
}

.contenttable {
    margin-bottom: 30px;
}

.b-image {
    display: none;
    margin-top: 60px;
}

.b-image > .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px 15px 25px;
    margin: 0 15px;
    color: #ffffff;
    font-size: 34px;
    padding-top: 25px;
    font-weight: lighter;
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
    text-transform: uppercase;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* IE10+ */
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.b-image > .text > span {
    display: block;
    line-height: normal;
}

.b-image > .text > span:first-child {
    font-size: 22px;
}

.b-image > .overlay {
    margin-left: 15px;
    margin-right: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.b-image > .link {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px 15px 15px;
    margin: 0 15px;
    text-align: right;
    text-transform: uppercase;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75))); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}

.s-image {
    margin-bottom: 15px;
}

.table-cd {
    table-layout: fixed;
    margin-top: 30px;
    margin-bottom: 30px;
}

.table-cd .td-0 {
    font-size: 13px;
}

.table-cd th {
    background-color: #6f6f6e;
    color: #f4f4f4;
    font-size: 13px;
}

.table-cd th,
.table-cd td {
    width: 48px;
    vertical-align: middle !important;
    text-align: center;
}

.table-cd td {
    color: #ff8800;
}

.table-cd th:first-child,
.table-cd td:first-child {
    width: auto;
    vertical-align: top;
    text-align: left;
}

.table-cd td:first-child {
    color: #6f6f6e;
}

.table-ul {
    table-layout: fixed;
}

.table-ul th {
    background-color: #6F6F6E;
    color: #f4f4f4;
    text-align: center;
}

.table-ul tr > td {
    padding-bottom: 60px !important;
    position: relative;
}

.table-ul tr > td > a.btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

/* Info Box */
.info-box {
    background-color: #777777;
    background-image: url("/fileadmin/Resources/Public/Images/Graphics/Q-half.png");
    padding: 25px;
    color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
}

.info-box > h3 {
    margin-top: 0;
}

/* Info Box */
/* Table Matrix Begin */
/*.table-matrix {
	display: none;
	max-width: 720px;
	width: 100% !important;
	max-width: 100% !important;
	font-size: 14px;
	text-align: center;
	border-spacing: 2px;
	border-collapse: separate;
	table-layout: fixed;
	color: #000000;
	margin-top: 60px;
}
.table-matrix td {
	height: 50px;
	background-color: #e6e6e6;
	position: relative;
	cursor: pointer;
}
.table-matrix td > span {
	font-size: 24px;
}
.table-matrix td > div {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 15px;
	padding-right: 45px;
	color: #f4f4f4;
}
.table-matrix .glyphicon-info-sign {
	color: #000000;
}
.table-matrix td > div > button {
	position: absolute;
	top: 34px;
	right: 15px;
	z-index: 11;
}
.table-matrix td > div > button > span {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 11;
	color: #ffffff;
}
.table-matrix .tr-0 > td {
	background-color: #b1b1b1;
}
.table-matrix tr > .td-0 {
	background-color: #b1b1b1;
}
.table-matrix .tr-0 > .td-0 {
	background-color: transparent;
}
/* Table Matrix End */
/* Table Matrix v2 Begin */
#c1383,
#c554 {
    display: none;
}

.table-matrix {
    display: none;
    width: 100%;
    font-size: 14px;
    text-align: center;
    border-spacing: 2px;
    border-collapse: separate;
    table-layout: fixed;
    color: #000000;
    max-width: 100% !important;
    margin-top: 60px;
}

.table-matrix tr > td {
    height: 50px;
    background-color: #e6e6e6;
}

.table-matrix tr > td.active {
    background-color: #ea5a34;
}

.table-matrix tr > td > span {
    font-size: 24px;
}

.table-matrix .tr-0 > td {
    background-color: #b1b1b1;
}

.table-matrix tr > .td-0 {
    background-color: #b1b1b1;
}

.table-matrix .tr-0 > .td-0 {
    background-color: transparent;
}

.table-matrix-overlay {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 15px;
    padding-right: 35px;
}

.table-matrix-overlay > button {
    position: absolute;
    color: #ffffff;
    top: 5px;
    right: 10px;
}

.table-matrix-overlay .close,
.table-matrix-overlay .close > span {
    opacity: 1;
}

.table-matrix-overlay .close:hover,
.table-matrix-overlay .close > span:hover {
    color: #ffffff;
}

.submenu {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.submenu > a {
    color: #6f6f6e;
    display: table-cell;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

.submenu > a:first-child {
    padding-left: 0px;
}

.submenu > a:last-child {
    padding-right: 0px;
}

.submenu > a:hover,
.submenusubmenu > a:link,
.submenu > a:visited,
.submenu > a:active {
    text-decoration: none;
}

.submenu > a > span {
    display: block;
    height: 75px;
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    position: relative;
    background-color: #f4f4f4;
}

.submenu > a > span:before {
    content: '';
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    height: 0;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    border-top-width: 2px;
    border-top-style: solid;
}

.submenu > a.active > span:before,
.submenu > a:hover > span:before {
    border-top-width: 15px;
}

.submenu > a > span.red:before {
    border-top-color: #ea5a34;
}

.submenu > a > span.blue:before {
    border-top-color: #3c95d2;
}

.submenu > a > span.green:before {
    border-top-color: #39b297;
}

.submenu > a > span.magenta:before {
    border-top-color: #e5007e;
}

.submenu > a > span.yellow:before {
    border-top-color: #f9b44d;
}

.submenu > a > span.orange:before {
    border-top-color: #ff8800;
}

/* Table Matrix v2 End */
.direct-contact-box {
    padding: 15px;
    background-color: #ff8800;
    color: #ffffff;
    background-image: url("/fileadmin/Resources/Public/Images/Graphics/Hintergrund-Kontaktbox-Q.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
    /*margin-top: 60px;*/
}

.direct-contact-box .headline {
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
    font-size: 30px;
    margin: 0px;
}

.direct-contact-box .phone {
    font-family: 'Roboto Condensed', "proxima-nova-condensed", sans-serif;
    font-size: 32px;
}

.direct-contact-box .text {
    margin-top: 30px;
    margin-bottom: 0;
}

.direct-contact-box .mail {
    margin-bottom: 0;
}

.direct-contact-box a,
.direct-contact-box a:active,
.direct-contact-box a:hover,
.direct-contact-box a:visited,
.direct-contact-box a:focus {
    color: #ffffff;
    text-decoration: none;
}

.submenu {
    display: none;
}

/* News Begin */
.news-item-image {

}

.news-item-gallery:empty {
    display: none;
}

.news-item-gallery {
    margin-bottom: 30px;
}

.news-item-gallery > div {
    margin-bottom: 30px;
}

.news-item-gallery > div.clearfix {
    margin-bottom: 0px;
}

/* News End */

.social_share_privacy_area {
    float: right;
    width: auto;
}

.social_share_privacy_area li:before {
    content: initial !important;
    position: static !important;
    padding-left: 0px !important;
}

.social_share_privacy_area .settings_info {
    display: none !important;
}

.social_share_privacy_area .info {
    display: none !important;
}

.social_share_privacy_area .help_info {
    margin-left: 10px !important;
    height: 25px;
}

.social_share_privacy_area .facebook {
    width: 92px !important;
}

.social_share_privacy_area .twitter {
    width: 88px !important;
}

.social_share_privacy_area li div.tweet {
    width: 55px !important;
}

.social_share_privacy_area .gplus {
    width: 66px !important;
}

.social_share_privacy_area li div.gplusone {
    width: 33px !important;
    overflow: hidden;
}

#infscr-loading {
    display: none !important;
}

/* PACE Begin*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 200px;
    background: #fff;
    border: 1px solid #ff8800;
    overflow: hidden;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 200px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #ff8800;
}

.pace.pace-inactive {
    display: none;
}

.navbar {
    z-index: 1999;
}

/* PACE End*/
/* Ticker Begin */
.c-ticker > li {
    padding-left: 0 !important;
}

.c-ticker > li:before {
    content: '' !important;
    position: static !important;
    padding-left: 0px !important;
}

.c-ticker-wrap {
    margin-bottom: 30px;
}

.c-ticker + .lSAction {
    display: none !important;
}

.lSPager,
    /*.lSAction,*/
.s-slider-wrap .bx-controls {
    display: none !important;
}

/* Ticker End */
/* Simple Slider Begin */
.s-slider > li {
    padding-left: 0 !important;
}

.s-slider > li:before {
    content: '' !important;
    position: static !important;
    padding-left: 0px !important;
}

.s-slider-wrap {
    margin-bottom: 0px;
}

.s-slider + .lSAction {
    display: none !important;
}

.lSPager,
    /*.lSAction,*/
.s-slider-wrap .bx-controls {
    display: none !important;
}

/* Simple Slider End */

/* Accordion Begin*/
.ui-accordion-content {
    margin: 0;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #c7c7c7;
    border-top-color: #dddddd;
}

.ui-accordion-header {
    padding: 15px;
    margin: 0;
    border: 1px solid #c7c7c7;
    margin-top: -1px;
    margin-bottom: -1px;
    cursor: pointer;
}

.ui-accordion-header:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    font-size: 18px;
    padding-right: 10px;
}

.ui-accordion-header.ui-state-active {
    border-bottom-color: #dddddd;
}

.ui-accordion-header.ui-state-active:before {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
}

/* Accordion End*/

/* Powermail Begin */
.powermail_form_14 > h3,
.powermail_form_6 > h3,
.powermail_form_10 > h3 {
    display: none;
}

.news-item-content-element > div,
.news-item-content-element #c1428 {
    margin-bottom: 25px;
}

.news-item-content-element .powermail_fieldwrap {
    margin-bottom: 10px;
}

.news-item-content-element .powermail_fieldwrap_input > label,
.news-item-content-element .powermail_fieldwrap_select > label,
.news-item-content-element .powermail_fieldwrap_input > input,
.news-item-content-element .powermail_fieldwrap_select > select {
    width: 100%;
}

.powermail_create {
    margin-bottom: 60px;
}

.powermail_label {
    margin-top: 15px;
}

.powermail_radio_legend,
.powermail_check_legend {
    display: inherit;
    width: auto;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    border-bottom: 0px;
}

/* Powermail End */

/* Indexed Search Begin */
.tx-indexedsearch-searchbox input {
    width: 100%;
}

.tx-indexedsearch-searchbox input[type=text] {
    display: block;
    padding: 8px 0;
    text-indent: 2%;
    width: 100%;
    border-radius: 0;
    border: 1px solid #999;
}

.tx-indexedsearch-searchbox input[type=submit] {
    border: 0 none;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ff8800;
    color: #fff;
    border-radius: 0;
}

.tx-indexedsearch-whatis,
.tx-indexedsearch-browsebox > p {
    display: none;
}

.tx-indexedsearch-searchbox .col-sm-2,
.tx-indexedsearch-searchbox .col-sm-10 {
    margin-bottom: 30px;
}

.tx-indexedsearch-res > .tx-indexedsearch-res > table {
    width: 100%;
}

.tx-indexedsearch-browsebox {
    text-align: center;
}

/* Indexed Search End */

#c1378 {
    margin-top: 75px;
}

/* getShopProducts Begin */
#c1488 .lSSlideWrapper {
    width: calc(100% - 60px);
    margin: 0 auto;
}

#c1488 .lSAction > .lSPrev {
    z-index: 1500;
    font-size: 200%;
    color: #ff8800;
    background-image: none;
}

#c1488 .lSAction > .lSNext {
    z-index: 1500;
    font-size: 200%;
    color: #ff8800;
    background-image: none;
}

#c1488 .lSAction > .lSPrev > span {

}

#c1488 .lSAction > .lSNext > span {

}

#c1488 .lSAction > a:hover {
    opacity: 0.65;
}

#shop-products {
    margin-bottom: 20px;
}

#shop-products > div.shop-products-item {
    background: #ffffff;
    border: 2px solid #c7c7c7;
    position: relative;
}

#shop-products > div.shop-products-item > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#shop-products > div.shop-products-item > div.shop-products-item-image {
    /*display: table-cell;
    vertical-align: middle;*/
    padding: 10px;
    padding-bottom: 0px;
    text-align: center;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

#shop-products > div.shop-products-item > div.shop-products-item-image > img {
    max-height: 100%;
    width: 100%;
}

#shop-products > div.shop-products-item > div.shop-products-item-text {
    position: relative;
    padding: 10px;
    padding-bottom: 55px;
    background: linear-gradient(#ffffff 10%, #c7c7c7 90%);
}

#shop-products > div.shop-products-item > div.shop-products-item-text > b {
    display: block;
}

#shop-products > div.shop-products-item > div.shop-products-item-text > p {
    font-size: 14px;
}

#shop-products > div.shop-products-item > div.shop-products-item-text > div.shop-products-item-price {
    position: absolute;
    bottom: 5px;
    right: -2px;
    left: -2px;
    font-size: 13px;
    line-height: 18px;
}

#shop-products > div.shop-products-item > div.shop-products-item-text > div.shop-products-item-price > span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 70%;
    text-align: right;
    padding: 5px;
    background: #ff8800;
    color: #ffffff;
}

#shop-products > div.shop-products-item > div.shop-products-item-text > div.shop-products-item-price > small {
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
}

#shop-products + .lSAction > .lSPrev {
    top: 0;
    bottom: 20px;
    left: 0;
    margin-top: 0;
    width: 50px;
    height: auto;
    z-index: 1500;
    font-size: 200%;
    color: #ffffff;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}

#shop-products + .lSAction > .lSNext {
    top: 0;
    bottom: 20px;
    right: 0;
    margin-top: 0;
    width: 50px;
    height: auto;
    z-index: 1500;
    font-size: 200%;
    color: #ffffff;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1); /* IE6-9 */
}

#shop-products + .lSAction > .lSPrev > span {
    top: 50%;
    position: absolute;
    left: 7px;
}

#shop-products + .lSAction > .lSNext > span {
    top: 50%;
    position: absolute;
    right: 7px;
}

.lSAction > a:hover {
    opacity: 0.65;
}

/* getShopProducts End */

.rss_reader_even {
    background-color: #e4e4e4;
    margin: 0px;
    padding: 15px 0px;
}

.rss_reader_odd {
    margin: 0px;
    padding: 15px 0px;
}

/* IE SVG Fix Begin */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src*=".svg"] {
        width: 100%;
    }
}

/* IE SVG Fix End */

/* ######################################### Mobile Layout ######################################### */
@media (max-width: 767px) {
    .gpn-list-item {
        width: 100%;
    }

    h3 {
        font-size: 22px;
    }
}

/* ######################################### Desktop Small Only Layout ######################################### */
@media (min-width: 992px) and (max-width: 1199px) {
    .gpn-list-item {
        width: 16.6666%;
    }

}

/* ######################################### Tablet Layout ######################################### */
@media (min-width: 768px) {
    .tx-indexedsearch-searchbox .tx-indexedsearch-form {
        width: 89%;
    }

    .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
        width: 10%;
    }

    #c2 h1 {
        margin-top: 0px;
    }

    .footer-grey {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    #c459 {
        display: inherit;
    }

    /* Table Matrix Begin */
    #c1383,
    #c554,
    .table-matrix {
        display: table;
    }

    /* Table Matrix End */
    .teaser-element .col-sm-9 > .headline {
        margin-top: 0px;
    }

    .b-image {
        display: block;
    }

    .table-cd .td-0 {
        font-size: 16px;
    }

    .table-cd th {
        font-size: 16px;
    }

    /* Powermail Begin */
    .news-item-content-element .powermail_fieldwrap {
        margin-bottom: 10px;
    }

    /* Powermail End */
}

/* ######################################### Desktop Layout ######################################### */
@media (min-width: 992px) {
    .c-pager {
        display: table;
    }

    #navbar-margin {
        height: 151px;
    }

    .container.content > .row table {
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
    }

    .container.header-small {
        display: none;
    }

    .container.header-large {
        display: block;
    }

    .project-product-list > .table {
        margin: 0 auto;
        max-width: 66.6666666666%
    }

    #c449 fieldset, #c3664 fieldset, #c3735 fieldset {
        width: 50%;
        float: left;
    }

    #c449 .powermail_fieldset_3, #c3664 .powermail_fieldset_3, #c3735 .powermail_fieldset_3 {
        padding-right: 15px;
    }

    #c449 .powermail_fieldset_4, #c3664 .powermail_fieldwrap_14, #c3735 .powermail_fieldset_4 {
        padding-left: 15px;
    }

    .submenu {
        display: table;
    }
}

/* ######################################### Desktop Layout Large ######################################### */
@media (min-width: 1200px) {

}

/* ######################################### Desktop Layout Uber ######################################### */
@media (min-width: 1400px) {
    .container {
        /*width: 1380px;*/
    }
}

.language-menu .l3, .language-menu .l4 {
    /*display: none;*/
}

.language-mobile .l3, .language-mobile .l4 {
    /*display: none;*/
}

.container.content .flip-clock-wrapper li:before {
    display: none;
}

.container.content .flip-clock-wrapper li {
    position: absolute;
    padding-left: 0;
}

/* flipclock */

.center {
    text-align: center;
}

.flip-clock-wrapper {
    width: inherit;
}

.my-clock {
    display: inline-block;
    margin: 25px 0 !important;
}

@media (max-width: 768px) {
    .my-clock {
        zoom: 0.75;
    }
}

@media (max-width: 520px) {
    .my-clock {
        zoom: 0.6;
    }
}

.lang-FR .partner-filter, .lang-ES .partner-filter {
    display: none;
}

.powermail_fieldwrap_select > select {
    color: #000;
}

/* Avid S6 Konfigurator */

.tx-p4m-configurator {
    padding: 40px 0px 40px 0px;
    background: #fff;
}

/* AVID Login */
.avid-menu ul li {
    float: left;
}

.avid-menu {
    text-align: center;
}

.avid-menu ul {
    margin: 25px auto 0 25px;
    display: inline-block;
}

.avid-menu ul li:before {
    content: '' !important;
}

.avid-menu ul li.cur {
    font-weight: bold;
}

/* AVID Trade-In Formular */
#c4769 .powermail_tab_navigation_previous {
    margin-right: 1rem;
}

#c4769 .powermail_tab_navigation_previous:after {
    content: ' Vorheriger Schritt';
    color: white;
}

#c4769 .powermail_tab_navigation_next, .powermail_tab_navigation_previous {
    color: white;
    background: #ff8800;
    padding: 0.3rem 0.9rem;
}

#c4769 .powermail_tab_navigation_next:hover, .powermail_tab_navigation_previous:hover {
    color: white;
    background: #cc6d00;
    text-decoration: none;
}

#c4769 .powermail_tab_navigation_next:before {
    content: 'Nächster Schritt ';
    color: white;
}

#c4769 .powermail_tabmenu > li {
    color: #ff8800;
    cursor: pointer;
}

#c4769 .powermail_tabmenu li:hover {
    text-decoration: underline;
}

#c4769 .powermail_tabmenu li.act {
    font-weight: bold;
}

/* Salesforce Formulare */
.form-salesforce {
    font-size: 14px; 
}
.form-salesforce input[type="submit"] {
    display: block;
    margin: 0 auto;
    background-color: #ff8800;
    color: #ffffff;
    padding: 10px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.form-salesforce input[type="submit"]:hover {
    background-color: #cc6d00; 
}
.form-salesforce input[type="text"] {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #999;
    font-size: 18px; 
}
.form-salesforce select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    background: #ffffff url("../Images/Graphics/pfeil-dropdown.png") no-repeat scroll right 8px center;
    border: 1px solid #999;
    cursor: pointer;
    outline: medium none;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px; 
}
.form-salesforce select[multiple="multiple"] {
    background-image: none; 
}
.form-salesforce label {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
}
.form-salesforce label.checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-salesforce label.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form-salesforce label.checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #999;
}
.form-salesforce label.checkbox input:checked ~ .checkmark {
    background-color: #ff8800;
    border: 1px solid #ff8800;
}

.form-salesforce label.checkbox .checkmark:after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-salesforce label.checkbox input:checked ~ .checkmark:after {
    display: block;
}


/* Kacheln Adflow */
.tiles {
    display: flex;
    flex-wrap: wrap;
}

.tile {
    width: 100%;
    padding: 1rem;
    text-align: center;
    background-color: transparent;
    transition: background-color .5s;
}

.tile hr {
    width: 60%;
    border-top: 1px solid #c7c7c7;
}

.tile:hover {
    background-color: #ffffff9e;
}

@media (min-width: 768px) {
    .tile {
        width: 50%;
    }
}

@media (min-width: 991px) {
    .tile {
        width: 33.33333%;
    }
}

.tile-icon {
    color: #ff8800;
    font-size: 3rem;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    border: solid #ff8800 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
