/* roboto-condensed-300 - latin_latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v18-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('../fonts/roboto-condensed-v18-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin_latin-ext-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v18-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v18-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin_latin-ext-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin_latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v18-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v18-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin_latin-ext-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 {
    font-size: 4.4em;
    line-height: 1em;
    color: #7E7E80;
    font-weight: 400;
    text-transform: uppercase;
}

h2 {
    margin: 24px 0 4px 0;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #087DB8;
    font-weight: 400;
}

h3 {

}

h4 {

}

h5 {
    font-size: 1.55em;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: 300;
}

h5.txc-coltitle {
    margin: 0 0 8px 0;
    font-size: 1.5em !important;
    color: #0F7DB8;
    font-weight: normal;
}

p {
    font-size: 1.175em;
    line-height: 1.2em;
    color: #000000;
    font-weight: 300;
}

p a {
    color: #0F7DB8;
}

p b,
p b a {
    color: #699239;
    font-weight: 300;
}

p i,
p i a {
    color: #54367F;
    font-weight: 300;
    font-style: normal;
}

p b i,
p b i a {
    color: #DBAF3F;
    font-weight: 300;
    font-style: normal;
}

a {
    text-decoration: none;
}

a img {
    border: 0;
}

ul {
    list-style: none;
}

ul li a {

}

input,
textarea {

}

textarea {

}

input[type=submit] {

}

input[type=submit]:hover {

}

.divider {
    clear: both;
    height: 250px;
}

.divider hr {
    width: auto;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.seite {
    width: 100%;
}

/* Header */

.header {
    position: fixed;
    z-index: 50000;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 53px;
    box-shadow: 0 0 20px #666666;
}

.hasSliderOben .header {
    position: absolute;
    top: auto;
    bottom: 0;
}

.isBelowSliderOben .header {
    position: fixed;
    top: 0;
    bottom: auto;
}

@media (min-width: 991px) {
    .header {
        background: #0F7DB8;
    }
}

