@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #000100;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

h1 {
  color: #cc0033;
  font-size: 40px;
  line-height: 54px;
  margin: 13px 0;
  text-transform: uppercase;
}

h2 {
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 20px;
}

p {
  margin: 9px 0;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

a {
  color: #cc0033;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.anchor {
  top: -75px !important;
}

a.startanchor {
  top: -20px !important;
}

.content-container {
  width: 100%;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.logos-header {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.logos-header .logo {
  width: 138px;
  max-height: 90px;
  object-fit: contain;
}

.header-image {
  position: relative;
  width: 100%;
  height: 205px;
}
.header-image img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.header-image .himginfo {
  width: 100%;
  margin-top: -20px;
  padding-right: 20px;
  color: #f6f6f6;
  text-align: right;
  font-size: 10px;
  text-transform: uppercase;
}

.research-area {
  width: 100%;
  height: 80px;
}

.research-area-selection {
  width: calc(100% - 20px);
  height: 40px;
  margin-right: 20px;
  padding: 12px 0;
  background-color: #999999;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
}
.research-area-selection .arrow {
  color: #ffffff;
  height: 12px;
  margin: 0 16px;
}

.research-area-banner {
  position: relative;
  width: calc(100% - 20px);
  height: 40px;
  margin-left: 20px;
  padding: 12px 20px;
  background-color: #f6f6f6;
  font-size: 16px;
  line-height: 16px;
}

.icon-research-group {
  position: absolute;
  width: 72px;
  top: -16px;
  right: 10vw;
  z-index: 5;
}

.arrow {
  width: 12px;
  margin: 0 20px;
}

.float-right {
  float: right;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 10;
  background-color: #666666;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mobile-menu > ul {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
}
.mobile-menu > ul > li {
  float: left;
  padding: 0 10px;
  line-height: 45px;
}

.mobile-menu-left {
  font-size: 2.2vw;
  overflow: hidden;
}
.mobile-menu-left .faculty-name {
  font-weight: 900;
  overflow: hidden;
  white-space: nowrap;
}
.mobile-menu-left .faculty-name ::after {
  content: "|";
}

.mobile-menu-right {
  font-size: 14pt;
  font-weight: 900;
  min-width: 180px;
  max-width: 100%;
}
.mobile-menu-right a {
  color: #ffffff;
}
.mobile-menu-right img {
  margin-top: 10px;
}

.closeicon {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 18px;
  height: 18px;
}

#menulogin {
  display: none;
  position: fixed;
  top: 45px;
  right: 40px;
  height: 190px;
  padding: 20px 20px 20px;
  background-color: #888888;
  line-height: 25px;
}
#menulogin .closeicon {
  background-image: url("/images/close_icon_18_weiss.png");
}
#menulogin > form table tr > td {
  font-size: 16px;
  line-height: 35px;
  font-weight: 300;
}
#menulogin.isvisible {
  display: block;
}

#menusearch {
  display: none;
  position: fixed;
  top: 45px;
  right: 40px;
  height: 120px;
  padding: 10px 20px 20px;
  background-color: #888888;
  max-width: 100%;
}
#menusearch .closeicon {
  background-image: url("/images/close_icon_18_weiss.png");
}
#menusearch div.search-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  line-height: 25px;
}
#menusearch.isvisible {
  display: block;
}

.menu-container {
  position: absolute;
}

.menu-container > div:nth-of-type(1) {
  display: none;
  position: fixed;
  top: 45px;
  right: 0;
  width: 430px;
  max-width: 100%;
  height: calc(100% - 45px);
  padding: 45px 0 0 15px;
  background-color: #888888;
}

ul.navi1 {
  list-style: none;
  margin: 0;
  padding: 0;
  font: 700 18px "Lato", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  postition: relative;
  max-width: 100%;
}
ul.navi1 > li {
  border-top: 1px solid #999999;
  padding: 12px 20px;
  position: relative;
}
ul.navi1 > li:hover ul {
  display: block;
}

ul.navi1sub {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font: 300 18px "Lato", sans-serif;
  text-transform: none;
}
ul.navi1sub > li {
  border-top: 1px solid #999999;
  padding: 12px 25px;
}
ul.navi1sub > li:first-of-type {
  border-top: none;
}
ul.navi1sub > li:last-of-type {
  padding-bottom: 0;
}

