/* Layout Stylesheet */
/*generic settings*/
html {
  background: #ffffff;
  color: #000000;
  font-family: Calibri, CarlitoRegular, Helvetica, Tahoma, sans-serif;
  height: 100%;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

body, #page-wrapper {
  position: absolute;
  padding: 0;
  margin: 0px 0px 0px 0px;
  min-height: 100%;
  width: 100%; }
  body a, #page-wrapper a {
    color: #009682;
    text-decoration: none; }

body {
  overflow-x: hidden; }

header {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  height: 140px;
  z-index: 1; }

#headerBackground {
  display: block;
  width: calc(100% + 220px);
  height: 100%;
  position: absolute;
  margin-left: -110px;
  margin-top: -10px;
  padding-top: 10px;
  overflow: hidden; }

#headerBackground::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% + 10px);
  position: absolute;
  margin-left: 10px;
  box-shadow: 0px 0px 10px 0px #919191;
  background-color: #f7f7f7; }

#header-wrapper {
  position: relative; }

.tecoDivider {
  position: relative;
  /*margin-bottom: 40px;*/
  padding-bottom: 40px;
  padding-top: 40px;
  overflow: hidden;
  display: inline-block;
  width: calc(100%);
  margin-left: -110px;
  padding-left: 110px;
  padding-right: 110px; }

.tecoDivider > p:empty {
  display: none; }

.tecoDivider.firstDivider {
  padding-top: 0; }

.tecoDivider::before {
  content: "";
  width: calc(100% - 20px);
  margin-left: -100px;
  position: absolute;
  margin-top: -30px;
  height: calc(100% - 20px);
  box-shadow: 0px 0px 10px 0px #919191;
  background-color: #f7f7f7;
  z-index: -1; }

.tecoDivider.firstDivider::before {
  margin-top: 0;
  height: calc(100% - 10px); }

@media (min-width: 1028.5px) {
  .tecoDividerHorizontalBox {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    width: calc(100% + 220px);
    margin-left: -110px;
    margin-bottom: 4px; }
  .tecoDividerHorizontalBox .tecoDivider {
    margin: 0;
    padding-left: 40px;
    padding-right: 40px; }
  .tecoDividerHorizontalBox .tecoDivider::before {
    margin-left: -30px; } }

@media screen and (max-width: 782px) {
  /*Remaining space is taken up by the admin bar*/
  body.admin-bar {
    height: calc(100% - 46px); }
    body.admin-bar div#slidein-menu {
      top: 46px; } }

@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -48px !important; } }

#page-wrapper {
  overflow: hidden;
  background-color: #dedddd;
  transition: transform 0.3s ease-in-out;
  z-index: 0; }
  #page-wrapper > div {
    z-index: 1; }
    #page-wrapper > div#page {
      z-index: 0; }
  #page-wrapper::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    height: 9999px;
    height: calc(100vh + 100px);
    opacity: 0.0;
    transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
    display: block;
    visibility: hidden;
    z-index: 2; }

#page {
  position: relative; }

#page-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  padding: 0px 100px 0px 100px;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  /*background-color: $teco-content-background;
  box-shadow: 0px 0px 10px 0px $teco-content-shadow;*/ }

@font-face {
  font-family: 'CarlitoRegular';
  src: local("CarlitoRegular"), local("Carlito"), local("Carlibri"), url("/wp-content/themes/teco/font/CarlitoRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

#socialmedia {
  position: absolute;
  top: 150px;
  left: 0px; }

#socialmediatable {
  border-spacing: 0; }
  #socialmediatable td {
    padding: 2px; }

#socialmediasecoundline * {
  box-sizing: border-box; }

#globalsearch {
  text-align: left;
  max-width: 120px;
  padding-right: 0; }

#socialmediatable td#globalsearchgo {
  padding-left: 0; }

#globalsearchinput {
  border-radius: 0;
  border-color: grey;
  border: solid 1px;
  max-width: 120px; }

#globalsearchbutton {
  /*border: solid 1px;
  max-width: 40px;
  text-align: center;
  margin-left: -3px;*/
  max-width: 40px;
  height: auto;
  display: block;
  border: 1px solid black;
  border-left: none;
  cursor: pointer; }

