/* ===== Primary Styles ========================================================
 Author: xmachina *
 ========================================================================== */

* {
    outline: none;
}


/**
 * Stylesheet-Token: a8b25c6c-e672-4b21-8932-9d0187626ab2
 * font-family:'DIN Next W02 Medium';
 * font-family:'DINNextW01-CondensedBol';
 * font-family:'DIN Next W01 Light';
 * font-family:'DIN Next W01 Regular';
 * font-family:'DINNextRoundedLTW01-Bol';
 */

@font-face {
    font-family: 'Conv_XMACHINA';
    src: url('../Fonts/XMACHINA.eot');
    src: local('&#9786;'), url('vhs-assets-css-2400d1bb0e3274d73635d2e84bacb97c.woff') format('woff'), url('../Fonts/XMACHINA.ttf') format('truetype'), url('../Fonts/XMACHINA.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    border-top: 1px solid transparent;
    background: #f0f0f0;
    font-family: 'DIN Next W01 Light';
    font-size: 19px;
}

a {
    word-wrap: break-word;
}

a,
a:link,
a:hover,
a:visited {
    /*
    color: #B8004B;
    color: #AE306A;*/
    /* neu */
    color: #007a89;
}

a:focus { outline: 0 none; }


/**
 * Level 2 Navigation .nav-pills
 */

.nav-tabs > li,
.nav-pills > li {
    float: left;
    line-height: 50px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    background-color: #B8004B;
    /* neu */
    background-color: #AE306A;
    color: #FFFFFF;
}

.nav-pills > li > a {
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.nav-tabs > li > a,
.nav-pills > li > a {
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
    font-family: 'Conv_XMACHINA', Sans-Serif;
    letter-spacing: 0.125em;
    line-height: 22px;
}

#main-content ul.nav-pills > li > a {
    line-height: 22px !important;
}


/**
 *  Layout
 */

.hero-unit {
    background-color: #6C002C;
    border-radius: 0px;
    border-bottom: 0px inset black;
    margin-bottom: 0;
}

.masthead {
    height: 440px;
    background-size: contain;
}

body#e5 .hero-unit {
    min-height: 440px;
}

#main-content {
    padding-bottom: 30px
}

/**
mantis #0078309: Buttons TWT DH
Farbe default: HEX #aac333 (Achtung: neue Farbe)
Farbe Hover: HEX #91af23 (= Grün dunkel)
 */

.btn.btn-large,
.standard-btn,
.button {
    /*background-color: #E74968;
    background: #E74968;
    *//* neu */
    background-color: #aac333;
    color: #fff !important;
    font-family: 'DIN Next W01 Light';
    font-size: 16px;
    line-height: 24px;
    padding: 11px 30px 10px;
    text-decoration: none;
    border: 0;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn.btn-large:hover,
.standard-btn:hover,
.xm-btn:hover,
.teaser .link > a.xm-btn:hover,
.button:hover {
    /*background-color: #CF425D;
    background-color: #CF425D;
    *//* neu */
    background-color: #91af23;
    text-decoration: none;
}

.teaser .btn.btn-large,
.teaser .standard-btn,
.teaser .button,
.teaser button {
    width: 100%;
}


/**
 *  Typography
 */
h1 {
    font-weight: 300;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    line-height: 160%;
    text-transform: uppercase;
}
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: 'DIN Next W02 Medium';
    line-height: 160%;
}

h1 {
    font-size: 45px;
    line-height: 130%;
    /*margin-bottom: 40px;*/
    margin: 50px 0 0;
    color: #555;
}

body.page-1 .hero-unit h1,
body.page-12 .hero-unit h1
/* EN Startseite */

{
    font-size: 86px;
    color: #333333;
    margin: 35px 0 30px;
    font-family: 'DIN Next W01 Light';
    line-height: 110%;
}

#main-content div:first-child > h1 {
    margin-top: 40px;
    margin-bottom: 25px;
}

h2.h1,
h2.news,
.news-item h2 {
    font-size: 24px;
    line-height: 160%;
}

h2,
h3 {
    font-size: 19px;
    margin-top: 25px;
}

h2.section-header {
    border-top: 1px inset #000;
    padding-top: 20px;
    font-size: 21px;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
}

h3.section-header {
    border-top: 1px inset #000;
    padding-top: 20px;
    font-size: 18px;
    line-height: 30px;
    /*margin-bottom: 20px;*/
}

.modal-body h3 {
    margin-top: 0;
}

#main-content p,
#main-content li {
    font-family: 'DIN Next W01 Light';
    font-size: 19px;
    line-height: 160%;
}

p {
    margin: 0 0 30px;
}


/* intro */

h1 + div {
    margin: 24px 0 36px;
}

h1 + div > p {
    font-family: 'DIN Next W02 Medium';
    margin: 0;
}

h1 + div > p > strong {
    font-weight: normal;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.col-sm-4 img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

a {}

q:before,
blockquote:before {
    content: "?";
}

q:after,
blockquote:after {
    content: "?";
}

blockquote {
    border-left: none;
    margin: 0 0 20px;
    padding: 0 0 0 15px;
}

.statement {
    color: #4588BF;
    font-family: 'DIN Next W02 Medium';
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px;
    padding: 0;
}

ul,
ul ul,
ul ul ul {
    list-style-type: none;
}

#main-content ul {
    padding: 0;
    margin: 0 0 30px 0;
}

#main-content ol { padding-left: 20px; }

#main-content ul li {
    background: transparent url('vhs-assets-css-e7ee876ebee75271048b6810f4cdf284.png') 0 10px no-repeat;
    padding-left: 20px;
}

#main-content .xm-gallery ul { padding: 0; }

#main-content .xm-gallery ul li,
#main-content div.shariff ul li { background: none; }

#main-content div.shariff ul li { padding: 0; }

ul.directory_list,
ul.checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.checklist li {
    padding: 0 0 0 20px;
    background-position: 0px 8px;
    background-image: url('vhs-assets-css-c7bc94619a6a31bd6fd40a95d537b546.png');
    background-repeat: no-repeat;
}

#main-content ul.nav {
    margin-bottom: 20px;
}

#main-content ul.nav > li {
    background: 0;
    padding: 0;
}

[class^="icon-"],
[class*=" icon-"] {
    background-image: url('vhs-assets-css-e578d1f018823b0b2522c62e4777529b.png');
}


/* Hero-Unit */

.claim {
    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    line-height: 82%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 120px;
}

.claim,
.hero-unit p span {
    display: block;
}


/* neue Schrift-Styles für Hero-Unit */

.hero-unit .textarea {
    margin-top: 50px;
    color: #ffffff;
    line-height: 100%
}

.hero-unit h1 {
    font-size: 55px;
    line-height: 130%;
    color: inherit;
    letter-spacing: 0;
    margin: 35px 0 15px;
}

.hero-unit h1.smaller {
    font-size: 45px;
}

.hero-unit .rubrik {
    display: inline-block;
    font-family: 'DIN Next W01 Light';
    font-size: 19px;
    line-height: 19px;
    color: inherit;
    margin: 0 0 29px;
}

.hero-unit .rubrik + h1 {
    margin-top: 0;
}

.hero-unit .rubrik + p,
.hero-unit .rubrik + span {
    margin-top: 10px;
}

.hero-unit p,
.hero-unit span.intro,
.hero-unit p span {
    display: block;
    font-family: 'DIN Next W02 Medium';
    font-size: 19px;
    color: inherit;
    line-height: 160%;
}


/* /Hero-Unit */


/* E-Health Tag */

.hero-unit .ehealth {
    padding-top: 150px;
}

.hero-unit .ehealth h1 {
    font-family: 'DIN Next W01 Light';
    font-size: 52px;
    color: #707173;
    line-height: 120%;
    margin-top: 0px;
    padding: 0;
}

.hero-unit .ehealth h2 {
    font-family: 'DIN Next W01 Light';
    font-size: 40px;
    color: #63BDB1;
    line-height: 120%;
    padding: 0;
}

.hero-unit .ehealth h2.y-2015 {
    color: #0BBBEF;
}


/* /E-Health Tag */

#main-content .row,
#main-content .row-fluid {
    margin-bottom: 30px;
}

#main-content h1 + p {

}


/* Icons (Bootstrap 3.2.2) */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('vhs-assets-css-0bcfd788336858ff24cdd54ea4c21777.eot');
    src: url('vhs-assets-css-ec3adb704f04d18ae1d3e07c88524ec2.eot?#iefix') format('embedded-opentype'), url('vhs-assets-css-bd6623886199198708cc89069f3d7ac1.woff') format('woff'), url('vhs-assets-css-46d2e01fb812b4f65b44cb27abd4edcf.ttf') format('truetype'), url('vhs-assets-css-3a702b1a3ef64658fe353c5f54c4b5b1.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-earphone:before {
    content: "\e182";
}


/**
 *  Footer
 */

footer {
    /*background: #333; */
    background-color: #666666;
    color: #ccc;
    color: #E2E2E2;
    margin-top: 0px;
    font-weight: normal;
}

footer > .container {
    margin: 30px auto;
}

footer a,
footer a:link,
footer a:visited {
    color: #E2E2E2;
    text-decoration: none;
    border-bottom: 1px dotted #E2E2E2;
}

footer a:hover {
    color: #FFFFFF;
}

div.next,
div.prev {
    -moz-user-select: -moz-none;
    height: 100%;
    min-height: 462px;
    position: fixed;
    top: 0;
    width: 39px;
}

div.next:hover,
div.prev:hover {
    background: #f0f0f0
}

div.prev {
    border-right: 1px solid #FFFFFF;
    left: 0;
}

div.next {
    border-left: 1px solid #FFFFFF;
    right: 0;
}

#next-result {
    border: 1px solid red;
    position: absolute;
    top: 130px;
    left: 100%;
    background: #fff;
}

#my-menu {
    background: #f0f0f0;
    height: 0px;
    overflow: hidden;
}

.services-overview div.col-sm-4 {
    border-top: 1px inset #000;
    padding-bottom: 30px;
}

.services-overview h3 {
    margin: 15px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.125em;
}

#services-menu {
    background: #f8f8f8;
    padding: 145px 0 0;
    position: absolute;
    width: 100%;
    /*top: -560px;*/
    margin-bottom: 30px;
    margin-top: -600px;
    /**/
    /*display: none;*/
}

#services-menu li,
#services-menu h3 {
    line-height: 24px;
}


/**
 *     Sequence-Navigation
 */

.sequence-nav {
    position: fixed;
    width: 50px;
    display: block;
    top: 0;
    bottom: 0;
    background: transparent url('vhs-assets-css-1c2a6a14aadd283f5b4eed9918648bc9.png') left center no-repeat;
    transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s
}

.sequence-nav#btn-prev {
    left: 0;
    background-position: right center;
}

.sequence-nav#btn-prev:hover {
    width: 72px;
}

.sequence-nav#btn-next {
    right: 0;
    background-position: 5px center;
}

.sequence-nav#btn-next:hover {
    width: 72px;
}


/**
 * Footer
 */

footer p.heading {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.125em;
    margin-bottom: 1em;
}

footer p {
    font-size: 14px;
    color: #E2E2E2;
    line-height: 1.7em;
}

footer hr {
    color: #999;
}

footer .phone {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    letter-spacing: 0.125em;
    line-height: 32px;
    display: block;
    margin-bottom: 16px;
    color: #E2E2E2;
}

footer .phone:hover {
    color: #fff;
}

#footer-content {
    margin-bottom: 10px;
}

a.social-media-link {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 0.5em;
    /*background: url('vhs-assets-css-53bd45364f36dd6c4977adcf16d2465e.png') 0 0 no-repeat;*/
    background: url('vhs-assets-css-1ad897d7d432e11c33104ddd84ed34e6.png') 0 0 no-repeat;
    opacity: 0.6;
    color: #999;
    text-decoration: underline;
    border-bottom: 0 none !important;
}

a.facebook {
    /*background-position: 0 0;*/
    background-position: -112px 0;
}

a.twitter {
    /*background-position: -42px 0;*/
    background-position: 0 0;
}

a.googleplus {
    /*background-position: -84px 0;*/
    background-position: -55px 0;
}/* ===== Primary Styles ========================================================
 Author: xmachina *
 ========================================================================== */

* {
    outline: none;
}


/**
 * Stylesheet-Token: a8b25c6c-e672-4b21-8932-9d0187626ab2
 * font-family:'DIN Next W02 Medium';
 * font-family:'DINNextW01-CondensedBol';
 * font-family:'DIN Next W01 Light';
 * font-family:'DIN Next W01 Regular';
 * font-family:'DINNextRoundedLTW01-Bol';
 */

@font-face {
    font-family: 'Conv_XMACHINA';
    src: url('../Fonts/XMACHINA.eot');
    src: local('&#9786;'), url('vhs-assets-css-2400d1bb0e3274d73635d2e84bacb97c.woff') format('woff'), url('../Fonts/XMACHINA.ttf') format('truetype'), url('../Fonts/XMACHINA.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    border-top: 1px solid transparent;
    background: #f0f0f0;
    font-family: 'DIN Next W01 Light';
    font-size: 19px;
}

a {
    word-wrap: break-word;
}

a,
a:link,
a:hover,
a:visited {
    /*
    color: #B8004B;
    color: #AE306A;*/
    /* neu */
    color: #007a89;
}

a:focus { outline: 0 none; }


/**
 * Level 2 Navigation .nav-pills
 */

.nav-tabs > li,
.nav-pills > li {
    float: left;
    line-height: 50px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    background-color: #B8004B;
    /* neu */
    background-color: #AE306A;
    color: #FFFFFF;
}

.nav-pills > li > a {
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.nav-tabs > li > a,
.nav-pills > li > a {
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
    font-family: 'Conv_XMACHINA', Sans-Serif;
    letter-spacing: 0.125em;
    line-height: 22px;
}

#main-content ul.nav-pills > li > a {
    line-height: 22px !important;
}


/**
 *  Layout
 */

.hero-unit {
    background-color: #6C002C;
    border-radius: 0px;
    border-bottom: 0px inset black;
    margin-bottom: 0;
}

.masthead {
    height: 440px;
    background-size: contain;
}

body#e5 .hero-unit {
    min-height: 440px;
}

#main-content {
    padding-bottom: 30px
}

/**
mantis #0078309: Buttons TWT DH
Farbe default: HEX #aac333 (Achtung: neue Farbe)
Farbe Hover: HEX #91af23 (= Grün dunkel)
 */

.btn.btn-large,
.standard-btn,
.button {
    /*background-color: #E74968;
    background: #E74968;
    *//* neu */
    background-color: #aac333;
    color: #fff !important;
    font-family: 'DIN Next W01 Light';
    font-size: 16px;
    line-height: 24px;
    padding: 11px 30px 10px;
    text-decoration: none;
    border: 0;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn.btn-large:hover,
.standard-btn:hover,
.xm-btn:hover,
.teaser .link > a.xm-btn:hover,
.button:hover {
    /*background-color: #CF425D;
    background-color: #CF425D;
    *//* neu */
    background-color: #91af23;
    text-decoration: none;
}

.teaser .btn.btn-large,
.teaser .standard-btn,
.teaser .button,
.teaser button {
    width: 100%;
}


/**
 *  Typography
 */
h1 {
    font-weight: 300;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    line-height: 160%;
    text-transform: uppercase;
}
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: 'DIN Next W02 Medium';
    line-height: 160%;
}

h1 {
    font-size: 45px;
    line-height: 130%;
    /*margin-bottom: 40px;*/
    margin: 50px 0 0;
    color: #555;
}

body.page-1 .hero-unit h1,
body.page-12 .hero-unit h1
    /* EN Startseite */

{
    font-size: 86px;
    color: #333333;
    margin: 35px 0 30px;
    font-family: 'DIN Next W01 Light';
    line-height: 110%;
}

#main-content div:first-child > h1 {
    margin-top: 40px;
    margin-bottom: 25px;
}

h2.h1,
h2.news,
.news-item h2 {
    font-size: 24px;
    line-height: 160%;
}

h2,
h3 {
    font-size: 19px;
    margin-top: 25px;
}

h2.section-header {
    border-top: 1px inset #000;
    padding-top: 20px;
    font-size: 21px;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
}

h3.section-header {
    border-top: 1px inset #000;
    padding-top: 20px;
    font-size: 18px;
    line-height: 30px;
    /*margin-bottom: 20px;*/
}

.modal-body h3 {
    margin-top: 0;
}

#main-content p,
#main-content li {
    font-family: 'DIN Next W01 Light';
    font-size: 19px;
    line-height: 160%;
}

p {
    margin: 0 0 30px;
}


/* intro */

h1 + div {
    margin: 24px 0 36px;
}

h1 + div > p {
    font-family: 'DIN Next W02 Medium';
    margin: 0;
}

h1 + div > p > strong {
    font-weight: normal;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.col-sm-4 img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

a {}

q:before,
blockquote:before {
    content: "?";
}

q:after,
blockquote:after {
    content: "?";
}

blockquote {
    border-left: none;
    margin: 0 0 20px;
    padding: 0 0 0 15px;
}

.statement {
    color: #4588BF;
    font-family: 'DIN Next W02 Medium';
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px;
    padding: 0;
}

ul,
ul ul,
ul ul ul {
    list-style-type: none;
}

#main-content ul {
    padding: 0;
    margin: 0 0 30px 0;
}

#main-content ol { padding-left: 20px; }

#main-content ul li {
    background: transparent url('vhs-assets-css-e7ee876ebee75271048b6810f4cdf284.png') 0 10px no-repeat;
    padding-left: 20px;
}

#main-content .xm-gallery ul { padding: 0; }

#main-content .xm-gallery ul li,
#main-content div.shariff ul li { background: none; }

#main-content div.shariff ul li { padding: 0; }

ul.directory_list,
ul.checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.checklist li {
    padding: 0 0 0 20px;
    background-position: 0px 8px;
    background-image: url('vhs-assets-css-c7bc94619a6a31bd6fd40a95d537b546.png');
    background-repeat: no-repeat;
}

#main-content ul.nav {
    margin-bottom: 20px;
}

#main-content ul.nav > li {
    background: 0;
    padding: 0;
}

[class^="icon-"],
[class*=" icon-"] {
    background-image: url('vhs-assets-css-e578d1f018823b0b2522c62e4777529b.png');
}


/* Hero-Unit */

.claim {
    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    line-height: 82%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 120px;
}

.claim,
.hero-unit p span {
    display: block;
}


/* neue Schrift-Styles für Hero-Unit */

.hero-unit .textarea {
    margin-top: 50px;
    color: #ffffff;
    line-height: 100%
}

.hero-unit h1 {
    font-size: 55px;
    line-height: 130%;
    color: inherit;
    letter-spacing: 0;
    margin: 35px 0 15px;
}

.hero-unit h1.smaller {
    font-size: 45px;
}

.hero-unit .rubrik {
    display: inline-block;
    font-family: 'DIN Next W01 Light';
    font-size: 19px;
    line-height: 19px;
    color: inherit;
    margin: 0 0 29px;
}

.hero-unit .rubrik + h1 {
    margin-top: 0;
}

.hero-unit .rubrik + p,
.hero-unit .rubrik + span {
    margin-top: 10px;
}

.hero-unit p,
.hero-unit span.intro,
.hero-unit p span {
    display: block;
    font-family: 'DIN Next W02 Medium';
    font-size: 19px;
    color: inherit;
    line-height: 160%;
}


/* /Hero-Unit */


/* E-Health Tag */

.hero-unit .ehealth {
    padding-top: 150px;
}

.hero-unit .ehealth h1 {
    font-family: 'DIN Next W01 Light';
    font-size: 52px;
    color: #707173;
    line-height: 120%;
    margin-top: 0px;
    padding: 0;
}

.hero-unit .ehealth h2 {
    font-family: 'DIN Next W01 Light';
    font-size: 40px;
    color: #63BDB1;
    line-height: 120%;
    padding: 0;
}

.hero-unit .ehealth h2.y-2015 {
    color: #0BBBEF;
}


/* /E-Health Tag */

#main-content .row,
#main-content .row-fluid {
    margin-bottom: 30px;
}

#main-content h1 + p {

}


