.ce_player {
    position:relative;
    margin-left:-29px;
}

.el_list {
    position: relative;
    border-width:0px;
    border-bottom-width:1px;
    border-style:solid;
    border-color:#e2e2e3;
    margin-bottom:20px;
    padding-bottom:20px;
}
#top #main .el_list {
    /*width:auto;*/
}
#top .el_list .ce_headline{
    font-size:13px;
    color:#000;
    border-bottom:none !important;
}
#top .el_list .ce_headline a{
    color:#000;
    border-bottom:none !important;
    padding-right:40px;
}

#top .el_list .invisible{
    display:none;
}

#top .el_list .more{
    margin:0px;
    position: absolute;
    right:0px;
    top:13px;
}
#top .mod_jobslist .el_list .more{
    top:0;
}
#top .el_list .info{
    line-height:1.0em;
}

#top .pagination:not(.pagination-full) {
    margin-top:25px;
}

#top .pagination:not(.pagination-full) ul{
    position: relative;    
    float:right;
    right:-10px;
    list-style-type: none !important;
    padding:0px !important;
    margin:0px !important;
}
#top .pagination:not(.pagination-full) li{
    list-style-type: none !important;
    display:inline-block;
    float:left;
    padding:0px !important;
    margin:0px !important;
    padding-right:10px !important;
    background:none !important;
}
#top .pagination:not(.pagination-full) li .active,
#top .pagination:not(.pagination-full) li a{
    position: static;
    display:inline-block;
    float:left;
    width:1px;
    height:12px;
    line-height:12px;
    overflow:hidden;
    padding:0px;
    margin:0px;
    padding-left:11px;
    background-color:#a6aeb6;
    border-bottom:none !important;
}
#top .pagination:not(.pagination-full) li a:hover,
#top .pagination:not(.pagination-full) li a:focus,
#top .pagination:not(.pagination-full) li .active{
    background-color:#68a818 !important;
}
#top .pagination:not(.pagination-full) li .hovText {
    position: absolute;
    right:10px;
    top:-18px;
    white-space:nowrap;
    display:none;
    background-color: #A6AEB6;
    color: #A6AEB6;
    font-size: 11px;
    font-weight: bold;
    background:none;
    text-transform: uppercase;
}
#top .pagination:not(.pagination-full) li a:hover .hovText,
#top .pagination:not(.pagination-full) li a:focus .hovText{
    display:block;
}

/*Bild*/

.ce_image,
.ce_download:not(.ce_download_extended){
    margin-bottom:30px;
}


/*Akkordeon*/

.ce_headline + .ce_accordion {
    border-top:solid 1px #e2e2e3;
    padding-top:25px !important;
}
    
.ce_headline + .accordionOpened {
    border-top:none !important;
}
    
#main .ce_accordion {
    margin-bottom:25px;
    border-bottom:solid 1px #e2e2e3;
}

#main .ce_accordion .toggler {
    font-size:16px;
    line-height:1.15em;
    padding-bottom:10px;
    margin-bottom:0px;
    margin-top:-10px;
    color:#68a818;
    cursor:pointer;
    position: relative;
    outline:none;
}
#main .ce_accordion .subline{
    font-size:13px;
    /*line-height:1.3em;*/    
    cursor:pointer;
    color:#333;
    position: relative;
    outline:none;
    display:block;
    font-weight:bold;
    padding:5px 60px 5px 0px;
}
#main .ce_accordion .toggler span{
    font-weight: normal;
    margin-left: 20px;
    position: absolute;
    right:0px;
    top:0px;
    color:#68a818;
    font-size:13px;
    font-weight:normal;
    border-bottom:dotted 1px #333;
}

#main .ce_accordion h3.hover {
    text-decoration:underline;
}
#main .ce_accordion {
    padding-bottom:10px;
}
#main .ce_accordion .accordion{
    visibility:hidden;
    opacity:0;

}
.ce_accordion .accordion_inner {
    padding:0px 20px 0px 0px;
}

