/**************************************/
/* sc.styles.css                      */
/* Oliver Eberhagen - 2016-06-26      */
/**************************************/
/*TEMP DATENSCHUTZ*/
#c10674 li {
    margin-left: 35px;
}

#c10674 ul:first-of-type li {
    margin-left: 0;
}

#c10674 .container div ul:first-of-type li {
    margin-left: 35px;
}

/*TEMP DATENSCHUTZ*/
*:focus {
    outline: 0;
}

ul {
    list-style-position: inside;

}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -moz-outline-width: 0;
    outline: 0 !important;
}

html:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

img.image-embed-item {
    width: 100%;
    height: auto;
}

button::-moz-focus-inner {
    border: 0 !important;
}

a::-moz-focus-inner {
    border: 0 !important;
}

body {
    overflow-x: hidden;
}

/* roboto-slab-regular - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
    url('../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
    url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-condensed-v17-latin/roboto-condensed-v17-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-v13-latin/ubuntu-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
    url('../fonts/ubuntu-v13-latin/ubuntu-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ubuntu-v13-latin/ubuntu-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ubuntu-v13-latin/ubuntu-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/ubuntu-v13-latin/ubuntu-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ubuntu-v13-latin/ubuntu-v13-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
url('../fonts/ubuntu-v13-latin/ubuntu-v13-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

.sc-button {
    margin: 0;
}


/*Misc*/
.border-white {
    border-bottom: 1px solid #fff;
}

.margin-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.margin-20 {
    margin-bottom: 20px;
}

.margin-40 {
    margin-bottom: 40px;
}

.modul.padding-0-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.modul.padding-40-0 {
    padding-top: 40px;
    padding-bottom: 0px;
}

.cleaner {
    clear: both;
}

.uppercase {
    text-transform: uppercase;
}

/* Oliver - 2014-12-12 - ul, ol */

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

/* CTA Request Demo                   */

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

#demo {
    background: #00ca4c;
    color: #fff;
    padding: 8px;
    line-height: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    bottom: 7px;
    text-transform: uppercase;
    border-radius: 8px;
}

#demo:hover {
    color: #2a363b;
}

.navbar-right li a:hover {
    border-top: none !important;
}

span.active {
    color: #00ca4c; /* cm-seaweed */
}

span.lang {
    padding-top: 38px;
    display: block;
}

span.lang a {
    float: left;
    padding: 0 !important;
}

span.lang a.active {
    color: #00ca4c !important;
    text-decoration: none;
    border: none !important;
}

span.lang a:hover {
    color: #00ca4c !important;
    text-decoration: none;
    border: none !important;
}

span.lang p {
    float: left;
    padding: 0 2px 0 2px;
    color: #666;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

#sticky-navi span.lang {
    padding-top: 23px;
    display: block;
}

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

/* Module                             */

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

.modul {
    width: 100%;
    padding: 40px 0 40px 0;
}

/**************************************/
/* CM Hintergründe - Grid/Color       */
/* color.css                          */
/**************************************/

.header-textseiten-dunkel {
    background: url(../images/header-textseiten.jpg) no-repeat center center;
    background-size: cover;
    min-height: 320px;
    margin-top: 175px;
}

.header-newsseiten-dunkel {
    background: url(../images/header-textseiten.jpg) no-repeat center center;
    background-size: cover;
    min-height: 160px;
}

.header-textseiten-dunkel h1, .header-textseiten-dunkel h5, .header-textseiten-dunkel h1 span, .header-textseiten-dunkel p {
    color: #2a363b; /* CM-Volcano */
    text-align: left;
    line-height: 1.4;
}

.bg-text-white {
    /* Olli 2016-11-01 */
    display: none;
    background-color: rgba(255, 255, 255, 0.6); /* CM_White */
    min-height: 200px;
}

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

/* TRENNER-ELEMENT                    */

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