/* Icons (Bootstrap 3.2.2) */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('vhs-assets-css-0bcfd788336858ff24cdd54ea4c21777.eot');
    src: url('vhs-assets-css-ec3adb704f04d18ae1d3e07c88524ec2.eot?#iefix') format('embedded-opentype'), url('vhs-assets-css-bd6623886199198708cc89069f3d7ac1.woff') format('woff'), url('vhs-assets-css-46d2e01fb812b4f65b44cb27abd4edcf.ttf') format('truetype'), url('vhs-assets-css-3a702b1a3ef64658fe353c5f54c4b5b1.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-earphone:before {
    content: "\e182";
}


/**
 *  Footer
 */

footer {
    /*background: #333; */
    background-color: #666666;
    color: #ccc;
    color: #E2E2E2;
    margin-top: 0px;
    font-weight: normal;
}

footer > .container {
    margin: 30px auto;
}

footer a,
footer a:link,
footer a:visited {
    color: #E2E2E2;
    text-decoration: none;
    border-bottom: 1px dotted #E2E2E2;
}

footer a:hover {
    color: #FFFFFF;
}

div.next,
div.prev {
    -moz-user-select: -moz-none;
    height: 100%;
    min-height: 462px;
    position: fixed;
    top: 0;
    width: 39px;
}

div.next:hover,
div.prev:hover {
    background: #f0f0f0
}

div.prev {
    border-right: 1px solid #FFFFFF;
    left: 0;
}

div.next {
    border-left: 1px solid #FFFFFF;
    right: 0;
}

#next-result {
    border: 1px solid red;
    position: absolute;
    top: 130px;
    left: 100%;
    background: #fff;
}

#my-menu {
    background: #f0f0f0;
    height: 0px;
    overflow: hidden;
}

.services-overview div.col-sm-4 {
    border-top: 1px inset #000;
    padding-bottom: 30px;
}

.services-overview h3 {
    margin: 15px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.125em;
}

#services-menu {
    background: #f8f8f8;
    padding: 145px 0 0;
    position: absolute;
    width: 100%;
    /*top: -560px;*/
    margin-bottom: 30px;
    margin-top: -600px;
    /**/
    /*display: none;*/
}

#services-menu li,
#services-menu h3 {
    line-height: 24px;
}


/**
 *     Sequence-Navigation
 */

.sequence-nav {
    position: fixed;
    width: 50px;
    display: block;
    top: 0;
    bottom: 0;
    background: transparent url('vhs-assets-css-1c2a6a14aadd283f5b4eed9918648bc9.png') left center no-repeat;
    transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s
}

.sequence-nav#btn-prev {
    left: 0;
    background-position: right center;
}

.sequence-nav#btn-prev:hover {
    width: 72px;
}

.sequence-nav#btn-next {
    right: 0;
    background-position: 5px center;
}

.sequence-nav#btn-next:hover {
    width: 72px;
}


/**
 * Footer
 */

footer p.heading {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.125em;
    margin-bottom: 1em;
}

footer p {
    font-size: 14px;
    color: #E2E2E2;
    line-height: 1.7em;
}

footer hr {
    color: #999;
}

footer .phone {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    letter-spacing: 0.125em;
    line-height: 32px;
    display: block;
    margin-bottom: 16px;
    color: #E2E2E2;
}

footer .phone:hover {
    color: #fff;
}

#footer-content {
    margin-bottom: 10px;
}

a.social-media-link {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 0.5em;
    /*background: url('vhs-assets-css-53bd45364f36dd6c4977adcf16d2465e.png') 0 0 no-repeat;*/
    background: url('vhs-assets-css-1ad897d7d432e11c33104ddd84ed34e6.png') 0 0 no-repeat;
    opacity: 0.6;
    color: #999;
    text-decoration: underline;
    border-bottom: 0 none !important;
}

a.facebook {
    /*background-position: 0 0;*/
    background-position: -112px 0;
}

a.twitter {
    /*background-position: -42px 0;*/
    background-position: 0 0;
}

a.googleplus {
    /*background-position: -84px 0;*/
    background-position: -55px 0;
}

a.xing {
    /*background-position: 0 -64px;*/
    background-position: -286px 3px;
}

a.linkedin {
    /*background-position: -42px -64px;*/
    background-position: -228px 0;
}

a.pinterest {
    /*background-position: -84px -64px;*/
    background-position: -169px 0;
}

a.flickr {
    background-position: -340px 0px;
}

a.slideshare {
    background-position: -396px 0;
}
a.youtube {
    background-position: -450px 0;
}

a.social-media-link:hover {
    background: url('vhs-assets-css-5925f6c022e613fcc96f9581dccb8da0.png') 0 0 no-repeat;
}

a.facebook:hover {
    /*background-position: 0 -32px;*/
    background-position: -112px 0;
}

a.twitter:hover {
    /*background-position: -42px -32px;*/
    background-position: 0 0;
}

a.googleplus:hover {
    /*background-position: -84px -32px;*/
    background-position: -55px 0;
}

a.xing:hover {
    /*background-position: 0 -96px;*/
    background-position: -286px 3px;
}

a.linkedin:hover {
    /*background-position: -42px -96px;*/
    background-position: -228px 0;
}

a.pinterest:hover {
    /*background-position: -84px -96px;*/
    background-position: -169px 0;
}

a.flickr:hover {
    background-position: -340px 0px;
}

a.slideshare:hover {
    background-position: -396px 0;
}
a.youtube:hover {
    background-position: -450px 0;
}

/* mantis #0084029: Insta im Footer ergänzen */
a.social-media-link.instagram {
    background: none;
    float: right;
    margin-right: -6px;
    width: 24px;
}

a.social-media-link.instagram > .fa-instagram {
    font-size: 26px;
}
a.social-media-link.instagram:hover > .fa-instagram {
    color: #98a84a
}


/**
 *  Teaser
 */

.teaser-col > div.wrapper h3 {
    margin-top: 0;
}
@media (min-width: 992px) {
    .teaser-col > div.wrapper {
        margin-left: 60px;
    }
}

.teaser-col > div.wrapper div.teaser {
    margin-bottom: 50px;
}

.teaser-col > div.wrapper > div.csc-default > div.csc-default {
    margin-bottom: 20px;
}

.teaser {
    max-width: 300px;
    padding: 0;
    line-height: 150%;
    font-size: 16px;
    color: #666;
}


/* einstellungen für die teaser-spalte */

#main-content .teaser-col,
#main-content .teaser-col h3,
#main-content .teaser-col p {
    font-size: 16px;
    line-height: 150%;
}

#main-content .teaser-col h3 {
    margin-bottom: 15px;
}

#main-content .teaser .rubrik {
    color: #666;
    margin-bottom: 15px;
}

#main-content .teaser .description > p {
    margin-bottom: 20px;
}

.teaser.whitepaper {
    background-color: #fff;
    padding: 15px;
}

.teaser .teaser-image {
    text-align: center;
    margin: 20px 0;
}

.teaser .teaser-image > img {
    max-width: 100%;
}

.teaser .description + .teaser-image {
    margin-top: 0;
}

.teaser .link > a.xm-btn {
    display: block;
    /*background-color: #E74968;
    *//* neu */
    background-color: #91af23;
    color: #ffffff;
    text-align: center;
    padding: 11px 30px 10px;
}

/**
 * New: Teaser services (Leistungspakete)
 * Jira: XMWWW-677 - Neuer Teaser-Stil: Leistungspaket
*/
#main-content .col-sm-4 .teaser.whitepaper.services {
    max-width: 100%;
    color: #333;
}
#main-content .teaser.whitepaper.services.linkIt {
    cursor: pointer;
}
#main-content .teaser.whitepaper.services .rubrik {
    color: #63bdb1;
    font-weight: bold;
    margin-bottom: 0px;
}
#main-content .teaser.whitepaper.services h3 {
    /*font-weight: 300;*/
    font-family: 'Oswald', Arial, Helvetica;
    font-size: 21px;
    text-transform: uppercase;
}
#main-content .teaser.whitepaper.services .rubrik + h3 {
    margin-top: 0;
}
#main-content .teaser.whitepaper.services p,
#main-content .teaser.whitepaper.services ul > li {
    font-family: 'DIN Next W01 Light';
    font-size: 19px;
    font-weight: normal;
    line-height: 160%;
}
#main-content .teaser.whitepaper.services .xm-btn {
    background-color: #63bdb1;
}


/* Spezial: Pfeil vor Teaser-Spalte bei den Whitepapers */

.whitepaper .teaser-col {
    position: relative;
}


/*
.whitepaper .teaser-col:before {
    position: absolute;
    top: 0; left: -22px;
    width: 50px; height: 480px;
    background: transparent url('vhs-assets-css-679757f67e7375d5172fda2c98538794.png') 0 0 no-repeat;
    content: "";
}*/

.whitepaper form.lp-form {
    position: relative;
}

.whitepaper form.lp-form:after {
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 50px;
    height: 480px;
    background: transparent url('vhs-assets-css-679757f67e7375d5172fda2c98538794.png') 0 0 no-repeat;
    content: "";
}

form.lp-form { overflow: visible; }

form.lp-form .form-img-wrap > img {
    background-color: #ffffff;
}





/**
 * News
 */

.img-circle {
    border-radius: 500px 500px 500px 500px;
}

.blog_list_teaser {
    border-radius: 1em;
    background: #fff;
    position: relative;
}

.blog_meta {
    position: absolute;
    top: 50%;
    left: -200px;
}


/* News-Pager
 *
 */

.news .page-navigation {
    text-align: center;
}

.news .page-navigation p {
    display: none;
}

.news .page-navigation ul {
    float: none;
    display: inline-block;
}

#main-content .news .page-navigation ul li {
    background: none;
}


/**
 * News Detailpage
*/

.news .article .news-img-wrap {
    margin: 0 0 25px 25px;
}

.news .article .news-img-wrap a {
    padding: 0;
    border: 0 none;
    background: transparent;
}


/**
 * Referenzen-Listing
 */

#main-content ul#filters {
    margin-top: 30px;
}

.references-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.references-grid > div {
    background: #fff;
    width: 220px;
    height: 150px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.references-grid > div.large {
    width: 720px;
    height: 330px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.client {
    overflow: hidden;
}

.client .logo {
    width: 220px;
    height: 140px;
    background: #fff;
    cursor: pointer;
    /*flb 28.01.2014*/
}

.client .gallery,
.client .description {
    display: none;
}

.client.large .gallery,
.client.large .description {
    display: block;
}

.client.large .logo {
    display: none;
}

.client .gallery {
    width: 440px;
    height: 290px;
    background: #f0f0f0;
    overflow: hidden;
    float: left;
    margin: 20px;
}

.client .gallery .graphic_holder {
    position: relative;
    height: 290px;
}

.client .gallery p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.67);
    bottom: -30px;
    color: #FFFFFF;
    height: 40px;
    left: 0;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

.client .gallery .carousel-control {
    top: 50%;
}

.client .description {
    width: 200px;
    float: right;
    margin: 20px 20px 0 0;
}

.client h3,
.client h4,
.client p,
.client li {
    font-size: 14px;
    line-height: 135%;
    margin-top: 0;
}

.client h3 span {
    display: block;
    font-weight: normal;
    font-family: 'DIN Next W01 Light';
}


/**
 *  Isotope Tile-Filtering
 */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/**** Isotope filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**
 *  Carousel (allgemein)
 */

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel .item > img {
    display: block;
    line-height: 1;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    border: 0;
}

.carousel .active,
.carousel .next,
.carousel .prev {
    display: block;
}

.carousel .active {
    left: 0;
}

.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel .next {
    left: 100%;
}

.carousel .prev {
    left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
    left: 0;
}

.carousel .active.left {
    left: -100%;
}

.carousel .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-size: 60px;
    font-weight: 100;
    line-height: 40px;
    color: #ffffff !important;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.right {
    right: 15px;
    left: auto;
}

.carousel-control:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-caption,
.carousel .news-single-imgcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
    line-height: 20px;
    color: #ffffff;
}

.carousel-caption h4 {
    margin: 0 0 5px;
}

.carousel-caption p {
    margin-bottom: 0;
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-thumbnails {
    position: relative;
    margin-bottom: 25px;
    background-color: #000;
}

.carousel-indicators.thumbs {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 85px;
    height: 80px;
    overflow: hidden;
}

.carousel-indicators.thumbs .indicator-item >li {
    display: block;
    float: left;
    width: 120px;
    height: auto;
    max-height: 80px;
    margin: 0px;
    text-indent: 0;
    border-radius: 0;
    padding: 5px;
    background-color: transparent;
}

.carousel-indicators.thumbs .indicator-item li.active > img {
    outline: 1px solid #fff;
    /*border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed; */
}


/**
 *  Neu: Lightslider
 */

.xm-gallery {
    background: #333;
    margin-bottom: 40px;
}

#main-content .xm-gallery ul.lightSlider > li {
    text-align: center;
    background: none !important;
    padding: 0;
}

.xm-gallery ul.lSPager.lSGallery {
    background: #333;
}

.xm-gallery ul.lSPager.lSGallery > li {
    vertical-align: middle;
}

.xm-gallery ul.lSPager.lSGallery > li > img {
    margin: auto 0;
}


/**
 *  Forms global
 */
form {
    overflow: hidden;
}

form .error {
    background-color: #FFFF99;
    border: 1px solid #FFFF99;
}

form .form-group.text input {
    display: inline-block;
    padding: 4px 6px;
    height: 35px;
    min-width: 300px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #555555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #333;
}

form .form-group.text input[class*="col-"] {
    height: 44px;
}

.required {
    color: #CC0000;
}

form .optional {
    color: #888888;
}

input[type=checkbox], input[type=radio] {
    width: auto !important;
}


/* error-tooltips */

.error-tooltip {
    position: relative;
}

.error-tooltip > span {
    position: absolute;
    display: inline-block;
    left: -20px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    width: auto;
    padding: 5px 15px;
    z-index: 10;
    font-family: Arial;
    font-size: 11px;
    color: #333;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    box-shadow: 2px 2px 6px -4px #000;
    background: #F6F6F6;
    background: -webkit-linear-gradient(top, #F6F6F6, #F9F9F9);
    background: linear-gradient(top, #F6F6F6, #F9F9F9);
    -webkit-transition-property: opacity, visibility;
    -webkit-transition-duration: 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out;
    transition-property: opacity, visibility;
    transition-duration: 0.4s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out;
}

.error-tooltip.visible > span {
    opacity: 1;
    visibility: visible;
}

.error-tooltip > span b {
    position: absolute;
    width: 10px;
    height: 10px;
    margin-left: 0;
    margin-top: -12px;
    display: block;
    background: #F6F6F6;
    border-top: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    /*display: none\0/;
    *display: none;*/
}


/* right */

.error-tooltip.right > span {
    left: auto;
    right: -20px;
}

.error-tooltip.right > span b {
    left: auto;
    right: 14px;
}


/* top */

.error-tooltip.top > span {
    top: -90px;
}

.error-tooltip.top > span b {
    margin-bottom: -7px;
    margin-top: 0;
    bottom: 0;
    background: #F9F9F9;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
}


/* \error-tooltips */



ul.linklist {
    list-style: none;
    margin: 0;
    padding: 0;
}




/**
 *  Kontaktformular
 */

.contact-form input,
.contact-form textarea {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #555555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #333;
    width: 100%;
}

.contact-form input[type=checkbox] {
    border-bottom: 0px;
}

.contact-form input {
    /*width: 96%;*/
    height: 44px !important;
    line-height: 44px !important;
}

.contact-form textarea {
    /*width: 98%;*/
}


/*.contact-form #captcha {

}*/

.contact-form .popover {
    display: block;
    top: 10px;
}

.contact-form .popover-content {
    padding: 0px 14px;
}


/* Bewerbung */

.contact-form#Bewerbung #jobname {
    font-size: 28px;
}

.contact-form#Bewerbung input[type="file"].form-error:focus,
.contact-form#Bewerbung input[type="checkbox"].form-error:focus,
.contact-form#Bewerbung input[type="text"].form-error:focus,
.contact-form#Bewerbung input[type="email"].form-error:focus,
input.form-error:focus select.form-error:focus,
.contact-form#Bewerbung textarea.form-error:focus {
    border-color: #B80059 !important;
    -webkit-box-shadow: 0 0 6px #B80059;
    -moz-box-shadow: 0 0 6px #B80059;
    box-shadow: 0 0 6px #B80059;
}

.contact-form#Bewerbung .btn:focus {
    outline: 0 none !important;
    /*box-shadow: 0 0 1pt 1pt #B80059;*/
}


/*
.contact-form#Bewerbung input[type="file"]:focus, .contact-form#Bewerbung input[type="checkbox"]:focus, .contact-form#Bewerbung input[type="text"]:focus, select:focus {
    outline: none;
    box-shadow: 0 0 1pt 1pt #B80059;
}
.contact-form#Bewerbung .btn:focus, .contact-form#Bewerbung textarea:focus {
    outline: none;
    box-shadow: 0 0 1pt 1pt #B80059;
}
*/

.contact-form#Bewerbung input[type="radio"],
.contact-form#Bewerbung input[type=checkbox] {
    height: auto !important;
    vertical-align: top;
}

.contact-form#Bewerbung .salutation input[type="radio"] {
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.contact-form#Bewerbung input[type="radio"]:focus {
    outline: none;
}

.contact-form#Bewerbung .salutation label {
    display: inline-block;
}

.contact-form#Bewerbung .salutation span {
    position: relative;
}


label,
input,
button,
select,
textarea {
    font-size: 19px;
    line-height: 160%;
    font-weight: normal;
}

input[type="date"] {
    background-color: #ffffff;
}

.inner-form label,
.inner-form input,
.inner-form button,
.inner-form select,
.inner-form textarea {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

.data input[type="radio"] {
    margin-right: 6px;
}

.data input[type="checkbox"] {
    margin-right: 11px;
}

.data input[type="radio"] + span,
.data input[type="checkbox"] + span {
    display: inline-block;
    vertical-align: top;
    width: 96%;
    line-height: 123%;
    margin-bottom: 7px;
}


/*.contact-form#Bewerbung .salutation input[type="radio"]:focus + span:before {
    position: absolute;
    content: "";
    left: -18px;
    width: 12px;
    height: 12px;
    top: -1px;
    border-radius: 100%;
    box-shadow: 0px 0px 6px #B80059;
}*/

.contact-form#Bewerbung .hint {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

.contact-form#Bewerbung .file-upload {
    position: relative;
}

.contact-form#Bewerbung .file-upload-text {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    line-height: 45px;
}

.contact-form#Bewerbung .remove-btn {
    display: block;
    border: 0px none;
    color: rgb(184, 0, 75);
    background-color: transparent;
}


/*
.contact-form#Bewerbung .file-upload button {position: absolute; left: 0; z-index: 1;}
.contact-form#Bewerbung .file-upload:after {position: absolute; content: ""; left: 0; width: 17.2%; height: 39px; background: #F0F0F0; top: 25px; z-index: 0;}*/


/*
.contact-form#Bewerbung .file-upload .button-holder {position: relative;}
.contact-form#Bewerbung .file-upload .button-holder button {position: absolute; left: 0; z-index: 1;}
.contact-form#Bewerbung .file-upload .button-holder input { height: 35px !important; line-height: 35px !important; }
.contact-form#Bewerbung .file-upload .button-holder:after {position: absolute; content: ""; left: 0; width: 17.2%; height: 39px; background: #F0F0F0; top: 25px; z-index: 0;}
*/

.contact-form#Bewerbung .input-file {
    z-index: -1;
    padding: 4px 0 0 10px;
    height: 35px !important;
    line-height: 35px !important;
    border-bottom: 0 none;
}

.contact-form#Bewerbung .noticed {
    width: 100%;
    padding: 3px 4px 0;
}

.contact-form#Bewerbung textarea {
    width: 97%;
    max-width: 97%;
    line-height: 120%;
    padding-bottom: 10px;
    height: 5.5em;
}

/** captcha
.form-group.captcha {
    text-align: left;
    content: 'Loading Google captcha ...';
}
*/

/* mantis #0065368: xmachina E-News-Formular */

select.drop-down,
.contact-form select.drop-down {
    display: inline-block;
    padding: 4px 6px;
    height: 44px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #555555 !important;
    background-color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #fff;
    border-bottom: 1px solid #333;
}

