@charset "UTF-8";
/* mobil */
.mean-container .mean-bar {
  top: 90px;
}
.mean-container .mean-nav {
  margin-top: 1.5rem;
}
.mean-container a.meanmenu-reveal {
  width: 32px;
}
.mean-container a.meanmenu-reveal span {
  margin-top: 5px;
}
/* modal */
#modal .tx_solr {
  background-color: #d5d5d5;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#modal .tx-felogin-pi1 {
  background-color: #d5d5d5;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#modal p, #modal .form-group {
  margin: 0;
}
.tx-solr-search .btn-secondary {
  color: #fff !important;
}
/* Cookie */
.scc {
  bottom: 60px;
  transition: all ease 0.3s;
  position: fixed;
  z-index: 1004;
}
.scc .ssc_ck {
  transition: all ease 0.3s;
  background: #999;
  color: #fff;
  border-radius: 0 4px 4px 0;
  left: -120px;
  position: relative;
}
.scc .ssc_ck:after {
  content: '  ';
  background-image: url('../../../typo3conf/ext/hda_navigation/Resources/Public/Design/cookie.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.scc .ssc_ck:hover {
  left: 0;
}
.scc .form-group > * {
  margin-right: 1rem;
}
/* All */
* .pb_fileinfo {
  display: none;
}
h2.jpfaqCategory {
  display: none;
}
main p > .pb_fileinfo {
  display: inline-block;
}
/* Header */
header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header .toparea {
  border-top: 8px solid #454545;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header .logo {
  padding-left: 0;
  padding-bottom: 0;
}
header .hdacom img {
  width: 30px;
  height: auto;
  filter: grayscale(1);
  opacity: 0.8;
}
header .hdacom img:hover {
  filter: grayscale(0);
  opacity: 1;
}
header .list-unstyled li {
  transition: all ease 0.3s;
}
header .list-unstyled li a {
  transition: all ease 0.3s;
  padding-left: 1rem;
  padding-right: 1rem;
}
header .list-unstyled li:hover {
  background-color: #d5d5d5;
}
header img.alumni {
  opacity: 0.7;
  width: 1rem;
  height: auto;
}
header img.hdasmall {
  opacity: 0.7;
  width: 2rem;
  height: auto;
}
header .serviceDesk a:before {
  content: '';
  font-family: FontAwesome;
}
header .serviceDesk span {
  padding-left: 10px;
}
header .languagemenu .active a {
  color: #454545;
}
/* Footer */
footer {
  border-top: 8px solid #454545;
  /* Footer - Icon Area */
}
footer .iconall img {
  max-width: 70%;
}
footer .footer1 {
  box-shadow: inset 0 50px 20px -50px rgba(0, 0, 0, 0.2);
}
footer .footer1 > * {
  color: #333;
}
footer .footer1 > * a {
  color: #333;
}
footer .iconall li {
  background-color: #FAFAFA;
}
footer .iconall {
  background: #CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .iconall li {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
footer .iconall li:first-of-type {
  padding-left: 0px;
}
footer .iconall li:last-of-type {
  padding-right: 0px;
}
footer .iconall img {
  filter: grayscale(1);
  opacity: 0.7;
  transition: all ease 0.3s;
  max-width: 100%;
  height: auto;
}
footer .iconall img:hover {
  filter: grayscale(0);
  opacity: 1;
}
footer .monitorFooter {
  background: rgba(0, 0, 0, 0.6);
  /*#333 */
  color: #fff;
  font-size: 115%;
  padding: 1rem;
  text-align: center;
}
footer .ce-table td, footer .ce-table th {
  padding: 0.15rem 0.15rem 0.15rem 0;
  border-top: 0;
}
/* Main */
main {
  /* specials */
  /* EXTENSIONS ---------------------------------------- */
  /* NEWS */
  /* slideshow */
}
main h1 {
  padding: 1rem;
}
main .frame-events {
  transition: all ease 0.3s;
  margin-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #dadada;
}
main .frame-events > * {
  padding: 0;
  margin: 0;
  font-size: 1rem !important;
}
main .frame-events a {
  width: 100%;
  display: inline-block;
  font-size: 1rem !important;
  color: #666;
}
main .frame-events a:before {
  content: '';
  font-family: FontAwesome;
  font-weight: normal;
  text-align: center;
  margin-right: 1rem;
  padding: 1rem;
  border-right: 1px solid #ccc;
  width: 25%;
  display: inline-block;
}
main .frame-events:hover {
  background-color: white;
  background-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
}
main .frame-news {
  transition: all ease 0.3s;
  margin-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #dadada;
}
main .frame-news > * {
  padding: 15px 0;
  margin: 0;
}
main .frame-news a {
  width: 100%;
  display: inline-block;
  font-size: 1rem !important;
  padding: 0 1rem;
  color: #666;
}
main .frame-news a:after {
  font-weight: normal;
  content: '';
  text-align: center;
  padding: 0 0 0 1rem;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1rem !important;
}
main .frame-news:hover {
  background-color: white;
  background-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
}
main .frame-button a {
  font-weight: 600;
  display: inline-block;
  padding: 5px 15px;
  transition: all ease 0.3s;
  color: #666 !important;
  border-radius: 15px;
  background: rgba(60, 60, 60, 0.1);
  border: 1px solid #ccc;
  margin: 0;
}
main .frame-button a:hover {
  color: #333 !important;
  background: rgba(200, 200, 200, 0.1);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
}
main .frame-coloredHeader {
  padding: 0.75rem 1rem;
  background: rgba(69, 69, 69, 0.8);
}
main .frame-coloredHeader * {
  font-size: 100%;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
main .frame-darkHeader {
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.8);
}
main .frame-darkHeader * {
  font-size: 100%;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
main .frame-contact > .row {
  margin: 0;
}
main .frame-contact > .row > div {
  padding-left: 0;
  padding-right: 0;
}
main .frame-whiteHead {
  transition: all ease 0.3s;
}
main .frame-whiteHead > div {
  background: white;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 0.6666666667rem !important;
  transition: all ease 0.5s;
}
main .frame-whiteHead > h2:first-of-type, main .frame-whiteHead > h3:first-of-type, main .frame-whiteHead > h4:first-of-type {
  font-size: 100%;
  padding: 0.75rem 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  margin: 0;
  background: rgba(0, 0, 0, 0.05) !important;
}
main .frame-whiteHead p:last-of-type {
  margin-bottom: 0;
}
main .frame-type-table.frame-white > h2:first-of-type, main .frame-type-table.frame-white > h3:first-of-type, main .frame-type-table.frame-white > h4:first-of-type {
  margin-left: 0rem;
  margin-right: 0rem;
}
main .frame-type-table.frame-white {
  padding: 0;
  background: none;
}
main .frame-type-table.frame-white:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
main .frame-type-table.frame-white table {
  background: #fff;
}
main .frame-type-menu_pages > h2:first-of-type, main .frame-type-menu_pages > h3:first-of-type, main .frame-type-menu_pages > h4:first-of-type {
  padding-left: 1rem;
}
main .accordion .frame-simple {
  padding: 0;
}
main .right h2 {
  text-transform: uppercase;
}
main .right .frame-white > h2:first-of-type, main .right .frame-white > h3:first-of-type, main .right .frame-white > h4:first-of-type {
  font-size: 100%;
  padding: 0.75rem 0rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  margin: 0;
}
main .right .frame-type-textmedia.frame-white {
  padding: 0;
}
main .right .frame-type-textmedia.frame-white .ce-bodytext {
  padding: 0 1rem 1rem;
}
main .news-single .teaser-text, main .news-single .news-text-wrap, main .news-single .news-related-wrap, main .news-single .news-list-date {
  padding-left: 1rem;
  padding-right: 1rem;
}
main .news-single .btn {
  color: #fff !important;
  margin-left: 1rem;
}
main .news-single .btn a {
  color: #fff !important;
}
main .news .scienceList p {
  margin: 0;
}
main .no-news-found {
  padding: 0 1rem;
}
main .tx_newsslider {
  margin-bottom: 1rem;
  color: #fff;
  overflow: hidden;
}
main .tx_newsslider .slides {
  padding: 0;
}
main .tx_newsslider .slides > li {
  position: relative;
}
main .tx_newsslider > .slides > li > span {
  background: rgba(69, 69, 69, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 12;
  width: 100%;
  text-align: left;
}
main .tx_newsslider .flex-caption-slide a {
  color: #fff;
  padding-top: 0;
  display: block;
  text-align: left;
  font-size: 1rem;
  line-height: 18px;
}
main .tx_newsslider .caption-title p {
  margin-bottom: 0;
}
main .tx_newsslider .caption-title a {
  color: rgba(255, 255, 255, 0.9);
}
main .tx_newsslider .caption-title a:hover {
  color: white;
}
main .tx_newsslider .caption-text a {
  color: rgba(255, 255, 255, 0.9);
}
main .tx_newsslider img {
  width: 100%;
  height: auto;
}
main #flexsliderhorizontal {
  padding-bottom: 100px;
}
main #flexsliderhorizontal h3 {
  color: #454545;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px dashed #454545;
}
main #flexsliderhorizontal .flex-control-nav {
  height: 30px;
  width: 100%;
  position: absolute;
  z-index: 11;
  top: auto;
  left: auto;
  right: auto;
  bottom: 0px;
  text-align: center;
}
main #flexsliderhorizontal .flex-control-paging li a {
  background: rgba(69, 69, 69, 0.5);
  cursor: default;
}
main #flexsliderhorizontal .flex-control-paging li a.flex-active {
  background: #454545;
  cursor: default;
}
main #flexsliderhorizontal .article {
  font-size: 1.5rem !important;
}
main .news .tab-content > div {
  padding-left: 0;
  padding-right: 0;
}
main .t3upSlideshow .fade:not(.show) {
  opacity: 1;
}
/* Solr */
.tx_solr .infoarea {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #fff;
}
.tx_solr .tx-solr-searchpage-form {
  padding-left: 0;
}
.tx_solr .tx-solr-searchpage-form .input-group {
  justify-content: flex-start !important;
}
.tx_solr .infoarea .searched-for {
  font-weight: 500;
  color: #454545;
}
.tx_solr .infoarea .secondaryContentSection {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.tx_solr .infoarea .dropdown-menu li a {
  padding: 0 5px;
}
.tx_solr .solr-pagination a.current, .tx_solr .tx-solr-searchpage-form .input-group a.btn {
  color: #fff !important;
}
.tx_solr #sortDropDown:focus, .tx_solr .secondaryContentSection:hover > ul {
  display: block;
}
.tx_solr .results-highlight {
  background: rgba(69, 69, 69, 0.1);
}
.tx_solr .btn-circle {
  margin-right: 0.5rem;
  text-align: center;
  padding: 0.35rem;
  border-radius: 15px;
  border-color: #ddd;
  line-height: 1.5rem;
  display: inline-block;
}
.tx_solr .btn-circle:hover {
  background: #efefef;
}
main .tx_solr .closeButton {
  display: none;
}
/* youtube */
.youtubeVideo iframe {
  border: 0;
}
/* Layouts ------------------------------------------ */
main.fbstartLayout > .container > .row > div:first-of-type {
  order: 2;
}
main.fbstartLayout > .container > .row > div:last-of-type {
  order: 1;
}
main.fbstartLayout .left h2:first-of-type, main.fbstartLayout .left > div:first-of-type > h2:first-of-type {
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.6666rem 1rem;
}
main.fbstartLayout .right h2:first-of-type, main.fbstartLayout .right > div:first-of-type > h2:first-of-type {
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.6666rem 1rem;
}
main.startLayout > .container > .row > .content {
  order: 1;
}
main.startLayout > .container > .row > .left {
  order: 2;
}
main.startLayout > .container > .row > .right {
  order: 3;
}
main.startLayout > .container:last-of-type {
  padding-bottom: 3rem;
}
main.startLayout .left > .frame-type-header:first-of-type h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 0.6666rem;
  padding: 0.6666rem 1rem;
}
main.startLayout .left > .frame-type-header:first-of-type h3 {
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  font-size: 1.3rem;
}
main.startLayout .right > .frame-type-header:first-of-type h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 0.666rem;
  padding: 0.6666rem 1rem;
}
main.startLayout .right .frame-type-header h3 {
  color: #454545 !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  font-size: 1.3rem;
}
/* Right behavior */
main .right .contentRight {
  column-count: 1;
  column-gap: 15px;
}
main .right .li {
  break-inside: avoid;
}
main .right .buttonbox {
  break-inside: avoid;
}
main .right .frame-default {
  break-inside: avoid;
}
main .right h2 {
  width: 100%;
}
/* Mediaqueries ****************************************/
@media screen and (min-width: 568px) {
  main .right .contentRight {
    -webkit-column-count: 2;
    column-count: 2;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  /* Navigation *****************************/
  /* MAIN Content *********************************/
  /* Layouts */
  /* Footer */
  main {
    padding-bottom: 500px;
  }
  main h1 {
    border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
  }
  main .right .contentRight {
    column-count: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
  main.fbstartLayout > .container > .row > div:first-of-type {
    order: 1;
    padding-right: 1rem;
    padding-left: 0rem;
  }
  main.fbstartLayout > .container > .row > div:last-of-type {
    order: 2;
    padding-left: 1rem;
    padding-right: 0rem;
  }
  main.startLayout > .container > .row > .content {
    order: 2;
  }
  main.startLayout > .container > .row > .left {
    order: 1;
  }
  main.startLayout > .container > .row > .right {
    order: 3;
  }
  footer .iconall {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  footer .iconall img {
    max-width: 85%;
  }
}
/* Ende 992px */
@media screen and (min-width: 1200px) {
  /* Footer */
  footer .iconall img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1366px) {
  /* Layout */
  .mediaNav .logo img {
    /*margin-left: -75px;*/
  }
  .fbstartLayout .left {
    padding-left: 0 !important;
  }
}
/* COLORS */
.page.orange .toparea {
  border-top-color: #A94611;
}
.page.orange footer {
  border-top-color: #A94611;
}
.page.orange .tx_newsslider .slides .flex-caption {
  background: rgba(169, 70, 17, 0.75);
}
.page.blue .toparea {
  border-top-color: #346097;
}
.page.blue footer {
  border-top-color: #346097;
}
.page.blue .tx_newsslider .slides .flex-caption {
  background: rgba(52, 96, 151, 0.75);
}
.page.green .toparea {
  border-top-color: #406C03;
}
.page.green footer {
  border-top-color: #406C03;
}
.page.green .tx_newsslider .slides .flex-caption {
  background: rgba(64, 108, 3, 0.75);
}
.page.grey .toparea {
  border-top-color: #999999;
}
.page.grey footer {
  border-top-color: #999999;
}
.page.grey .tx_newsslider .slides .flex-caption {
  background: rgba(69, 69, 69, 0.75);
}
.page.red .toparea {
  border-top-color: #A50F19;
}
.page.red footer {
  border-top-color: #A50F19;
}
.page.turquoise .toparea {
  border-top-color: #1D725F;
}
.page.turquoise footer {
  border-top-color: #1D725F;
}
.page.turquoise .tx_newsslider .slides .flex-caption {
  background: rgba(29, 114, 95, 0.75);
}
.page.violett .toparea {
  border-top-color: #863177;
}
.page.violett footer {
  border-top-color: #863177;
}
.page.violett .tx_newsslider .slides .flex-caption {
  background: rgba(134, 49, 119, 0.75);
}
.page.yellow .toparea {
  border-top-color: #F5F507;
}
.page.yellow footer {
  border-top-color: #F5F507;
}