.trenner {
    height: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.trenner.margin {
    margin-bottom: 35px;
}

.trenner span {
    text-align: center;
    font-family: Calibri, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #555;
    padding: 9px 12px 9px 12px;
    border-radius: 7px;
    text-transform: uppercase;
    background-color: transparent;
    position: absolute;
    left: 50%;
    display: block;
    border: 1px solid;
}

.trenner div {
    border-top: 1px solid;
    position: absolute;
    height: 1px;
    top: 20px;
}

.trenner div.left {
    left: 0;
}

.trenner div.right {
    right: 0;
}

/* volcano */

.volcano hr, .volcano .trenner span, .volcano .trenner div {
    border-color: #d4d7d8; /* CM-Volcano 20% */
    color: #d4d7d8; /* CM-Volcano 20% */
}

/* cm-volcano */

.cm-volcano .hr, .cm-volcano .trenner span, .cm-volcano .trenner div {
    border-color: #d4d7d8; /* CM-Volcano 20% */
    color: #d4d7d8; /* CM-Volcano 20% */
}

.volcano-4percent hr,
.cm-volcano-4percent hr,
.cm-volcano-10percent hr,
.cm-white hr,
.volcano-4percent
.trenner span,
.volcano-4percent
.trenner div, .cm-white
.trenner span, .cm-white
.trenner div {
    border-color: #555; /* CM-Volcano 60% */
    color: #555; /* CM-Volcano 60% */
}

/* cm-ocean */

.cm-ocean hr, .cm-ocean .trenner span, .cm-ocean .trenner div, .volcano-60percent .trenner span, .volcano-60percent .trenner div {
    border-color: #fff; /* CM-White */
    color: #fff; /* CM-White */
}

.sc-blue .hr,
.sc-blue .trenner span,
.sc-blue-90percent .hr,
.sc-blue-90percent .trenner span {
    border-color: #fff; /* CM-White */
    color: #fff; /* CM-White */
}

.sc-blue .trenner div,
.sc-blue-100percent .trenner div,
.sc-blue-90percent .trenner div,
.sc-blue-80percent .trenner div,
.sc-blue-70percent .trenner div,
.sc-blue-60percent .trenner div,
.sc-blue-50percent .trenner div {
    border-color: #fff; /* CM-White */
    color: #fff; /* CM-White */
}

.volcano-4percent span.call, .parralax span.call {
    color: #2a363b !important;
}

span.call {
    position: absolute;
    left: 620px;
    bottom: 140px;
    color: #fff;
}

span.telefon a {
    color: #fff;

}

span.telefon {
    font-size: 16px;
    padding: 10px 0 15px 28px;
    margin: 5px 25px 5px 0;
    color: #fff;
    background: url(../gfx/icons/smartphone.png) no-repeat left center;
    display: inline-block;
}

a.adress {
    font-size: 16px;
    margin: 5px 0 5px 30px;
    padding: 10px 0 10px 47px;
    color: #fff;
    background: url(../gfx/icons/envelope.png) no-repeat left center;
    display: inline-block;
}

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

/* FONTAKT                            */

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

#kontakt {
    background: #394e58;
    width: 100%;
}

#kontakt .container {
    padding-top: 70px;
    padding-bottom: 40px;
}

.contacttext {
    font-family: Calibri, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
}

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

/* FOOTER                             */

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

#footer {
    width: 100%;
    background: #444; /* S+C-Grey */
    padding: 80px 0 40px 0;
}

#footer h3 {
    font-family: Calibri, Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    border-top: 1px solid #e3e3e3; /* S+C-Light-Grey */
    border-bottom: 1px solid #e3e3e3; /* S+C-Light-Grey */
    padding: 5px 0 7px 0;
    margin-bottom: 5px;
    color: #4679ae !important; /* S+C-Blue 90 Percent */
    text-transform: uppercase;
}

#footer h3 a {
    color: #5c89b8 !important; /* S+C-Blue 90 Percent */
}

#footer ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

#footer ul li {
    border-bottom: 1px solid #e3e3e3; /* S+C-Light-Grey */
}

#footer ul li a {
    font-family: Calibri, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    padding: 5px 0 7px 0;
    display: block;
}

#footer p a {
    color: #fff !important; 
}

#footer a.arrow {
    padding: 8px 25px 9px 0;
    /*color: #0069b3;*/
    color: #0069b3;
    background: url(../gfx/icons/arrow-right-white.png) no-repeat right 0 center;
    font-size: inherit;
    /*background: url(../../../../typo3conf/ext/cmag_website/Resources/Public/gfx/icons/arrow.png) no-repeat right center;*/
}

/**************************************/
/* FOOTER - PAGE - BOTTOM             */
/**************************************/

#page-bottom {
    width: 100%;
    background: #0069b3; /* S+C-Blue 100 Percent */
    border-top: 1px solid #5b6a71;
    padding-top: 20px;
}

#page-bottom ul {
    width: 100%;
    text-align: justify;
    height: 49px;
    padding: 0 55px 0 55px;
}

#page-bottom ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}

#page-bottom ul li {
    display: inline-block;
    width: auto;
}

#page-bottom ul li a {
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: auto;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

#page-bottom ul li a:hover {
    text-decoration: underline;
}

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

/* CHECKLIST                          */

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

.checklist {
    padding: 39px 0 39px 0;
}

ul.checklist {
    border-top: 1px solid #5b6a71;
    margin: 0;
    padding: 0;
}

ul.checklist li {
    border-bottom: 1px solid #5b6a71;
    list-style: none;
    margin-top: 4px;
}

ul.checklist li {
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    background-image: url(../gfx/icons/check.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    /*padding:5px 0 5px 36px;*/

    padding: 3px 0 8px 36px;
}

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

/* PEOPLE BEHIND                      */

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

#people_behind {
    text-align: center;
}

.people {
    padding: 2px;
}

.people img {
    margin: 0 auto;
}

.people_desc {
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #70848f;
}

.people_desc span {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #50a9ce;
}

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

/* FORMS                              */

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

#form-holder {
    display: none;
}

#form-holder table {
    color: #2a363b;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 23px;
    padding: 0;
    width: 100%;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

label {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2a363b;
    font-size: 15px;
    padding: 0;
    letter-spacing: 0.2px;
    line-height: 1.3em;
    display: block;
    float: left;
    margin: 7px 0 0 0;
    width: 150px;
}

select {
    width: 382px;
}

.loading_ajax-submit {
    display: none;
}

input[type="text"], input[type="password"], input[type="email"], textarea, textarea.form-control, select {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #dadada;
    border-radius: 4px;
    box-shadow: 0 1px 1px #dfdfdf inset;
    color: #2a363b;
    display: block;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin: 0 10px 10px 0;
    outline: 0 none;
    padding: 7px 10px 5px;
    transition: all 150ms ease-in-out 0s; /*width: 360px;*/

}