@-moz-document url-prefix() {
    .contact-form#Bewerbung textarea {
        height: 5.3em;
    }
}


/*\Bewerbung */


/* Form errors */

.form-error,
input.form-error {
    border-color: #e9322d !important;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

div.form-error,
span.form-error {
    border: 1px solid #e9322d;
    /*background: #fff; border-bottom: 1px solid #e9322d;*/
}


/* \Form errors */



/* -------------------------------------------------------------------
   Update, new Form & Error styles for forms in form selection fce
   ------------------------------------------------------------------- */
form { overflow: visible; }
.twt-forms .form-group { position: relative; margin-bottom: 20px; }
.twt-forms .row .form-group { margin-bottom: 0; }

.twt-forms input[type="radio"],
.twt-forms input[type=checkbox] { vertical-align: unset; }

.twt-forms .remove-btn {
    font-size: 16px;
    border: 0px none;
    color: rgb(184, 0, 75);
    background-color: transparent;
    width: auto;
}


.twt-forms .form-error,
.twt-forms input.form-error,
.twt-forms select.form-error {
    border-color: #d32541 !important;
    border-width: 0 0 1px !important;
    -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;
}
.form-group.formgroup-error::after,
.form-group.formgroup-success::after {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 20px;
    display: block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
input.form-success, select.form-success,
.formgroup-success > input, .formgroup-success > select {
    border-bottom-color: mediumseagreen !important;
    -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;
}
.form-group.formgroup-error::after { content: "\e014"; color: #d32541; }
.form-group.formgroup-success::after { content: "\e013"; color: mediumseagreen; }

/**
 * Special
/* Container style */
.form-group.container-style.formgroup-error,
.form-group.container-style.formgroup-success {
    border-color: #d32541;
    border-width: 1px 0 0 !important;
    border-style: solid;
    padding: 5px 0 0;
}
.form-group.container-style.formgroup-success {
    border-color: mediumseagreen;
}

.form-group.container-style > label:first-child { padding-right: 20px; }


/* Focus on error */
.twt-forms input[type="file"].form-error:focus,
.twt-forms input[type="checkbox"].form-error:focus,
.twt-forms input[type="text"].form-error:focus,
.twt-forms input[type="email"].form-error:focus,
.twt-forms input.form-error:focus,
.twt-forms select.form-error:focus,
.twt-forms textarea.form-error:focus {
    border-color: #d32541 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}







/* form bugfixing after bootstrap update 2 to 3 */
/*
form.lp-form .form-group {
    overflow: hidden;
}
*/
form .form-group.text input,
form .form-group.select select.drop-down { display: block; float: none; }



/* Map */
#map-holder {
    width: 100%;
    height: 460px;
    margin-bottom: 30px;
}

#map-canvas {
    width: 100%;
    height: 460px;
}

#map-canvas img {
    max-width: none;
    width: auto;
    display: inline;
}

#map-canvas label {
    width: auto;
    display: inline;
}



/**
 *     Map-Popover
 */
/*
#map-popover {
    position: absolute;
    top: 200px;
    left: 50%;
    height: 200px;
    display: block;
    background: #FF007F;
    padding: 20px;
    display: none;
}

#map-popover strong {
    font-weight: normal;
    font-family: 'DIN Next W02 Medium';
    font-size: 24px;
}


.infoBox {
    background: url('vhs-assets-css-3c54d8fdbd8c3dce7a5435a82da41048.png') left center no-repeat;
}

.infoBox p {
    margin: 20px;
    background: #FF007F;
    background: #BAD538;
    margin-left: 13px;
    padding: 20px;
    border-radius: 12px;
}

*/

/* new: Map-Popover links ausgerichtet
#map-popover.right { margin-right: 10px !important; }
#map-popover.right .infoBox {
    background: url('vhs-assets-css-0d4b6fc8b7af130a570b3e6e340ac569.png') right center no-repeat !important;
}*/



/**
 new: map popover left
 jira: XMWWW-556 - Header Kontaktseite überarbeiten (https://jira.twt-dh.de/jira/browse/XMWWW-556)
  */
#map-popover {
    position: absolute;
    top: 200px;
    left: 50%;
    height: 200px;
    width: 400px;
    display: block;
    background: transparent;
    padding: 0px;
    display: none;
}
#map-popover .infoBox {
    background: url('vhs-assets-css-53ea50873a53e21bc736f5650476077b.png') right center no-repeat !important;
}
.infoBox p {
    margin-left:0px;
    background: #BAD538;
    margin-right: 13px;
    padding: 20px;
    border-radius: 12px;
}
.infoBox a {
    text-decoration: none;
    color: #333;
}


/* Todo: weather codes */


/**
 *  News-Listing
 */

.news-list,
.news-detail {
    background: url('vhs-assets-css-34189dda34bdba57b100e082fd9eb864.png') repeat-y;
    overflow: hidden;
    background-position: 11% top;
    padding-bottom: 30px;
}

.news-list h2 {
    margin-top: 10px;
}

.news-list p {
    font-size: 19px;
    line-height: 160%;
    margin: 0 !important;
    font-weight: normal;
    /*color: #fff;*/
}

.news-list a {
    font-weight: normal;
}

.news-item {
    display: block;
    position: relative;
    margin-bottom: 2em;
}

.news-list .popover,
.news-list-view .popover {
    display: block;
    position: relative;
    border: none;
    margin-left: 0;
    max-width: 100% !important;
    z-index: 1040 !important;
    /*width: auto;
    background: #B8004B;*/
}

.popover-content {
    padding: 0px 15px 15px;
}

.popover-title {
    background-color: transparent;
    border-bottom: none;
    padding: 15px 15px 0;
}

.news-list .popover h2 a,
.news-list a,
.news-list a:link,
.news-list a:visited {
    /*color: #fff;*/
}

.news-list .popover.right .arrow {
    /*border-right-color: #B8004B;
     color: #AE306A;
     */
}

.blog-meta {
    position: absolute;
    /*left: -130px; */
    left: -16%;
    top: 50%;
    margin-top: -50px;
}

.blog-meta img {
    border: 1px solid #aac333;
}


/**
 *  News-Detail
 */

.blog-entry-header {
    position: relative;
}

#socialshareprivacy {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0.5em 0 1.5em;
    line-height: 0;
}

.social_share_privacy_area.line {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 0;
    margin: 0.5em 0 1.5em;
    line-height: 0;
}

ul.social_share_privacy_area.line > li {
    line-height: 0;
}

.social_share_privacy_area.line li div.gplusone {
    width: 50px;
}

#socialshareprivacy img {
    vertical-align: top;
}

#socialshareprivacy .social_share_privacy_area {
    margin: 1em 0 0.5em !important;
}

.back-link {
    background: url('vhs-assets-css-128a5c8ec0b917b6ea553cdeb6a20fbf.gif') no-repeat scroll 0 0 transparent;
    height: 50px;
    left: -112px;
    position: absolute;
    top: 15px;
    width: 50px;
}

.news-related {
    padding: 15px 0;
}

.news-related-wrap > .news-related:first-child {
    padding-top: 0;
}


/**
 * Accordion
 */

.accordion {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.accordion-group {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.accordion-inner {
    border-top: none;
    padding: 9px 15px;
    font-family: 'DIN Next W01 Light';
}

.accordion-heading h2,
.accordion-heading h3 {
    margin: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 17px 0 12px;
    background: url('vhs-assets-css-2e6a6a26e34e3a4302412f3311453e4d.gif') right -86px no-repeat;
    font-family: 'DIN Next W02 Medium';
    border-top: 1px solid #000;
}

.accordion-heading h2 .accordion-toggle,
.accordion-heading h3 .accordion-toggle {
    margin: 0;
}

.accordion-heading .accordion-toggle.expanded,
.accordion-heading .accordion-toggle.collapsed {
    background-position: right 22px;
}

.accordion-inner {
    padding: 9px 0;
}


div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 10px;
    margin-top: 5px;
}

.graphic,
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 1em
}

.graphic.alignleft {
    float: left;
    margin-right: 1.3em;
}

.graphic.alignright {
    float: right;
    margin-right: 1.3em;
}

.ZMSTable {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

.ZMSTable td,
.ZMSTable th {
    vertical-align: top;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-right: 30px;
}

#main-content .ZMSTable p {
    margin-bottom: 0 !important;
}


/**
 * Jobs
 */

.job-offer {
    padding-top: 150px;
}

.job-offer h1 {
    margin-top: 0;
    padding-top: 0;
}

.job-offer h1 .subtitle {
    display: block;
    color: #999;
}


/**
 * QuickCheck-Modul
 */

.quickcheck {
    padding: 20px;
    margin-bottom: 20px;
}

.quickcheck .qc-question-wrapper,
.qc-result-wrapper {
    padding-top: 50px;
}

.quickcheck .qc-question-wrapper:first-child {
    padding-top: 0;
}

.quickcheck .qc-question {
    display: inline-block;
    padding-left: 40px;
}

.quickcheck .qc-question-counter {
    display: inline-block;
    position: relative;
    top: -2px;
    left: -10px;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
}

.quickcheck .qc-bg-line {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABDSURBVHjaYjx79qwFAwNDBhAHAPEGIJ7BAhWIZ4AAMM0EVYEMApigWpDBBpD2GTAVMDMZ////z4AOmBiwAAoFAQIMAMZtDQkiSmJdAAAAAElFTkSuQmCC") 50% 0 repeat-y;
}

.quickcheck .qc-btn-bar {
    text-align: left;
}

.quickcheck .qc-btn-bar > div.col-sm-6:first-child {
    text-align: right;
}

.quickcheck .qc-answer-btn {
    position: relative;
    width: 100px;
    height: 100px;
    border: none;
    text-align: center;
    margin: 0 20px;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-family: 'DIN Next W01 Light';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.quickcheck .qc-result-y,
.quickcheck .qc-answer-btn.qc-yes-btn {
    background-color: #64bdb1;
}

.quickcheck .qc-result-n,
.quickcheck .qc-answer-btn.qc-no-btn {
    background-color: #e74a6a;
}

.quickcheck .qc-result-border {
    display: table;
    width: 100%;
}

.quickcheck .qc-result {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100px;
    padding: 17px 17px;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.quickcheck .qc-resultHTML {
    margin-top: 20px;
    text-align: left;
}

.quickcheck #fn ul {
    margin-bottom: 20px !important;
}

.quickcheck #fn hr {
    border-width: 0;
    /*border-top: 1px solid #333; */
}


/*
.quickcheck .qc-resultHTML p { font-size: 24px; }
.quickcheck .result-text { margin-top: 45px; padding-top: 20px; border-top: 1px solid #333; }
.quickcheck #fn ul li { font-size: 24px !important; }
*/

.quickcheck .result-text,
.quickcheck #fn {
    display: none;
}


/* Quickcheck in Teaser-Spalte */

.teaser-col .quickcheck,
.quickcheck.teaser {
    background: #fff;
    max-width: 300px;
    text-align: left;
}

.teaser-col .quickcheck .qc-question {
    background-color: #fff;
    margin-bottom: 0 !important;
    padding-bottom: 20px;
}

.teaser-col .quickcheck .qc-btn-bar {
    background-color: #fff;
}

.teaser-col .quickcheck .qc-btn-bar .qc-answer-btn {
    width: 76px;
    height: 76px;
}

.teaser-col .quickcheck .qc-result-border {
    background-color: #fff;
    padding-top: 20px;
}

.teaser-col .quickcheck .qc-result {
    height: 67px;
    line-height: 25px;
    padding-top: 25px;
    text-align: center;
}


/* Quickcheck in Modal */

.modal.qc-modal {
    /*
    width: 800px;
    height: 600px;
    margin: -300px 0 0 -400px;
    */
}

.qc-modal.modal .modal-body{
    max-height: 100%;
    max-width: 100%;
}

.modal.qc-modal .modal-header,
.modal.qc-modal .modal-body {
    padding: 0 40px;
}

.modal.qc-modal .modal-header {
    padding-top: 20px;
}

