/* variables */
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, figure, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

header {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 2px solid rgb(243, 155, 0);
}

.header-box {
  max-width: 1400px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.navbar-brand {
  width: 100;
  display: flex;
  justify-content: end;
}

.brand-logo img {
  width: 350px;
  margin: 1rem 5rem 1.5rem;
}

.home-splash {
  max-width: 100vw;
}

/* 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%;
  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;
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

@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: 8rem;
  height: 8rem;
  bottom: -3rem;
  right: 1rem;
  z-index: 99;
  background-image: url("/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;
}

.container {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.banner {
  width: calc(100% - 350px);
  height: 300px;
  flex: 1 1 auto;
  background-color: grey;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.subnav {
  height: 300px;
  width: 350px;
  flex: 0 0 auto;
  background-color: #333;
}

.subnav.about {
  background-color: #942193;
}

.subnav.phd-program {
  background-color: rgb(0, 153, 204);
}

.subnav.gdpr {
  background-color: #333;
}

.subnav.join {
  background-color: rgb(243, 155, 0);
}

@media screen and (max-width: 768px) {
  .banner {
    width: 100%;
  }
  .subnav {
    width: 100%;
    height: auto;
  }
}
main {
  width: calc(100% - 350px);
  flex: 1 0 auto;
  padding: 3rem;
}

.who-table {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .who-table {
    display: block;
  }
}
.sidebar {
  height: 300px;
  width: 350px;
  flex: 0 0 auto;
}

.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;
}

.student-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
  min-height: 350px;
  border-bottom: 2px solid rgb(243, 155, 0);
}

.student-item {
  flex: 0 0 auto;
  width: 23%;
  min-width: 240px;
  /* Disable grayscale on hover */
}
.student-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.student-item img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

@media screen and (max-width: 639px) {
  .student-grid {
    display: block;
  }
  .student-item {
    width: 100%;
  }
  .student-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.dortmund {
  background: url("/images/icons/dortmund.png") no-repeat right bottom;
  width: 100%;
  display: flex;
}

.essen {
  background: url("/images/icons/essen.png") no-repeat right bottom;
  width: 100%;
  display: flex;
}

.ruhr {
  background: url("/images/icons/ruhr.png") no-repeat right bottom;
  width: 100%;
  display: flex;
}

.mpi {
  background: url("/images/icons/mpi.png") no-repeat right bottom;
  width: 100%;
  display: flex;
}

.faculty-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faculty-item {
  flex: 0 0 auto;
  width: 45%;
  border-bottom: 2px solid rgb(243, 155, 0);
}
.faculty-item .headshot-box {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 50%;
  margin: 1rem;
  /* Disable grayscale on hover */
}
.faculty-item .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 .headshot-box img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.faculty-item .fields-box {
  box-sizing: border-box;
  flex: 1 1 auto;
  margin: 1rem;
  font-size: 16px;
}
.faculty-item .fields-box .field-focus {
  font-weight: 700;
  text-transform: uppercase;
}
.faculty-item .fields-box .field-invisible-text {
  display: none;
}

@media screen and (max-width: 1099px) {
  .faculty-list {
    display: block;
  }
  .faculty-item {
    width: 100%;
  }
}
.headshot-box {
  clear: both;
}

.left-headshot {
  clear: both;
  display: block;
  float: left;
  width: 150px;
  margin: 0 1rem 1rem 0;
}
.left-headshot img {
  max-width: 100%;
}

footer {
  padding: 2rem;
  height: 10rem;
  color: white;
  background-color: #333;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
footer a, footer a:visited {
  color: white;
}
footer a:hover {
  color: rgb(243, 155, 0);
}

.footer-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
}

a {
  color: #942193;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: rgb(204, 102, 204);
  text-decoration: underline;
}

a:visited {
  color: rgb(0, 153, 204);
}

.breadcrumb ol {
  padding-left: 0;
  margin: 0;
}

.breadcrumb li {
  display: inline;
  font-size: 1.2rem;
}

.breadcrumb li:not(:last-child)::after {
  content: "»";
}

.button-link {
  display: flex;
  float: right;
  min-width: 200px;
  min-height: 80px;
  padding: 2rem;
  margin: 2rem 1rem;
  background-color: rgb(204, 102, 204);
  color: white;
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  border-radius: 50px;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
}

.button-link:hover, .button-link:focus {
  background-color: magenta;
}

.main-navigation {
  display: block;
  font-size: 1.8rem;
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 500;
}
.main-navigation ul {
  display: none;
  position: relative;
  margin: 0 auto;
  list-style: none;
}
.main-navigation ul ul {
  box-shadow: none;
  background-color: white;
  float: none;
  padding: 0;
  position: relative;
  top: 100%;
  left: auto;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul li {
  padding: 1rem;
  position: relative;
  width: 100%;
  text-align: center;
}
.main-navigation ul li a, .main-navigation ul li a:visited {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
}
.main-navigation ul li:hover {
  background-color: rgb(243, 155, 0);
}
.main-navigation ul li:focus {
  background-color: rgb(243, 155, 0);
}

/* Small menu. */
.main-navigation button {
  border-radius: none;
  width: 100%;
  border: none;
  padding: 1rem;
  background-color: white;
  color: #942193;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
}

.main-navigation button:hover {
  background-color: rgb(243, 155, 0);
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 600px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    padding-top: 2rem;
  }
  .main-navigation ul {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-color: white;
    float: left;
    padding: 2rem 0;
    display: block;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li {
    text-align: left;
    padding: 1rem;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
  }
  .main-navigation ul ul a {
    width: 200px;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }
  .main-navigation ul li {
    padding-right: 1rem;
    width: auto;
  }
}
.subnav {
  padding: 2rem 0;
}
.subnav li {
  width: 100%;
  padding: 1rem 2rem;
}
.subnav li a {
  font-size: 18px;
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #fff;
}
.subnav li:hover {
  background-color: #666;
}

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

.pink-text {
  color: rgb(0, 153, 204);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  color: #942193;
  font-weight: 300;
  letter-spacing: 2px;
  font-kerning: normal;
  margin: 1rem 0 2rem;
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

h1 {
  font-size: 4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
  margin: 4rem 0 0.5rem 0;
}

h5 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

main p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #333;
  margin-bottom: 2.2rem;
}
main ul {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #333;
  margin-left: 2rem;
  margin-bottom: 2.2rem;
  list-style-type: disc;
}
main ul li {
  margin-bottom: 0.5rem;
}
main ul li p {
  padding-bottom: 0;
}
main ol {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #333;
  margin-left: 2rem;
  margin-bottom: 2.2rem;
  list-style-type: decimal;
}
main ol li {
  margin-bottom: 0.5rem;
}
main ol li p {
  padding-bottom: 0;
}
main table {
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin-bottom: 2.4rem;
}
main table td {
  padding: 0.5rem;
  text-align: center;
}

.interest-list {
  list-style-type: none;
  margin-left: 0;
}

footer p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: white;
  padding-bottom: 2.4rem;
}
footer ul, footer ol {
  display: inline-flex;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: white;
  margin-left: 0;
  margin-bottom: 2.4rem;
}
footer ul li, footer ol li {
  margin-right: 1rem;
}

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