#youtubeButton {
  margin-left: -50px; }

#socialmedia img {
  max-width: 50px;
  margin-top: -25px;
  margin-left: 10px; }

#menuleft {
  position: absolute;
  z-index: 50;
  top: 250px;
  left: 0px;
  width: 160px;
  margin-right: 30px;
  margin-left: 10px;
  text-align: left;
  background: none transparent scroll repeat 0% 0%;
  /*	overflow: auto;*/ }

img {
  padding: 10px; }
  img.feed {
    padding: 0pt; }
  img.olTileImage {
    padding: 0px; }

/* layout boxes*/
#unilogo {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: auto; }
  #unilogo a {
    display: block;
    position: relative; }
    #unilogo a img {
      width: 80px; }

#menu {
  position: absolute;
  top: 90px;
  font-size: 14px;
  height: 1em;
  left: 300px;
  right: 0px;
  line-height: 1.3em;
  margin: 0px;
  padding: 0px;
  text-align: left; }

#submenu {
  position: absolute;
  top: 110px;
  height: 23px;
  font-weight: bold;
  left: 290px;
  right: 0px;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  text-align: left;
  font-size: 14px; }

div.map {
  position: absolute;
  top: 80px;
  height: 23px;
  font-weight: bold;
  left: 290px;
  right: 0px;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 14px; }

div.figuregroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  div.figuregroup figure {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin: 10px;
    -ms-flex: 1 1 0;
        flex: 1 1 0;
    min-width: 240px;
    max-width: 300px; }
  div.figuregroup figcaption {
    text-align: center; }

/*Centered figure groups*/
/* structure ellements/text formating*/
h1 {
  font-size: 120%;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left; }

h2 {
  font-size: 110%;
  color: #442211;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 0.5em; }
  h2:first-child {
    margin-top: 1em; }
  h2 + p {
    margin-top: 0.5em; }

h3 {
  font-size: 105%;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 0.5em; }
  h3:first-child {
    margin-top: 2em; }
  h3 + p {
    margin-top: 0.5em; }

h4 {
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left; }

/*menu elements*/
#menuleft ul, #menu ul, #submenu ul, div.map ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

#menu li, #submenu li, div.map li {
  display: inline;
  position: relative;
  top: -0.2em;
  margin: 0px;
  padding: 0px;
  padding-left: 2px; }

#submenu li {
  padding-left: 10px; }

.clear-float {
  clear: both; }

#menuleft li {
  padding-top: 0.6em;
  line-height: 0.8em; }

#menu a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px; }

#submenu a {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px; }

div.map a, div.map span.selflink {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px; }

#submenu a {
  display: inline-block; }
  #submenu a::after {
    content: "|";
    padding-left: 10px;
    color: black !important; }

#submenu li:last-child a:after {
  content: ''; }

#submenu a.current {
  border-bottom: none !important; }

div.map span.selflink {
  border-bottom: none !important; }

#submenu a:hover {
  color: #000000; }

#menuleft a {
  margin-bottom: 1px;
  font-size: 11px;
  color: #000000;
  letter-spacing: 0.02em; }

div.open {
  border: 2px dashed;
  padding: 5px;
  margin-top: 15px;
  font-size: 12px;
  /*
    	overflow:	hidden;
    	height:	40px;
    
        transition: height ease-in-out 500ms;
        */ }
  div.open:hover {
    height: auto; }

div.highlightbox {
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  border-width: thin;
  margin-right: 5px;
  margin-top: 5px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 5px;
  border-radius: 15px 15px 15px 15px; }
  div.highlightbox p:empty {
    display: none; }

/* Desktop search bar */
#desktop-search {
  position: absolute;
  right: 140px;
  top: 15px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex; }
  #desktop-search .social-button {
    margin-left: 25px; }
    #desktop-search .social-button img {
      padding: 0; }
  #desktop-search #desktop-search-input {
    outline: none;
    border: none;
    font-size: 1em;
    background-color: white;
    padding: 2px;
    border: #96d4cc 1px solid;
    border-bottom: #009682 2px solid;
    width: 100px;
    transition: 0.2s width; }
    #desktop-search #desktop-search-input:focus {
      width: 200px; }
  #desktop-search .search-button {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #009682;
    cursor: pointer; }
    #desktop-search .search-button::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: "\f002";
      top: 0;
      font-size: 1.4em; }

