/* variables */
/* Header */
.container-header {
  background-color: white;
  background-image: none;
  border-bottom: 2px solid rgb(243, 155, 0);
}
.container-header .grid-child {
  padding: 0;
}
.container-header .navbar-brand {
  width: 100%;
  text-align: right;
}
.container-header .brand-logo img {
  width: 350px;
}
.container-header .metismenu.mod-menu {
  color: #333;
}
.container-header .metismenu.mod-menu .metismenu-item {
  padding: 1rem;
  flex-wrap: nowrap;
}
.container-header .metismenu.mod-menu .metismenu-item a {
  color: #333;
}
.container-header .metismenu.mod-menu .metismenu-item:hover {
  background-color: rgb(243, 155, 0);
}
.container-header .navbar-toggler {
  border: 1px solid #fff;
  color: #333;
  cursor: pointer;
}

.item-image {
  display: block;
  max-height: 250px;
  overflow: hidden;
  width: 100%;
}
.item-image img {
  width: 100%;
  transform: translateY(-15%);
}

.container-component > * + *, .container-component > :first-child, .container-sidebar-left > * + *, .container-sidebar-left > :first-child, .container-sidebar-right > * + *, .container-sidebar-right > :first-child {
  margin-top: 0;
}

/* nav */
.subnav {
  display: block;
  position: relative;
  background-color: #333;
  margin: 0;
  min-height: 250px;
  vertical-align: top;
  overflow: hidden;
}

.subnav .nav {
  padding: 1rem 0;
}
.subnav .nav li {
  width: 100%;
}
.subnav .nav li a {
  font-size: 18px;
  color: #fff;
  padding: 0.5rem 2rem;
}
.subnav .nav li:hover {
  background-color: #666;
}