.modal.qc-modal h2.section-header {
    padding-top: 12px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.modal .quickcheck {
    position: relative;
    background: #fff;
    text-align: center;
    height: auto;
    font-size: 19px;
}

.modal .quickcheck .qc-description-container {
    margin-bottom: 25px;
    text-align: left;
}

.modal .quickcheck .qc-question-wrapper {
    padding: 3px 0 0;
}

.modal .quickcheck .qc-question {
    background-color: #fff;
    margin-bottom: 0 !important;
    padding-bottom: 20px;
    font-size: 19px;
}

.modal .quickcheck .qc-btn-bar {
    background-color: #fff;
}

.modal .quickcheck .qc-result {
    font-size: 19px;
}

.modal .quickcheck .qc-result-border {
    background-color: transparent;
    padding-top: 0;
}

.modal .quickcheck .qc-result-options {
    margin-top: 40px;
}

.modal .quickcheck .qc-resultlist-container {
    text-align: left;
}

.modal .quickcheck .qc-result-list {
    opacity: 0;
    text-align: left;
}

.modal .quickcheck .qc-result-list > li {
    margin-bottom: 10px;
    padding-right: 55px;
    position: relative;
    min-height: 50px;
}

.modal .quickcheck .qc-result-list .qc-result-answer {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.modal .quickcheck .qc-result-list .qc-result-answer-n {
    background-color: #e74a6a;
}

.modal .quickcheck .qc-result-list .qc-result-answer-y {
    background-color: #64bdb1;
}

.modal .quickcheck .qc-result-options .col-sm-6:first-child {
    text-align: left;
}

.modal .quickcheck .result-link,
.modal .quickcheck .reset-link {
    cursor: pointer;
}

.modal-header .close {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* Quickcheck in großer Spalte */

.col-sm-8 .quickcheck,
.col-sm-8 .quickcheck .qc-question-container {
    text-align: center;
}

.col-sm-8 .quickcheck.contains-lightox {
    text-align: left;
}

.col-sm-8 .quickcheck .qc-question {
    background-color: #f0f0f0;
    margin-bottom: 0 !important;
    padding: 8px 0 20px;
}

.col-sm-8 .quickcheck .qc-btn-bar {
    background-color: #f0f0f0;
}

.col-sm-8 .quickcheck .qc-result-border {
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #f0f0f0;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .col-sm-8{
        width: 66.66666667%;
    }
}



/* animations */

.qc-question-container {
    position: relative;
}

.qc-question-wrapper {
    position: relative;
    opacity: 0;
}

.qc-question,
.quickcheck .qc-btn-bar {
    position: relative;
    font-size: 24px;
}

.slide-down {
    -webkit-animation: slide-down .3s;
    -moz-animation: slide-down .3s;
    -ms-animation: slide-down .3s;
    -o-animation: slide-down .3s;
    animation: slide-down .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
}

@-ms-keyframes slide-down {
    0% {
        -ms-transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -ms-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes slide-down {
    0% {
        -moz-transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes slide-down {
    0% {
        -o-transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-down {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/* nach oben ausfaden */

.slide-up {
    -webkit-animation: slide-up .3s;
    -moz-animation: slide-up .3s;
    -ms-animation: slide-up .3s;
    -o-animation: slide-up .3s;
    animation: slide-up .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
}

@-ms-keyframes slide-up {
    0% {
        -ms-transform: translateY(0);
        opacity: 1;
    }
    100% {
        -ms-transform: translateY(-50px);
        opacity: 0;
    }
}

@-webkit-keyframes slide-up {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-50px);
        opacity: 0;
    }
}

@-moz-keyframes slide-up {
    0% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
    100% {
        -moz-transform: translateY(-50px);
        opacity: 0;
    }
}

@-o-keyframes slide-up {
    0% {
        -o-transform: translateY(0);
        opacity: 1;
    }
    100% {
        -o-transform: translateY(-50px);
        opacity: 0;
    }
}

@keyframes slide-up {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-50px);
        opacity: 0;
    }
}


/* nach oben ziehen */

.move-up {
    -webkit-animation: move-up .3s;
    -moz-animation: move-up .3s;
    -ms-animation: move-up .3s;
    -o-animation: move-up .3s;
    animation: move-up .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-ms-keyframes move-up {
    0% {
        -ms-transform: translateY(0);
    }
    100% {
        -ms-transform: translateY(-50px);
    }
}

@-webkit-keyframes move-up {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50px);
        opacity: 1;
    }
}

@-moz-keyframes move-up {
    0% {
        -moz-transform: translateY(0);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50px);
        opacity: 1;
    }
}

@-o-keyframes move-up {
    0% {
        -o-transform: translateY(0);
        opacity: 0;
    }
    100% {
        -o-transform: translateY(-50px);
        opacity: 1;
    }
}

@keyframes move-up {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    100% {
        transform: translateY(-50px);
        opacity: 1;
    }
}


/* nach innen erscheinen */

.move-in-left {
    -webkit-animation: move-in-left .3s;
    -moz-animation: move-in-left .3s;
    -ms-animation: move-in-left .3s;
    -o-animation: move-in-left .3s;
    animation: move-in-left .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-ms-keyframes move-in-left {
    0% {
        -ms-transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -ms-transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes move-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes move-in-left {
    0% {
        -moz-transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}

@-o-keyframes move-in-left {
    0% {
        -o-transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-in-left {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


/* nach links aussen verschwinden */

.move-out-left {
    -webkit-animation: move-out-left .3s;
    -moz-animation: move-out-left .3s;
    -ms-animation: move-out-left .3s;
    -o-animation: move-out-left .3s;
    animation: move-out-left .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}

@-ms-keyframes move-out-left {
    0% {
        -ms-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -ms-transform: translateX(-50px);
        opacity: 0;
    }
}

@-webkit-keyframes move-out-left {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50px);
        opacity: 0;
    }
}

@-moz-keyframes move-out-left {
    0% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(-50px);
        opacity: 0;
    }
}

@-o-keyframes move-out-left {
    0% {
        -o-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(-50px);
        opacity: 0;
    }
}

@keyframes move-out-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-50px);
        opacity: 0;
    }
}


/* nach rechts aussen verschwinden */

.move-out-right {
    -webkit-animation: move-out-right .3s;
    -moz-animation: move-out-right .3s;
    -ms-animation: move-out-right .3s;
    -o-animation: move-out-right .3s;
    animation: move-out-right .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}

@-ms-keyframes move-out-right {
    0% {
        -ms-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -ms-transform: translateX(120%);
        opacity: 0;
    }
}

@-webkit-keyframes move-out-right {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(120%);
        opacity: 0;
    }
}

@-moz-keyframes move-out-right {
    0% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(120%);
        opacity: 0;
    }
}

@-o-keyframes move-out-right {
    0% {
        -o-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(120%);
        opacity: 0;
    }
}

@keyframes move-out-right {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}

.pulse {
    -webkit-animation: pulse .4s;
    -moz-animation: pulse .4s;
    -o-animation: pulse .4s;
    -ms-animation: pulse .4s;
    animation: pulse .4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: scale(1.1);
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    75% {
        opacity: 0.5;
        -moz-transform: scale(1.1);
        -moz-animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes pulse {
    0% {
        opacity: 1;
        -o-transform: scale(1);
    }
    75% {
        opacity: 0.5;
        -o-transform: scale(1.1);
        -o-animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
        -o-animation-timing-function: ease-in;
    }
}

@-ms-keyframes pulse {
    0% {
        opacity: 1;
        -ms-transform: scale(1);
    }
    75% {
        opacity: 0.5;
        -ms-transform: scale(1.1);
        -ms-animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
        -ms-animation-timing-function: ease-in;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    75% {
        opacity: 0.5;
        transform: scale(1.1);
        animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        transform: scale(1);
        animation-timing-function: ease-in;
    }
}


/**
 * Weather
 */

.weather-info {
    display: block;
    color: #fff;
    display: block;
    color: #fff;
    font-size: 24px;
    font-family: 'DIN Next W02 Medium';
    line-height: 39px;
}

.weather-info > span {
    display: block;
    float: left;
    width: 39px;
    height: 39px;
    background-image: url('vhs-assets-css-d9529c5ddf269dea2827c4d652220649.png');
}

.W392 {
    background-position: -351px top
}

.W389,
.W386 {
    background-position: -39px top
}

.W377,
.W374 {
    background-position: -429px top
}

.W371,
.W368,
.W365,
.W362,
W338,
.W335,
.W332,
.W329,
.W326,
.W323,
.W179 {
    background-position: -351px top
}

.W359,
.W350,
.W320,
.W317,
.W308,
.W305,
.W284,
.W281 {
    background-position: -429px top
}

.W356,
.W353 {
    background-position: -390px top
}

.W314,
.W311,
.W234,
.W185,
.W182 {
    background-position: -234px top
}

.W308,
.W311 {
    background-position: -234px top
}

.W302,
.W299,
.W296,
.W293,
.W263 {
    background-position: 0px top
}

.W260,
.W248,
.W176 {
    background-position: 0px top
}

.W230 {
    background-position: -78px top
}

.W200 {
    background-position: -273px top
}

.W122,
.W119 {
    background-position: -156px top
}

.W116 {
    background-position: -156px top
}

.W113 {
    background-position: -624px top
}

@media (min-width: 992px),
print {
    body {
        padding-top: 117px
    }
    body.level0.page-1.desktop.has-hero-unit .hero-unit {
        margin-top: 0;
    }
}



p#social-media-bar img.print-replacement {
    display: none;
}

.description {
    font-weight: bold;
}


/*flb 29-01-2014 Newsletter:start*/

footer div.newsletter a.btn-large {
    background-color: #FFFFFF;
    color: #000000;
    float: left;
    opacity: 0.6;
    padding-bottom: 3px;
    padding-top: 7px;
    text-align: center;
    /*width: 309px;*/
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

footer div.newsletter a.btn-large:hover {
    color: #B8004B;
    /* neu */
    color: #AE306A;
    color: #91af23;
}

.btn.btn-large,
.btn.btn-large:hover {
    color: #B8004B;
    /* neu */
    color: #AE306A;
}

div.row div.col-sm-8 div.popover.newsletter {
    width: auto;
}


/*Userprofile*/

.modal {
    /*width: 600px;*/
    font-size: 12px;
    line-height: 170%;
    z-index: 99999;
}


div.modal-body {
    clear: both;
    overflow: hidden;
}

div.modal-body div.modal-left {
    width: 80px;
    float: left;
}

div.modal-body div.modal-right {
    position: relative;
    margin-left: 80px;
    padding-right: 25px;
}

.modal-header {
    border-bottom: none;
}

div.modal-right h3 {
    color: #B8004B;
}

.authorinfo div.modal-right h3 {
    color: #666666;
}

.lebensspruch {
    color: #898989;
    font-weight: bold;
    padding-top: 20px;
}

.verfasser {
    color: #898989;
    font-size: 10px;
    line-height: 170%;
}

.hobbies {
    width: 180px;
    float: left;
    margin-left: -15px;
}

.infos {
    position: absolute;
    margin-top: 10px;
    width: auto;
    right: 18px;
}

.infos img {
    float: right;
    padding-right: 10px;
}

div.modal-right p {
    margin-bottom: 0px;
    line-height: 170%;
}

.info {
    display: none;
}


/*Tooltip */

a {
    position: relative;
}

a[data-tooltip]:before {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #333333;
    content: attr(data-tooltip);
    display: none;
    font-size: 0.8em;
    height: 80px;
    left: 0;
    line-height: 25px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    top: -100px;
    width: 390px;
    z-index: 1000;
    box-shadow: 5px 5px 10px #666666;
}

a[data-tooltip]:after {
    position: absolute;
    left: 15px;
    top: -10px;
    border-top: 7px solid #FFFFFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: none;
    z-index: 2000;
}

a[data-tooltip]:hover:after,
a[data-tooltip]:hover:before {
    display: block;
}


/**
 *  Ergänzung: Socialmedia-Bar
 */

.social_share_privacy_area {
    clear: both;
    margin: 5px 0;
    list-style-type: none;
    padding: 0;
    width: auto;
    display: block;
}

.social_share_privacy_area.line {
    height: 25px;
    line-height: 16px;
}

.social_share_privacy_area.box {
    width: 95px;
}

.social_share_privacy_area li {
    margin: 0 !important;
    padding: 0 30px 0 0 !important;
    list-style-type: none !important;
}

.social_share_privacy_area.box li {
    text-align: center;
}

.social_share_privacy_area.line li {
    height: 21px;
    float: left;
}

.social_share_privacy_area li .dummy_btn {
    cursor: pointer;
    padding: 0;
    height: inherit;
}

.social_share_privacy_area.line li .dummy_btn {
    float: left;
    margin: 0 20px 0 10px;
}

.social_share_privacy_area.box li .dummy_btn {
    margin-bottom: 10px;
}

.social_share_privacy_area li .dummy_btn img.privacy_dummy,
.social_share_privacy_area li .dummy_btn iframe {
    vertical-align: bottom;
}

.social_share_privacy_area li .dummy_btn iframe {
    overflow: hidden;
    height: inherit;
    width: inherit;
    border-style: none;
}

.social_share_privacy_area.line li {
    display: inline-block;
}


/* Switch begin */

.social_share_privacy_area li .switch {
    display: inline-block;
    text-indent: -9999em;
    background: transparent url('vhs-assets-css-e6d2d8cdff054ee780d51a78bfd6b054.png') no-repeat 0 0 scroll;
    width: 23px;
    height: 12px;
    overflow: hidden;
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer;
}

.social_share_privacy_area.line li .switch {
    float: left;
}

.social_share_privacy_area li .switch.on {
    background-position: 0 -12px;
}


/* Switch end */


/* Tooltips begin */

.social_share_privacy_area li.help_info {
    position: relative;
}

.social_share_privacy_area li.settings_info,
.social_share_privacy_area li.help_info .info {
    text-align: left;
}

.social_share_privacy_area li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
    display: none;
    position: absolute;
    bottom: 40px;
    width: 290px;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    background-color: #fdfbec;
    color: #000;
    z-index: 500;
}

.social_share_privacy_area.line li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
    left: 0;
}

.social_share_privacy_area.box li.help_info .info {
    left: 100%;
    top: 0px;
    bottom: auto;
}

.social_share_privacy_area li .help_info.icon .info {
    width: 350px;
}

.social_share_privacy_area li.help_info.display .info,
.social_share_privacy_area li .help_info.icon.display .info {
    display: block;
}

.social_share_privacy_area li.help_info.info_off.display .info {
    display: none;
}

.social_share_privacy_area li .help_info.icon {
    background: #fff url('vhs-assets-css-aed3f104a5fc1334112682f4cb0b5bf6.png') no-repeat center center scroll;
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #e7e3e3;
    border-right-width: 0;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
    border-right-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/* Tooltips end */


/* Settings/Info begin */

.social_share_privacy_area li.settings_info {
    position: relative;
    top: -2px;
}

.social_share_privacy_area li.settings_info a {
    text-decoration: none;
    margin: 0 !important;
}

.social_share_privacy_area li.settings_info .settings_info_menu {
    background-color: #f3f4f5;
    color: #000;
    border-style: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    left: 0;
    position: absolute;
    top: 0;
    min-width: 135px;
    margin: 0;
    padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu.on {
    z-index: 1000;
}

.social_share_privacy_area li.settings_info .settings_info_menu.off {
    border-width: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.social_share_privacy_area li.settings_info .settings_info_menu.off form {
    display: none;
    margin: 0;
    padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu .settings {
    text-indent: -9999em;
    display: inline-block;
    background: #fff url('vhs-assets-css-b853c9e939a19260dbdf11235a5595f6.png') no-repeat center center scroll;
    width: 25px;
    height: 20px;
    border: 2px solid #e7e3e3;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #ddd;
    margin: 0;
    padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
    border-width: 0;
    margin: 0;
    padding: 0 10px 10px;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 10px 0;
    width: 115px;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
    margin: 4px 10px 4px 0;
    padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    -moz-transition: color .5s ease-in;
    -webkit-transition: color .5s ease-in;
    transition: color .5s ease-in;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
    color: #090;
}


/* Settings/Info end */

.popover.box {
    display: block;
    position: relative;
    border: none;
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
}


/* Mantis 0061817 */


/*.page-1 .popover, .popover.newsletter { min-height: 326px; }*/

.row-fluid .col-sm-4 > div:first-child > h2:first-child,
.row-fluid .col-sm-4 > div:first-child > div:first-child > h2:first-child,
.row-fluid .col-sm-4 > div:first-child > div:first-child > div:first-child > h2:first-child {
    margin-top: 0;
}

div.shariff {
    margin-bottom: 30px;
}

.news-text-wrap table {
    width: 100%;
}

/* bootstrap 3 correction*/

.news-text-wrap p img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.news-text-wrap table td {
    text-align: left;
    vertical-align: top;
    padding-left: 20px;
}

.news-text-wrap table td img {
    max-width: 960px !important;
}

.news-text-wrap table td:first-child {
    padding-left: 0 !important;
}

.image-table td {
    width: auto;
    min-width: 200px;
}

.table-50-50 td {
    width: 50%;
}

.table-33-66 td {
    width: 33%;
}


/* Änderungen neues Layout für Startseite */

body.page-1 .hero-unit .masthead,
body.page-12 .hero-unit .masthead {
    position: relative;
    background: none !important;
}

body.page-1 .hero-unit .masthead .row,
body.page-12 .hero-unit .masthead .row {
    /*background: #F0F0F0 url('/fileadmin/public/resources/img/billboard/xm-headgrafik-hg-start_01.png') right 0 no-repeat; */
    background: #F0F0F0 url('/typo3conf/ext/xmlayout/Resources/Public/Images/Billboard/20171019-headgrafik-start-twt-dh.png') right 0 no-repeat;
}

body.page-1.en .hero-unit .masthead .row {
    /*background: #F0F0F0 url('/typo3conf/ext/xmlayout/Resources/Public/Images/Billboard/20171019-headgrafik-start-en-twt-dh.png') right 0 no-repeat;*/
}

@media (min-width: 992px) {
    body.page-1 .hero-unit .masthead .row {
        min-height: 500px;
    }
}

body.page-1 .claim,
.body.page-1 .hero-unit p,
body.page-12 .claim,
.body.page-12 .hero-unit p {
    color: #666;
    font-family: 'DIN Next W01 Light';
    font-size: 90px;
    line-height: 100%;
    letter-spacing: 0em;
    text-transform: none;
    margin-top: 98px;
}

/*body.page-1 #main-content > .csc-default:first-child > h2.section-header:first-child {
    margin-top: 0;
}*/


/* Borders für Elemente, die standardmäßig keine Borders haben, z.B. Section */

.border-top {
    border-top: 1px inset #000;
}

.section.border-top {
    padding-top: 40px;
}

.border-bottom {
    border-bottom: 1px solid #000;
}


/**
 * Button für Header
 * mantis #0060768: xmachina.de/jobs - Button in Headerbilder
*/

.hero-unit .header-btn > a {
    background-color: #1abbe9;
    color: #ffffff;
    font-size: 20px;
    padding: 11px 30px 10px;
}


/**
 * Button im Header für 404-Seite
 * mantis #0062236: xmachina.de > 404-Seite für xmachina.de
*/

body.page-92 .hero-unit .header-btn > a {
    background-color: #DE3E88;
    color: #ffffff;
}

/* bootstrap 3 correction*/
/* team bild */
#main-content>div>div>div>div>div>figure>img {
    width: 100%;
    height: 100%;
}

/* bootstrap 3 correction */

/* contact form */
.contact-form>div.row>button {
    margin-right: 15px;
}


/**
 * Responsive-Styles
 */

@media screen and (max-width: 1199px) {

    a.social-media-link.instagram {
        float: left;
        text-align: center;
        width: 32px;
        margin: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 979px) {
    .news-list,
    .news-detail {
        background: url('vhs-assets-css-34189dda34bdba57b100e082fd9eb864.png') top left repeat-y;
        overflow: hidden;
        background-position: 60px top;
        padding-bottom: 30px;
    }
    .hero-unit {
        padding: 117px 0 0 0;
        margin-top: 0 !important;
    }
    footer {
        margin: 0 -20px;
    }
    footer > .container {
        padding: 20px;
        margin: 0;
    }
    footer .col-sm-4 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 992px) {

    .csc-textpic-intext-left-nowrap-310 .csc-textpic-text {
        float: left;
        margin-left: 0;
    }

    body.page-1 .hero-unit.hidden-phone {
        display: block !important;
        width: 100%;
        position: relative;
    }
    body.page-1 .claim,
    .body.page-1 .hero-unit p,
    body.page-12 .claim,
    .body.page-12 .hero-unit p {
        font-size: 55px;
    }
    .hero-unit h1 {
        font-size: 60px !Important;
    }
    body.page-1 .hero-unit .masthead .row,
    body.page-12 .hero-unit .masthead .row {
        background-size: 77%;
    }
    body.page-1 .claim,
    .body.page-1 .hero-unit p,
    body.page-12 .claim,
    .body.page-12 .hero-unit p,
    .hero-unit h1,
    .hero-unit h1 + span {
        padding-left: 20px;
    }
}


@media (max-width: 768px) {
    .news-list,
    .news-detail {
        background: none !important;
    }
    h1 {
        margin-bottom: 15px;
    }
    .hero-unit h1 {
        font-size: 45px !important;
    }
    .hero-unit h1 + span {
        font-size: 28px !important;
        max-width: 190px;
    }
    .popover {
        padding: 0;
    }
    .csc-space-before-75 {
        margin-top: 0 !important;
    }
    .whitepaper form.lp-form:after {
        background: none;
    }
    #c12 .col-sm-4 .teaser-col .wrapper {
        margin-left: 0;
    }

    /* bootstrap 3 correction*/
    .quickcheck .qc-btn-bar div{
        display: inline-block;
        padding-right: 0px;
        padding-left: 0px;
        width: 49%;
    }

    .quickcheck .qc-answer-btn {
        margin: 0% 7% 0% 7%;
    }

    #main-content ul.nav-pills > li.active  {
        margin-left: 2px;
    }

    #main-content p>img {
        width: 100%;
        height: 100%;
    }

    .hero-unit>.masthead>.row>.span8>div:first-child {
        margin-right: 20px;
    }
}

@media (max-width: 600px) {
    .news {
        margin-top: 60px;
    }
    .nav-tabs > li > a,
    .nav-pills > li > a {
        padding: 9px 12px;
    }
    #main-content p {
        margin-bottom: 5px;
    }
    #main-content .row,
    #main-content .row-fluid {
        margin-bottom: 15px;
    }
    .services-overview div.col-sm-4 {
        padding-bottom: 5px;
    }
    h2.section-header {
        padding-top: 10px;
    }
    .isotope .isotope-item {
        position: static !important;
        transform: none !important;
        transition: none;
    }
    .page-16 .csc-default iframe {
        height: 260px;
    }
    #c12 .col-sm-4 .teaser-col .wrapper .teaser {
        max-width: inherit;
    }

    .whitepaper form.lp-form:after {
        display: none;
    }

}

@media (max-width: 480px) {
    /* phone */
    body.page-1 .hero-unit.hidden-phone,
    body.page-12 .hero-unit.hidden-phone {
        display: block !important;
        width: 100%;
        position: relative;
        padding-top: 0;
    }
    body.page-1 .hero-unit .masthead .row,
    body.page-12 .hero-unit .masthead .row {
        background: none;
        top: 0;
        left: 0px;
    }
    body.page-1 .hero-unit .masthead,
    body.page-12 .hero-unit .masthead {
        position: relative;
        width: auto;
        background: #F0F0F0 url('../Images/Mobile/xm-headgrafik-hg-start_02-480.jpg') 0 0 no-repeat !important;
    }
    body.page-1 .hero-unit .masthead {
        padding-top: 30px;
    }
    body.page-1 .hero-unit h1,
    body.page-1 .hero-unit span {
        padding-left: 0
    }
    h1 {
        font-size: 29px;
        line-height: 36px;
    }
    .hero-unit h1 {
        font-size: 35px !important;
    }
    .hero-unit h1 + span {
        font-size: 22px !important;
    }
    body.page-1 .claim,
    .body.page-1 .hero-unit p,
    body.page-12 .claim,
    .body.page-12 .hero-unit p {
        font-size: 35px;
        margin-top: 10%;
    }
    .hero-unit h1 {
        font-size: 23px;
    }
    /*.hero-unit p { float: right;}*/
    h2.section-header {
        border-top: none;
    }
    .client .gallery {
        width: auto;
        height: auto;
    }
    .carousel {
        margin-bottom: 0;
    }
    .client .gallery p {
        bottom: 0;
        margin-bottom: 0;
    }
    .page-16 .csc-default iframe {
        height: 370px;
    }

    /* bootrap 3 mobile correction */

    .blog-meta {
        left: -20%;
        top: 43%;
    }

    .popover.news-item {
        margin-left: 15%;
    }

    .hobbies,
    .infos {
        width: 100%;
        display: block;
        float: none;
        height: 42px;
    }

    .infos {
        position: inherit;
    }

}

/* bootstrap 3 corrections */
@media (max-width: 336px){

    .quickcheck .qc-btn-bar div {
        width: auto;
    }
    .quickcheck .qc-answer-btn {
        margin: 0% 3% 0% 3%;
    }

    .quickcheck .qc-btn-bar div:first-child {
        margin-bottom: 15px;
        width: 49%;
    }

}

@media (max-width: 320px) {
    .hero-unit h1 {
        width: 45%;
    }
    body.page-1 .hero-unit .masthead,
    body.page-12 .hero-unit .masthead {
        background-size: cover !important;
    }
    a.filter {
        word-break: break-all;
    }
    #main-content .row-fluid {
        margin-bottom: 15px;
    }

    /* bootrap 3 mobile correction */
    .blog-meta {
        left: -22%;
    }

    div.modal-body div.modal-left {
        width: auto;
        float: none;
        margin-left: 42%;
    }
    .modal-body {
        width: 90%;
        padding: 5%;
    }
    .infos img {
        float: none;
    }
    div.modal-body div.modal-right {
        margin-left: 0;
    }

    .hero-unit + #main-content>div:first-child>h2.section-header {
        margin-top: 40%;
    }

    .csc-space-before-40 {
        margin-top: 0px ! important;
    }
    #main-content>.csc-space-before-40>div>div:first-child>.csc-default:first-child
    {
        margin-top: 10%;
    }

    footer .phone {
        letter-spacing: 0px;
    }

}

@media (min-device-width: 481px) and (max-device-width: 992px) and (orientation: landscape) {
    .news-list,
    .news-detail {
        background: url('vhs-assets-css-34189dda34bdba57b100e082fd9eb864.png') top left repeat-y;
        overflow: hidden;
        background-position: 100px top;
        padding-bottom: 30px;
    }
}


/**
 *  Print-Styles
 */

@media print {
    body {
        background: none;
        font-size: 12px;
    }

    /*ds 2016-05-17 #0060770 */
    .navbar #print-logo {
        height: 90px;
        width: 940px;
        margin: 0 auto;
        display: block;
        overflow: auto;
    }
    .navbar #print-logo img {
        float: none!important;
        overflow: visible!important;
        position: relative;
        display: block;
        width: 198px;
        height: 55px;
    }
    .accordion-body {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
    }
    .back-link,
    .container-fluid.hero-unit {
        display: none;
    }
    footer p {
        color: #000;
    }
    footer {
        color: #000;
        background: none;
        border-top: 1px solid black;
    }
    footer p.heading {
        color: #000;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 0.125em;
        line-height: 24px;
        margin-bottom: 0.5em;
        text-transform: uppercase;
    }
    footer a,
    footer a:link,
    footer a:visited {
        color: #000;
    }
    .news-list,
    .news-detail {
        background: none;
    }
    div.share,
    div.shariff,
    footer .newsletter,
    p#social-media-bar a {
        display: none;
    }
    /*p#social-media-bar { height: 32px; content: url('vhs-assets-css-ac2d78b25fc78c3281a4645771ec73e2.png'); }*/
    p#social-media-bar img.print-replacement {
        display: block;
    }
}


/* Fixes for column height */

@media (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
    #c808 .col-sm-4 .csc-textpic-text,
    #c1283 .col-sm-4 .csc-textpic-text,
    #c2037 .col-sm-4 .csc-textpic-text,
    #c17 .col-sm-4 .csc-textpic-text {
        min-height: 125px;
    }
}