.header .header_padding {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.header .header_padding .logo {
    position: absolute;
    top: 19px;
    left: 20px;
}

@media (min-width: 1160px) {
    .header .header_padding .logo {
        left: 160px;
    }
}

.header .header_padding .logo a {
    color: #ffffff;
    font-weight: 400;
}

.header .header_padding .navi {
    position: absolute;
    top: 17px;
    right: 120px;
}

.header .header_padding .navi ul li {
    margin: 0 0 0 15px;
    display: inline-block;
}

@media (min-width: 1400px) {
.header .header_padding .navi {
    position: absolute;
    top: 17px;
    right: 249px;
}

.header .header_padding .navi ul li {
    margin: 0 0 0 34px;
    display: inline-block;
}
}

.header .header_padding .navi ul li a {
    font-size: 1.2em;
    line-height: 1em;
    color: #ffffff;
    font-weight: 300;
}

.header .header_padding .navi ul li a:hover,
.header .header_padding .navi ul li.active a,
.header .header_padding .navi ul li a.active {
    font-weight: 400;
}

.header .header_padding .seitenwechsel {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 53px;
    padding: 0 10px 0 10px;
    border-left: solid 5px #ffffff;
    background: #CB1517;
}

.header .header_padding .seitenwechsel.seitenwechsel2 {
    display: none;
}

.header .header_padding .seitenwechsel a {
    font-size: 1.2em;
    line-height: 53px;
    color: #ffffff;
    font-weight: 300;
}

/* Karriereseite */

@media (min-width: 991px) {
    .karriereseite .header {
        background: #CB1517;
    }
}

.karriereseite .header .header_padding .logo {
    left: 160px;
}

@media (min-width: 1160px) {
    .karriereseite .header .header_padding .logo {
        left: 160px;
    }
}

.karriereseite .header .header_padding .seitenwechsel {
    right: inherit;
    left: 0;
    border-right: solid 5px #ffffff;
    border-left: 0;
    background: #0F7DB8;
}

.karriereseite .header .header_padding .seitenwechsel.seitenwechsel1 {
    display: none;
}

.karriereseite .header .header_padding .seitenwechsel.seitenwechsel2 {
    display: block;
}

.header .header_padding .seitenwechsel a {
    font-size: 1.2em;
    line-height: 53px;
    color: #ffffff;
    font-weight: 300;
}

.mobilnavi_wrapper {
    display: none;
}

@media (max-width: 991px) {
    .header {
        height: auto;
    }

    .header .header_padding {
        display: none;
    }

    .mobilnavi_wrapper {
        display: block;
    }
}

/* Content */

.content {
    padding: 146px 0 0 0;
}

.karriereseite .content {
    padding: 53px 0 0 0;
}

.content .content_normal {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.content .content_normal .content_padding {
    padding: 0 20px 0 20px;
}

.content .content_normal .content_padding .spalten {
    margin: 0;
    clear: both;
}

.content .content_normal .content_padding .spalten.first {
    padding: 0;
}

.content .content_normal .content_padding .spalten.first .spalte1 {
    width: 30%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    float: left;
}

.content .content_normal .content_padding .spalten.first .spalte2 {
    width: 70%;
    padding: 35px 0 0 25px;
    box-sizing: border-box;
    float: right;
}

.content .content_normal .content_padding .spalten.spalten2 {
    padding: 0;
    display: table;
    border-collapse: collapse;
}

.content .content_normal .content_padding .spalten.spalten2 .spalte1 {
    width: 30%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.content .content_normal .content_padding .spalten.spalten2 .spalte2 {
    width: 70%;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    display: table-cell;
    float: none;
}

.content .content_normal .content_padding .spalten.spalten3 {
    padding: 0;
}

.content .content_normal .content_padding .spalten.spalten4 {
    padding: 0;
}

div.csc-textpic-left .csc-textpic-imagewrap,
div.csc-textpic .csc-textpic-imagewrap figure.csc-textpic-image,
div.csc-textpic .csc-textpic-imagewrap figure.csc-textpic-image img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

.inhaltsseite .content .content_normal .content_padding .csc-textpic-center .csc-textpic-center-outer {
    position: relative;
    right: 0;
    float: none;
}

.inhaltsseite .content .content_normal .content_padding .csc-textpic-center .csc-textpic-center-inner {
    position: relative;
    right: 0;
    float: none;
}

.balken {
    width: 100%;
}

.balken .linie {
    width: 33.333%;
    height: 5px;
    display: block;
    float: left;
}

.balken .linie.linie1 {
    background: rgb(79, 157, 58);
}

.balken .linie.linie2 {
    background: rgb(92, 45, 145);
}

.balken .linie.linie3 {
    background: rgb(220, 175, 39);
}

#gm {
    width: 100%;
    height: 266px;
}

/* Footer */

.footer {
    position: relative;
    width: 100%;
    min-height: 356px;
    background: #2C7FB1;
}

/* Karriereseite */

.karriereseite .footer {
    background: #CB1517;
}

.footer .footer_padding {
    position: relative;
    width: auto;
    max-width: 1200px;
    min-height: 321px;
    margin: 0 auto;
    padding: 35px 20px 0 20px;
    box-sizing: border-box;
    text-align: left;
}

.footer .footer_padding p {
    margin: 0 0 7px 0;
    font-size: 0.95em;
    line-height: 1.6em;
    color: #ffffff;
    font-weight: 300;
}

.footer .footer_padding p b {
    color: #ffffff;
    font-weight: 400;
}

.footer .footer_padding p a {
    color: #ffffff;
}

.footer .footer_padding p a:hover {
    color: #005286;
}

.footer .footer_padding .footernavi {
    position: relative;
    width: 100%;
    padding: 120px 0 20px 0;
    text-align: center;
}

.footer .footer_padding .footernavi p {
    margin: 0 7px 0 0;
    display: inline-block;
}

.footer .footer_padding .footernavi ul {
    display: inline-block;
}

.footer .footer_padding .footernavi ul li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.footer .footer_padding .footernavi ul li a {
    font-size: 0.95em;
    line-height: 1.6em;
    color: #ffffff;
    font-weight: 300;
}

/* Slider */

.content_normal .flexslider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 240px 0 0 0;
    border: 0;
    border-radius: 0;
    background: transparent none;
    box-shadow: none;
    overflow: hidden;
}

.content_normal .flexslider .slides {
    border-bottom: solid 2px #0F7DB8;
}

.content_normal .flexslider .slides img {
    width: auto;
    height: 480px;
    margin: 0 auto;
    display: block;
}

.content_normal .tx-ws-flexslider .caption-wrapper {
    position: absolute;
    top: -240px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.content_normal .tx-ws-flexslider .caption-text {
    position: relative !important;
    top: 0 !important;
    bottom: inherit !important;
    left: inherit !important;
    width: 100%;
    height: 265px;
    margin: 53px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    text-align: center;
    float: none;
    background: transparent;
}

.content_normal .tx-ws-flexslider .caption-text h3 {
    margin: 14px 0 0 0;
    font-size: 1.35em;
    line-height: 1.2em;
    color: #807D7E;
    font-weight: 400;
}

.content_normal .tx-ws-flexslider .caption-text p.caption-title {
    display: none;
}

.content_normal .flex-control-nav {
    position: relative;
    z-index: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    width: 1024px;
    margin: 0 auto;
    padding: 25px 0 0 0;
    text-align: center;
}

.content_normal .flex-control-paging li {
    margin: 0 5px 0 5px;
}

.content_normal .flex-control-paging li a {
    width: 8px;
    height: 8px;
    border: solid 1px #807D7E;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
    color: transparent;
}

.content_normal .flex-control-paging li a:hover,
.content_normal .flex-control-paging li a.flex-active {
    background: #807D7E;
}

.content_normal .flex-direction-nav a {
    width: 66px;
    height: 74px;
    margin: 0;
    opacity: 0.5 !important;
    color: transparent !important;
    text-shadow: none !important;
}

.content_normal .flex-direction-nav a:hover {
    opacity: 1 !important;
}

.content_normal .flex-direction-nav a.flex-prev {
    left: 30px !important;
    background: url(../images/slider_left.png) top left no-repeat !important;
}

.content_normal .flex-direction-nav a.flex-next {
    right: 30px !important;
    background: url(../images/slider_right.png) top left no-repeat !important;
}

.content_normal .flex-direction-nav a.flex-prev:before {
    content: '';
}

.content_normal .flex-direction-nav a.flex-next:before {
    content: '';
}

.content_normal .flex-direction-nav a {
    top: inherit !important;
    bottom: 183px;
}

/* Transitions */

a,
input,
textarea,
button {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

/* Media Queries */

@media only screen and (min-width: 1001px) and (max-width: 1270px) {

}

@media only screen and (min-width: 0px) and (max-width: 480px) {

}

@media only screen and (min-width: 0px) and (max-width: 320px) {

}

/* Slider oben */

.slider_oben_wrapper {
    width: 100%;
    overflow: hidden;
}

.slider_oben_wrapper .logo_bild {
    position: absolute;
    z-index: 50000;
    top: 40px;
    right: 80px;
}

/* Karriereseite */

.slider_oben_wrapper.karriereseite .logo_bild {
    display: none;
}

.slider_oben_wrapper .logo_bild img {
    width: 200px;
    height: auto;
}

.slider_oben {
    max-width: 3600px;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1490px) {
    .slider_oben {
        margin-left: 0;
    }
}

.slider_oben .tx-ws-flexslider .flexslider,
.slider_oben .tx-ws-flexslider .slidercontent,
.slider_oben .tx-ws-flexslider .slidercontent img {
    height: calc(100vh - 53px) !important;
    max-height: 1080px !important;
}

.slider_oben .tx-ws-flexslider .flexslider {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.slider_oben .tx-ws-flexslider .caption-text {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 800px !important;
    height: 100% !important;
    padding: 80px 0 0 80px;
    box-sizing: border-box;
    background: none rgba(255, 255, 255, 0.75) !important;
}

.slider_oben .tx-ws-flexslider .caption-text p {
    font-size: 3.3em;
    line-height: 1.5em;
    color: #7E7E80;
    font-weight: 400;
    text-transform: uppercase;
}

.slider_oben .tx-ws-flexslider .caption-text p b {
    color: #2C7FB1;
    font-weight: 400;
}

.slider_oben .tx-ws-flexslider .slidercontent img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto !important;
}

.slider_oben .tx-ws-flexslider .flex-control-nav {
    z-index: 100;
    bottom: 75px;
}

.slider_oben .tx-ws-flexslider .flex-control-paging li {
    margin: 0 5px 0 5px;
}

.slider_oben .tx-ws-flexslider .flex-control-paging li a {
    width: 8px;
    height: 8px;
    border: solid 1px #807D7E;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
    color: transparent;
}

.slider_oben .tx-ws-flexslider .flex-control-paging li a:hover,
.slider_oben .tx-ws-flexslider .flex-control-paging li a.flex-active {
    background: #807D7E;
}

.tx_columns h3.txc-title {
    margin: 24px 0 24px 0;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #739945;
    font-size: 3.2em;
    line-height: 1.2em;
    color: #000000;
    font-weight: 400;
}

.tx_columns .txc-subtitle {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #7e7e80;
    font-weight: normal;
}

.txc-coltext h3 {
    margin: 15px 0 15px 0;
    font-size: 1.3em;
    line-height: 1.3em;
    color: #739945;
    font-weight: normal;
}

.txc-coltext p {
    margin: 0 0 10px 0;
    color: #000000;
    font-weight: 300;
}

.txc-coltext ul,
.txc-colce ul {
    margin: 35px 0 35px 0;
    display: block;
    list-style: disc;
    background: #7F7D7D;
    color: #ffffff;
}

.txc-coltext ul li,
.txc-colce ul li {
    margin: 0 0 0 16px;
    font-size: 1.175em;
    line-height: 1.5em;
}

.karriereseite .txc-coltext ul,
.karriereseite .txc-colce ul {
    margin: 0;
    display: block;
    list-style: none;
    background: transparent;
    color: #000000;
}

.karriereseite .txc-coltext ul li,
.karriereseite .txc-colce ul li {
    margin: 0 0 5px 0;
    padding: 0 0 0 15px;
    background: url(../images/ul_li_bg_default.png) no-repeat left 0 top 7px;
    font-size: 1.175em;
    line-height: 1.2em;
    font-weight: 300;
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3.txc-title {
        font-size: 1.8em;
    }

    .divider {
        height: 75px;
    }

    .content {
        padding: 146px 20px 0 20px;
    }

    .karriereseite .content {
        padding: 53px 20px 0 20px;
    }

    .content .content_normal {
        max-width: inherit;
        width: auto;
        margin: 0;
    }

    .content .content_normal .content_padding {
        padding: 0;
    }

    .content .content_normal .content_padding .spalten.first .spalte1 {
        width: auto;
        float: none;
    }

    .content .content_normal .content_padding .spalten.first .spalte2 {
        width: auto;
        float: none;
    }

    .content .content_normal .content_padding .spalten.spalten2 {
        display: block;
    }

    .content .content_normal .content_padding .spalten.spalten2 .spalte1 {
        width: auto;
        padding: 0;
        display: block;
        float: none;
    }

    .content .content_normal .content_padding .spalten.spalten2 .spalte2 {
        width: auto;
        padding: 0;
        display: block;
        float: none;
    }

    .footer {
        height: auto;
    }

    .footer .footer_padding {
        max-width: inherit;
        width: auto;
        height: auto;
        margin: 0;
        padding: 20px;
    }

    .footer .footer_padding .footernavi {
        position: relative;
        bottom: inherit;
        left: inherit;
        padding: 70px 0 0 0;
    }

    .content_normal .flexslider .slides img {
        width: 100%;
        height: auto;
    }

    .content_normal .flex-control-nav {
        width: auto;
    }

    .slider_oben_wrapper .logo_bild {
        display: none;
    }

    .slider_oben .tx-ws-flexslider .caption-text {
        top: 0 !important;
        left: 0 !important;
        width: auto !important;
        padding: 35px;
    }

    .slider_oben .tx-ws-flexslider .caption-text p {
        font-size: 6vw;
    }

    .slider_oben .tx-ws-flexslider .flex-control-nav {
        bottom: 20px;
    }

}

.bildschirmseite {
    display: table;
    height: calc(100vh - 49px - 10px);
    max-height: 1080px;
    table-layout: fixed;
    width: 100%;
}

.bildschirmseite-content {
    display: table-cell;
    padding: 1em 0;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .bildschirmseite {
        min-height: calc(100vh - 53px - 10px);
    }
}

@media all and (max-width: 991px) {
    .desktop-only {
        display: none !important;
    }
}

@media not all and (max-width: 991px) {
    .mobile-only {
        display: none !important;
    }
}

/*********************/
/* Custom RTE styles */
/*********************/

span.green {
    color: #4F9D3A;
}

span.violet {
    color: #5C2D91;
}

span.yellow {
    color: #DCAF27;
}

.txc-color-green .txc-title {
    border-bottom: 2px solid #4F9D3A !important;
}

.txc-color-green p a {
    color: #4F9D3A !important;
}

.txc-color-green h5.txc-coltitle {
    color: #4F9D3A !important;
}

.txc-color-violet .txc-title {
    border-bottom: 2px solid #5C2D91 !important;
}

.txc-color-violet p a {
    color: #5C2D91 !important;
}

.txc-color-violet h5.txc-coltitle {
    color: #5C2D91 !important;
}

.txc-color-yellow .txc-title {
    border-bottom: 2px solid #DCAF27 !important;
}

.txc-color-yellow p a {
    color: #DCAF27 !important;
}

.txc-color-yellow h5.txc-coltitle {
    color: #DCAF27 !important;
}

.txc-slide-link.txc-color-green span {
    color: #4F9D3A !important;
}

.txc-slide-link.txc-color-violet span {
    color: #5C2D91 !important;
}

.txc-slide-link.txc-color-yellow span {
    color: #DCAF27 !important;
}

.spalte2 p a.txc-slide-link {
    padding: 3px 0 3px 0;
    display: block;
}

.flexslider .slides > li:first-child {
    display: block !important;
}

.flexslider .flex-direction-nav {
  line-height: 1;
}