#main .ce_accordion .hover {
    /*background:#e2e2e3;*/
}
#main .ce_accordion .hover span{
    border-bottom:solid 1px #68a818;
}

#main .customer_reference {
    position: relative;
    padding-right:160px;
}
#main .customer_reference img{
    position: absolute;
    right:-180px;
    top:10px;
    padding-right:160px;
}

/* Akkordion-Icons*/

#main .ce_accordion .os_icon{
    padding-left:52px;
    background-repeat:no-repeat;
    background-position:left top;
    background-color:transparent;
    line-height:35px;
}
#main .ce_accordion .os_icon span {
    line-height:18.4px;
    margin-top:8px;
}
#main .ce_accordion .os_icon_sap{
    background-image:url('../i/os_icons/os_icon_sap.png');
}
#main .ce_accordion .os_icon_solution{
    background-image:url('../i/os_icons/os_icon_solution.png');
}
#main .ce_accordion .os_icon_individual{
    background-image:url('../i/os_icons/os_icon_individual.png');
}
#main .ce_accordion .os_icon_stateoart{
    background-image:url('../i/os_icons/os_icon_stateoart.png');
}
#main .ce_accordion .os_icon_integrate{
    background-image:url('../i/os_icons/os_icon_integrate.png');
}
#main .ce_accordion .os_icon_safety{
    background-image:url('../i/os_icons/os_icon_safety.png');
}
#main .ce_accordion .os_icon_pro {
    background-image:url('../i/os_icons/os_icon_pro.png');
}

/*Kontakt-Element (single)*/

.mod_article > .ce_contactperson,
.mod_article > .ce_catalogCatalogEntity > .ce_contactperson {
    margin-bottom:30px;
}

.ce_contactperson {
    position: relative;
    margin-left:-29px;
    /*margin-right:-30px;*/
    padding:0px 44px 0px 29px;
    background:#ececec;
}
#top .ce_contactperson .routeLink {
    position:absolute !important;
    top:30px;
    right:280px;
    
}
#main .ce_contactperson .ce_headline {
    padding:30px 0px 0px 0px;
    line-height:1.1em;
    margin-bottom:0px;
}
.ce_contactperson em {
    font-style: normal;
}
.ce_contactperson p {
    position: relative;
}

.ce_contactperson .image_container {
    position: relative;
    float:right;
    right:-44px;
    top:0px;
}

#careerContacts{
    position: relative;
    width:100%;
}
#careerContacts .ce_contactperson{
    width:auto;
}
#careerContacts .ce_contactperson{
    width:auto;
}
#careerContacts .image_container{
    position: relative;
    width:165px;
    overflow:hidden;
}
#careerContacts .image_container img{
    position: relative;
    left:-38px;
}
#careerContacts .contact1 .image_container{
    right:auto;
    float:left;
    left:-29px;
}
#top #careerContacts .lastContact {
   width:165px !important;
   position: absolute;
   float:right;
   right:-44px;
   top:0px;
   z-index:200;
}
#careerContacts .lastContact .contexts{
    position: absolute;
    bottom:20px;
    left:-260px;
    width:300px;
    text-align:right;
    float:right;
}

/*Standortkarte*/

#locationsWrap {
    position: relative;
    z-index:10;
    width:100%;
    margin-top:40px;
}
#locationcard {
    position: relative;
    z-index:10;
    width: 392px;
}

#locationcard .item{
    position: absolute;
    margin-left:-19px;
    margin-top:-21px;
    
}
#locationcard .item,
#top #locationcard .cardEl{
    height:50px;
    width:50px;
    overflow:visible;
    display:inline-block;
    border-bottom:none;
    cursor:pointer;
}

#locationcard .cardEl .locPoint{
    position: relative;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    display:inline-block;
    z-index:100;
    background:url('../i/karte-marker.png') no-repeat left top transparent;
}
#locationcard .cardEl:hover,
#locationcard .cardEl:focus {
    z-index:500;
}
#locationcard .cardElActive{
    z-index:200;
}
#locationcard .cardEl:hover .locPoint,
#locationcard .cardEl:focus .locPoint{
    background-position:left -50px;
    z-index:200;
}
#locationcard .cardElActive:hover .locPoint,
#locationcard .cardElActive:focus .locPoint{
    background-position:left bottom !important;
    z-index:200;
}
#locationcard .cardElActive .locPoint{
    background-position:left bottom;
    z-index:200;    
}