textarea.form-control {
    height: 164px;
}

input[type="submit"] {
    -moz-user-select: none;
    background-color: #00ca4c;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    /*margin-left: 151px;*/

    margin-top: 3px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 359px;
    width: 100%;


    background: #4679ae;
    color: #e9ebeb;
}

.powermail_form .checkbox label {
    width: 100%;
}

input[type="submit"]:hover {
    background: #e9ebeb;
    border: 1px solid #4679ae;
    color: #4679ae;
}

.powermail_form h3 {
    margin: 0;
    display: none;

}

.powermail_form .control-label {
    text-align: right;
}

.powermail_form legend {
    display: none;
}

.tx-powermail a {
    font-size: inherit;
}

.contact-float {
    float: left;
    width: 200px;
}

.contact-float span {
    float: left;
    color: #2a363b;
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
}

.contact-float p {
    float: right;
    margin-bottom: 10px;
}

p.required {
    font-size: 12px;
}

.contact-close {
    position: absolute;
    left: 50%;
    width: 80px;
    margin-left: -50px;
    background: none repeat scroll 0 0 #4679ae;
    border-radius: 4px 4px 0 0;
    bottom: -40px;
    color: #e9ebeb;
}

.contact-close:hover {
    background: transparent;
    border: 1px solid #4679ae;
}

.contact-close button {
    border: none;
    background: none repeat scroll 0 0 #4679ae;
    border-radius: 4px 4px 0 0;
    display: block;
    width: 100%;
    padding: 5px 10px 4px;
    color: #e9ebeb;

}

.contact-close button:hover {
    background: #e9ebeb;

    color: #4679ae;
}

.contact-close button img {
    float: right;
    margin-top: 5px;
}

.contact-close button span {
    float: left;
    font-weight: 600;
    font-size: 13px;
}

.contact-close button span:hover {
}

.contact-close button span.footer-glyph {
    float: right;
}

#form-holder .container {
    position: relative;
}

.img-germany {
    float: right;
    position: relative;
    right: 30px;
    top: -28px;
    display: none;
}

.extbase-debugger-floating {
    z-index: 999999999999999999999999;
}

.img-usa {
    float: right;
    position: relative;
    right: 30px;
    top: -28px;
}

.rsNavItem {
    position: absolute;
    top: 50%;

    margin-top: -25px; /* account for padding and border if not using box-sizing: border-box; */
}

.rsTmb {
    margin-top: 12px;
}

.rsThumbsArrow {
}

.persona_sclogo {
    padding-left: 0;
    padding-right: 0;
}

.box.phone {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.persona_sctext {
    padding-left: 15px;
}

.contact-footer .contact-footer-nopadding {
    padding: 0;
}

.contact-footer .row, #footer .row {
    margin: 0;
}

.downloads-grid h4 {
/*    margin-bottom: 5px;
    height: 44px;*/
}

.grid-rearrange .row {
    margin-left: 0;
    margin-right: 0;
}

#c9369 {
    padding-left: 15px;
    padding-right: 15px;
}

.grid-rearrange .container {
    padding-left: 0;
    padding-right: 0;

}

#news-grid .gender-info {
    position: absolute;
    bottom: 30px;
    font-size: 12px;


}

.year-info {
    margin-bottom: 0;


}

#news-grid .mix.stellenkachel .stellentext {
    font-size: 16px
}

#news-grid .mix.stellenkachel {
    background-color: #fff;
    height: 430px;
}


#news-grid .mix.stellenkachel.filler {
    background-color: transparent;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*Cookie hint*/
.cc_more_info {
    font-size: 1em;
}

.cc_banner.cc_container.cc_container--open {
    background: rgba(34, 34, 34, 0.8);
}


/*Video Modul Start*/


.videoModul.videoPoster {
    padding: 40px 0 40px 0;
    background-size: cover
}

.videoModul .videoWrapper .videoPlayer.stopped {
    visibility: hidden !important;
    opacity: 0 !important;

}

.videoModul .videoWrapper .videoPlayer {
    visibility: visible;

}