/* top */
/* category specific pages (e.g News)*/
#page .content .pagetitle {
  font-size: 105%;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 0.5em; }

/*rescale kebo tweeted images*/
body.page-top div.kmedia {
  background-color: #FFFFFF;
  max-width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
  body.page-top div.kmedia img {
    max-width: 100%; }

body.home img {
  height: auto; }

body .feed-block {
  max-width: 1280px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /* align-items:  center; */
  -ms-flex-pack: center;
      justify-content: center; }
  body .feed-block h2, body .feed-block h3 {
    margin-top: 0.2em;
    margin-bottom: 1em; }

/* home */
.feed-block h2 .context {
  float: right;
  font-weight: 400; }

.feed-block > *:last-child {
  margin-bottom: 0; }

.two-columns {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  .two-columns > div:first-child {
    margin-right: 10px; }
  .two-columns > div:last-child {
    margin-left: 10px; }

@media screen and (max-width: 782px) {
  .two-columns {
    -ms-flex-direction: column;
        flex-direction: column; }
    .two-columns > div:first-child {
      margin-right: 0; }
    .two-columns > div:last-child {
      margin-left: 0; } }

/* news */
body.page-news div.tweets {
  word-wrap: break-word; }

body.page-research #socialmedia {
  position: absolute; }

body.page-publications #socialmedia {
  position: absolute; }

body.page-publications #page div {
  font-size: 10pt; }

/* research */
div.post-list-item.featured {
  border-top: 8px solid #18818d;
  -ms-flex-order: -1;
      order: -1; }
  div.post-list-item.featured h2 {
    position: relative;
    margin-bottom: 14px;
    z-index: 2;
    width: calc(100% - 80px); }
  div.post-list-item.featured::before {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
    z-index: 1; }
  div.post-list-item.featured::after {
    position: absolute;
    display: block;
    background-color: #18818d;
    font-size: 1.2em;
    content: "FEATURED";
    right: 0;
    top: 0;
    width: auto;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    font-weight: bold;
    height: 32px;
    z-index: 1; }

div.post-list-item.ongoing {
  border-top: 8px solid #dfdfdf;
  -ms-flex-order: -1;
      order: -1; }
  div.post-list-item.ongoing h2 {
    position: relative;
    margin-bottom: 14px;
    z-index: 2;
    width: calc(100% - 80px); }
  div.post-list-item.ongoing::before {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
    z-index: 1; }
  div.post-list-item.ongoing::after {
    position: absolute;
    display: block;
    background-color: #dfdfdf;
    font-size: 1.2em;
    content: "ONGOING";
    right: 0;
    top: 0;
    width: auto;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
    font-weight: bold;
    height: 32px;
    z-index: 1; }

div.post-list-item.featured h2 {
  position: relative;
  margin-bottom: 14px;
  z-index: 2;
  width: calc(100% - 80px); }

div.post-list-item.featured::before {
  position: absolute;
  display: block;
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 32px;
  z-index: 1; }

div.post-list-item.featured::after {
  position: absolute;
  display: block;
  background-color: #18818d;
  font-size: 1.2em;
  content: "FEATURED";
  right: 0;
  top: 0;
  width: auto;
  line-height: 32px;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  font-weight: bold;
  height: 32px;
  z-index: 1; }

/* startups */
/* publications */
div.headline, body.page-publications #page div.headline {
  font-size: 1rem; }

.wpmaward {
  color: red;
  font-weight: bold; }

.hidden {
  display: none; }