@media (min-width: 600px) and (max-width: 768px) and (orientation: portrait) {
    #c808 .col-sm-4 .csc-textpic-text,
    #c1283 .col-sm-4 .csc-textpic-text,
    #c2037 .col-sm-4 .csc-textpic-text,
    #c17 .col-sm-4 .csc-textpic-text {
        min-height: 150px;
    }
}
.navbar #print-logo {
    display: none;
}


/**
 * Header 2017
 */

body #header {
    transition: all .5s ease;
    transition-property: right, top;
}

#header {
    z-index: 1200;
    position: fixed;
    top: 0;
    background-color: #fff;
    left: 0;
    right: 0;
    margin-bottom: 0;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400;
}

#navbar-header {
    line-height: 50px;
    min-height: 50px;
    padding: 0 10px;
}

#header-shadow {
    height: 190px;
    height: 1px;
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    background: transparent url('vhs-assets-css-a703363503eb1eb28d1982fd4898f062.png') center bottom no-repeat;
    z-index: 1;
    transition: all .5s ease;
}

.fixed-nav-bar #header-shadow {
    top: -60px;
}

.navbar-brand {
    background: transparent url('vhs-assets-css-34138ea1035791c1edb86164cad8c8e2.gif') left center no-repeat;
    text-indent: -3000px;
    display: inline-block;
    width: 274px;
    height: 40px;
    padding: 0;
}

.navbar-collapse {
    /*display: none;*/
    padding: 0;
}

.navbar-nav {
    margin: 0;
    padding: 0;
}

.navbar .nav > li {
    padding: 0;
    text-transform: uppercase;
}

.navbar .nav {
    margin: 0;
}

.navbar .nav > li > a,
.navbar .nav-level2 a {
    transition: all .5s ease;
    color: #111924;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    padding: 0;
    display: block;
    text-decoration: none;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}
#language-selector a, #language-selector span {
    display: inline-block;
}

@media (max-width: 767px) {
    .navbar-header {
        position: relative;
    }
    .navbar-brand {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        height: auto;
    }
    .navbar-toggle {
        line-height: 66px;
        padding: 0 15px;
        font-size: 21px;
    }
    #nav-menu {
        background: #333;
        background: rgba(0, 0, 0, .75);
    }
    .navbar .nav > li {
        border-bottom: 1px solid #111924;
    }
    .navbar .nav > li > a {
        padding: 0.67em 0 0.67em 30px;
        color: #fff;
    }
    .navbar #nav-main.nav > li > a:after {
        font-family: "FontAwesome";
        content: "\f105";
        float: right;
        display: inline-block;
        font-size: larger;
        margin-right: 15px;
    }
    .navbar #nav-main.nav > li.active > a:after {
        content: "\f107";
    }
    .navbar #nav-meta.nav {
        padding: 0 20px;
    }
    .navbar #nav-meta.nav > li {
        display: inline-block;
        padding: 0.5em 0;
    }
    .navbar #nav-meta.nav > li > a {
        padding: 0 0.5em;
        text-transform: none;
        color: rgba(255, 255, 255, 0.67);
        font-weight: 200;
        display: inline-block;
    }
    .navbar .nav-level2 {
        padding: 0;
    }
    .navbar .nav-level2 > li {
        padding: 0em 0;
    }
    .navbar .nav-level2 > li > a {
        color: rgba(255, 255, 255, 0.5) !important;
        padding: 0.125em 0 0.67em 30px;
        font-weight: 200;

    }
    .navbar .nav-level2 > li > a:last-child {
        padding-bottom: 0.5em;
    }
    #header-shadow {
        height: 130px;
    }
    .navbar-toggle.collapsed i:before {
        content: "\f0c9";
    }
    .navbar-toggle i:before {
        content: "\f00d";
    }

}

@media (min-width: 768px) {
    .navbar-header {
        position: static;
    }
    .navbar-brand {
        left: 15px;
        bottom: 16px;
        margin-left: 0 !important;
        position: absolute;
        transition: bottom 0.5s ease;
        background-size: 274px auto;
        height: 40px;
    }
    .fixed-nav-bar .navbar-brand {
        top: auto;
        bottom: 12px;
        background-size: 190px;
    }
}

@media (min-width: 768px) {
    #header {
        min-height: 117px;
    }
    .fixed-nav-bar #header {
        height: 70px;
        top: -50px;
    }
    #header .container {
        position: relative;
        height: 117px;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse {
        display: block;
        background: #fff;
    }
    .navbar .nav > li {
        float: left;
        padding: 0 10px;
        position: relative;
    }
    .navbar .nav > li:last-child {
        padding-right: 0;
    }
    .navbar .nav > li > a {
        display: block;
        transition: all .5s ease;
        color: #111924;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: transparent;
        padding: 1px 0 6px;
        margin-bottom: 16px;
    }
    .navbar .nav > li > a.active,
    .navbar .nav > li > a:hover,
    .navbar .nav > .active > a,
    .navbar .nav > .active > a:hover {
        transition: all .5s ease;
        background: transparent;
        color: #111924;
        border-color: #111924;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #nav-meta {
        position: absolute;
        right: 15px;
        left: auto;
    }
    #nav-meta {
        top: 5px;
        font-size: 12px;
        font-weight: 200;
    }
    #nav-meta a, #nav-meta #language-selector span {
        padding: 15px 0 0;
        color: #93a5ab;
    }
    #nav-meta #language-selector span.no-translation { color: #ccc; cursor: default; }
    #nav-meta a:hover {
        color: #111924;
        border-color: #111924;
    }
    #nav-meta a.active {
        border-color: #93a5ab;
    }
    #nav-main {
        bottom: 15px;
        font-size: 16px;
        float: right;
        margin-top: 73px;
        background: #fff;
    }
    .nav-level2 {
        transition: all .5s ease;
        padding: 0;
        z-index: -1;
        width: 200px;
        padding-left: 0;
        position: absolute;
        list-style: none;
        float: left;
        margin-top: -40px;
        color: #111924;
        background-color: #fff;
        min-height: 0;
        top: -300px;
    }
    .nav-level2 li {
        padding: 0.33em 0;
        font-weight: 200;
        font-size: 15px;
    }
    .nav-level2 a {}
    .main-nav-sub-shown {
        transition: all .5s ease;
        top: 84px !important;
    }
    .nav-level2:after,
    .nav-level2:before {
        background: #fff;
        position: absolute;
        top: 0;
        width: 3000px;
        height: 100%;
        content: "";
        transition: all .5s ease;
        z-index: -1;
    }
    #header .nav-level2:before {
        right: 100%;
    }
    #header .nav-level2:after {
        left: 100%;
    }
    #header .nav-level2 li:last-child {
        margin-bottom: 40px;
    }
    #header a.main-nav-li-no-hover {
        transition: all .5s ease;
        color: #93a5ab;
        border-bottom-color: transparent!important;
    }
    .nav-level2 a:hover {
        transition: all .5s ease;
        background: 0 0;
        color: #93a5ab;
        border-bottom-color: transparent!important;
        text-decoration: none;
    }
}


/* bootstrap 3 correction */
@media (max-width: 992px) and (min-width: 768px) {
    .span6 {
        margin-top: 15%;
    }

    #main-content div:first-child>h1 {
        margin-top: 20%;
    }

    .hidden-phone ~ #main-content div:first-child>h1 {
        margin-top: 40px;
    }
}
/* bootstrap 3 correction */
@media (max-width: 992px) and (min-width: 600px) {
    .blog-entry-header{
        margin-top: 30%;
    }
}

/* bootstrap 3 correction */
@media (max-width: 482px) and (min-width: 361px) {
    .csc-space-before-40 {
        margin-top: 0px ! important;
    }
    .span6  {
        margin-top: 25%;
    }

    #main-content div:first-child>h1,
    #main-content>.csc-space-before-40>div>div:first-child>.csc-default:first-child{
        margin-top: 25%;
    }
}

@media (max-width: 992px) {
    #nav-main {
        left: -15px;
    }
    #nav-meta li {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* bootrap 3 mobile correction */
    .blog-meta {
        top: 43%;
    }
    .navbar-brand {
        width: 230px;
        background-size: contain;
        top: 15px;
    }

}

@media (min-width: 992px) {
    .navbar-brand {
        top: auto;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        width: 230px;
        background-size: contain;
        top: 15px;
    }
    .navbar-toggle {
        line-height: 50px;
        padding-right: 0;
    }
}
@media (max-width: 375px) {
    body {
        padding-top: 66px;
    }
    .navbar-brand {
        height: 66px;
        top: 0;
    }

    .navbar #nav-meta.nav li {
        border-bottom: 0;
    }
    .nav-level2 {
        display: none;
    }
    .active .nav-level2 {
        display: block;
    }

}

h2.section-header {
    border-top: 0;
}

.section-header hr {
    padding: 0 0 20px 0;
    margin: 0;
    border-top: 1px solid #000;
}

.span8{
    width: 770px;
}

/**
 * Bootstrap 3 Adjustments
 */

.popover.news-item {
    max-width: 1170px !important;
}

#main-content .client p,
#main-content .client li {
    font-size: 13px;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/**
 * Transformation Teaser in footer
 */

#teaser-twt-dh {
    /*background: #CF425C;*/
    background: #1abbe9;
    color: #fff;
    padding: 6% 0;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 6%;
}

#teaser-twt-dh h2 {
    color: #fff;
    font-size: 32px;
    margin: 0 0 16px 0;
}
#teaser-twt-dh p {
    color: #fff;
    font-size: 19px;
    line-height: 130%;
    margin: 0;
}

#teaser-twt-dh .btn {
    font-size: 19px;
    background: #fff;
    color: #007a89;
    display: inline-block;
    width: auto;
    /*width: 33.33%; min-width: 190px;*/
    margin: 24px auto 0;
    padding: 6px 24px 3px;
}

body.en #footer-content > .container {
    padding-top: 3%;
}

@media (max-width: 640px) {
    .hidden-phone {
        display: none;
    }
}

/**
 * Cookie Disclaimer
 */
.hidden {
    display: none;
}
#cookieDisclaimer {
    font-size: 16px;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    background-color: rgb(198,199,200);
    z-index: 1050;
}
#cookieDisclaimer a#acceptCookies {
    text-align: center;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
#cookieDisclaimer a#acceptCookies img {
    vertical-align: baseline;
}
.img-bg {
    min-width: 12px;
    min-height: 12px;
}
p.cd-text {
    padding: 0;
    margin: 0 0 0 25px;
}


/**
 * Footer Text (Left Column)
 * mantis #0078064: Footer-Text
 */
footer #footer-content > .container > .row > .col-sm-4:first-child span,
footer #footer-content > .container > .row > .col-sm-4:first-child ul {
    font-size: 14px;
    color: #E2E2E2;
    line-height: 1.7em;
}

footer #footer-content > .container > .row > .col-sm-4:first-child ul {
    list-style-image: none;
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 16px;
}




/**
 * mantis: #0081172: Newsbilder mobil
 */
.news.news-single figure.csc-textpic-image img {
    max-width: 100% !important;
    height: 100% !important;
}

/**
 * Jira: XMWWW-655 - Neue Überschrift H2
 * H2 Section-header ohne Linie
 */
h2.section-header.no-line {
    padding-top: 0;
}


/**
 * New: sticky chat button
 * Jira: XMWWW-645 - Einbau Chat
 */
input#chatButton {
    background: transparent url('vhs-assets-css-46e921f39a597cba0a289d09a0b438a2.svg') center center no-repeat;
    position: fixed;
    right: 10px;
    bottom: 10%;
    border-width: 0;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 999999999;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
input#chatButton.visible {
    opacity: 1;
}

@media (min-width: 1344px) {
    input#chatButton {
        right: 50%;
        margin-right: -670px;
    }
}
@media (max-width: 600px) {
    input#chatButton {
        bottom: 30px;
        width: 55px;
        height: 55px;
    }
}

h2.section-header.no-line {
    border-top-width: 0px;
}



/**
 * New: Grid Element
 * Jira: XMWWW-667 - Anpassungen TWT DH
 */
.grid { margin-bottom: 20px; }

.grid:after { clear: both; }

.grid-row .grid-item {
    position: relative;
    float: left;
}


#main-content p > a {
    font-weight: bold;
}

/**
 * Jira: XMWWW-670 - Mobiloptimierungen
 */
@media (max-width: 600px) {
    .ce-image img {
        max-width: 100%;
        height: auto;
    }
}

a.xing {
    /*background-position: 0 -64px;*/
    background-position: -286px 3px;
}

a.linkedin {
    /*background-position: -42px -64px;*/
    background-position: -228px 0;
}

a.pinterest {
    /*background-position: -84px -64px;*/
    background-position: -169px 0;
}

a.flickr {
    background-position: -340px 0px;
}

a.slideshare {
    background-position: -396px 0;
}
a.youtube {
    background-position: -450px 0;
}

a.social-media-link:hover {
    background: url('vhs-assets-css-5925f6c022e613fcc96f9581dccb8da0.png') 0 0 no-repeat;
}

a.facebook:hover {
    /*background-position: 0 -32px;*/
    background-position: -112px 0;
}

a.twitter:hover {
    /*background-position: -42px -32px;*/
    background-position: 0 0;
}

a.googleplus:hover {
    /*background-position: -84px -32px;*/
    background-position: -55px 0;
}

a.xing:hover {
    /*background-position: 0 -96px;*/
    background-position: -286px 3px;
}

a.linkedin:hover {
    /*background-position: -42px -96px;*/
    background-position: -228px 0;
}

a.pinterest:hover {
    /*background-position: -84px -96px;*/
    background-position: -169px 0;
}

a.flickr:hover {
    background-position: -340px 0px;
}

a.slideshare:hover {
    background-position: -396px 0;
}
a.youtube:hover {
    background-position: -450px 0;
}

/* mantis #0084029: Insta im Footer ergänzen */
a.social-media-link.instagram {
    background: none;
    float: right;
    margin-right: -6px;
    width: 24px;
}

a.social-media-link.instagram > .fa-instagram {
    font-size: 26px;
}
a.social-media-link.instagram:hover > .fa-instagram {
    color: #98a84a
}


    /**
     *  Teaser
     */

.teaser-col > div.wrapper h3 {
    margin-top: 0;
}
@media (min-width: 992px) {
    .teaser-col > div.wrapper {
        margin-left: 60px;
    }
}

.teaser-col > div.wrapper div.teaser {
    margin-bottom: 50px;
}

.teaser-col > div.wrapper > div.csc-default > div.csc-default {
    margin-bottom: 20px;
}

.teaser {
    max-width: 300px;
    padding: 0;
    line-height: 150%;
    font-size: 16px;
    color: #666;
}


/* einstellungen für die teaser-spalte */

#main-content .teaser-col,
#main-content .teaser-col h3,
#main-content .teaser-col p {
    font-size: 16px;
    line-height: 150%;
}

#main-content .teaser-col h3 {
    margin-bottom: 15px;
}

#main-content .teaser .rubrik {
    color: #666;
    margin-bottom: 15px;
}

#main-content .teaser .description > p {
    margin-bottom: 20px;
}

.teaser.whitepaper {
    background-color: #fff;
    padding: 15px;
}

.teaser .teaser-image {
    text-align: center;
    margin: 20px 0;
}

.teaser .teaser-image > img {
    max-width: 100%;
}

.teaser .description + .teaser-image {
    margin-top: 0;
}

.teaser .link > a.xm-btn {
    display: block;
    /*background-color: #E74968;
    *//* neu */
    background-color: #91af23;
    color: #ffffff;
    text-align: center;
    padding: 11px 30px 10px;
}


/* Spezial: Pfeil vor Teaser-Spalte bei den Whitepapers */

.whitepaper .teaser-col {
    position: relative;
}


/*
.whitepaper .teaser-col:before {
    position: absolute;
    top: 0; left: -22px;
    width: 50px; height: 480px;
    background: transparent url('vhs-assets-css-679757f67e7375d5172fda2c98538794.png') 0 0 no-repeat;
    content: "";
}*/

.whitepaper form.lp-form {
    position: relative;
}

.whitepaper form.lp-form:after {
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 50px;
    height: 480px;
    background: transparent url('vhs-assets-css-679757f67e7375d5172fda2c98538794.png') 0 0 no-repeat;
    content: "";
}

form.lp-form { overflow: visible; }

form.lp-form .form-img-wrap > img {
    background-color: #ffffff;
}





/**
 * News
 */

.img-circle {
    border-radius: 500px 500px 500px 500px;
}

.blog_list_teaser {
    border-radius: 1em;
    background: #fff;
    position: relative;
}

.blog_meta {
    position: absolute;
    top: 50%;
    left: -200px;
}


/* News-Pager
 *
 */

.news .page-navigation {
    text-align: center;
}

.news .page-navigation p {
    display: none;
}

.news .page-navigation ul {
    float: none;
    display: inline-block;
}

#main-content .news .page-navigation ul li {
    background: none;
}


/**
 * News Detailpage
*/

.news .article .news-img-wrap {
    margin: 0 0 25px 25px;
}

.news .article .news-img-wrap a {
    padding: 0;
    border: 0 none;
    background: transparent;
}


/**
 * Referenzen-Listing
 */

#main-content ul#filters {
    margin-top: 30px;
}

.references-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.references-grid > div {
    background: #fff;
    width: 220px;
    height: 150px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.references-grid > div.large {
    width: 720px;
    height: 330px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.client {
    overflow: hidden;
}

.client .logo {
    width: 220px;
    height: 140px;
    background: #fff;
    cursor: pointer;
    /*flb 28.01.2014*/
}

.client .gallery,
.client .description {
    display: none;
}

.client.large .gallery,
.client.large .description {
    display: block;
}

.client.large .logo {
    display: none;
}

.client .gallery {
    width: 440px;
    height: 290px;
    background: #f0f0f0;
    overflow: hidden;
    float: left;
    margin: 20px;
}

.client .gallery .graphic_holder {
    position: relative;
    height: 290px;
}

.client .gallery p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.67);
    bottom: -30px;
    color: #FFFFFF;
    height: 40px;
    left: 0;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

.client .gallery .carousel-control {
    top: 50%;
}

.client .description {
    width: 200px;
    float: right;
    margin: 20px 20px 0 0;
}

.client h3,
.client h4,
.client p,
.client li {
    font-size: 14px;
    line-height: 135%;
    margin-top: 0;
}

.client h3 span {
    display: block;
    font-weight: normal;
    font-family: 'DIN Next W01 Light';
}


/**
 *  Isotope Tile-Filtering
 */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/**** Isotope filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**
 *  Carousel (allgemein)
 */

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel .item > img {
    display: block;
    line-height: 1;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    border: 0;
}

.carousel .active,
.carousel .next,
.carousel .prev {
    display: block;
}

.carousel .active {
    left: 0;
}

.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel .next {
    left: 100%;
}

.carousel .prev {
    left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
    left: 0;
}

.carousel .active.left {
    left: -100%;
}

.carousel .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-size: 60px;
    font-weight: 100;
    line-height: 40px;
    color: #ffffff !important;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.right {
    right: 15px;
    left: auto;
}

.carousel-control:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-caption,
.carousel .news-single-imgcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
    line-height: 20px;
    color: #ffffff;
}

.carousel-caption h4 {
    margin: 0 0 5px;
}

.carousel-caption p {
    margin-bottom: 0;
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-thumbnails {
    position: relative;
    margin-bottom: 25px;
    background-color: #000;
}

.carousel-indicators.thumbs {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 85px;
    height: 80px;
    overflow: hidden;
}

.carousel-indicators.thumbs .indicator-item >li {
    display: block;
    float: left;
    width: 120px;
    height: auto;
    max-height: 80px;
    margin: 0px;
    text-indent: 0;
    border-radius: 0;
    padding: 5px;
    background-color: transparent;
}

.carousel-indicators.thumbs .indicator-item li.active > img {
    outline: 1px solid #fff;
    /*border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed; */
}


/**
 *  Neu: Lightslider
 */

.xm-gallery {
    background: #333;
    margin-bottom: 40px;
}

#main-content .xm-gallery ul.lightSlider > li {
    text-align: center;
    background: none !important;
    padding: 0;
}

.xm-gallery ul.lSPager.lSGallery {
    background: #333;
}

.xm-gallery ul.lSPager.lSGallery > li {
    vertical-align: middle;
}

.xm-gallery ul.lSPager.lSGallery > li > img {
    margin: auto 0;
}


