@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 0;
}

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

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

.content-container, .menu-container > div {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.logos-header {
  margin: 40px 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: 274px;
  max-height: 150px;
  object-fit: contain;
}

.mobile-menu {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.mobile-menu > ul {
  padding: 0;
}
.mobile-menu > ul > li {
  display: none;
}
.mobile-menu > .mobile-menu-right > .menu {
  display: block;
}
.mobile-menu > .mobile-menu-right > .menu > a {
  display: none;
}
.mobile-menu > .mobile-menu-right > .menu > span {
  display: none;
}

.closeicon {
  position: relative;
  top: 6px;
  right: 30px;
  width: 18px;
  height: 18px;
  padding: 0;
  float: right;
}

.menu-container {
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
}
.menu-container ul.navi1 {
  list-style: none;
  margin: 0;
  padding: 45px 0 14px;
  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: 700 21px "Lato", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.menu-container ul.navi1 a {
  display: block;
  color: #000100;
  text-decoration: none;
}
.menu-container ul.navi1 a:hover {
  color: #cc0033;
}
.menu-container ul.navi1 .menu-search > a {
  height: 24px;
  width: 24px;
  background-image: url("/images/icons-misc/Lupe_schwarz_24x24.svg");
}
.menu-container ul.navi1 .menu-search > a:hover {
  background-image: url("/images/icons-misc/Lupe_rot_24x24.svg");
}
.menu-container ul.navi1 > li > ul {
  display: none;
  position: absolute;
  margin-left: -20px;
  padding: 20px;
  background-color: #ffffff;
  list-style: none;
  font-weight: 400;
  text-transform: none;
  z-index: 4;
}
.menu-container ul.navi1 > li > ul > li {
  border-top: 1px solid #999999;
  padding: 12px 0;
}
.menu-container ul.navi1 > li > ul > li:first-child {
  border-top: 0;
}
.menu-container ul.navi1 > li > ul > li[class*=selected] {
  background-color: #f6f6f6;
}
.menu-container ul.navi1 > li > ul > li.subsub, .menu-container ul.navi1 > li > ul > li.subsubselected {
  border-top: 1px solid #999999;
  padding-left: 15px;
}
.menu-container ul.navi1 > li:hover > ul {
  display: block;
}
.menu-container #menulogin {
  display: none;
  position: absolute;
  right: 20px;
  width: 100%;
  max-width: 100%;
  padding: 10px calc(50% - 640px);
}
.menu-container #menulogin .closeicon {
  background-image: url("/images/close_icon_18.png");
}
.menu-container #menulogin > form {
  float: right;
  padding: 30px 20px 20px;
  background-color: #ffffff;
  border: 1px solid #444;
}
.menu-container #menulogin > form table input {
  width: 151px;
}
.menu-container #menulogin > form table td {
  text-align: right;
}
.menu-container #menulogin > form table td.logininfo {
  text-align: center;
}
.menu-container #menulogin.isvisible {
  display: block;
}
.menu-container #menusearch {
  display: none;
  position: absolute;
  right: 20px;
  width: 100%;
  max-width: 100%;
  padding: 0 calc(50% - 640px);
}
.menu-container #menusearch .closeicon {
  background-image: url("/images/close_icon_18.png");
}
.menu-container #menusearch > form {
  float: right;
  padding: 30px 20px 20px;
  background-color: #ffffff;
  border: 1px solid #444;
}
.menu-container #menusearch > form 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;
  align-content: center;
  gap: 10px;
}
.menu-container #menusearch > form div.search-bar > :first-child {
  padding: 6px 0;
}
.menu-container #menusearch > form input[name=search] {
  width: 241px;
}
.menu-container #menusearch.isvisible {
  display: block;
}