.videoModul .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ytvideoModul .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.videoModul .videoWrapper iframe,
.videoModul .videoWrapper object,
.videoModul .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoModul .js-playbutton {
    position: absolute;
    width: 150px;
    height: 106px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -75px;
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-out;
    background-image: url(/fileadmin/module/sc-videoplayer-volle-breite/images/YouTube_light_color_icon_150.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
}

.videoModul.videoPoster .js-playbutton {
    display: none;
}

.videoModul.videoPoster.stopped .js-playbutton {
    display: block;
}

.videoModul .js-playbutton:hover,
.videoModul .js-playbutton:active {
    background-image: url(/fileadmin/module/sc-videoplayer-volle-breite/images/YouTube-icon-full_color_150.png);
}

.videoModul .infobox {
    opacity: 1;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    position: absolute;
    bottom: 20px;
    left: 10px;
}

.videoModul .infobox .marker-white {
    color: #0069b3;
    background: #fff;
}

.videoModul .infobox .marker-blue {
    font-weight: 500;
    color: #fff;
    background: #0069b3;
}

.videoModul .infobox .marker {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
}

.videoModul.videoPoster.stopped .infobox .marker {
    display: inline-block;

}

.videoModul.videoPoster .infobox .marker {
    display: none;
}

.ytvideoModul.videoPoster .infobox .marker {
    display: none;

}

.ytvideoModul.videoPoster .infobox .marker.stopped {
    display: inline-block;

}


.jump_wrapper_margin {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.jump_wrapper {
    position: relative;
    width: 100%;
}

.to_nottransform {
    text-transform: none;
}

figcaption.csc-textpic-caption {
    display: block;
}

div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
    display: block;
}

div.csc-textpic-center .csc-textpic-center-outer,
div.csc-textpic-center .csc-textpic-center-inner {
    position: unset;
    float: none;
    right: unset;
}

div.csc-textpic .csc-textpic-imagewrap img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.powermail_form .radio,
.powermail_form .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.overlay_info_bg {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5000;
}

.overlay_info_date {
    font-size: 20px;
    font-weight: bold;
}

.overlay_info {
    color: #000;
    height: 80%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 100px;
}

h1 span.hint {
    display: inline;

}


.display-flex-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

span.hint-generator {
    color: #0069b3 !important;
    margin-top: 5px !important;
    display: block !important;
    font-size: 14px !important;
    text-transform: none;

}

.overlay_info p,
.overlay_info h1,
.overlay_info span,
.overlay_info a,
.overlay_info .overlay_info_close {
    color: #000;
}

.overlay_info a {
    text-decoration: underline;
}

.overlay_info a:hover {
    color: #2a2a2a;
}

.overlay_info_bg.hide {
    display: none;
}

.overlay_info_close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 30px;
    cursor: pointer;

}

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

/* COOKIE */
.matomo_optout body {
    background: red;

}

.we_cookie_consent {
    font-family: Calibri, Arial, sans-serif !important;

}

.klaro .cookie-modal .cm-modal .cm-app-label {
    width: auto !important;
    float: none !important;
    margin: 0 0 5px 0 !important;
}

.klaro.we_cookie_consent .cookie-modal .cm-app-label .slider::before {
    background-color: #9fbbec !important;

}

.klaro.we_cookie_consent .cookie-modal .cm-app-input:checked + .cm-app-label .slider::before, .klaro.we_cookie_consent .cookie-notice .cm-app-input:checked + .cm-app-label .slider::before {
    background-color: #4679ae !important;
}

.klaro.we_cookie_consent .cookie-notice h1, .klaro.we_cookie_consent .cookie-notice h2, .klaro.we_cookie_consent .cookie-notice li, .klaro.we_cookie_consent .cookie-notice p, .klaro.we_cookie_consent .cookie-notice a, .klaro.we_cookie_consent .cookie-modal a, .klaro.we_cookie_consent .cookie-notice strong, .klaro.we_cookie_consent .cookie-notice ul, .klaro.we_cookie_consent .cookie-modal h1, .klaro.we_cookie_consent .cookie-modal h2, .klaro.we_cookie_consent .cookie-modal li, .klaro.we_cookie_consent .cookie-modal p, .klaro.we_cookie_consent .cookie-modal strong, .klaro.we_cookie_consent .cookie-modal ul {
    color: #4b4a4d !important;

}

.klaro.we_cookie_consent .cookie-notice a, .klaro.we_cookie_consent .cookie-modal a,
.klaro.we_cookie_consent .cookie-notice .cm-btn {
    color: #0069b3 !important;
    text-decoration: none !important;
}

.klaro.we_cookie_consent .cookie-notice a:hover, .klaro.we_cookie_consent .cookie-modal a:hover,
.klaro.we_cookie_consent .cookie-notice .cm-btn:hover {
    color: #2a6496 !important;
    text-decoration: underline !important;
    text-decoration-line: underline !important;
    text-decoration-style: initial !important;
    text-decoration-color: initial !important;
    opacity: 1 !important;
}

.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    display: none !important;
}

.klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-info.cm-btn-accept,
.klaro.we_cookie_consent .cookie-notice .cm-btn.cm-btn-success {
    color: #fff !important;
    border: 1px solid #fff !important;
    background: #4679ae !important;

}

.klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-info.cm-btn-accept:hover,
.klaro.we_cookie_consent .cookie-notice .cm-btn.cm-btn-success:hover {
    text-decoration: none !important;
    color: #4679ae !important;
    background: #fff !important;
    border: 1px solid #4679ae !important;

    opacity: 1 !important;
}

.klaro .cookie-modal a, .klaro .cookie-notice a {
    font-size: 14px !important;
}

.language-bar a:hover, .language-bar a:focus {
    text-decoration: none;
}

.ribbon_header_wrap {
    z-index: 99;
    position: absolute;
    top: 250px;
    height: 235px;
    width: 400px;
    right: 150px;
}

.ribbon_header_image {
    position: absolute;
    left: 0;
}

.ribbon_header_button {
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    padding: 15px 0 16px 0px;
}

.diagramm-img {
    width: 100%;
}

.diagramm-txt {
    font-size: 60px;
    color: #fff;
    text-align: right;
}

.diagramm-img-pdf {

    width: 100%;
}

.p-unset {
    position: unset;
}

.p-relative {
    position: relative;
}