.wpmref {
  margin: 0px;
  padding: 5px 10px;
  border-bottom: 1px solid #eeeeee; }
  .wpmref:first-child {
    border-top: 0px; }
  .wpmref:last-child {
    border-bottom: 0px; }

.kit-publications-title-level-1 {
  font-weight: 700;
  margin-top: 30px;
  font-size: 1.2rem !important; }

.kit-publications-publication {
  margin-top: 20px; }

.kit-publications-sharing-dropdown.open {
  border: none;
  padding: 0;
  margin: 0; }

.kit-publications-sharing-dropdown.open {
  margin-top: -25px; }

span.publication-badge {
  background-color: #ef9a9a;
  padding: 2px 4px;
  border-radius: 2px;
  white-space: nowrap; }

/*
.wpmauthors, .wpmoutlet, .wpmvolume, .wpmissue, .wpmpages {
	color:silver;
}
*/
.wpmtitle {
  /*	clear:left;
  display:block;
  font-size:12pt;*/
  font-weight: bold; }

.wpmeditors, .wpmpublisher {
  display: none; }

/*
.wpmurl {
	border:#84b2e0 1px solid;
	border-radius:3px;
	display:block;
	float:right;
	font-size:8pt;
}
*/
/* education */
body.page-education #courses p.course-headline {
  margin-top: 2em;
  margin-bottom: -0.5em; }

body.page-education #courses-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 30px; }
  body.page-education #courses-list .course {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  body.page-education #courses-list > p {
    display: none; }

@media (max-width: 1100px) {
  body.page-education #courses-list {
    grid-template-columns: repeat(1, auto); } }

.page-education #courses p.course-headline:first-child {
  margin-top: initial; }

body.page-education div.project {
  width: 100%;
  font-size: 10pt; }
  body.page-education div.project h2, body.page-education div.project p, body.page-education div.project ul {
    background-color: #E5E5E5; }
  body.page-education div.project h2 {
    margin-bottom: 0px; }
  body.page-education div.project p, body.page-education div.project ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 40px;
    clear: both; }
  body.page-education div.project p img {
    margin-left: -170px;
    max-width: 170px;
    float: left; }

body.page-people div.entry ul {
  width: 100%;
  margin: 0; }
  body.page-people div.entry ul li {
    width: calc(25% - 1em - 1px);
    float: left;
    list-style: none;
    padding-top: 0.5em;
    padding-left: 0.5em;
    font-weight: bold; }

body.page-people div.entry h2 {
  margin-bottom: 0.1em;
  margin-top: 0;
  padding-top: 2.5em;
  clear: left; }

body.page-people #head h2 {
  padding-top: 1em; }

body.page-people div.staff {
  overflow: hidden; }

body.page-hiwis div.job, body.page-sdip div.thesis {
  background-color: #E5E5E5;
  width: 100%;
  font-size: 10pt;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: 10px;
  box-sizing: border-box; }

body.page-hiwis #hiwi-header {
  box-sizing: border-box; }

.edu-img {
  position: relative;
  margin-top: -30px;
  right: -100px;
  margin-bottom: -30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px; }
  .edu-img::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f7f7f7 0%, rgba(255, 255, 255, 0) 69%); }

.edu-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

body.page-education h3 {
  margin-top: 0; }

body.page-education p {
  margin-bottom: 0; }

/* people */
/*jobs*/
#hiwi-header p {
  box-sizing: border-box; }

body.page-hiwis #hiwi-header {
  text-align: center;
  /*height: 500px;*/
  padding: 10px;
  overflow: auto;
  margin-bottom: 40px; }

body.page-hiwis #hiwi-pic {
  float: left;
  padding: 0px; }

body.page-hiwis .hiwi-text {
  text-align: left;
  float: left;
  width: 25%;
  padding: 5px;
  border-left: 2px dashed #009DE0;
  word-wrap: break-word; }

body.page-hiwis #hiwi-wer-wir-sind {
  margin: 10px 5px; }

body.page-hiwis #hiwi-wen-wir-suchen {
  margin: 5px; }

body.page-studentische-projekte .figuregroup figure {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  body.page-studentische-projekte .figuregroup figure a {
    text-align: center; }
    body.page-studentische-projekte .figuregroup figure a img {
      display: inline-block; }

/*Reflow text on smaller screens*/
@media (max-width: 1280px) {
  body.page-hiwis #hiwi-pic {
    float: none;
    padding: 10px; }
  body.page-hiwis #hiwi-img {
    display: block;
    float: left; }
  body.page-hiwis .hiwi-text {
    float: none;
    border-left: none; }
  body.page-hiwis #hiwi-wer-wir-sind, body.page-hiwis #hiwi-wen-wir-suchen {
    width: 100%; } }