a,
a:not([class]) {
  color: rgb(243, 155, 0);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* structure */
.site-grid {
  grid-gap: 0;
}

/* home */
.fblue {
  filter: url("media/templates/site/cassiopeia_imprs2023/images/filter.svg#blue");
  filter: url("../images/filter.svg#blue");
}

.fgreen {
  filter: url("media/templates/site/cassiopeia_imprs2023/images/filter.svg#green");
  filter: url("../images/filter.svg#green");
}

.forange {
  filter: url("media/templates/site/cassiopeia_imprs2023/images/filter.svg#orange");
  filter: url("../images/filter.svg#orange");
}

.fpink {
  filter: url("media/templates/site/cassiopeia_imprs2023/images/filter.svg#pink");
  filter: url("../images/filter.svg#pink");
}

.home-title {
  position: absolute;
  width: 100%;
  max-width: 1808px;
  z-index: 9;
  display: block;
  text-align: justify;
  vertical-align: middle;
  margin: 3rem 0 0 0rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 8vw;
  line-height: 8vw;
  text-transform: uppercase;
}

@media screen and (max-width: 499px) {
  .home-title {
    margin: 1rem 0 0 0rem;
  }
}
@media screen and (min-width: 1459px) {
  .home-title {
    font-size: 150px;
    line-height: 150px;
    margin: 3rem 0 0 -0.5rem;
  }
}
.full-width-imprs-image {
  max-height: 650px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.full-width-imprs-image img {
  margin-top: -5rem;
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .full-width-imprs-image img {
    margin-top: 0;
  }
}

.center-helper {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.float-button {
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 11rem;
  right: 1rem;
  z-index: 99;
  background-image: url("/media/templates/site/cassiopeia_imprs2023/images/applyButton.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.float-button:hover .float-popup {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s ease-out;
}

.float-popup {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 9999;
  top: 6rem;
  right: 1.5rem;
  padding: 2rem;
  background-color: rgb(204, 102, 204);
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 12px;
}

.cover-all {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cover-all span {
  display: none;
}

.logo-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: center;
}
.logo-block img {
  flex-wrap: wrap;
  margin: 1rem;
  max-height: 60px;
  width: auto;
}

.imprs-calendar {
  display: block;
  width: 100%;
}

.calendar-unit {
  display: flex;
  width: 100%;
  border-bottom: 2px solid rgb(243, 155, 0);
}

.calendar-image,
.calendar-date {
  display: flex;
  width: 20%;
  flex: 0 0 auto;
  background-color: rgb(243, 155, 0);
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #fff;
}

.calendar-date-month {
  font-size: 2.4rem;
}

.calendar-item {
  width: 80%;
  flex: 0 0 auto;
  padding: 1rem;
}

.calendar-title {
  margin-bottom: 2rem;
}

.page-header {
  margin: 2rem 0;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(243, 155, 0);
  font-weight: 300;
  letter-spacing: 2px;
  font-kerning: normal;
  margin: 1rem 0 2rem;
}

/* sections */
.cover-all {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cover-all span {
  display: none;
}

.sections-block {
  width: 100%;
}
.sections-block .sections-all {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.sections-block .sections-all a {
  color: white;
  text-decoration: none;
}
.sections-block .sections-link {
  position: relative;
  min-height: 200px;
  color: white;
  padding: 2rem;
  font-size: 3rem;
  font-weight: 100;
  overflow: hidden;
  width: 34%;
  flex: 1 1 auto;
}
.sections-block .sections-text {
  display: block;
  width: 100%;
  height: 100%;
}
.sections-block .science-link {
  position: relative;
  transform: translate(0, 0);
  background: rgb(0, 153, 204) url("/media/templates/site/cassiopeia_imprs2023/images/science1.jpg") center;
  filter: url("media/templates/site/cassiopeia_imprs2023/images/filter.svg#blue");
  filter: url("../images/filter.svg#blue");
}
.sections-block .students-link {
  position: relative;
  transform: translate(0, 0);
  background: rgb(102, 204, 102) url("/media/templates/site/cassiopeia_imprs2023/images/students1.jpg") center;
  filter: url("media/templates/site/cassiopeia_imprs2023/images/filter.svgg#green");
  filter: url("../images/filter.svg#green");
}
.sections-block .apply-link {
  position: relative;
  transform: translate(0, 0);
  background: rgb(204, 102, 204) url("/media/templates/site/cassiopeia_imprs2023/images/apply1.jpg") center;
  filter: url("media/templates/site/cassiopeia_imprs2023/images/filter.svg#pink");
  filter: url("../images/filter.svg#pink");
}
.sections-block .science-link:hover,
.sections-block .students-link:hover,
.sections-block .apply-link:hover {
  filter: none;
}
@media screen and (max-width: 799px) {
  .sections-block .sections-all {
    width: 100%;
    display: block;
  }
  .sections-block .sections-link {
    font-size: 2rem;
  }
  .sections-block .science-link {
    width: 100%;
    flex: none;
  }
  .sections-block .students-link {
    width: 100%;
    flex: none;
  }
  .sections-block .apply-link {
    width: 100%;
    flex: none;
  }
}

.join .subnav {
  background-color: rgb(204, 102, 204);
}
.join .secondary a {
  color: rgb(204, 102, 204);
}

.about .subnav {
  background-color: rgb(102, 204, 102);
}
.about .secondary a {
  color: rgb(102, 204, 102);
}

.research .article-content a {
  color: rgb(0, 153, 204);
}
.research .subnav {
  background-color: rgb(0, 153, 204);
}
.research .subnav a {
  color: rgb(0, 153, 204);
}
.research .secondary a {
  color: rgb(0, 153, 204);
}

.sidebar-right {
  padding: 4rem 2rem;
}
.sidebar-right a, .sidebar-right a:visited {
  color: rgb(243, 155, 0);
}

body.has-sidebar-right .site-grid .container-component {
  grid-column-start: full-start;
}
body.has-sidebar-right .site-grid .container-component .com-content-article__body,
body.has-sidebar-right .site-grid .container-component .com-content-category-blog {
  width: 100%;
  max-width: 954px;
  float: right;
}

.blurb {
  width: 100%;
  max-width: 954px;
  align-self: end;
  padding: 2rem;
}

.com-content-article__body,
.com-content-category-blog {
  padding: 2rem;
}

.search-input {
  margin: 2rem 0;
}

.layout-cassiopeia_imprs2023students23 .blog-item {
  padding: 0 2rem 2rem 0;
  position: relative;
}
.layout-cassiopeia_imprs2023students23 .item-image {
  max-width: 100%;
  max-height: none;
}
.layout-cassiopeia_imprs2023students23 .item-image img {
  width: 100%;
  transform: none;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.layout-cassiopeia_imprs2023students23 .item-image img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.layout-cassiopeia_imprs2023students23 .student-content {
  padding: 1rem;
  background-color: rgb(204, 102, 204);
  position: relative;
  z-index: 9999;
  border-radius: 12px;
}
.layout-cassiopeia_imprs2023students23 .student-content a {
  color: #fff;
}
.layout-cassiopeia_imprs2023students23 .student-rep {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 8px;
  left: 5px;
}

.faculty .dortmund {
  background: url("/media/templates/site/cassiopeia_imprs2023/images/icons/dortmund.png") no-repeat right bottom;
  width: 100%;
  display: flex;
}
.faculty .essen {
  background: url("/media/templates/site/cassiopeia_imprs2023/images/icons/essen.png") no-repeat right bottom;
  width: 100%;
  display: flex;
}
.faculty .ruhr {
  background: url("/media/templates/site/cassiopeia_imprs2023/images/icons/ruhr.png") no-repeat right bottom;
  width: 100%;
  display: flex;
}
.faculty .mpi {
  background: url("/media/templates/site/cassiopeia_imprs2023/images/icons/mpi.png") no-repeat right bottom;
  width: 100%;
  display: flex;
}
.faculty .item-content {
  display: flex;
  justify-content: space-between;
  min-height: 350px;
  border-bottom: 2px solid rgb(243, 155, 0);
}
.faculty .item-content .headshot-box {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 35%;
  margin: 1rem;
  /* Disable grayscale on hover */
}
.faculty .item-content .headshot-box img {
  width: 100%;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.faculty .item-content .headshot-box img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.faculty .item-content .fields-box {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 50%;
  margin: 1rem;
  font-size: 16px;
  min-height: 350px;
}
.faculty .item-content .fields-box .field-focus {
  font-weight: 700;
  text-transform: uppercase;
}
.faculty .item-content .fields-box .field-invisible-text {
  display: none;
}
.footer {
  background-image: none;
  background-color: #333;
}

/*# sourceMappingURL=user.css.map */