.mobile-menu-right .menu > a {
  display: inline-block;
  height: 100%;
}
.mobile-menu-right .menu > a:hover + .menu-container > div:nth-of-type(1) {
  display: block;
}

.menu-container > div:nth-of-type(1):hover {
  display: block;
}

.mobile-menu-right > .language > a:hover {
  color: #cc0033;
}

.body > .content-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body > .content-container > * {
  width: 100%;
  flex-shrink: 0;
}

.ganz {
  width: 100%;
}

.halb {
  width: 100%;
}
.halb table p {
  text-align: left;
}

.drittel {
  width: 100%;
}
.drittel p {
  text-align: left;
}

.zweidrittel {
  width: 100%;
}
.zweidrittel p {
  text-align: left;
}

img {
  max-width: 100%;
}

.breadcrumbs {
  position: sticky;
  top: 45px;
  margin: 18px 0 25px;
  padding-bottom: 4px;
  font-size: 16px;
  background: white;
}
.breadcrumbs-home {
  width: 12px;
}
.breadcrumbs-arrow {
  height: 8px;
  margin: 2px 5px;
}
.breadcrumbs-item {
  text-decoration: underline;
}
.breadcrumbs-item:last-of-type {
  font-weight: 700;
}
.breadcrumbs a {
  color: #000100;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.quicklinks {
  max-width: 100%;
  margin-top: 25px;
  padding: 20px;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 22px;
}
.quicklinks-column {
  width: 300px;
}
.quicklinks-column p {
  margin: 0;
  font-weight: 700;
}

.faknewscontainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
}
.faknewscontainer img {
  width: 100%;
}

.picfile img {
  max-width: 100%;
}
.picfile .imginfo {
  padding-right: 10px;
  color: #777;
  text-align: right;
  font-size: 10px;
}

.zoomin {
  overflow: hidden;
}
.zoomin img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.zoomin img:hover {
  transform: scale(1.2);
}

.slideshow {
  position: relative;
}
.slideshow img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.slideshow img.active {
  display: block;
  z-index: 10;
}
.slideshow img.last-active {
  display: block;
  z-index: 9;
}

.tblock {
  background: #eee;
  margin: 5px 0px;
  padding: 2px 5px;
}
.tblock img {
  margin: 0px 10px 0px 0px;
  padding: 0px;
  float: left;
  width: 40%;
}

.pseudoRightColumn {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #666666;
  font-weight: 300;
  color: white;
  line-height: 24px;
}
.pseudoRightColumn > .content-container {
  padding-right: 20;
  padding-left: 20;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pseudoRightColumn * {
  color: white;
}
.pseudoRightColumn select {
  color: black;
}
.pseudoRightColumn a:hover {
  text-decoration: underline;
}
.pseudoRightColumn > .rightarea {
  display: inline-block;
  vertical-align: top;
  max-width: 50%;
  min-width: 32%;
}

.boxRightColumn {
  margin: 0 10px 10px 0;
  vertical-align: top;
  padding: 3px;
  color: white;
  font-size: 16px;
  line-height: 24px;
}

.headlineRightColumn {
  margin: 0 10px 10px 0;
  vertical-align: top;
  padding: 3px;
  color: white;
  font-weight: 900;
  font-size: 17px;
  text-transform: uppercase;
}

.footer {
  padding: 20px 0 20px 0;
  background-color: #666666;
  max-width: 100%;
}
.footer > .content-container {
  padding-right: 20;
  padding-left: 20;
  width: 100%;
}
.footer > .content-container > div {
  margin: 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
}
.footer > .content-container > div:first-child {
  margin: 0;
}
.footer .logo {
  margin-top: 24px;
  width: 138px;
}

.footer-column {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  min-width: 180px;
  width: 100%;
}
.footer-column a {
  font-size: inherit;
  color: inherit;
}
.footer-column .footer-small-break {
  line-height: 10px;
}
.footer-column .footer-heading {
  font-weight: 900;
}

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

div.boxteaser {
  min-height: 0px;
}

.grid {
  display: grid;
  grid-template-columns: auto;
  gap: 5px 5px;
}

.grid-item {
  font-size: 30px;
  text-align: center;
}


.personlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
  border-top: 1px solid rgb(218, 218, 218);
  padding: 10px 0px 10px 0;
}

.left {
  width: 40%;
  float: left;
}

.right {
  width: 60%;
}

.personName {
  font-size: 14pt;
}

.personlist table {
  padding-left: 15px;
}