/* studentische-projekte */
/*color dependent settings*/
#logo {
  position: absolute;
  left: 0px;
  top: 40px;
  height: 51px;
  width: 282px; }
  #logo img {
    padding: 0px;
    padding-left: 0px; }
  #logo a {
    display: block;
    position: relative; }
  #logo #logo-background {
    background-color: #009682;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 142px;
    right: 93px;
    border-radius: 50%; }
  #logo::before {
    content: " ";
    display: block;
    height: 9.8px;
    position: absolute;
    background-color: black;
    left: -100px;
    right: 298px;
    top: 0.7px; }

a {
  color: #009682;
  text-decoration: none; }

/*Adjust and color submenus*/
#submenu.submenu-research {
  left: 365px;
  right: 0px; }

#submenu.submenu-publications {
  left: 457px;
  right: 0px; }

#submenu.submenu-education {
  left: 580px;
  right: 0px; }

#submenu.submenu-jobs {
  left: 755px;
  right: 0px; }

/* misc for wp */
.small {
  font-size: .9em; }

.nocomments {
  display: none; }

.noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/* icons */
/* footer */
div#footer {
  margin-top: auto;
  padding-top: 3em;
  padding-bottom: 2em;
  font-size: 10pt;
  text-align: center; }

div.kmeta a.kaccount, div.kfooter {
  display: none !important; }

p.ktext {
  min-height: 0em !important; }

.gmpm_photo_header {
  display: none; }

.swiper-slide {
  background-color: #eeeeee; }

.gmpm_photo_wrap {
  height: 350px !important;
  width: 700px !important; }

.slideshow-container {
  width: 970px; }

#column-left {
  float: left;
  background-color: #999999;
  width: 10%;
  height: 1100px; }
  #column-left span {
    font-size: 24px;
    display: block;
    font-weight: bold;
    -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
    color: white; }

#column-center {
  display: inline-block;
  width: 80%; }

#column-right {
  float: right;
  background-color: #999999;
  width: 10%;
  height: 1100px; }

.gmpm_photo_arrow_next * {
  color: white; }

div.slide_title_box {
  margin-top: -20px; }
  div.slide_title_box span {
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #999999;
    box-shadow: 3px 3px 5px 0px #6b636b;
    border-style: solid;
    border-width: thin; }
    div.slide_title_box span:hover {
      border-color: black; }

.clear-float {
  clear: both; }

.avoidWrap {
  display: inline-block; }

.post img, #page img {
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%; }

body.page-contact #page img {
  box-sizing: unset;
  max-width: unset;
  max-height: unset; }

.post img, #page img, body.page-people #page img {
  height: auto; }

#slidein-menu {
  display: none;
  top: 0;
  bottom: 0;
  position: fixed;
  font-size: 1.2em;
  width: 250px;
  -ms-transform: translateX(-250px);
      transform: translateX(-250px);
  transition: transform 0.3s ease-in-out;
  background-color: #dedddd;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#slidein-menu-flex-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden; }