.bilanz-text .headline {
    text-align: left !important;
    font-size: 39px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

.bilanz-text .subheadline {
    font-size: 39px;
    text-align: left !important;
    display: inline-block;
    line-height: 1;
    width: 100%;

}

.no-padding-right {
    padding-right: 0;
    font-size: 21px;

}

.row-nachhaltig-diagramm .legende {
    margin-top: 100px;
    text-align: left;
}


.no-padding-left {
    padding-left: 0;
    font-size: 21px;
    text-align: left;

}

.bilanz-text {
    color: #fff;
}

.mr-md-15 {
    margin-right: 15px;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-bottom {
    display: flex;
}

.flex-end {
    align-self: flex-end;
}

.row-zitat .plus {

    color: #719f3b !important;
    font-size: 60px;
    line-height: 1;
}

.row-zitat .cite-wrap {
    padding-right: 10px;
    padding-left: 50px;
    margin-top: -35px;
}

.row-zitat .dots {
    position: absolute;
    left: 15%;
    width: 100px;
    height: auto;
    z-index: 0;
    top: 0;
}

.row-zitat .kreis {
    position: absolute;
    left: 15%;
    height: auto;
    width: auto;
    z-index: 0;
    top: 0;
}

.row-zitat .stripes {

    position: absolute;
    top: 0;
    height: 205px;
    z-index: 1;
    right: 0;
}

.row-zitat-links.row-zitat .stripes {
    bottom: 0;
    top: unset;
    height: unset;
    max-width: 100%;
    max-height: 100%;

}

.row-zitat-rechts.row-zitat .stripes {

    position: absolute;
    top: 0;
    height: 252px;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
}

.row-zitat .personen-txt {
    margin-top: 15px;
    margin-bottom: 50px;
}

.row-zitat .personen-txt span {

    background: #f4f8f0;
    box-shadow: 0 0 0 6px #f4f8f0;
    display: inline;
    z-index: 2;
    position: relative;
    line-height: 1.7;
}

.sc-green-nachhaltigkeit .trenner div {
    color: #fff;
}

.sc-green-nachhaltigkeit-light .row-zitat .personen-txt span {
    background: #eaf1e2;
    box-shadow: 0 0 0 6px #eaf1e2;
}

.sc-green-nachhaltigkeit-light .powermail_submit,
.btn-zitat {
    background: #41b23b !important;
    margin-top: 15px;
    font-weight: 600;
    border-color: #41b23b;
    font-size: 18px;

}

.contact-close-download button:hover, .contact-close-download button:focus, .contact-close-download button:active,
.sc-green-nachhaltigkeit-light .powermail_submit:hover, .sc-green-nachhaltigkeit-light .powermail_submit:focus, .sc-green-nachhaltigkeit-light .powermail_submit:active,
.btn-zitat:hover, .btn-zitat:focus, .btn-zitat:active {
    background: #fff !important;
    border: 1px solid #41b23b !important;
    color: #41b23b !important;
}

.p-relative {
    position: relative;
}

*:focus {
    outline: transparent !important;
}

.contact-close-download button {
    background: #41b23b !important;
    border-color: #41b23b;
    border-radius: 4px 4px 0 0;
}

.contact-close-download {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    width: 105px;
}

.contact-close-download button span {
    float: left;
    font-weight: 600;
    font-size: 13px;
}

.contact-close-download button span.footer-glyph {
    float: right;
    padding-left: 3px;
}

.row-zitat-rechts.row-zitat .btn-zitat {
    position: absolute;
    bottom: 0;

}

.row-zitat .cite {
    font-size: 24px;
    display: inline;
    background: #f4f8f0;
    box-shadow: 0 0 0 6px #f4f8f0;
    line-height: 33px;
    z-index: 3;
    position: relative;
}

.sc-green-nachhaltigkeit-light .row-zitat .cite {

    background: #eaf1e2;
    box-shadow: 0 0 0 6px #eaf1e2;
}

.row-zitat .icon {
    margin-left: 5px;
    margin-bottom: 10px;

}

.row-zitat-rechts.row-zitat .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.row-zitat-rechts.row-zitat .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.row-zitat-links.row-zitat .row-margin-top {
    margin-top: 100px;
}

.row-zitat-rechts.row-zitat .row-margin-top .mt {
    margin-top: 100px;
}

.row-zitat-links.row-zitat .icon {
    margin-top: 5px;
}

.row-zitat .welle-breit {
    width: 100%;
    height: auto;

}

.row-zitat .person {
    border: 5px #fff solid;
    width: 100%;
    height: auto;
}

.container-9er {
    margin: auto;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    background: #fff;


}

.col-9er {
    width: 11.11111111111111%;
    float: left;
    width: 109px;
}

.col-9er img {
    width: 100%;
    padding: 5px;
}


@media screen and (max-width: 767px) {
    .overlay_info {
        padding: 50px;
    }
}

@media (max-width: 511px) {
    .overlay_info {
        padding: 25px;
    }
}


@media (min-width: 768px) {
    .powermail_form .powermail_fieldwrap_type_submit div {
        margin-left: 25%;

    }

    .tx-powermail .powermail_fieldset .powermail_file {
        margin-top: 10px;
    }
}

.btn-xl {


    text-transform: uppercase;
    padding: 10px 30px;
    margin-top: 50px;
    font-weight: 700;
    font-size: 24px;
    border-radius: 9px;
}

.btn {
    background: #4679ae;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.5s ease;

}

.btn:hover,
.btn:focus,
.btn:active {
    background: #fff;
    border: 1px solid #4679ae;
    color: #4679ae;

}

.btn.inverse {
    color: #4679ae;
    border: 1px solid #4679ae;
    background: #fff;

}

.btn.inverse:hover,
.btn.inverse:focus,
.btn.inverse:active {
    color: #fff;
    background: #4679ae;

}

.cm-white .btn {
    background: #0069b3;
    border: 1px solid #fff;
    color: #fff;

}

.cm-white .btn:focus,
.cm-white .btn:active,
.cm-white .btn:hover {
    background: #fff;
    border: 1px solid #0069b3;
    color: #0069b3;

}


.btn.fullwidth {
    width: 100%;

}
.shariff .orientation-horizontal.button-style-standard li {
    max-width: 100px;
    margin-right: 1.2%;
}

.shariff .orientation-horizontal li {
    margin-bottom: 0;
}

.fair_row img {
    width: 80%;
}


.fair_row img {
    width: auto;
}
.fleximage-center {
    align-items: center;
    justify-content: center;
    display: flex;
}

#header-small .modul.header-textseiten-dunkel {
    position: relative;
}

#header-small .modul.header-textseiten-dunkel .rsABlock.dark {
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 0;
    color: #fff;
}