#locationcard .cardEl:hover .locImage,
#locationcard .cardEl:focus .locImage{
    display:block;
}
#top #locationcard .cardElActive .locImage{
    display:block;
}

#locationcard .cardEl .locImage{
    position:absolute;
    display:none;
    bottom:38px;
    right:8px;
    z-index:150;
    /*background:url('../i/karte-imgshd.png') no-repeat left top transparent;*/
    padding:0px 0px 0px 0px;
    width:208px;
    height:132px;
}

#locationcard #stuttgart .cardEl .locImage,
#locationcard #frankfurt .cardEl .locImage,
#locationcard #bonn .cardEl .locImage{
    right:auto;
    left:14px;
}

#locationcard .cardEl .locImage img{
    position: absolute;
    right:13px;
    bottom:16px;
    z-index:400;
    box-shadow: 5px 5px 15px -5px #000000;
}

#locationTexts {
    position: absolute;
    left:385px;
    top:0px;
    width:235px;
    z-index:20;
}
#locationTexts h2 {
    text-transform: uppercase;
    font-size:18px;
    line-height:16px;
    margin-bottom:20px;
}
#locationsWrap .textItem {
    display:none;
}
#top #main #locationsWrap .textItemActive {
    display:block;
}
#main #locationsWrap .textItem {
    position: absolute;
    left:0px;
    top:0px;
    width:235px;
}
#main #locationsWrap .block {
    position: relative;
    display:block;
    margin-bottom:15px;
}

#main #locationTexts .routeLink{
    position: absolute;
    display:inline-block;
    right:20px;
    top:5px;
}
#main #locNavWrap {
    position: absolute;
    right:0px;
    bottom:0px;
    padding:0px;
    margin:0px;
    z-index:300;
}
#main #navLocText{
    position: absolute;
    font-size:11px;
    font-weight:bold;
    color:#a6aeb6;
    right:5px;
    top:-22px;
    width:400px;
    text-align:right;
    text-transform:uppercase;
    z-index:2000;
    /*white-space:nowrap;*/
}
#main ul#locNav {
    padding:0px;
    margin:0px;
}
#main #locNav li {
    width:21px;
    height:15px;
    /*margin-left:1px;*/
}
#main #locNav li,
#main #locNav li a{
    padding:0px;
    margin:0px;
    float:left;
    display: inline-block;
}
#main #locNav li a {
    width:15px;
    height:15px;
    border-left:solid 2px transparent;
    border-right:solid 2px transparent;
    border-bottom:none;
    background:url('../i/rndbbls.png') no-repeat left top transparent;
}
#main #locNav li a:hover,
#main #locNav li a.navElActive,
#main #locNav li a:focus{
    background-position:left bottom;
}

#funnyTexts {
    position: absolute;
    left:385px;
    top:285px;
    width:225px;
    z-index:20;    
}
#funnyTexts h3{
    margin-bottom:20px;   
}

/* MetaModels */
.mod_metamodels_frontendfilter {
    display:block;
    border-bottom:solid 1px #dddfdf;
    padding-bottom:40px;
    margin-bottom:30px;
}
#article-517 .mod_metamodels_frontendfilter,
#article-1958 .mod_metamodels_frontendfilter,
#article-1959 .mod_metamodels_frontendfilter {
    border-bottom: 0;
    margin-bottom: 0;
}
.mod_metamodels_frontendfilter .widget{
    display:inline-block;
    float:left;
    margin-right:30px;
}
.mod_metamodels_frontendfilter .widget select{
    padding-right:60px;
}

/*Jobs*/

#jobFilters label {
    display:none;
}