#slidein-menu {
  box-sizing: border-box; }
  #slidein-menu #slidein-search #slidein-search-input {
    position: relative;
    width: calc(100% - 50px);
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
    padding-left: 10px;
    height: 50px;
    font-size: 1em; }
  #slidein-menu #slidein-search .search-button {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: white;
    border: none; }
    #slidein-menu #slidein-search .search-button::before {
      content: "\f002";
      top: 0;
      position: absolute;
      font-size: 1.4em; }
  #slidein-menu a {
    color: #009682; }
  #slidein-menu::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: -100px;
    bottom: -100px;
    width: 100%;
    transition: box-shadow 0.2s ease-in-out;
    background-color: white; }
  #slidein-menu * {
    box-sizing: border-box; }
  #slidein-menu .topmenu {
    padding-left: 0;
    margin: 0;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    #slidein-menu .topmenu > li.submenu {
      transition: 0.2s max-height ease-out, 0.0s visibility linear 0.2s;
      overflow: hidden;
      visibility: hidden;
      max-height: 0;
      border-bottom: none; }
    #slidein-menu .topmenu > li.submenu-open + .submenu {
      transition: 0.2s max-height ease-out;
      visibility: visible;
      max-height: 300px; }
  #slidein-menu .submenu > ul {
    padding-left: 0;
    margin: 0;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  #slidein-menu .topmenu > li, #slidein-menu .submenu > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    list-style-type: none; }
  #slidein-menu a:hover {
    background-color: lightgrey; }
  #slidein-menu .submenu > ul {
    background-color: #EEE;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
    #slidein-menu .submenu > ul > li:last-child {
      border-bottom: none; }
  #slidein-menu .topmenu > li > a {
    display: block;
    padding: 10px; }
  #slidein-menu .submenu > ul > li > a {
    display: block;
    padding: 7px;
    font-size: 0.9em;
    padding-left: 20px; }
  #slidein-menu .topmenu > li.has-submenu > a {
    width: calc(100% - 50px); }
  #slidein-menu .topmenu > li.submenu-open {
    border-bottom: none; }
  #slidein-menu .slidein-button {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    box-shadow: inset 5px 0px 5px -5px rgba(0, 0, 0, 0.75);
    transition: background-color 0.05s ease-in-out; }
    #slidein-menu .slidein-button::before {
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      height: 100%;
      width: 100%;
      font-size: 1.2em;
      transition: transform 0.1s ease-in-out;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #slidein-menu .submenu-button::before {
    content: "\f078"; }
  #slidein-menu .topmenu > li .slidein-button:hover {
    background-color: lightgrey !important; }
  #slidein-menu .topmenu > li.has-submenu > .slidein-button {
    display: block; }
  #slidein-menu .topmenu > li.submenu-open .slidein-button {
    background-color: #EEE; }
    #slidein-menu .topmenu > li.submenu-open .slidein-button::before {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

@media (hover: none) {
  #slidein-menu .topmenu > li .slidein-button:hover {
    background-color: inherit; } }

#hamburger {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  /* margin: 5px; */
  /* border:7px solid black; */
  box-sizing: border-box;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAFnRSTlMAAgYNEBESFDhWV2+DhY6RwMHk5uj5kDEHeQAAAFxJREFUSMftlUsWgDAIA0Nr66/+lfsf1TOEFU+Z/awICfAlUs9QBRiU48o4SUVnsIYuXpWGg1UmFM55NkHgk27nTrkKH5jREku3L2aoC7aU7mypviAmKSbpl5P0Asd+aRaq8C1ZAAAAAElFTkSuQmCC");
  cursor: pointer;
  transition: background-color 0.1s; }

#shadowdummy {
  position: absolute;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  height: 60px;
  overflow: hidden;
  pointer-events: none; }
  #shadowdummy::before {
    content: " ";
    position: absolute;
    width: calc(100% + 40px);
    top: 0;
    left: -20px;
    height: 50px;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.75); }

#hamburger:hover {
  background-color: lightgray; }

#mobileSocialmedia {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 20px; }
  #mobileSocialmedia img {
    height: 50px; }
  #mobileSocialmedia #mobileKITButton img {
    height: 40px; }

/*
* Relatively large screens show the top menu bar in a row below the TECO and KIT logo
* The page is moved accordingly.
*/
@media only screen and (max-width: 1400px) {
  #page-content {
    padding-right: 100px;
    padding-left: 100px; } }

@media only screen and (max-width: 1228px) {
  #page-content {
    margin-left: 20px;
    margin-right: 20px; }
  #logo {
    top: 20px; }
  #menu {
    top: 110px;
    left: 0;
    right: 0; }
    #menu ul {
      display: inline-block;
      position: relative;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  #submenu {
    top: 130px;
    /* transform: translateX(-270px); */
    left: calc(50% + 106px);
    right: 0 !important; }
    #submenu.submenu-research {
      left: calc(50% - 284px); }
    #submenu.submenu-publications {
      left: calc(50% - 192px); }
    #submenu.submenu-education {
      left: calc(50% - 69px); }
    #submenu.submenu-jobs {
      left: calc(50% + 106px); }
  header {
    height: 170px; } }