.header-image {
  position: relative;
  height: 450px;
  width: 100%;
  z-index: -1;
}
.header-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-image .himginfo {
  position: absolute;
  right: 4px;
  bottom: 8px;
  max-width: 1280px;
  width: auto;
  margin: 0 auto;
  padding: 2px 10px 2px 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.header-image .research {
  padding-right: calc(5vw + 166px) !important;
}
.header-image .black {
  color: #000 !important;
}

.research-area {
  max-width: 1280px;
  width: 100%;
  height: 120px;
  margin: -60px auto 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.research-area-selection {
  height: 60px;
  flex-grow: 0;
  padding: 19px 0;
  align-self: flex-start;
  background-color: #999999;
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
}
.research-area-selection .arrow {
  color: #ffffff;
  height: 16px;
  margin: 0 16px;
}

.research-area-banner {
  position: relative;
  height: 60px;
  flex-grow: 1;
  align-self: flex-end;
  padding: 19px 30px 19px;
  background-color: #f6f6f6;
  font-size: 22px;
  line-height: 22px;
}

.icon-research-group {
  position: absolute;
  width: 146px;
  top: -43px;
  right: 5vw;
  z-index: 5;
}

.body {
  margin-bottom: 60px;
}
.body > .content-container, .menu-container.body > div {
  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 > *, .menu-container.body > div > * {
  width: 100%;
  flex-shrink: 0;
}
.body > .content-container > .halb, .menu-container.body > div > .halb {
  width: 49%;
}
.body > .content-container > .drittel, .menu-container.body > div > .drittel {
  width: 32%;
}
.body > .content-container > .zweidrittel, .menu-container.body > div > .zweidrittel {
  width: 65%;
}
.body > .content-container img, .menu-container.body > div img {
  max-width: 100%;
}

.ganz {
  width: 100%;
}

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

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

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

div.table {
  overflow-x: auto;
}

.breadcrumbs {
  margin: 18px 0 24px;
  padding-bottom: 5px;
  font-size: 16px;
  position: sticky;
  top: 84px;
  background: white;
  z-index: 3;
}
.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 {
  margin-top: 25px;
  padding: 35px;
  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: flex-end;
  font-size: 22px;
}
.quicklinks-column {
  white-space: nowrap;
}
@media (max-width: 930px) {
  .quicklinks-column {
    width: 300px;
  }
}
.quicklinks-column a {
  text-decoration: none;
  color: #000100;
}
.quicklinks-column a:hover {
  color: #cc0033;
  text-decoration: underline;
}
.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;
}
.faknewscontainer .faknews:last-child:nth-child(3n+2) {
  margin-right: 34%;
}
.faknewscontainer img {
  max-width: 100%;
}

.faknews {
  display: inline-block;
  margin-bottom: 15px;
}
.faknews .imginfo {
  padding-right: 0px;
  color: #444;
  text-align: right;
  font-size: 10px;
  margin-right: 0;
}

.smallteaser {
  margin: 5px 0;
  padding: 0 0 3px 0;
  overflow: hidden;
  display: block;
}
.smallteaser a.image, .smallteaser img {
  margin: 0;
  padding: 0;
  float: right;
  overflow: hidden;
  max-width: 500px;
}
.smallteaser img {
  margin: 0 0 0 20px;
}
.smallteaser h3 {
  margin: 0;
  padding: 0;
  font-size: 120%;
}

.picfile {
  display: inline-block;
  *display: inline;
  vertical-align: top;
}
.picfile img {
  max-width: 100%;
}
.picfile .imginfo {
  padding-right: 10px;
  color: #777;
  text-align: right;
  font-size: 10px;
  max-width: 230px;
}

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

.hephysto img {
  width: 32%;
  display: inline-block;
  margin-right: 3%;
  vertical-align: top;
}
.hephysto div.text {
  display: inline-block;
  width: 64%;
}
.hephysto div.text h3 {
  margin-top: 0;
}

a.helpword {
  color: #449;
  font-weight: bolder;
  padding-left: 17px;
  background-position: 3px 0px;
  background: url(../images/icon_help.gif) no-repeat;
}

div.helptextdialog {
  text-align: left;
}

div.helptext {
  text-align: left;
  margin: 0;
}

div.helperror {
  background: #fee;
}

div.helptextedit {
  text-align: right;
  font-size: 7pt;
}

div.helptextinlineedit {
  text-align: right;
  font-size: 7pt;
  margin: 0px 0px -20px 0px;
}

.yearline {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  background: #eee;
  font-weight: bolder;
  padding: 4px 5px;
  margin: 0;
}

.vorlesungen, .seminarliste {
  padding: 5px 0px;
}

.vorlesung, .seminare {
  padding: 4px 0px 10px 0px;
}

.vorltitel, .semtitel {
  font-size: 120%;
  line-height: 130%;
  margin-bottom: 3px;
}

div.vortrag {
  margin: 15px 0px;
  line-height: 15pt;
}
div.vortrag .titel, div.vortrag .zeit {
  font-size: 14pt;
  line-height: 17pt;
  margin-bottom: 5px;
}
div.vortrag .titel, div.vortrag .referent, div.vortrag .ort, div.vortrag .announcement, div.vortrag .anlass {
  padding-left: 50px;
}
div.vortrag .referent {
  font-size: 12pt;
}
div.vortrag .ort {
  font-size: 10pt;
}
div.vortrag .announcement {
  font-size: 9pt;
}
div.vortrag .anlass {
  font-size: 14pt;
}
div.vortrag .abstract {
  font-size: 10pt;
  padding: 10px;
  margin: 5px 5px 5px 50px;
  background: #eee;
}
div.vortrag td.feldwert .abstract {
  font-size: 10pt;
  font-weight: normal;
  padding: 10px;
  margin: 5px 5px 5px 0px;
  background: #eee;
}

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

div.tblock {
  background: #eee;
  margin: 5px 0px;
  padding: 2px 5px;
  float: left;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
}
div.tblock img {
  margin: 0px 10px 0px 0px;
  padding: 0px;
  float: left;
  width: 40%;
}
div.tblock p {
  margin: 0;
}
div.tblock div {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
div.tblock .teaserblock {
  width: 65%;
}
div.tblock .teaserblock65 {
  width: 65%;
}
div.tblock .teaserblock50 {
  width: 50%;
}
div.tblock .teaserblock90 {
  width: 90%;
}
div.tblock .teaserblock100 {
  width: 100%;
}
div.tblock .teaserblocklinks50 {
  width: 45%;
}
div.tblock .teaserblocklinks65 {
  width: 33%;
}

.pseudoRightColumn {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 0 0;
  background-color: #666666;
}
.pseudoRightColumn > .content-container, .menu-container.pseudoRightColumn > div {
  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;
}
.pseudoRightColumn * {
  color: white;
}
.pseudoRightColumn select {
  color: black;
}
.pseudoRightColumn a:hover {
  text-decoration: underline;
}
.pseudoRightColumn > .rightarea {
  display: inline-block;
  vertical-align: top;
  max-width: 32%;
  min-width: 20%;
}
.pseudoRightColumn > .rightarea:last-child {
  margin-bottom: 30px;
}

.boxRightColumn {
  display: inline-block;
  margin: 0 10px 15px 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.headlineRightColumn {
  margin: 0 10px 15px 0;
  color: #ffffff;
  font-weight: 900;
  font-size: 17px;
  text-transform: uppercase;
}

img.logo {
  max-width: 274px;
}

.footer {
  padding: 0 0 60px 0;
  background-color: #666666;
}
.footer > .content-container > div, .menu-container.footer > div > div {
  margin: 60px 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;
}
.footer > .content-container > div:first-child, .menu-container.footer > div > div:first-child {
  margin: 0;
}
.footer > .content-container > div .footer-column, .menu-container.footer > div > div .footer-column {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}
.footer > .content-container > div .footer-column a, .menu-container.footer > div > div .footer-column a {
  font-size: inherit;
  color: inherit;
}
.footer > .content-container > div .footer-column .footer-small-break, .menu-container.footer > div > div .footer-column .footer-small-break {
  line-height: 10px;
}
.footer > .content-container > div .footer-column .footer-heading, .menu-container.footer > div > div .footer-column .footer-heading {
  font-weight: 900;
}
.footer > .content-container > div .logo, .menu-container.footer > div > div .logo {
  width: 274px;
}

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