#top .ce_jobline .name{
    width:340px;
    display:inline-block;
    float:left;
}
#top .ce_jobline .name time{
    color:#7e7e7e;
}
#top .ce_jobline .ce_headline{
    line-height:1.1em;
    padding-right:25px;
}
#top .ce_jobline .loc{
    width:130px;
    display:inline-block;
    float:left;
    color:#3f3e3e;
}


#top .ce_job_detail h1{
    padding-bottom:20px;
}
#top .ce_job_detail b{
    padding-right:80px;
}
#top .ce_job_detail .el_list{
    padding-bottom:0px;
}
#top .ce_job_detail #job_facts table{
    width:100%;
}
#top .ce_job_detail #job_facts table td{
    /*width:33%;*/
    width:25%;
    padding:0px;
}
#top .ce_job_detail #job_facts td {
    white-space:nowrap;
}
#top .ce_job_detail #job_facts td.td_center span {
    margin:0px 30px;
}
#top .ce_job_detail .jobBidButton {
    margin:30px 0px;
    height:40px;
}

/*Event*/
.event .el_table {
    margin-bottom:10px;
}
.event .el_table .col {
    padding-bottom:10px;
}
.event .el_table .col_label {
    width:170px;
}
#top .event .el_table .col_text p {
    margin-bottom:0px;
}
.event .el_list,
.event_list{
    padding-bottom: 0px;
}

/*It-Dienleister*/

.ce_certit img.logo{
    float:right;
    margin-top:-20px;
    clear:right;
    margin-left:30px;
}
#top #main .ce_certit a.more{
    position: relative;
    float:right;
    margin:10px 0px 10px 10px;
    clear:right;
}

#top #main .ce_certit div.text{
    display:block;
    padding-right:150px;
}

/*Suche*/

.mod_search .form_body {
    position: relative;
}
#top .mod_search.ce_form .widget{
    border-left:0px;
}
#top .mod_search.ce_form .submit{
    position: absolute;
    right:-125px;
    top:-12px;
    font-size:20px;
}
.mod_search .el_list {
    padding-right:100px;
   clear:both;
   /*width:100%;*/
}
.mod_search .header {
    margin:10px 0px 0px 0px;
}

#top .mod_search .context .highlight{
    text-decoration:underline;
}
#top .mod_search .relevance{
    color:#999;
}

/*Erweiterter Download*/
.el_download {
    position:relative;
    padding-left:90px;
    min-height:60px;
}
#top #main .el_download a.preview{
    position:absolute;
    left:0px;
    top:0px;
    margin:0px;
    border:none;
    line-height:65px;
    height:65px;
    width:65px;
    text-align:center;
}
#top #main .el_download a.preview img{
    display:inline;
    vertical-align:middle;
}
#top #main .el_download a.more{
    top:0px;
}

/* Video-Elemente*/

.ce_video {
    background:url('../i/t/tr-brn-85.png') repeat left top transparent;
    margin-bottom:20px;
}
.ce_video iframe {
    display: inline-block;
    margin-bottom: -5px;
}

/*Agenda*/

.el_agenda.el_list {
    position:relative;
    padding-left:150px;
    padding-right:60px;
    border-top-width: 2px;
    border-bottom-width: 0px;
    padding-top: 10px;    
    margin-bottom: 5px;
    padding-bottom: 5px;    
}
.accordion .el_agenda {
    margin-right:-20px;
}
#top #main .el_agenda,
#top #main .el_agenda div{
    line-height:1.6em;
}
.el_agenda .info,
.el_agenda .sub_info{
    position:relative;
    margin-left:-150px;
    color:#283849;
    width:150px;
    display:inline-block;
    float:left;
    
}
.el_agenda .info{
    font-weight:bold;
}