@media only screen and (max-width: 1028px) {
  #page-content {
    padding: 0px 30px 0px 30px; }
  .tecoDivider {
    margin-left: -40px;
    padding-left: 40px;
    padding-right: 40px; }
  .edu-img {
    right: -30px; }
  .tecoDivider::before {
    margin-left: -30px; }
  #headerBackground {
    width: calc(100% + 80px);
    margin-left: -40px; }
  #logo::before {
    left: -30px; }
  #menuleft {
    top: 280px; }
  #socialmedia {
    top: 180px; }
  div#footer {
    padding-left: 0;
    text-align: center; } }

/*
* Smaller screens do not display the top menu but only the side menu.
* Paddings and margins in tables, around images, and page elements are adjusted for smaller screens.
*/
@media only screen and (max-width: 760px) {
  /*#page{
  	font-size: 1.3em;
  }*/
  .tecoDivider {
    padding-bottom: 15px;
    padding-top: 15px; }
  .tecoDivider::before {
    margin-top: -10px;
    height: calc(100% - 10px); }
  .tecoDivider.firstDivider::before {
    height: calc(100% - 5px); }
  body.page-education .firstDivider {
    display: none; }
  .edu-img {
    width: 0; }
  header {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px; }
  body.openmenu {
    overflow-y: hidden; }
    body.openmenu #page-wrapper > * {
      cursor: default;
      pointer-events: none; }
    body.openmenu #page-wrapper::after {
      transition: visibility 0s linear 0.0s, opacity 0.3s ease-in-out;
      visibility: visible;
      opacity: 0.8; }
  #menu, #submenu {
    display: none; }
  #page-content {
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px; }
  .tecoDivider.firstDivider {
    padding-top: 40px; }
  .tecoDivider.firstDivider::before {
    margin-top: -30px;
    height: calc(100% - 20px); }
  #menuleft, #socialmedia {
    display: none; }
  #logo {
    left: 50%;
    top: 10px;
    overflow: hidden;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 110px;
    height: 30px; }
    #logo img {
      width: 110px;
      height: auto; }
    #logo #logo-background {
      left: 80px;
      right: 10px;
      top: 2px;
      bottom: 4px; }
  #unilogo {
    display: none; }
  #hamburger, #shadowdummy, #slidein-menu {
    display: block; }
  body.openmenu #slidein-menu::before {
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.75); }
  body.openmenu #page-wrapper {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
  body.openmenu #slidein-menu {
    -ms-transform: translateX(0);
        transform: translateX(0); }
  body.page-top div.kmedia {
    max-width: 90%; }
  /*body.openmenu #mobilemenu{
  	max-height: 410px;
  }*/
  /*body.openmenu #page{
  	display: block;
  	transform: translate3d(0, 400px, 0);
  }*/
  div.highlightbox {
    margin: 0; }
  img, td {
    padding: 2px; }
  #desktop-search {
    display: none; } }

/*
* Adjusted margins and layouts for smallest screens
*/
@media only screen and (max-width: 600px) {
  #page-content {
    margin-left: 10px;
    margin-right: 10px; }
  .tecoDivider {
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px; }
  .tecoDivider::before {
    margin-left: -20px; }
  #page-content {
    padding-left: 20px;
    padding-right: 20px; }
  body.page-hiwis #hiwi-img {
    float: none !important; }
  #sdip-img {
    float: none !important;
    margin-bottom: 30px;
    display: block;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

/*
*  Twitter Feed Prototype
*/
div.ctf-retweet a.ctf-tweet-text-media-wrap {
  display: none !important; }

div.ctf-item:not(.ctf-retweet) .ctf-tweet-text-media-wrap {
  padding: 0 !important;
  border: none !important;
  display: block !important;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center; }

#ctf .ctf-tweet-text-media-wrap img {
  max-height: 400px !important;
  display: inline-block; }

#ctf .ctf-tweet-text-media-wrap:hover, #ctf .ctf-tweet-text-media-wrap:focus {
  background: unset !important; }
/*# sourceMappingURL=teco_responsive4.css.map */