@charset "utf-8";
/* – TABLE OF CONTENTS – */
/*   - I. GLOBAL SETTINGS */
/*     - I.I SETTINGS – OVERWRITE STYLES SETTINGS */
/*     - I.II SETTINGS – PRINT SETTINGS */
/*     - I.III SETTINGS – FOOTER ADJUSTMENT */
/*     - I.IV SETTINGS – EMPLOYEE PLUGIN */
/*     - I.V SETTINGS – NEWS PLUGIN */
/* – – – – – – – – – */

/* I. GLOBAL SETTINGS  */

h1, h2 {
  line-height: 1.2em
}

.align-center, .text-center { text-align: center; }

.align-right, .text-right { text-align: right; }

/* – – – – – – – – – */
/* I.I SETTINGS – OVERWRITE STYLES SETTINGS */

.content table {
  width: 100%;
}

.content th {
  border-bottom: 1px solid #000000;
  vertical-align: top;
  text-align: left;
  padding: 5px 10px 5px 0;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 10px;
}

div.csc-textpic div.csc-textpic-imagecolumn {
  margin-bottom: 20px;
}

.teaserNavigation i {
  cursor: pointer;
}

.showbox {
  float: left;
  margin: 4em 1em;
  width: 100px;
  height: 60px;
  border: 2px solid green;
  background-color: #fff;
  line-height: 60px;
  text-align: center;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.showbox.slideright:hover {
  -webkit-transform: translate(3em,0);
  transform: translate(3em,0);
}

.ce-intext.ce-left .ce-gallery {  margin-right: 2em; }
.ce-textpic.ce-center .ce-column:only-child { margin-right: 0; }
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext { padding-right: 20px; }
.subnavi { background: none; }


@media (max-width: 768px) { header { float: none !important; } }

/* – – – – – – – – – */
/* I.II SETTINGS – PRINT SETTINGS */

@media only print {
  .idivConf-program,
  .content .csc-default .idivConf-program p,
  .content .csc-default .idivConf-program span,
  html,
  body
  { font-size: 14px !important; }

  .socialBar,
  .socialFooterContainer,
  .mobileSubMenu.mobile,
  .topRightHeader,
  footer {
    display: none;
  }
    
  .fceZweiSpaltig .spalte {
      width: 45%;
      margin: 0 10% 0 0;
      position: relative;
      float: left;
  }
    
    .fceVierSpaltig .spalte {
      width: 20.5%;
      margin: 0 6% 0 0;
      position: relative;
      float: left;
  }
    
  .fceDreiSpaltig .spalte {
      width: 30%;
      margin: 0 5% 0 0;
      position: relative;
      float: left;
  }
    
  .idivConf-slot h3,
  .idivConf-slot h4,
  .idivConf-slot li,
  .idivConf-slot li:first-child,
  .idivConf-slot.slot-blue h3,
  .idivConf-slot.slot-blue h4,
  .idivConf-slot.slot-blue li,
  .idivConf-slot.slot-blue li:first-child {
    border: 1px solid #a8a8a8 !important;
    background: none;
    color: #000;
  }

    .idivConf-program ul {
    display: table;
    table-layout: fixed;
  }

  .idivConf-program li {
    display: table-cell;
  }

  .idivConf-program .slot-half {
    width: 50%;
    box-sizing: border-box;
  }

  .idivConf-program .slot-quater {
    width: 25%;
    box-sizing: border-box;
  }

  .idivConf-program .slot-third {
    width: 33.333333%;
    box-sizing: border-box;
  }

  .idivConf-slot li.yellow-border { border-left: 5px solid #fed426 !important; }
  .idivConf-slot li.green-border { border-left: 5px solid #70b74f !important; }
  .idivConf-slot li.blue-border { border-left: 5px solid #558ec7 !important; }
  .idivConf-slot li.red-border { border-left: 5px solid #bd101e !important; }
  .idivConf-slot li.gray-border, .idivConf-slot li.grey-border { border-left: 5px solid #627a87 !important; }

  .yellow-border li:first-child, .green-border li:first-child,  .blue-border li:first-child, .red-border li:first-child, .gray-border li:first-child { border-left: 0 !important; }
}


/* – – – – – – – – – */
/* I.III FOOTER ADJUSTMENT */

.footerFullNavi ul {
  padding-top: 14px;
}

.footerFullNavi ul li.main {
  box-sizing: border-box;
  margin-left: 18px;
  width: auto;
}

.footerFullNavi ul li.main:first-child {
  margin-left: 0;
}

.footerFullNavi ul li.main > a {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}

.footerFullNavi ul li.main li {
  width: auto;
  max-width: 100px;
}


/* – – – – – – – – – */
/* I.IV EMPLOYEE PLUGIN */

.fceEmployeeShortDetails .employeeDetails {
  width: 100%;
}

@media (max-width: 768px) {
  .fceEmployeeShortDetails .employeeDetails {
    width: auto;
  }
}


/* – – – – – – – – – */
/* I.V NEWS PLUGIN */
@media (min-width: 768px) {
.news-single-img > a {
  display: inline-block;
  margin-top: 2em;
}

.news-single-img > a:first-child {
  margin-top: 0;
}
}