/**
 *  Forms global
 */
form {
    overflow: hidden; 
}

form .error {
    background-color: #FFFF99;
    border: 1px solid #FFFF99;
}

form .form-group.text input {
    display: inline-block;
    padding: 4px 6px;
    height: 35px;
    min-width: 300px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #555555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #333;
}

form .form-group.text input[class*="col-"] {
    height: 44px;
}

.required {
    color: #CC0000;
}

form .optional {
    color: #888888;
}

input[type=checkbox], input[type=radio] {
    width: auto !important;
}


/* error-tooltips */

.error-tooltip {
    position: relative;
}

.error-tooltip > span {
    position: absolute;
    display: inline-block;
    left: -20px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    width: auto;
    padding: 5px 15px;
    z-index: 10;
    font-family: Arial;
    font-size: 11px;
    color: #333;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    box-shadow: 2px 2px 6px -4px #000;
    background: #F6F6F6;
    background: -webkit-linear-gradient(top, #F6F6F6, #F9F9F9);
    background: linear-gradient(top, #F6F6F6, #F9F9F9);
    -webkit-transition-property: opacity, visibility;
    -webkit-transition-duration: 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out;
    transition-property: opacity, visibility;
    transition-duration: 0.4s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out;
}

.error-tooltip.visible > span {
    opacity: 1;
    visibility: visible;
}

.error-tooltip > span b {
    position: absolute;
    width: 10px;
    height: 10px;
    margin-left: 0;
    margin-top: -12px;
    display: block;
    background: #F6F6F6;
    border-top: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    /*display: none\0/;
    *display: none;*/
}


/* right */

.error-tooltip.right > span {
    left: auto;
    right: -20px;
}

.error-tooltip.right > span b {
    left: auto;
    right: 14px;
}


/* top */

.error-tooltip.top > span {
    top: -90px;
}

.error-tooltip.top > span b {
    margin-bottom: -7px;
    margin-top: 0;
    bottom: 0;
    background: #F9F9F9;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
}


/* \error-tooltips */



ul.linklist {
    list-style: none;
    margin: 0;
    padding: 0;
}




/**
 *  Kontaktformular
 */

.contact-form input,
.contact-form textarea {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #555555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #333;
    width: 100%;
}

.contact-form input[type=checkbox] {
    border-bottom: 0px;
}

.contact-form input {
    /*width: 96%;*/
    height: 44px !important;
    line-height: 44px !important;
}

.contact-form textarea {
    /*width: 98%;*/
}


/*.contact-form #captcha {

}*/

.contact-form .popover {
    display: block;
    top: 10px;
}

.contact-form .popover-content {
    padding: 0px 14px;
}


/* Bewerbung */

.contact-form#Bewerbung #jobname {
    font-size: 28px;
}

.contact-form#Bewerbung input[type="file"].form-error:focus,
.contact-form#Bewerbung input[type="checkbox"].form-error:focus,
.contact-form#Bewerbung input[type="text"].form-error:focus,
.contact-form#Bewerbung input[type="email"].form-error:focus,
input.form-error:focus select.form-error:focus,
.contact-form#Bewerbung textarea.form-error:focus {
    border-color: #B80059 !important;
    -webkit-box-shadow: 0 0 6px #B80059;
    -moz-box-shadow: 0 0 6px #B80059;
    box-shadow: 0 0 6px #B80059;
}

.contact-form#Bewerbung .btn:focus {
    outline: 0 none !important;
    /*box-shadow: 0 0 1pt 1pt #B80059;*/
}


/*
.contact-form#Bewerbung input[type="file"]:focus, .contact-form#Bewerbung input[type="checkbox"]:focus, .contact-form#Bewerbung input[type="text"]:focus, select:focus {
    outline: none;
    box-shadow: 0 0 1pt 1pt #B80059;
}
.contact-form#Bewerbung .btn:focus, .contact-form#Bewerbung textarea:focus {
    outline: none;
    box-shadow: 0 0 1pt 1pt #B80059;
}
*/

.contact-form#Bewerbung input[type="radio"],
.contact-form#Bewerbung input[type=checkbox] {
    height: auto !important;
    vertical-align: top;
}

.contact-form#Bewerbung .salutation input[type="radio"] {
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.contact-form#Bewerbung input[type="radio"]:focus {
    outline: none;
}

.contact-form#Bewerbung .salutation label {
    display: inline-block;
}

.contact-form#Bewerbung .salutation span {
    position: relative;
}


label,
input,
button,
select,
textarea {
    font-size: 19px;
    line-height: 160%;
    font-weight: normal;
}

input[type="date"] {
    background-color: #ffffff;
}

.inner-form label,
.inner-form input,
.inner-form button,
.inner-form select,
.inner-form textarea {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

.data input[type="radio"] {
    margin-right: 6px;
}

.data input[type="checkbox"] {
    margin-right: 11px;
}

.data input[type="radio"] + span,
.data input[type="checkbox"] + span {
    display: inline-block;
    vertical-align: top;
    width: 96%;
    line-height: 123%;
    margin-bottom: 7px;
}


/*.contact-form#Bewerbung .salutation input[type="radio"]:focus + span:before {
    position: absolute;
    content: "";
    left: -18px;
    width: 12px;
    height: 12px;
    top: -1px;
    border-radius: 100%;
    box-shadow: 0px 0px 6px #B80059;
}*/

.contact-form#Bewerbung .hint {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

.contact-form#Bewerbung .file-upload {
    position: relative;
}

.contact-form#Bewerbung .file-upload-text {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    line-height: 45px;
}

.contact-form#Bewerbung .remove-btn {
    display: block;
    border: 0px none;
    color: rgb(184, 0, 75);
    background-color: transparent;
}


/*
.contact-form#Bewerbung .file-upload button {position: absolute; left: 0; z-index: 1;}
.contact-form#Bewerbung .file-upload:after {position: absolute; content: ""; left: 0; width: 17.2%; height: 39px; background: #F0F0F0; top: 25px; z-index: 0;}*/


/*
.contact-form#Bewerbung .file-upload .button-holder {position: relative;}
.contact-form#Bewerbung .file-upload .button-holder button {position: absolute; left: 0; z-index: 1;}
.contact-form#Bewerbung .file-upload .button-holder input { height: 35px !important; line-height: 35px !important; }
.contact-form#Bewerbung .file-upload .button-holder:after {position: absolute; content: ""; left: 0; width: 17.2%; height: 39px; background: #F0F0F0; top: 25px; z-index: 0;}
*/

.contact-form#Bewerbung .input-file {
    z-index: -1;
    padding: 4px 0 0 10px;
    height: 35px !important;
    line-height: 35px !important;
    border-bottom: 0 none;
}

.contact-form#Bewerbung .noticed {
    width: 100%;
    padding: 3px 4px 0;
}

.contact-form#Bewerbung textarea {
    width: 97%;
    max-width: 97%;
    line-height: 120%;
    padding-bottom: 10px;
    height: 5.5em;
}

/** captcha
.form-group.captcha {
    text-align: left;
    content: 'Loading Google captcha ...';
}
*/

/* mantis #0065368: xmachina E-News-Formular */

select.drop-down,
.contact-form select.drop-down {
    display: inline-block;
    padding: 4px 6px;
    height: 44px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #555555 !important;
    background-color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #fff;
    border-bottom: 1px solid #333;
}

@-moz-document url-prefix() {
    .contact-form#Bewerbung textarea {
        height: 5.3em;
    }
}


/*\Bewerbung */


/* Form errors */

.form-error,
input.form-error {
    border-color: #e9322d !important;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

div.form-error,
span.form-error {
    border: 1px solid #e9322d;
    /*background: #fff; border-bottom: 1px solid #e9322d;*/
}


/* \Form errors */



/* -------------------------------------------------------------------
   Update, new Form & Error styles for forms in form selection fce
   ------------------------------------------------------------------- */
form { overflow: visible; }
.twt-forms .form-group { position: relative; margin-bottom: 20px; }
.twt-forms .row .form-group { margin-bottom: 0; }

.twt-forms input[type="radio"],
.twt-forms input[type=checkbox] { vertical-align: unset; }

.twt-forms .remove-btn {
    font-size: 16px;
    border: 0px none;
    color: rgb(184, 0, 75);
    background-color: transparent;
    width: auto;
}


.twt-forms .form-error,
.twt-forms input.form-error,
.twt-forms select.form-error {
    border-color: #d32541 !important;
    border-width: 0 0 1px !important;
    -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;
}
.form-group.formgroup-error::after,
.form-group.formgroup-success::after {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 20px;
    display: block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
input.form-success, select.form-success,
.formgroup-success > input, .formgroup-success > select {
    border-bottom-color: mediumseagreen !important;
    -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;
}
.form-group.formgroup-error::after { content: "\e014"; color: #d32541; }
.form-group.formgroup-success::after { content: "\e013"; color: mediumseagreen; }

/**
 * Special
/* Container style */
.form-group.container-style.formgroup-error,
.form-group.container-style.formgroup-success {
    border-color: #d32541;
    border-width: 1px 0 0 !important;
    border-style: solid;
    padding: 5px 0 0;
}
.form-group.container-style.formgroup-success {
    border-color: mediumseagreen;
}

.form-group.container-style > label:first-child { padding-right: 20px; }


/* Focus on error */
.twt-forms input[type="file"].form-error:focus,
.twt-forms input[type="checkbox"].form-error:focus,
.twt-forms input[type="text"].form-error:focus,
.twt-forms input[type="email"].form-error:focus,
.twt-forms input.form-error:focus,
.twt-forms select.form-error:focus,
.twt-forms textarea.form-error:focus {
    border-color: #d32541 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}







/* form bugfixing after bootstrap update 2 to 3 */
/*
form.lp-form .form-group {
    overflow: hidden;
}
*/
form .form-group.text input,
form .form-group.select select.drop-down { display: block; float: none; }



/* Map */
#map-holder {
    width: 100%;
    height: 460px;
    margin-bottom: 30px;
}

#map-canvas {
    width: 100%;
    height: 460px;
}

#map-canvas img {
    max-width: none;
    width: auto;
    display: inline;
}

#map-canvas label {
    width: auto;
    display: inline;
}



/**
 *     Map-Popover
 */
/*
#map-popover {
    position: absolute;
    top: 200px;
    left: 50%;
    height: 200px;
    display: block;
    background: #FF007F;
    padding: 20px;
    display: none;
}

#map-popover strong {
    font-weight: normal;
    font-family: 'DIN Next W02 Medium';
    font-size: 24px;
}


.infoBox {
    background: url('vhs-assets-css-3c54d8fdbd8c3dce7a5435a82da41048.png') left center no-repeat;
}

.infoBox p {
    margin: 20px;
    background: #FF007F;
    background: #BAD538;
    margin-left: 13px;
    padding: 20px;
    border-radius: 12px;
}

*/

/* new: Map-Popover links ausgerichtet
#map-popover.right { margin-right: 10px !important; }
#map-popover.right .infoBox {
    background: url('vhs-assets-css-0d4b6fc8b7af130a570b3e6e340ac569.png') right center no-repeat !important;
}*/



/**
 new: map popover left
 jira: XMWWW-556 - Header Kontaktseite überarbeiten (https://jira.twt-dh.de/jira/browse/XMWWW-556)
  */
#map-popover {
    position: absolute;
    top: 200px;
    left: 50%;
    height: 200px;
    width: 400px;
    display: block;
    background: transparent;
    padding: 0px;
    display: none;
}
#map-popover .infoBox {
    background: url('vhs-assets-css-53ea50873a53e21bc736f5650476077b.png') right center no-repeat !important;
}
.infoBox p {
    margin-left:0px;
    background: #BAD538;
    margin-right: 13px;
    padding: 20px;
    border-radius: 12px;
}
.infoBox a {
    text-decoration: none;
    color: #333;
}


/* Todo: weather codes */


/**
 *  News-Listing
 */

.news-list,
.news-detail {
    background: url('vhs-assets-css-34189dda34bdba57b100e082fd9eb864.png') repeat-y;
    overflow: hidden;
    background-position: 11% top;
    padding-bottom: 30px;
}

.news-list h2 {
    margin-top: 10px;
}

.news-list p {
    font-size: 19px;
    line-height: 160%;
    margin: 0 !important;
    font-weight: normal;
    /*color: #fff;*/
}

.news-list a {
    font-weight: normal;
}

.news-item {
    display: block;
    position: relative;
    margin-bottom: 2em;
}

.news-list .popover,
.news-list-view .popover {
    display: block;
    position: relative;
    border: none;
    margin-left: 0;
    max-width: 100% !important;
    z-index: 1040 !important;
    /*width: auto;
    background: #B8004B;*/
}

.popover-content {
    padding: 0px 15px 15px;
}

.popover-title {
    background-color: transparent;
    border-bottom: none;
    padding: 15px 15px 0;
}

.news-list .popover h2 a,
.news-list a,
.news-list a:link,
.news-list a:visited {
    /*color: #fff;*/
}

.news-list .popover.right .arrow {
    /*border-right-color: #B8004B;
     color: #AE306A;
     */
}

.blog-meta {
    position: absolute;
    /*left: -130px; */
    left: -16%;
    top: 50%;
    margin-top: -50px;
}

.blog-meta img {
    border: 1px solid #aac333;
}


/**
 *  News-Detail
 */

.blog-entry-header {
    position: relative;
}

#socialshareprivacy {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0.5em 0 1.5em;
    line-height: 0;
}

.social_share_privacy_area.line {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 0;
    margin: 0.5em 0 1.5em;
    line-height: 0;
}

ul.social_share_privacy_area.line > li {
    line-height: 0;
}

.social_share_privacy_area.line li div.gplusone {
    width: 50px;
}

#socialshareprivacy img {
    vertical-align: top;
}

#socialshareprivacy .social_share_privacy_area {
    margin: 1em 0 0.5em !important;
}

.back-link {
    background: url('vhs-assets-css-128a5c8ec0b917b6ea553cdeb6a20fbf.gif') no-repeat scroll 0 0 transparent;
    height: 50px;
    left: -112px;
    position: absolute;
    top: 15px;
    width: 50px;
}

.news-related {
    padding: 15px 0;
}

.news-related-wrap > .news-related:first-child {
    padding-top: 0;
}


/**
 * Accordion
 */

.accordion {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.accordion-group {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.accordion-inner {
    border-top: none;
    padding: 9px 15px;
    font-family: 'DIN Next W01 Light';
}

.accordion-heading h2,
.accordion-heading h3 {
    margin: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 17px 0 12px;
    background: url('vhs-assets-css-2e6a6a26e34e3a4302412f3311453e4d.gif') right -86px no-repeat;
    font-family: 'DIN Next W02 Medium';
    border-top: 1px solid #000;
}

.accordion-heading h2 .accordion-toggle,
.accordion-heading h3 .accordion-toggle {
    margin: 0;
}

.accordion-heading .accordion-toggle.expanded,
.accordion-heading .accordion-toggle.collapsed {
    background-position: right 22px;
}

.accordion-inner {
    padding: 9px 0;
}


div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 10px;
    margin-top: 5px;
}

.graphic,
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 1em
}

.graphic.alignleft {
    float: left;
    margin-right: 1.3em;
}

.graphic.alignright {
    float: right;
    margin-right: 1.3em;
}

.ZMSTable {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

.ZMSTable td,
.ZMSTable th {
    vertical-align: top;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-right: 30px;
}

#main-content .ZMSTable p {
    margin-bottom: 0 !important;
}


/**
 * Jobs
 */

.job-offer {
    padding-top: 150px;
}

.job-offer h1 {
    margin-top: 0;
    padding-top: 0;
}

.job-offer h1 .subtitle {
    display: block;
    color: #999;
}


/**
 * QuickCheck-Modul
 */

.quickcheck {
    padding: 20px;
    margin-bottom: 20px;
}

.quickcheck .qc-question-wrapper,
.qc-result-wrapper {
    padding-top: 50px;
}

.quickcheck .qc-question-wrapper:first-child {
    padding-top: 0;
}

.quickcheck .qc-question {
    display: inline-block;
    padding-left: 40px;
}

.quickcheck .qc-question-counter {
    display: inline-block;
    position: relative;
    top: -2px;
    left: -10px;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
}

.quickcheck .qc-bg-line {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABDSURBVHjaYjx79qwFAwNDBhAHAPEGIJ7BAhWIZ4AAMM0EVYEMApigWpDBBpD2GTAVMDMZ////z4AOmBiwAAoFAQIMAMZtDQkiSmJdAAAAAElFTkSuQmCC") 50% 0 repeat-y;
}

.quickcheck .qc-btn-bar {
    text-align: left;
}

.quickcheck .qc-btn-bar > div.col-sm-6:first-child {
    text-align: right;
}

.quickcheck .qc-answer-btn {
    position: relative;
    width: 100px;
    height: 100px;
    border: none;
    text-align: center;
    margin: 0 20px;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-family: 'DIN Next W01 Light';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.quickcheck .qc-result-y,
.quickcheck .qc-answer-btn.qc-yes-btn {
    background-color: #64bdb1;
}

.quickcheck .qc-result-n,
.quickcheck .qc-answer-btn.qc-no-btn {
    background-color: #e74a6a;
}

.quickcheck .qc-result-border {
    display: table;
    width: 100%;
}

.quickcheck .qc-result {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100px;
    padding: 17px 17px;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.quickcheck .qc-resultHTML {
    margin-top: 20px;
    text-align: left;
}

.quickcheck #fn ul {
    margin-bottom: 20px !important;
}

.quickcheck #fn hr {
    border-width: 0;
    /*border-top: 1px solid #333; */
}


/*
.quickcheck .qc-resultHTML p { font-size: 24px; }
.quickcheck .result-text { margin-top: 45px; padding-top: 20px; border-top: 1px solid #333; }
.quickcheck #fn ul li { font-size: 24px !important; }
*/

.quickcheck .result-text,
.quickcheck #fn {
    display: none;
}


/* Quickcheck in Teaser-Spalte */

.teaser-col .quickcheck,
.quickcheck.teaser {
    background: #fff;
    max-width: 300px;
    text-align: left;
}

.teaser-col .quickcheck .qc-question {
    background-color: #fff;
    margin-bottom: 0 !important;
    padding-bottom: 20px;
}

.teaser-col .quickcheck .qc-btn-bar {
    background-color: #fff;
}

.teaser-col .quickcheck .qc-btn-bar .qc-answer-btn {
    width: 76px;
    height: 76px;
}

.teaser-col .quickcheck .qc-result-border {
    background-color: #fff;
    padding-top: 20px;
}

.teaser-col .quickcheck .qc-result {
    height: 67px;
    line-height: 25px;
    padding-top: 25px;
    text-align: center;
}


/* Quickcheck in Modal */

.modal.qc-modal {
    /*
    width: 800px;
    height: 600px;
    margin: -300px 0 0 -400px;
    */
}

.qc-modal.modal .modal-body{
    max-height: 100%;
    max-width: 100%;
}

.modal.qc-modal .modal-header,
.modal.qc-modal .modal-body {
    padding: 0 40px;
}

.modal.qc-modal .modal-header {
    padding-top: 20px;
}