#header-small .modul.header-textseiten-dunkel .rsABlock.infobox {
    padding-bottom: 70px;
}

#header-small .modul.header-textseiten-dunkel .rsABlock .marker-white {
    color: #0069b3;
    background: #fff;
    width: auto;
    font-size: 90px;
    display: inline;
    padding: 0 25px;
}

#header-small .modul.header-textseiten-dunkel .rsABlock .marker-blue {
    color: #fff;
    background: #0069b3;
    font-size: 50px;
    width: auto;
    display: inline;
    padding: 0 25px;
}

#header-small .modul.header-textseiten-dunkel .rsABlock h2.green .marker-white {
    color: #fff;
    background: #719f3b;
}

#header-small .modul.header-textseiten-dunkel .rsABlock h2.green .marker-blue {
    background: #afc94f;
    color: #fff;
}

#header-small .modul.header-textseiten-dunkel .rsABlock .marker-blue {
    color: #fff;
}

#header-small .modul.header-textseiten-dunkel {
    min-height: 400px;

}

#header-small.high-header .modul.header-textseiten-dunkel {
    margin-top: -100px;
    min-height: 700px;
}

#header-small .modul.header-textseiten-dunkel h2 {
    font-size: unset;

}

#header-small .modul.header-textseiten-dunkel .rsABlock .marker-blue {
    font-size: 20px;
    padding: 0 10px;

}

#header-small .modul.header-textseiten-dunkel .rsABlock .marker-white {
    font-size: 30px;
    padding: 0 10px;
}

#header-small .modul.header-textseiten-dunkel .rsABlock.dark {
    width: 90%;
    left: 5%;
}


/*
.withBlueTable table {
    background-color: #FFF;
    border-collapse: collapse;
}

.withBlueTable table td, .withBlueTable table th {
    padding: 3px 5px;
    border: 1px solid #000000;
}

.withBlueTable table tr:nth-child(even) {
    background: #FFFFFF;
}

.withBlueTable table thead {
    background: #0069B3;
    border-bottom: 2px solid #000000 !important;
    border-left: 1px solid #000000 !important;
}

.withBlueTable table thead th {
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #000000 !important;
}

.withBlueTable table thead th:first-child {
    border-left: none;
}
*/


.withBlueTable table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.withBlueTable td {
    padding: 8px;
    border: 1px solid #ddd;
}

.withBlueTable th {
    padding: 8px;
    border: 1px solid #0069B3;
}

.withBlueTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.withBlueTable tr:hover {

    background-color: #444;
    color: #fff;
}

.withBlueTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0069B3;
    color: white;
}

.withBlueTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0069B3;
    color: white;
}

.ce-table table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.ce-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.ce-table th {
    padding: 8px;
    border: 1px solid #0069B3;
}


.ce-table tr:first-of-type {
    width: 100%;
    background-color: #0069b3;
    color: white;
    padding: 15px;
    font-weight: bold;
}
.ce-table tr:first-of-type:hover {
    background-color: #0069b3;

}

.ce-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.ce-table tr:hover {

    background-color: #444;
    color: #fff;
}

.ce-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0069B3;
    color: white;
}

.cookiebox {
    border: 1px #fff solid;
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.videoModul .cookiebox  .infobox{
    position: relative ;
    padding: 0;
    display: block !important;
    top: 0;
    left: 0;
}

.videoModul .cookiebox  .infobox span{
    font-size: 18px;
    text-transform: none;
    color: #2a363b;
    margin: 0 10%;
    padding: 24px 40px;
    text-align: center;
    background: rgb(255, 255, 255, 75%);
    line-height: 1.1;
}

.videoModul .cookiebox  .infobox span.first{
    padding-bottom: 12px;
}
.videoModul .cookiebox  .infobox span.second{
    padding-top: 12px;

}

.cookiebox.-transparent {
}

.cookiebox__bg {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(6px);
    background-blend-mode: saturation;

}

.cookiebox__overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65) url(/fileadmin/module/sc-videoplayer-volle-breite/images/YouTube_light_color_icon_150.png) no-repeat center;
    background-size: 10%;
}