#top #main .el_agenda .ce_headline {
    color:#68a818;
    font-weight:bold;
    margin:0px;
    padding:0px;
    font-size:13.5px;
}
#top #main .el_agenda .text_headline {
    color:#283849;
    /*font-weight:normal;*/
}
.el_agenda .subevent_line{
    font-size:13px;
    line-height:1.4em;
}
#top .el_agenda .ce_headline .hili{
    /*font-weight:normal;*/
}
#top #main .col_head_agenda{
    border-top:none;   
    padding-bottom:0px;
}
#top #main .col_head_agenda div{
    display:inline-block;
    font-weight:bold;
    text-transform: uppercase;
    color:#b2b2b2;
    font-size:13px;
}
#top #main .col_head_agenda .info_file{
    position: absolute;
    right:0px;
}
#top .bereich-infopoints .info{
    width:80px;
    margin-left:-80px;
}
#top .bereich-infopoints .el_agenda{
    padding-left:80px;
}

#ft_fbook > h4 > strong,
#ft_fbook > h4 {
    color: white;
}

.mod_newslist .future-campus h2 {
    font-size: 18px !important;
    padding-bottom: 0 !important;
}

.mod_newslist .future-campus .info {
    padding-bottom: 15px;
}

.future-campus-contacts .facts {
    display: none;
}

.future-campus-contacts .mail {
    margin-top: 50px;
    margin-left: 240px;
}

#footer hr {
    display: none;
}

#main .quote .innerquote {
    font-size: 15px;
}

.ce_image.image-centered figure {
    text-align: center;
}

.ce_slider.block:not(.mobile-only) {
    display: block !important;
}

#CookieDeclarationUserStatusLabelConsentId {
    display: block;
    max-width: calc(100vw - 60px);
}

#top .el_list .ce_headline {
    padding-right: 40px;
}

.ctlg_table {
    margin-top: 5px;
    margin-bottom: 15px;
}

#article-470 .ctlg_table th {
    display: none;
}

#top table th {
    padding-bottom: 5px;
}

.table-zert table th,
.table-zert table td {
    padding: 5px;
    border: 1px solid #ccc;
}

.table-zert .col_1,
.table-zert .col_2 {
    text-align: center;
}

hr.horizontal-line {
    border-left: 0;
    border-right: 0;
    margin-top: 0;
}

.cookieconsent-optout-preferences {
    padding: 20px;
    background-color: white;
    border: 1px dashed grey;
}

.boxed-content {
    padding: 20px;
    background-color: white;
    border: 1px dashed grey;
    width: calc(100% - 40px) !important;
    margin-bottom: 30px !important;
}

body.wide #main {
    margin-left: 0;
    background: #fdfdfddd;
    width: 100%;
    padding: 0;
}

body.wide #main .inside {
    margin-right: 0;
}

body.wide .shd_top,
body.wide .shd_btm {
    display: none;
}

.pagination.pagination-full ul {
    display: flex !important;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 0 !important;
}

.pagination.pagination-full ul li {
    display: block;
    background: none !important;
    padding-left: 0 !important;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #68a818 !important;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.pagination.pagination-full ul li a,
.pagination.pagination-full ul li strong {
    text-align: center;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    color: #fff;
    border-bottom: 0 !important;
}

.pagination.pagination-full ul li strong {
    background-color: #004795;
}

.mod_tagcloudnews {
    display: flex !important;
    justify-content: center;
}

ul.cloud {
    list-style: none;
    padding-left: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2.5rem;
    margin-bottom: 0 !important;
    max-width: 400px;
}

ul.cloud a {
    color: #68a818;
    display: block;
    font-size: 1.5rem;
    padding: 0.125rem 0.25rem;
    text-decoration: none;
    position: relative;
    border-bottom: 0 !important;
}

ul.cloud li {
    background: none !important;
    padding-left: 0 !important;
}

ul.cloud li.size1 a {
    font-size: 1rem;
    opacity: 50%;
}

ul.cloud li.size2 a {
    font-size: 1.33rem;
    opacity: 66.6667%;
}

ul.cloud li.size3 a {
    font-size: 1.66rem;
    opacity: 83.3334%;
}

ul.cloud li.size4 a {
    font-size: 2rem;
    opacity: 100%;
}

ul.cloud li.active a {
    color: #004795;
    opacity: 100% !important;
}