.modal.qc-modal h2.section-header {
    padding-top: 12px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.modal .quickcheck {
    position: relative;
    background: #fff;
    text-align: center;
    height: auto;
    font-size: 19px;
}

.modal .quickcheck .qc-description-container {
    margin-bottom: 25px;
    text-align: left;
}

.modal .quickcheck .qc-question-wrapper {
    padding: 3px 0 0;
}

.modal .quickcheck .qc-question {
    background-color: #fff;
    margin-bottom: 0 !important;
    padding-bottom: 20px;
    font-size: 19px;
}

.modal .quickcheck .qc-btn-bar {
    background-color: #fff;
}

.modal .quickcheck .qc-result {
    font-size: 19px;
}

.modal .quickcheck .qc-result-border {
    background-color: transparent;
    padding-top: 0;
}

.modal .quickcheck .qc-result-options {
    margin-top: 40px;
}

.modal .quickcheck .qc-resultlist-container {
    text-align: left;
}

.modal .quickcheck .qc-result-list {
    opacity: 0;
    text-align: left;
}

.modal .quickcheck .qc-result-list > li {
    margin-bottom: 10px;
    padding-right: 55px;
    position: relative;
    min-height: 50px;
}

.modal .quickcheck .qc-result-list .qc-result-answer {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.modal .quickcheck .qc-result-list .qc-result-answer-n {
    background-color: #e74a6a;
}

.modal .quickcheck .qc-result-list .qc-result-answer-y {
    background-color: #64bdb1;
}

.modal .quickcheck .qc-result-options .col-sm-6:first-child {
    text-align: left;
}

.modal .quickcheck .result-link,
.modal .quickcheck .reset-link {
    cursor: pointer;
}

.modal-header .close {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* Quickcheck in großer Spalte */

.col-sm-8 .quickcheck,
.col-sm-8 .quickcheck .qc-question-container {
    text-align: center;
}

.col-sm-8 .quickcheck.contains-lightox {
    text-align: left;
}

.col-sm-8 .quickcheck .qc-question {
    background-color: #f0f0f0;
    margin-bottom: 0 !important;
    padding: 8px 0 20px;
}

.col-sm-8 .quickcheck .qc-btn-bar {
    background-color: #f0f0f0;
}

.col-sm-8 .quickcheck .qc-result-border {
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #f0f0f0;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .col-sm-8{
        width: 66.66666667%;
    }
}



/* animations */

.qc-question-container {
    position: relative;
}

.qc-question-wrapper {
    position: relative;
    opacity: 0;
}

.qc-question,
.quickcheck .qc-btn-bar {
    position: relative;
    font-size: 24px;
}

.slide-down {
    -webkit-animation: slide-down .3s;
    -moz-animation: slide-down .3s;
    -ms-animation: slide-down .3s;
    -o-animation: slide-down .3s;
    animation: slide-down .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
}

@-ms-keyframes slide-down {
    0% {
        -ms-transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -ms-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes slide-down {
    0% {
        -moz-transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes slide-down {
    0% {
        -o-transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-down {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/* nach oben ausfaden */

.slide-up {
    -webkit-animation: slide-up .3s;
    -moz-animation: slide-up .3s;
    -ms-animation: slide-up .3s;
    -o-animation: slide-up .3s;
    animation: slide-up .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
}

@-ms-keyframes slide-up {
    0% {
        -ms-transform: translateY(0);
        opacity: 1;
    }
    100% {
        -ms-transform: translateY(-50px);
        opacity: 0;
    }
}

@-webkit-keyframes slide-up {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-50px);
        opacity: 0;
    }
}

@-moz-keyframes slide-up {
    0% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
    100% {
        -moz-transform: translateY(-50px);
        opacity: 0;
    }
}

@-o-keyframes slide-up {
    0% {
        -o-transform: translateY(0);
        opacity: 1;
    }
    100% {
        -o-transform: translateY(-50px);
        opacity: 0;
    }
}

@keyframes slide-up {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-50px);
        opacity: 0;
    }
}


/* nach oben ziehen */

.move-up {
    -webkit-animation: move-up .3s;
    -moz-animation: move-up .3s;
    -ms-animation: move-up .3s;
    -o-animation: move-up .3s;
    animation: move-up .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-ms-keyframes move-up {
    0% {
        -ms-transform: translateY(0);
    }
    100% {
        -ms-transform: translateY(-50px);
    }
}

@-webkit-keyframes move-up {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50px);
        opacity: 1;
    }
}

@-moz-keyframes move-up {
    0% {
        -moz-transform: translateY(0);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50px);
        opacity: 1;
    }
}

@-o-keyframes move-up {
    0% {
        -o-transform: translateY(0);
        opacity: 0;
    }
    100% {
        -o-transform: translateY(-50px);
        opacity: 1;
    }
}

@keyframes move-up {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    100% {
        transform: translateY(-50px);
        opacity: 1;
    }
}


/* nach innen erscheinen */

.move-in-left {
    -webkit-animation: move-in-left .3s;
    -moz-animation: move-in-left .3s;
    -ms-animation: move-in-left .3s;
    -o-animation: move-in-left .3s;
    animation: move-in-left .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-ms-keyframes move-in-left {
    0% {
        -ms-transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -ms-transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes move-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes move-in-left {
    0% {
        -moz-transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}

@-o-keyframes move-in-left {
    0% {
        -o-transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-in-left {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


/* nach links aussen verschwinden */

.move-out-left {
    -webkit-animation: move-out-left .3s;
    -moz-animation: move-out-left .3s;
    -ms-animation: move-out-left .3s;
    -o-animation: move-out-left .3s;
    animation: move-out-left .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}

@-ms-keyframes move-out-left {
    0% {
        -ms-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -ms-transform: translateX(-50px);
        opacity: 0;
    }
}

@-webkit-keyframes move-out-left {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50px);
        opacity: 0;
    }
}

@-moz-keyframes move-out-left {
    0% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(-50px);
        opacity: 0;
    }
}

@-o-keyframes move-out-left {
    0% {
        -o-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(-50px);
        opacity: 0;
    }
}

@keyframes move-out-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-50px);
        opacity: 0;
    }
}


/* nach rechts aussen verschwinden */

.move-out-right {
    -webkit-animation: move-out-right .3s;
    -moz-animation: move-out-right .3s;
    -ms-animation: move-out-right .3s;
    -o-animation: move-out-right .3s;
    animation: move-out-right .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}

@-ms-keyframes move-out-right {
    0% {
        -ms-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -ms-transform: translateX(120%);
        opacity: 0;
    }
}

@-webkit-keyframes move-out-right {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(120%);
        opacity: 0;
    }
}

@-moz-keyframes move-out-right {
    0% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(120%);
        opacity: 0;
    }
}

@-o-keyframes move-out-right {
    0% {
        -o-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(120%);
        opacity: 0;
    }
}

@keyframes move-out-right {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}

.pulse {
    -webkit-animation: pulse .4s;
    -moz-animation: pulse .4s;
    -o-animation: pulse .4s;
    -ms-animation: pulse .4s;
    animation: pulse .4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: scale(1.1);
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    75% {
        opacity: 0.5;
        -moz-transform: scale(1.1);
        -moz-animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes pulse {
    0% {
        opacity: 1;
        -o-transform: scale(1);
    }
    75% {
        opacity: 0.5;
        -o-transform: scale(1.1);
        -o-animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
        -o-animation-timing-function: ease-in;
    }
}

@-ms-keyframes pulse {
    0% {
        opacity: 1;
        -ms-transform: scale(1);
    }
    75% {
        opacity: 0.5;
        -ms-transform: scale(1.1);
        -ms-animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
        -ms-animation-timing-function: ease-in;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    75% {
        opacity: 0.5;
        transform: scale(1.1);
        animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        transform: scale(1);
        animation-timing-function: ease-in;
    }
}


/**
 * Weather
 */

.weather-info {
    display: block;
    color: #fff;
    display: block;
    color: #fff;
    font-size: 24px;
    font-family: 'DIN Next W02 Medium';
    line-height: 39px;
}

.weather-info > span {
    display: block;
    float: left;
    width: 39px;
    height: 39px;
    background-image: url('vhs-assets-css-d9529c5ddf269dea2827c4d652220649.png');
}

.W392 {
    background-position: -351px top
}

.W389,
.W386 {
    background-position: -39px top
}

.W377,
.W374 {
    background-position: -429px top
}

.W371,
.W368,
.W365,
.W362,
W338,
.W335,
.W332,
.W329,
.W326,
.W323,
.W179 {
    background-position: -351px top
}

.W359,
.W350,
.W320,
.W317,
.W308,
.W305,
.W284,
.W281 {
    background-position: -429px top
}

.W356,
.W353 {
    background-position: -390px top
}

.W314,
.W311,
.W234,
.W185,
.W182 {
    background-position: -234px top
}

.W308,
.W311 {
    background-position: -234px top
}

.W302,
.W299,
.W296,
.W293,
.W263 {
    background-position: 0px top
}

.W260,
.W248,
.W176 {
    background-position: 0px top
}

.W230 {
    background-position: -78px top
}

.W200 {
    background-position: -273px top
}

.W122,
.W119 {
    background-position: -156px top
}

.W116 {
    background-position: -156px top
}

.W113 {
    background-position: -624px top
}

@media (min-width: 992px),
print {
    body {
        padding-top: 117px
    }
    body.level0.page-1.desktop.has-hero-unit .hero-unit {
         margin-top: 0;
    }
}



p#social-media-bar img.print-replacement {
    display: none;
}

.description {
    font-weight: bold;
}


/*flb 29-01-2014 Newsletter:start*/

footer div.newsletter a.btn-large {
    background-color: #FFFFFF;
    color: #000000;
    float: left;
    opacity: 0.6;
    padding-bottom: 3px;
    padding-top: 7px;
    text-align: center;
    /*width: 309px;*/
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

footer div.newsletter a.btn-large:hover {
    color: #B8004B;
    /* neu */
    color: #AE306A;
    color: #91af23;
}

.btn.btn-large,
.btn.btn-large:hover {
    color: #B8004B;
    /* neu */
    color: #AE306A;
}

div.row div.col-sm-8 div.popover.newsletter {
    width: auto;
}


/*Userprofile*/

.modal {
    /*width: 600px;*/
    font-size: 12px;
    line-height: 170%;
    z-index: 99999;
}


div.modal-body {
    clear: both;
    overflow: hidden;
}

div.modal-body div.modal-left {
    width: 80px;
    float: left;
}

div.modal-body div.modal-right {
    position: relative;
    margin-left: 80px;
    padding-right: 25px;
}

.modal-header {
    border-bottom: none;
}

div.modal-right h3 {
    color: #B8004B;
}

.authorinfo div.modal-right h3 {
    color: #666666;
}

.lebensspruch {
    color: #898989;
    font-weight: bold;
    padding-top: 20px;
}

.verfasser {
    color: #898989;
    font-size: 10px;
    line-height: 170%;
}

.hobbies {
    width: 180px;
    float: left;
    margin-left: -15px;
}

.infos {
    position: absolute;
    margin-top: 10px;
    width: auto;
    right: 18px;
}

.infos img {
    float: right;
    padding-right: 10px;
}

div.modal-right p {
    margin-bottom: 0px;
    line-height: 170%;
}

.info {
    display: none;
}


/*Tooltip */

a {
    position: relative;
}

a[data-tooltip]:before {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #333333;
    content: attr(data-tooltip);
    display: none;
    font-size: 0.8em;
    height: 80px;
    left: 0;
    line-height: 25px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    top: -100px;
    width: 390px;
    z-index: 1000;
    box-shadow: 5px 5px 10px #666666;
}

a[data-tooltip]:after {
    position: absolute;
    left: 15px;
    top: -10px;
    border-top: 7px solid #FFFFFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: none;
    z-index: 2000;
}

a[data-tooltip]:hover:after,
a[data-tooltip]:hover:before {
    display: block;
}


/**
 *  Ergänzung: Socialmedia-Bar
 */

.social_share_privacy_area {
    clear: both;
    margin: 5px 0;
    list-style-type: none;
    padding: 0;
    width: auto;
    display: block;
}

.social_share_privacy_area.line {
    height: 25px;
    line-height: 16px;
}

.social_share_privacy_area.box {
    width: 95px;
}

.social_share_privacy_area li {
    margin: 0 !important;
    padding: 0 30px 0 0 !important;
    list-style-type: none !important;
}

.social_share_privacy_area.box li {
    text-align: center;
}

.social_share_privacy_area.line li {
    height: 21px;
    float: left;
}

.social_share_privacy_area li .dummy_btn {
    cursor: pointer;
    padding: 0;
    height: inherit;
}

.social_share_privacy_area.line li .dummy_btn {
    float: left;
    margin: 0 20px 0 10px;
}

.social_share_privacy_area.box li .dummy_btn {
    margin-bottom: 10px;
}

.social_share_privacy_area li .dummy_btn img.privacy_dummy,
.social_share_privacy_area li .dummy_btn iframe {
    vertical-align: bottom;
}

.social_share_privacy_area li .dummy_btn iframe {
    overflow: hidden;
    height: inherit;
    width: inherit;
    border-style: none;
}

.social_share_privacy_area.line li {
    display: inline-block;
}


/* Switch begin */

.social_share_privacy_area li .switch {
    display: inline-block;
    text-indent: -9999em;
    background: transparent url('vhs-assets-css-e6d2d8cdff054ee780d51a78bfd6b054.png') no-repeat 0 0 scroll;
    width: 23px;
    height: 12px;
    overflow: hidden;
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer;
}

.social_share_privacy_area.line li .switch {
    float: left;
}

.social_share_privacy_area li .switch.on {
    background-position: 0 -12px;
}


/* Switch end */


/* Tooltips begin */

.social_share_privacy_area li.help_info {
    position: relative;
}

.social_share_privacy_area li.settings_info,
.social_share_privacy_area li.help_info .info {
    text-align: left;
}

.social_share_privacy_area li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
    display: none;
    position: absolute;
    bottom: 40px;
    width: 290px;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    background-color: #fdfbec;
    color: #000;
    z-index: 500;
}

.social_share_privacy_area.line li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
    left: 0;
}

.social_share_privacy_area.box li.help_info .info {
    left: 100%;
    top: 0px;
    bottom: auto;
}

.social_share_privacy_area li .help_info.icon .info {
    width: 350px;
}

.social_share_privacy_area li.help_info.display .info,
.social_share_privacy_area li .help_info.icon.display .info {
    display: block;
}

.social_share_privacy_area li.help_info.info_off.display .info {
    display: none;
}

.social_share_privacy_area li .help_info.icon {
    background: #fff url('vhs-assets-css-aed3f104a5fc1334112682f4cb0b5bf6.png') no-repeat center center scroll;
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #e7e3e3;
    border-right-width: 0;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
    border-right-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/* Tooltips end */


/* Settings/Info begin */

.social_share_privacy_area li.settings_info {
    position: relative;
    top: -2px;
}

.social_share_privacy_area li.settings_info a {
    text-decoration: none;
    margin: 0 !important;
}

.social_share_privacy_area li.settings_info .settings_info_menu {
    background-color: #f3f4f5;
    color: #000;
    border-style: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    left: 0;
    position: absolute;
    top: 0;
    min-width: 135px;
    margin: 0;
    padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu.on {
    z-index: 1000;
}

.social_share_privacy_area li.settings_info .settings_info_menu.off {
    border-width: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.social_share_privacy_area li.settings_info .settings_info_menu.off form {
    display: none;
    margin: 0;
    padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu .settings {
    text-indent: -9999em;
    display: inline-block;
    background: #fff url('vhs-assets-css-b853c9e939a19260dbdf11235a5595f6.png') no-repeat center center scroll;
    width: 25px;
    height: 20px;
    border: 2px solid #e7e3e3;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #ddd;
    margin: 0;
    padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
    border-width: 0;
    margin: 0;
    padding: 0 10px 10px;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 10px 0;
    width: 115px;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
    margin: 4px 10px 4px 0;
    padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    -moz-transition: color .5s ease-in;
    -webkit-transition: color .5s ease-in;
    transition: color .5s ease-in;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
    color: #090;
}


/* Settings/Info end */

.popover.box {
    display: block;
    position: relative;
    border: none;
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
}


/* Mantis 0061817 */


/*.page-1 .popover, .popover.newsletter { min-height: 326px; }*/

.row-fluid .col-sm-4 > div:first-child > h2:first-child,
.row-fluid .col-sm-4 > div:first-child > div:first-child > h2:first-child,
.row-fluid .col-sm-4 > div:first-child > div:first-child > div:first-child > h2:first-child {
    margin-top: 0;
}

div.shariff {
    margin-bottom: 30px;
}

.news-text-wrap table {
    width: 100%;
}

/* bootstrap 3 correction*/

.news-text-wrap p img {
    max-width: 100%;
    max-height: 100%;
	height: auto;
}

.news-text-wrap table td {
    text-align: left;
    vertical-align: top;
    padding-left: 20px;
}

.news-text-wrap table td img {
    max-width: 960px !important;
}

.news-text-wrap table td:first-child {
    padding-left: 0 !important;
}

.image-table td {
    width: auto;
    min-width: 200px;
}

.table-50-50 td {
    width: 50%;
}

.table-33-66 td {
    width: 33%;
}


/* Änderungen neues Layout für Startseite */

body.page-1 .hero-unit .masthead,
body.page-12 .hero-unit .masthead {
    position: relative;
    background: none !important;
}

body.page-1 .hero-unit .masthead .row,
body.page-12 .hero-unit .masthead .row {
    /*background: #F0F0F0 url('/fileadmin/public/resources/img/billboard/xm-headgrafik-hg-start_01.png') right 0 no-repeat; */
    background: #F0F0F0 url('/typo3conf/ext/xmlayout/Resources/Public/Images/Billboard/20171019-headgrafik-start-twt-dh.png') right 0 no-repeat;
}

body.page-1.en .hero-unit .masthead .row {
    /*background: #F0F0F0 url('/typo3conf/ext/xmlayout/Resources/Public/Images/Billboard/20171019-headgrafik-start-en-twt-dh.png') right 0 no-repeat;*/
}

@media (min-width: 992px) {
    body.page-1 .hero-unit .masthead .row {
        min-height: 500px;
    }
}

body.page-1 .claim,
.body.page-1 .hero-unit p,
body.page-12 .claim,
.body.page-12 .hero-unit p {
    color: #666;
    font-family: 'DIN Next W01 Light';
    font-size: 90px;
    line-height: 100%;
    letter-spacing: 0em;
    text-transform: none;
    margin-top: 98px;
}

/*body.page-1 #main-content > .csc-default:first-child > h2.section-header:first-child {
    margin-top: 0;
}*/


/* Borders für Elemente, die standardmäßig keine Borders haben, z.B. Section */

.border-top {
    border-top: 1px inset #000;
}

.section.border-top {
    padding-top: 40px;
}

.border-bottom {
    border-bottom: 1px solid #000;
}


/**
 * Button für Header
 * mantis #0060768: xmachina.de/jobs - Button in Headerbilder
*/

.hero-unit .header-btn > a {
    background-color: #1abbe9;
    color: #ffffff;
    font-size: 20px;
    padding: 11px 30px 10px;
}


/**
 * Button im Header für 404-Seite
 * mantis #0062236: xmachina.de > 404-Seite für xmachina.de
*/

body.page-92 .hero-unit .header-btn > a {
    background-color: #DE3E88;
    color: #ffffff;
}

/* bootstrap 3 correction*/
/* team bild */
#main-content>div>div>div>div>div>figure>img {
    width: 100%;
    height: 100%;
}

/* bootstrap 3 correction */

/* contact form */
.contact-form>div.row>button {
    margin-right: 15px;
}


/**
 * Responsive-Styles
 */

@media screen and (max-width: 1199px) {

    a.social-media-link.instagram {
        float: left;
        text-align: center;
        width: 32px;
        margin: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 979px) {
    .news-list,
    .news-detail {
        background: url('vhs-assets-css-34189dda34bdba57b100e082fd9eb864.png') top left repeat-y;
        overflow: hidden;
        background-position: 60px top;
        padding-bottom: 30px;
    }
    .hero-unit {
        padding: 117px 0 0 0;
        margin-top: 0 !important;
    }
    footer {
        margin: 0 -20px;
    }
    footer > .container {
        padding: 20px;
        margin: 0;
    }
    footer .col-sm-4 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 992px) {

    .csc-textpic-intext-left-nowrap-310 .csc-textpic-text {
        float: left;
        margin-left: 0;
    }

    body.page-1 .hero-unit.hidden-phone {
        display: block !important;
        width: 100%;
        position: relative;
    }
    body.page-1 .claim,
    .body.page-1 .hero-unit p,
    body.page-12 .claim,
    .body.page-12 .hero-unit p {
        font-size: 55px;
    }
    .hero-unit h1 {
        font-size: 60px !Important;
    }
    body.page-1 .hero-unit .masthead .row,
    body.page-12 .hero-unit .masthead .row {
        background-size: 77%;
    }
    body.page-1 .claim,
    .body.page-1 .hero-unit p,
    body.page-12 .claim,
    .body.page-12 .hero-unit p,
    .hero-unit h1,
    .hero-unit h1 + span {
        padding-left: 20px;
    }
}


@media (max-width: 768px) {
    .news-list,
    .news-detail {
        background: none !important;
    }
    h1 {
        margin-bottom: 15px;
    }
    .hero-unit h1 {
        font-size: 45px !important;
    }
    .hero-unit h1 + span {
        font-size: 28px !important;
        max-width: 190px;
    }
    .popover {
        padding: 0;
    }
    .csc-space-before-75 {
        margin-top: 0 !important;
    }
    .whitepaper form.lp-form:after {
        background: none;
    }
    #c12 .col-sm-4 .teaser-col .wrapper {
        margin-left: 0;
    }

    /* bootstrap 3 correction*/
    .quickcheck .qc-btn-bar div{
        display: inline-block;
        padding-right: 0px;
        padding-left: 0px;
        width: 49%;
    }

    .quickcheck .qc-answer-btn {
        margin: 0% 7% 0% 7%;
    }

    #main-content ul.nav-pills > li.active  {
        margin-left: 2px;
    }

    #main-content p>img {
        width: 100%;
        height: 100%;
    }

    .hero-unit>.masthead>.row>.span8>div:first-child {
        margin-right: 20px;
    }
}

@media (max-width: 600px) {
    .news {
        margin-top: 60px;
    }
    .nav-tabs > li > a,
    .nav-pills > li > a {
        padding: 9px 12px;
    }
    #main-content p {
        margin-bottom: 5px;
    }
    #main-content .row,
    #main-content .row-fluid {
        margin-bottom: 15px;
    }
    .services-overview div.col-sm-4 {
        padding-bottom: 5px;
    }
    h2.section-header {
        padding-top: 10px;
    }
    .isotope .isotope-item {
        position: static !important;
        transform: none !important;
        transition: none;
    }
    .page-16 .csc-default iframe {
        height: 260px;
    }
    #c12 .col-sm-4 .teaser-col .wrapper .teaser {
        max-width: inherit;
    }

    .whitepaper form.lp-form:after {
        display: none;
    }

}

@media (max-width: 480px) {
    /* phone */
    body.page-1 .hero-unit.hidden-phone,
    body.page-12 .hero-unit.hidden-phone {
        display: block !important;
        width: 100%;
        position: relative;
        padding-top: 0;
    }
    body.page-1 .hero-unit .masthead .row,
    body.page-12 .hero-unit .masthead .row {
        background: none;
        top: 0;
        left: 0px;
    }
    body.page-1 .hero-unit .masthead,
    body.page-12 .hero-unit .masthead {
        position: relative;
        width: auto;
        background: #F0F0F0 url('../Images/Mobile/xm-headgrafik-hg-start_02-480.jpg') 0 0 no-repeat !important;
    }
    body.page-1 .hero-unit .masthead {
        padding-top: 30px;
    }
    body.page-1 .hero-unit h1,
    body.page-1 .hero-unit span {
        padding-left: 0
    }
    h1 {
        font-size: 29px;
        line-height: 36px;
    }
    .hero-unit h1 {
        font-size: 35px !important;
    }
    .hero-unit h1 + span {
        font-size: 22px !important;
    }
    body.page-1 .claim,
    .body.page-1 .hero-unit p,
    body.page-12 .claim,
    .body.page-12 .hero-unit p {
        font-size: 35px;
        margin-top: 10%;
    }
    .hero-unit h1 {
        font-size: 23px;
    }
    /*.hero-unit p { float: right;}*/
    h2.section-header {
        border-top: none;
    }
    .client .gallery {
        width: auto;
        height: auto;
    }
    .carousel {
        margin-bottom: 0;
    }
    .client .gallery p {
        bottom: 0;
        margin-bottom: 0;
    }
    .page-16 .csc-default iframe {
        height: 370px;
    }

    /* bootrap 3 mobile correction */

    .blog-meta {
        left: -20%;
        top: 43%;
    }

    .popover.news-item {
        margin-left: 15%;
    }

    .hobbies,
    .infos {
        width: 100%;
        display: block;
        float: none;
        height: 42px;
    }

    .infos {
        position: inherit;
    }

}

/* bootstrap 3 corrections */
@media (max-width: 336px){

    .quickcheck .qc-btn-bar div {
        width: auto;
    }
    .quickcheck .qc-answer-btn {
        margin: 0% 3% 0% 3%;
    }

    .quickcheck .qc-btn-bar div:first-child {
        margin-bottom: 15px;
        width: 49%;
    }

}

@media (max-width: 320px) {
    .hero-unit h1 {
        width: 45%;
    }
    body.page-1 .hero-unit .masthead,
    body.page-12 .hero-unit .masthead {
        background-size: cover !important;
    }
    a.filter {
        word-break: break-all;
    }
    #main-content .row-fluid {
        margin-bottom: 15px;
    }

    /* bootrap 3 mobile correction */
    .blog-meta {
        left: -22%;
    }

    div.modal-body div.modal-left {
        width: auto;
        float: none;
        margin-left: 42%;
    }
    .modal-body {
        width: 90%;
        padding: 5%;
    }
    .infos img {
        float: none;
    }
    div.modal-body div.modal-right {
        margin-left: 0;
    }

    .hero-unit + #main-content>div:first-child>h2.section-header {
        margin-top: 40%;
    }

    .csc-space-before-40 {
        margin-top: 0px ! important;
    }
    #main-content>.csc-space-before-40>div>div:first-child>.csc-default:first-child
    {
        margin-top: 10%;
    }

    footer .phone {
        letter-spacing: 0px;
    }

}