.-transparent .cookiebox__overlay{
    opacity: .75;
}
.-transparent .cookiebox__overlay{
    background-color: unset;

}
.cookiebox p{
    z-index: 1;
    position: relative;
    text-align: center;
    color: #fff;
}
.cookiebox a{
    z-index: 1;
    position: relative;
}

@media (min-width: 769px) {
    #header-small .modul.header-textseiten-dunkel {
    }

    #header-small .modul.header-textseiten-dunkel .rsABlock .marker-blue {
        font-size: 30px;
        padding: 0 15px;

    }

    #header-small .modul.header-textseiten-dunkel .rsABlock .marker-white {
        font-size: 40px;
        padding: 0 15px;
    }
}

@media (min-width: 1025px) {
    #header-small .modul.header-textseiten-dunkel .rsABlock .marker-blue {
        font-size: 40px;
        padding: 0 20px;

    }

    #header-small .modul.header-textseiten-dunkel .rsABlock .marker-white {
        font-size: 60px;
        padding: 0 20px;
    }
}

@media (min-width: 1201px) {
    #header-small .modul.header-textseiten-dunkel {
        min-height: 450px;
        margin-top: 140px;
    }

    #header-small.high-header .modul.header-textseiten-dunkel {
        margin-top: -100px;
        min-height: 750px;
    }

    #header-small .modul.header-textseiten-dunkel .rsABlock .marker-white {
        font-size: 80px;
    }

    #header-small .modul.header-textseiten-dunkel .rsABlock .marker-blue {
        font-size: 40px;
    }
}

@media (min-width: 1440px) {
    #header-small .modul.header-textseiten-dunkel {
        margin-top: -100px;
        min-height: 800px;
    }

    #header-small.high-header .modul.header-textseiten-dunkel {
        margin-top: -100px;
        min-height: 900px;

    }

    #header-small .modul.header-textseiten-dunkel .rsABlock .marker-white {
        font-size: 90px;
    }

    #header-small .modul.header-textseiten-dunkel .rsABlock .marker-blue {
        font-size: 50px;
    }

    #header-small .modul.header-textseiten-dunkel .rsABlock.dark {
        width: 80%;
        left: 10%;
    }
}

@media (max-width: 1400px) {
    .ribbon_header_wrap {
        right: 100px;
        width: 300px;
        height: 176.25px;
    }

    .ribbon_header_image {
        width: 300px;
    }

    .ribbon_header_button {
        font-size: 13px;
        padding: 10px 0 10px 0;
        margin-left: 20px;
        margin-right: 20px;
    }

}

@media (max-width: 1200px) {
    .ribbon_header_wrap {
        right: 100px;
    }

    .col-9er {
        width: 16.6666666667%;
        float: left;
        width: 164px;
    }
}

@media (max-width: 1023px) {

    #c11657 .box svg {
        width: 30px;
        height: 30px;

        display: flex;
        align-items: center;
    }

    .row-zitat .person {
        margin-bottom: 20px;
    }

    .p-unset {
        text-align: center;
    }

    .diagramm-img-pdf {
        position: relative;
        right: 0;
    }

    .diagramm-txt {
        text-align: center;
        margin-top: 20px;
    }

    .mr-md-15 {
        margin-right: 0;
    }

    .sm-none {
        display: none;
    }

    .col-9er {
        width: 20%;
        float: left;
        width: 190px;
    }

    .welle-breit {
        display: none;
    }

    .row-zitat-rechts.row-zitat .row-margin-top .mt {
        margin-top: 0;
    }

    .row-zitat-links.row-zitat .row-margin-top {
        margin-top: 0;
    }

    .row-zitat-rechts.row-zitat .btn-zitat {
        position: relative;
    }

    .row-zitat-links.row-zitat .stripes {
        bottom: 55px;
        max-height: calc(100% - 55px);

    }

    .flex-center {
        display: unset;
    }

    .mr-md-15 {
        margin-right: -15px;
    }

}

@media (max-width: 991px) {
    .ribbon_header_wrap {
        right: 80px;
    }

    .row-nachhaltig-diagramm .legende {
        margin-top: 70px;
    }

    .btn-xl {
        padding: 5px 15px;
        font-size: 18px;
        margin-top: 10px;
    }

    .col-9er {
        width: 25%;
        float: left;
        width: 182px;
    }

    .bilanz-text .headline {
        font-size: 27px;
        line-height: 1;
        font-weight: 600;
    }

    .bilanz-text .subheadline {
        font-size: 27px;
        line-height: 1;
    }

    .no-padding-right {
        padding-right: 0;
        font-size: 16px;

    }

    .no-padding-left {
        padding-left: 0;
        font-size: 16px;

    }
    .cookiebox__overlay{
        background-position-y: 80%;
    }
}