@media (min-device-width: 481px) and (max-device-width: 992px) and (orientation: landscape) {
    .news-list,
    .news-detail {
        background: url('vhs-assets-css-34189dda34bdba57b100e082fd9eb864.png') top left repeat-y;
        overflow: hidden;
        background-position: 100px top;
        padding-bottom: 30px;
    }
}


/**
 *  Print-Styles
 */

@media print {
    body {
        background: none;
        font-size: 12px;
    }

    /*ds 2016-05-17 #0060770 */
    .navbar #print-logo {
        height: 90px;
        width: 940px;
        margin: 0 auto;
        display: block;
        overflow: auto;
    }
    .navbar #print-logo img {
        float: none!important;
        overflow: visible!important;
        position: relative;
        display: block;
        width: 198px;
        height: 55px;
    }
    .accordion-body {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
    }
    .back-link,
    .container-fluid.hero-unit {
        display: none;
    }
    footer p {
        color: #000;
    }
    footer {
        color: #000;
        background: none;
        border-top: 1px solid black;
    }
    footer p.heading {
        color: #000;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 0.125em;
        line-height: 24px;
        margin-bottom: 0.5em;
        text-transform: uppercase;
    }
    footer a,
    footer a:link,
    footer a:visited {
        color: #000;
    }
    .news-list,
    .news-detail {
        background: none;
    }
    div.share,
    div.shariff,
    footer .newsletter,
    p#social-media-bar a {
        display: none;
    }
    /*p#social-media-bar { height: 32px; content: url('vhs-assets-css-ac2d78b25fc78c3281a4645771ec73e2.png'); }*/
    p#social-media-bar img.print-replacement {
        display: block;
    }
}


/* Fixes for column height */

@media (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
    #c808 .col-sm-4 .csc-textpic-text,
    #c1283 .col-sm-4 .csc-textpic-text,
    #c2037 .col-sm-4 .csc-textpic-text,
    #c17 .col-sm-4 .csc-textpic-text {
        min-height: 125px;
    }
}

@media (min-width: 600px) and (max-width: 768px) and (orientation: portrait) {
    #c808 .col-sm-4 .csc-textpic-text,
    #c1283 .col-sm-4 .csc-textpic-text,
    #c2037 .col-sm-4 .csc-textpic-text,
    #c17 .col-sm-4 .csc-textpic-text {
        min-height: 150px;
    }
}
.navbar #print-logo {
    display: none;
}


/**
 * Header 2017
 */

body #header {
    transition: all .5s ease;
    transition-property: right, top;
}

#header {
    z-index: 1200;
    position: fixed;
    top: 0;
    background-color: #fff;
    left: 0;
    right: 0;
    margin-bottom: 0;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400;
}

#navbar-header {
    line-height: 50px;
    min-height: 50px;
    padding: 0 10px;
}

#header-shadow {
    height: 190px;
    height: 1px;
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    background: transparent url('vhs-assets-css-a703363503eb1eb28d1982fd4898f062.png') center bottom no-repeat;
    z-index: 1;
    transition: all .5s ease;
}

.fixed-nav-bar #header-shadow {
    top: -60px;
}

.navbar-brand {
    background: transparent url('vhs-assets-css-34138ea1035791c1edb86164cad8c8e2.gif') left center no-repeat;
    text-indent: -3000px;
    display: inline-block;
    width: 274px;
    height: 40px;
    padding: 0;
}

.navbar-collapse {
    /*display: none;*/
    padding: 0;
}

.navbar-nav {
    margin: 0;
    padding: 0;
}

.navbar .nav > li {
    padding: 0;
    text-transform: uppercase;
}

.navbar .nav {
    margin: 0;
}

.navbar .nav > li > a,
.navbar .nav-level2 a {
    transition: all .5s ease;
    color: #111924;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    padding: 0;
    display: block;
    text-decoration: none;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}
#language-selector a, #language-selector span {
    display: inline-block;
}

@media (max-width: 767px) {
    .navbar-header {
        position: relative;
    }
    .navbar-brand {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        height: auto;
    }
    .navbar-toggle {
        line-height: 66px;
        padding: 0 15px;
        font-size: 21px;
    }
    #nav-menu {
        background: #333;
        background: rgba(0, 0, 0, .75);
    }
    .navbar .nav > li {
        border-bottom: 1px solid #111924;
    }
    .navbar .nav > li > a {
        padding: 0.67em 0 0.67em 30px;
        color: #fff;
    }
    .navbar #nav-main.nav > li > a:after {
        font-family: "FontAwesome";
        content: "\f105";
        float: right;
        display: inline-block;
        font-size: larger;
        margin-right: 15px;
    }
    .navbar #nav-main.nav > li.active > a:after {
        content: "\f107";
    }
    .navbar #nav-meta.nav {
        padding: 0 20px;
    }
    .navbar #nav-meta.nav > li {
        display: inline-block;
        padding: 0.5em 0;
    }
    .navbar #nav-meta.nav > li > a {
        padding: 0 0.5em;
        text-transform: none;
        color: rgba(255, 255, 255, 0.67);
        font-weight: 200;
        display: inline-block;
    }
    .navbar .nav-level2 {
        padding: 0;
    }
    .navbar .nav-level2 > li {
        padding: 0em 0;
    }
    .navbar .nav-level2 > li > a {
        color: rgba(255, 255, 255, 0.5) !important;
        padding: 0.125em 0 0.67em 30px;
        font-weight: 200;

    }
    .navbar .nav-level2 > li > a:last-child {
        padding-bottom: 0.5em;
    }
    #header-shadow {
        height: 130px;
    }
    .navbar-toggle.collapsed i:before {
        content: "\f0c9";
    }
    .navbar-toggle i:before {
        content: "\f00d";
    }

}

@media (min-width: 768px) {
    .navbar-header {
        position: static;
    }
    .navbar-brand {
        left: 15px;
        bottom: 16px;
        margin-left: 0 !important;
        position: absolute;
        transition: bottom 0.5s ease;
        background-size: 274px auto;
        height: 40px;
    }
    .fixed-nav-bar .navbar-brand {
        top: auto;
        bottom: 12px;
        background-size: 190px;
    }
}

@media (min-width: 768px) {
    #header {
        min-height: 117px;
    }
    .fixed-nav-bar #header {
        height: 70px;
        top: -50px;
    }
    #header .container {
        position: relative;
        height: 117px;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse {
        display: block;
        background: #fff;
    }
    .navbar .nav > li {
        float: left;
        padding: 0 10px;
        position: relative;
    }
    .navbar .nav > li:last-child {
        padding-right: 0;
    }
        .navbar .nav > li > a {
            display: block;
            transition: all .5s ease;
            color: #111924;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: transparent;
            padding: 1px 0 6px;
            margin-bottom: 16px;
        }
        .navbar .nav > li > a.active,
        .navbar .nav > li > a:hover,
        .navbar .nav > .active > a,
        .navbar .nav > .active > a:hover {
            transition: all .5s ease;
            background: transparent;
            color: #111924;
            border-color: #111924;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    #nav-meta {
        position: absolute;
        right: 15px;
        left: auto;
    }
    #nav-meta {
        top: 5px;
        font-size: 12px;
        font-weight: 200;
    }
    #nav-meta a, #nav-meta #language-selector span {
        padding: 15px 0 0;
        color: #93a5ab;
    }
	#nav-meta #language-selector span.no-translation { color: #ccc; cursor: default; }
    #nav-meta a:hover {
        color: #111924;
        border-color: #111924;
    }
    #nav-meta a.active {
        border-color: #93a5ab;
    }
    #nav-main {
        bottom: 15px;
        font-size: 16px;
        float: right;
        margin-top: 73px;
        background: #fff;
    }
    .nav-level2 {
        transition: all .5s ease;
        padding: 0;
        z-index: -1;
        width: 200px;
        padding-left: 0;
        position: absolute;
        list-style: none;
        float: left;
        margin-top: -40px;
        color: #111924;
        background-color: #fff;
        min-height: 0;
        top: -300px;
    }
    .nav-level2 li {
        padding: 0.33em 0;
        font-weight: 200;
        font-size: 15px;
    }
    .nav-level2 a {}
    .main-nav-sub-shown {
        transition: all .5s ease;
        top: 84px !important;
    }
    .nav-level2:after,
    .nav-level2:before {
        background: #fff;
        position: absolute;
        top: 0;
        width: 3000px;
        height: 100%;
        content: "";
        transition: all .5s ease;
        z-index: -1;
    }
    #header .nav-level2:before {
        right: 100%;
    }
    #header .nav-level2:after {
        left: 100%;
    }
    #header .nav-level2 li:last-child {
        margin-bottom: 40px;
    }
    #header a.main-nav-li-no-hover {
        transition: all .5s ease;
        color: #93a5ab;
        border-bottom-color: transparent!important;
    }
    .nav-level2 a:hover {
        transition: all .5s ease;
        background: 0 0;
        color: #93a5ab;
        border-bottom-color: transparent!important;
        text-decoration: none;
    }
}


/* bootstrap 3 correction */
@media (max-width: 992px) and (min-width: 768px) {
    .span6 {
        margin-top: 15%;
    }

    #main-content div:first-child>h1 {
        margin-top: 20%;
    }

    .hidden-phone ~ #main-content div:first-child>h1 {
        margin-top: 40px;
    }
}
/* bootstrap 3 correction */
@media (max-width: 992px) and (min-width: 600px) {
    .blog-entry-header{
        margin-top: 30%;
    }
}

/* bootstrap 3 correction */
@media (max-width: 482px) and (min-width: 361px) {
    .csc-space-before-40 {
        margin-top: 0px ! important;
    }
    .span6  {
        margin-top: 25%;
    }

   #main-content div:first-child>h1,
   #main-content>.csc-space-before-40>div>div:first-child>.csc-default:first-child{
        margin-top: 25%;
    }
}

@media (max-width: 992px) {
    #nav-main {
        left: -15px;
    }
    #nav-meta li {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* bootrap 3 mobile correction */
    .blog-meta {
        top: 43%;
    }
    .navbar-brand {
        width: 230px;
        background-size: contain;
        top: 15px;
    }

}

@media (min-width: 992px) {
    .navbar-brand {
        top: auto;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        width: 230px;
        background-size: contain;
        top: 15px;
    }
    .navbar-toggle {
        line-height: 50px;
        padding-right: 0;
    }
}
@media (max-width: 375px) {
    body {
        padding-top: 66px;
    }
    .navbar-brand {
        height: 66px;
        top: 0;
    }
    
    .navbar #nav-meta.nav li {
        border-bottom: 0;
    }
    .nav-level2 {
        display: none;
    }
    .active .nav-level2 {
        display: block;
    }

}

h2.section-header {
    border-top: 0;
}

.section-header hr {
    padding: 0 0 20px 0;
    margin: 0;
    border-top: 1px solid #000;
}

.span8{
    width: 770px;
}

/**
 * Bootstrap 3 Adjustments
 */

.popover.news-item {
    max-width: 1170px !important;
}

#main-content .client p,
#main-content .client li {
    font-size: 13px;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/**
 * Transformation Teaser in footer
 */

#teaser-twt-dh {
    /*background: #CF425C;*/
    background: #1abbe9;
    color: #fff;
    padding: 6% 0;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 6%;
}

#teaser-twt-dh h2 {
    color: #fff;
    font-size: 32px;
    margin: 0 0 16px 0;
}
#teaser-twt-dh p {
    color: #fff;
    font-size: 19px;
    line-height: 130%;
    margin: 0;
}

#teaser-twt-dh .btn {
    font-size: 19px;
    background: #fff;
    color: #007a89;
    display: inline-block;
    width: auto;
    /*width: 33.33%; min-width: 190px;*/
    margin: 24px auto 0;
    padding: 6px 24px 3px;
}

body.en #footer-content > .container {
    padding-top: 3%;
}

@media (max-width: 640px) {
.hidden-phone {
    display: none;
}
}

/**
 * Cookie Disclaimer
 */
.hidden {
    display: none;
}
#cookieDisclaimer {
    font-size: 16px;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    background-color: rgb(198,199,200);
    z-index: 1050;
}
#cookieDisclaimer a#acceptCookies {
    text-align: center;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
#cookieDisclaimer a#acceptCookies img {
    vertical-align: baseline;
}
.img-bg {
    min-width: 12px;
    min-height: 12px;
}
p.cd-text {
    padding: 0;
    margin: 0 0 0 25px;
}


/**
 * Footer Text (Left Column)
 * mantis #0078064: Footer-Text
 */
footer #footer-content > .container > .row > .col-sm-4:first-child span,
footer #footer-content > .container > .row > .col-sm-4:first-child ul {
    font-size: 14px;
    color: #E2E2E2;
    line-height: 1.7em;
}

footer #footer-content > .container > .row > .col-sm-4:first-child ul {
    list-style-image: none;
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 16px;
}


/**
 * bugfix for responsive issues in two column layouts with images
 * mantis: #0079430: Responsive Design TWT DH – Bilder
 */
@media (max-width: 1199px) {
    .image-columns-2-cols > .col-sm-6 {
        width: 100%;
        text-align: center;
    }
}

/**
 * Navi Jobcounter -> Navigation 'news'
 * mantis: #0079425: Jobs hervorheben + schnelle Bewerbung
 */
.navi-job-counter {
    position: absolute;
    top: -7px;
    right: -22px;
    width: 18px;
    height: 18px;
    /*background-color: #91af23;*/
    background-color: #d3254f;
    color: #fff;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
}

@media (max-width: 765px) {
    .navi-job-counter {
        right: auto;
        top: 10px;
        left: 70px;
    }
}

/**
 * mantis: #0081172: Newsbilder mobil
 */
.news.news-single figure.csc-textpic-image img {
    max-width: 100% !important;
    height: 100% !important;
}

/**
 * Jira: XMWWW-655 - Neue Überschrift H2
 * H2 Section-header ohne Linie
 */
h2.section-header.no-line {
    padding-top: 0;
}


/**
 * New: sticky chat button
 * Jira: XMWWW-645 - Einbau Chat
 */
input#chatButton {
    background: transparent url('vhs-assets-css-46e921f39a597cba0a289d09a0b438a2.svg') center center no-repeat;
    position: fixed;
    right: 10px;
    bottom: 10%;
    border-width: 0;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 999999999;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
input#chatButton.visible {
    opacity: 1;
}

@media (min-width: 1344px) {
    input#chatButton {
        right: 50%;
        margin-right: -670px;
    }
}
@media (max-width: 600px) {
    input#chatButton {
        bottom: 30px;
        width: 55px;
        height: 55px;
    }
}

h2.section-header.no-line {
    border-top-width: 0px;
}



/**
 * New: Grid Element
 * Jira: XMWWW-667 - Anpassungen TWT DH
 */
.grid { margin-bottom: 20px; }

.grid:after { clear: both; }

.grid-row .grid-item {
    position: relative;
    float: left;
}


#main-content p > a {
    font-weight: bold;
}

/**
 * Jira: XMWWW-670 - Mobiloptimierungen
 */
@media (max-width: 600px) {
    .ce-image img {
        max-width: 100%;
        height: auto;
    }
}