@media screen and (max-width: 767px) {
    #c11436,
    #c11437 {
        margin-bottom: 40px;
    }

    .powermail_fieldset_1 .powermail_fieldwrap,
    .powermail_fieldset_3 .powermail_fieldwrap,
    .powermail_fieldset_9 .powermail_fieldwrap,
    .powermail_fieldset_8 .powermail_fieldwrap {
        margin-left: 0;
        margin-right: 0;

    }

    .row-nachhaltig-diagramm {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .diagramm-txt {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .ribbon_header_wrap {
        top: 150px;
        left: 70px;
    }

    .col-9er {
        width: 20%;
    }

    .g-recaptcha {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .powermail_fieldwrap_type_recaptcha,
    .powermail_fieldwrap_einverstaendiss,
    .powermail_fieldwrap_marker_04 {
        margin-bottom: 10px !important;
    }

    .powermail_fieldwrap_type_recaptcha {
        width: auto;
    }

    .powermail_fieldwrap_type_recaptcha div {
        width: 1px;
    }

    .g-recaptcha {
    }

    .g-recaptcha:first-child {
        width: 1px !important;
    }

    .tx-powermail .powermail_fieldset {
        margin: 0 !important;
        padding: 0 !important;
    }

    .tx-powermail .powermail_fieldset label {
        margin: 0 !important;
        padding: 0 !important;
    }

    .tx-powermail .powermail_fieldset .col-sm-9 {
        margin: 0 !important;
        padding: 0 !important;
    }

    #rc-imageselect {

    }

    .powermail_form .checkbox label {
        margin-top: 0;
    }

    #news-grid .mix.stellenkachel {
        height: 550px;
    }

    #news-grid .mix.stellenkachel h2 {
        min-height: 135px;
    }

    #news-grid.stellenanzeigen-grid .mix.stellenkachel {
        height: 440px
    }

    #news-grid.stellenanzeigen-grid .mix.stellenkachel h2 {
        min-height: auto;
    }

    #dev_bewerbung #news-grid a {
        font-size: 19px;
    }

    .powermail_form .control-label {
        text-align: left;
        margin-bottom: 5px;
    }

    .row-nachhaltig-diagramm .legende {
        margin-top: 50px;
        margin-bottom: 70px;
    }
    .cookiebox {
        border: 1px #fff solid;
        padding: 25px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .videoModul .cookiebox  .infobox span{
        font-size: 15px;

    }

    .cookiebox__overlay{
        background-position-y: 75%;
    }
    .videoModul .cookiebox .infobox span {
        margin: 0 5%;
        padding: 12px 20px;
    }
    .videoModul .cookiebox .infobox span.first {
        padding-bottom: 6px;
    }
    .videoModul .cookiebox .infobox span.second {
        padding-top: 6px;
    }
}

@media (max-width: 511px) {
    .row-zitat-rechts.row-zitat .stripes {
        top: 50px;
        left: unset;
        right: 0;

    }

    .diagramm-txt {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .flex-bottom {
        flex-direction: column;
    }

    .flex-bottom-reverse {
        flex-direction: column-reverse;
    }

    .col-9er {
        width: 33.333333333%;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-11 {
        width: 91.66666666666666%;
    }

    .col-xxs-10 {
        width: 83.33333333333334%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-8 {
        width: 66.66666666666666%;
    }

    .col-xxs-7 {
        width: 58.333333333333336%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-5 {
        width: 41.66666666666667%;
    }

    .col-xxs-4 {
        width: 33.33333333333333%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-2 {
        width: 16.666666666666664%;
    }

    .col-xxs-1 {
        width: 8.333333333333332%;
    }

    .hidden-xxs {
        display: none;
    }

    .bilanz-text .headline {
        font-size: 42px;
        line-height: 1;
        font-weight: 600;
    }

    .bilanz-text .subheadline {
        font-size: 42px;
        line-height: 1;
    }

    .no-padding-right {
        padding-right: 0;
        font-size: 13px;

    }

    .no-padding-left {
        padding-left: 0;
        font-size: 13px;

    }
    .cookiebox {
        padding: 10px;
    }

    .cookiebox__bg {

        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(6px);
        background-blend-mode: saturation;

    }

    .cookiebox__overlay{
        background-image: unset;
    }

    .cookiebox p{
        text-align: center;
        margin-bottom: 0;
    }
    .cookiebox a{
        z-index: 1;
        position: relative;
        margin-bottom: 0;
        font-weight: normal;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        border-radius: 4px;
    }
    .videoModul .cookiebox .infobox span {
        margin: 0;
    }
}

@media (max-width: 511px) {
    .ribbon_header_wrap {
        display: none;
    }

    #news-grid .mix.stellenkachel h2 {
        min-height: auto;
    }

    .ribbon_header_wrap {
        width: 250px;
        height: 146.88px;
        margin: auto;
        left: 0;
        right: 0;
    }

    .ribbon_header_image {
        width: 250px;

    }

    .ribbon_header_button {
        font-size: 11px;
        padding: 5px 0 5px 0;
    }

    .bilanz-text .headline {
        font-size: 22px;
        line-height: 1;
        font-weight: 600;
    }

    .bilanz-text .subheadline {
        font-size: 22px;
        line-height: 1;
    }

    .no-padding-right {
        padding-right: 0;
        font-size: 12px;

    }

    .no-padding-left {
        padding-left: 0;
        font-size: 12px;

    }

    .btn-zitat {
        width: 100%;

    }

}

.grid-rearrange .item-content {
    cursor: pointer;
}

.parallax.empty {
    padding-top: 400px !important;
}

ul ul {
    margin: 10px;
}

ul ul li {
    margin-left: 10px;
}

.schmucktext-klein {

}

.schmucktext {
    /*
    font-size: 16px;
    */
}

.tableWidthSame td:first-of-type{
    width: 40%;

}

.tableWidthSame td{
    width: 20%;

}