/* This code calculates another activity color in case you dont wanna stick with red

@active-color: hsv((hsvhue(@red) - hsvhue(@base-color) + hsvhue(@origin-base-color)),
hsvsaturation(@red),
hsvvalue(@red));
*/
.scrollbox-vertical {
  overflow: auto;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, /* Shadows */ radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, /* Shadows */ radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}
.scrollbox-horizontal {
  overflow: auto;
  background: linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), white 70%) 100% 0, /* Shadows */ radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
  background: linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), white 70%) 100% 0, /* Shadows */ radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/lato/latolatinlight-regular-webfont.eot');
  src: url('fonts/lato/latolatinlight-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/latolatinlight-regular-webfont.woff') format('woff'), url('fonts/lato/latolatinlight-regular-webfont.ttf') format('truetype'), url('fonts/lato/latolatinlight-regular-webfont.svg#lato_latin_lightregular') format('svg');
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/lato/latolatin-regular-webfont.eot');
  src: url('fonts/lato/latolatin-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/latolatin-regular-webfont.woff') format('woff'), url('fonts/lato/latolatin-regular-webfont.ttf') format('truetype'), url('fonts/lato/latolatin-regular-webfont.svg#lato_latinregular') format('svg');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/lato/latolatin-bold-webfont.eot');
  src: url('fonts/lato/latolatin-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/latolatin-bold-webfont.woff') format('woff'), url('fonts/lato/latolatin-bold-webfont.ttf') format('truetype'), url('fonts/lato/latolatin-bold-webfont.svg#lato_latinbold') format('svg');
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
a.button,
button.button,
input[type=submit] {
  background: white;
  border: 1px solid #28497c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #28497c;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 130%;
  margin: 0.8em 0.6em 0.8em 0;
  min-width: 100px;
  overflow: visible;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
a.button:hover,
button.button:hover,
input[type=submit]:hover,
a.button:active,
button.button:active,
input[type=submit]:active {
  background: #28497c;
  color: white;
  outline: 0;
}
a.button:focus,
button.button:focus,
input[type=submit]:focus {
  outline: dotted 1px #000;
}
a.button::-moz-focus-inner,
button.button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0;
}
a.button.disabled,
button.button.disabled,
input[type=submit].disabled,
a.button[disabled],
button.button[disabled],
input[type=submit][disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e2e3e4;
  cursor: default;
  opacity: 0.65;
}
a.button.disabled:hover,
button.button.disabled:hover,
input[type=submit].disabled:hover,
a.button[disabled]:hover,
button.button[disabled]:hover,
input[type=submit][disabled]:hover {
  color: #28497c;
}
.button-with-empty-icon,
.button.accept,
.button.cancel,
.button.edit,
.button.move-up,
.button.move-down {
  white-space: nowrap;
}
.button-with-empty-icon:before,
.button.accept:before,
.button.cancel:before,
.button.edit:before,
.button.move-up:before,
.button.move-down:before {
  background: no-repeat;
  content: " ";
  float: left;
  height: 16px;
  margin: 1px 5px 0 -8px;
  width: 16px;
}
.button.accept:before {
  background-image: url("images/icons/blue/accept.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.accept:hover:before {
  background-image: url("images/icons/white/accept.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.cancel:before {
  background-image: url("images/icons/blue/decline.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.cancel:hover:before {
  background-image: url("images/icons/white/decline.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.edit:before {
  background-image: url("images/icons/blue/edit.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.edit:hover:before {
  background-image: url("images/icons/white/edit.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.move-up:before {
  background-image: url("images/icons/blue/arr_1up.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.move-up:hover:before {
  background-image: url("images/icons/white/arr_1up.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.move-down:before {
  background-image: url("images/icons/blue/arr_1down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.move-down:hover:before {
  background-image: url("images/icons/white/arr_1down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
/* Grouped Buttons */
.button-group {
  display: inline-block;
  list-style: none;
  margin: 0 0.8em 0 0;
  padding: 0;
  vertical-align: middle;
}
.button-group button,
.button-group .button {
  float: left;
  margin-left: 5px;
  margin-right: 0;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #444444;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 19px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
h1 {
  margin-top: 0px;
}
h1 span {
  display: block;
  font-size: 14.25px;
  font-weight: 100;
  padding: 5px 0;
}
p {
  margin: 0 0 10px;
}
.text-center {
  text-align: center;
}
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
i {
  font-style: italic;
}
em {
  font-style: italic;
}
b {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
body {
  color: #000000;
  background: white;
}
#wrapper {
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  min-height: 100vh;
  max-width: 1440px;
}
#header {
  background-color: white;
  width: 100%;
  max-width: 1440px;
  position: fixed;
  z-index: 20;
  top: 0px;
  padding: 15px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  order: 1;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
#header .headerlogo {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}
#header .headerlogo > h1 {
  border-bottom: 0;
}
#header .headerlogo > h1 > a > img {
  width: 135px;
  margin-left: 30px;
}
#header .headerlogo > h1 > a > span {
  display: none;
}
#header .headernav {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  padding-right: 1em;
  position: relative;
  height: 90px;
}
#header .headernav div.article-actions {
  position: absolute;
  right: 20px;
  bottom: 0px;
}
@media only screen and (min-width: 1081px) {
  #header .headernav form[name=authform] {
    text-align: left;
  }
  #header .headernav ul {
    list-style: none;
    font-size: 14px;
  }
  #header .headernav ul li {
    display: inline-block;
    border: 1px solid #3c434e;
    margin: 5px;
    padding: 10px;
    text-align: center;
    width: 120px;
  }
  #header .headernav ul li img.flagicon {
    width: 18px;
    margin: 0 5px;
  }
  #header .headernav ul li input.searchbox {
    width: 110px;
  }
  #header .headernav ul li div.flyout {
    padding: 10px 0;
    color: white;
    position: absolute;
    z-index: 10000;
    display: none;
    top: 55px;
    left: 0;
    width: 100%;
  }
  #header .headernav ul li div.flyout .vspace {
    display: none;
  }
  #header .headernav ul li div.flyout div {
    background-image: url('images/background.png');
    width: 100%;
    padding: 10px 10px;
  }
  #header .headernav ul li div.flyout div form[name=authform] {
    padding: 5px 2em 10px 0px;
    text-align: right;
  }
  #header .headernav ul li div.flyout div form[name=authform] input {
    margin-top: 10px;
  }
  #header .headernav ul li div.flyout div ul {
    margin-right: 15px;
  }
  #header .headernav ul li div.flyout div ul li {
    display: block;
    float: left;
    text-align: left;
    margin: 0px;
    width: 25%;
    padding: 0px;
    margin-bottom: 3px;
    border: none;
    /* overflow: hidden; */
  }
  #header .headernav ul li div.flyout div ul li a::before {
    background: url("images/arr_1right.png") no-repeat 0px 0px;
    background-size: 16px 16px;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: hidden;
  }
  #header .headernav ul li div.flyout div ul li ul li {
    float: none;
    display: none;
  }
  #header .headernav ul li div.flyout div ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
    display: block;
    color: white;
  }
  #header .headernav ul li div.flyout div ul li br {
    display: none;
  }
  #header .headernav ul li div.flyout div ul.usermenu {
    padding-right: 20px;
  }
  #header .headernav ul li div.flyout div ul.usermenu li {
    float: none;
    width: 100%;
  }
  #header .headernav ul li div.flyout div span.clear {
    display: block;
    clear: both;
  }
  #header .headernav ul li div.language-dropdown {
    width: 142px;
    position: absolute;
    top: 39px;
    padding-left: 10px;
    left: -11px;
  }
  #header .headernav ul li div.language-dropdown ul {
    height: 80px;
    margin: 0;
  }
  #header .headernav ul li div.language-dropdown ul li {
    float: none !important;
    width: auto !important;
  }
  #header .headernav ul li div.usermenu-dropdown {
    width: 200px;
    position: absolute;
    top: 39px;
    padding-left: 10px;
    left: -69px;
  }
  #header .headernav ul li div.usermenu-dropdown ul {
    height: auto;
    margin: 0;
  }
  #header .headernav ul li div.usermenu-dropdown ul li {
    float: none !important;
    width: auto !important;
  }
  #header .headernav ul li:hover {
    color: white;
    background-color: #3c434e;
  }
  #header .headernav ul li:hover a {
    color: white;
  }
  #header .headernav ul li:hover div.flyout {
    display: block;
  }
  #header .headernav ul li:hover div.flyout li:hover {
    background-color: transparent;
  }
  #header .headernav ul li:hover div.flyout li:hover a:hover::before {
    visibility: visible;
  }
  #header .headernav ul li.compact-dropdown {
    position: relative;
  }
  #header .headernav ul li.searchbox {
    border: 0;
    width: 250px;
  }
  #header .headernav ul li.searchbox > form {
    width: 250px;
    margin: 0 auto;
  }
  #header .headernav ul li.searchbox > form > input[type=text] {
    width: 180px;
    padding: 0 0 0 25px;
    border: 1px solid #3c434e;
    background-color: #fcfcfc;
    height: 40px;
  }
  #header .headernav ul li.searchbox > form > input[type=submit] {
    border: 0;
    background: url("images/search.png") no-repeat 8px 8px;
    background-size: 16px 16px;
    content: "";
    width: 30px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    margin: 0;
    min-width: 0;
  }
  #header .headernav ul li.searchbox:hover {
    background-color: white;
  }
  #header .headernav ul li.location-dropdown {
    display: none;
    width: auto;
    min-width: 120px;
    position: relative;
  }
  #header .headernav ul li.location-dropdown div.flyout {
    width: 200px;
    position: absolute;
    top: 39px;
    padding-left: 10px;
    left: -11px;
  }
  #header .headernav ul li.location-dropdown div.flyout ul {
    height: 80px;
    margin: 0;
  }
  #header .headernav ul li.location-dropdown div.flyout ul li {
    float: none !important;
    width: auto !important;
  }
}
@media only screen and (min-width: 1081px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1081px) and (min-resolution: 192dpi) {
  #header .headernav ul li div.flyout div ul li a::before {
    background: url("images/arr_1right@2.png") no-repeat 0px 0px;
    background-size: 16px 16px;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1081px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1081px) and (min-resolution: 192dpi) {
  #header .headernav ul li.searchbox > form > input[type=submit] {
    background: url("images/search@2.png") no-repeat 8px 8px;
    background-size: 16px 16px;
    content: "";
    width: 30px;
    height: 40px;
    display: inline-block;
  }
}
.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.signin,
.authed {
  display: none;
}
.header_subbar {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  padding: 0 0 0 5px;
  background-color: #899ab9;
}
.header_subbar > div {
  display: inline;
}
#sitemap_search form {
  vertical-align: middle;
  float: right;
}
#sitemap_search a {
  color: #FFF;
  text-decoration: none;
  width: 100%;
}
#container {
  padding-left: 210px;
  padding-right: 210px;
}
#container .column {
  position: relative;
  float: left;
}
#middle {
  width: 100%;
}
#left {
  width: 210px;
  right: 210px;
  margin-left: -100%;
}
#right {
  width: 210px;
  margin-right: -210px;
}
#container-home {
  padding: 0;
}
#form_search a,
#form_search label {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
.flexcontainer {
  padding-top: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  background-color: white;
  margin: 15px;
  order: 2;
  /* reorder this element to correct position */
  flex: 1;
  /* this element stretches over the complete page height */
  z-index: 10;
}
.flexitem {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  padding: 5px;
}
.flexitem .fwrapper {
  padding: 5px;
}
.flexitem .fwrapper .navbox {
  margin: 7px 5px 20px 0;
  background-color: #DDDDDD;
  padding-bottom: 1em;
}
.flexitem .fwrapper .navbox div.vspace {
  margin: 0;
}
.flexitem .fwrapper .navbox .navbox-header {
  font-weight: bold;
  font-size: 18px;
  padding: 4px;
  height: 20px;
  margin-bottom: 0.75em;
}
.flexitem .fwrapper .navbox .navbox-header::before,
.flexitem .fwrapper .navbox .navbox-header::after {
  display: table;
  content: "";
  line-height: 0;
}
.flexitem .fwrapper .navbox .kategorien ul > li {
  color: #3c434e;
}
.flexitem .fwrapper .navbox .kategorien ul > li:hover {
  color: #d60000;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}
.flexitem .fwrapper .navbox .kategorien ul > li > ul {
  display: none;
}
.leftbox,
.rightbox {
  width: 15%;
  min-width: 270px;
}
.mainbox {
  width: 85%;
}
.mainbox h1 {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 19px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #444444;
}
.mainbox ul,
.mainbox ol {
  padding-left: 20px;
}
.mainbox .mainbox-meta {
  text-align: right;
  padding-right: 5px;
}
.leftbox ul {
  list-style: none;
  font-size: 14px;
}
.leftbox ul li {
  line-height: 1.5em;
}
.leftbox ul li ul > li {
  padding-left: 15px;
}
.leftbox ul li a {
  display: inline-block;
  padding-left: 10px;
}
.leftbox ul li a.selflink {
  color: #FFFFFF;
  display: inline-block;
  width: 96%;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #8a8e95;
  border-left-width: 6px;
  pointer-events: none;
  position: relative;
}
.leftbox ul .fwrapper {
  border: 1px solid #8b8f95;
}
.leftbox .kategorien li {
  padding-left: 15px;
}
footer {
  margin-top: -100px;
  background-color: #3c434e;
  width: 100%;
  margin: auto;
  line-height: 25px;
  min-height: 100px;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  order: 3;
}
footer a {
  text-decoration: none;
  color: #FFF !important;
}
footer div {
  padding-top: 1.25em;
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  margin: 0 2em;
}
footer div ul > li {
  list-style: none;
}
footer div ul > li a::before {
  content: url(images/arr_1right.png);
  visibility: hidden;
  padding: 0px 3px;
}
footer div ul > li a:hover::before {
  visibility: visible;
}
#text {
  width: 100%;
  padding: 5px;
}
.dashboard {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: space-around;
}
.dashboard > li {
  display: block;
  flex: 1 1 23em;
  align-self: auto;
  padding: 1em 1em 0 1em;
  margin: 5px;
  max-width: 336px;
  height: 60px;
  background-color: #28497c;
}
.dashboard > li:hover {
  background-color: #c20000;
}
.dashboxlink a {
  text-decoration: none;
  height: 11em;
  margin: 2em 1em 0 1em;
}
.dashboxtitle {
  vertical-align: top;
}
.dashboxtitle > h3 {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  padding-left: 70px;
  min-width: 10em;
  height: 60px;
}
.dashboxtitle > h3 > span {
  padding-top: 10px;
  color: white;
  font-size: 1.5em;
  font-weight: normal;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dashboxtitle > h3 > span.quickstart {
  background-image: url('images/icons/white/doctoral_cap.png');
}
.dashboxtitle > h3 > span.seminar {
  background-image: url('images/icons/white/seminar.png');
}
.dashboxtitle > h3 > span.chat {
  background-image: url('images/icons/white/chat.png');
}
.dashboxtitle > h3 > span.file {
  background-image: url('images/icons/white/file.png');
}
.dashboxtitle > h3 > span.question {
  background-image: url('images/icons/white/question-circle-full.png');
}
.dashboxtitle > h3 > span:first-child {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 50px ;
  width: 60px;
  height: 60px;
  left: 0;
  position: absolute;
  content: '';
}
.dashboxcontent {
  color: white;
  margin: 0 0 10px;
}
.img > img {
  max-width: 100%;
}
.fplscore dt a {
  font-size: 16px;
}
.fplscore dd {
  margin-bottom: 1em;
  padding-left: 10px;
}
.wikisearch input[type="search"] {
  -webkit-appearance: none;
  box-sizing: content-box;
  height: 25px;
  font-size: 14px;
  margin: 0 5px;
}
div.wikisearch {
  font-size: 1.25em;
}
/* Form Styles */
fieldset {
  border: none;
}
.input {
  border: 1px solid #3d6892;
  width: 180px;
}
.inputimage {
  vertical-align: middle;
}
div.flyout div ul li ul {
  display: none ! important;
}
/*************** MEDIA QUERIES *******************/
.headernav input[type="checkbox"],
label {
  display: none;
  width: 42px;
  height: 42px;
  background: #3c434e;
  color: white;
  text-align: center;
  line-height: 42px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1080px) {
  .headernav {
    position: static !important;
  }
  .headernav > div > ul,
  .article-actions {
    display: none;
  }
  footer {
    flex-direction: column;
  }
  div.menucontainer {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    min-height: 100%;
  }
  label {
    position: absolute;
    top: 40px;
    right: 20px;
    transition: .4s;
  }
  label:hover {
    cursor: pointer;
  }
  label:before {
    font-family: FontAwesome;
    font-size: 30px;
    content: "\f0c9";
    text-align: center;
  }
  .headernav > input[type="checkbox"]:checked + div > ul,
  .headernav > input[type="checkbox"]:checked + .article-actions {
    display: block;
    width: 50%;
    height: 100vh !important;
    min-width: 275px;
    background-image: url('images/background.png');
    position: absolute;
    height: auto;
    overflow: auto;
    overflow-y: scroll;
    left: 0;
    top: 0vh;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li,
  .headernav > input[type="checkbox"]:checked + .article-actions li {
    display: block;
    color: white;
    font-size: 19px;
    padding-left: 1em;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li img.flagicon,
  .headernav > input[type="checkbox"]:checked + .article-actions li img.flagicon {
    width: 18px;
    margin: 0 5px;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li input.searchbox,
  .headernav > input[type="checkbox"]:checked + .article-actions li input.searchbox {
    width: 110px;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout {
    padding: 10px 0;
    color: white;
    width: 100%;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout div,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout div {
    width: 100%;
    padding: 10px 0px;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout div form[name=authform],
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout div form[name=authform] {
    padding: 5px 2em 10px 0px;
    text-align: left;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout div form[name=authform] input,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout div form[name=authform] input {
    margin-top: 10px;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout div ul,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout div ul {
    margin-right: 15px;
    display: block;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout div ul li,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout div ul li {
    display: block;
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 3px;
    border-bottom: 1px solid gray;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout div ul li a::before,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout div ul li a::before {
    content: url(images/arr_1right.png);
    visibility: hidden;
    padding: 0px 3px;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout div ul li ul li,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout div ul li ul li {
    float: none;
    display: block !important;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout div ul li a,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout div ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
    display: block;
    color: white;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout div ul li br,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout div ul li br {
    display: none;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout div ul.usermenu,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout div ul.usermenu {
    padding-right: 20px;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout div ul.usermenu li,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout div ul.usermenu li {
    float: none;
    width: 100%;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.flyout div span.clear,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.flyout div span.clear {
    display: block;
    clear: both;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li div.language-dropdown,
  .headernav > input[type="checkbox"]:checked + .article-actions li div.language-dropdown {
    width: 142px;
    position: inherit !important;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li.searchbox,
  .headernav > input[type="checkbox"]:checked + .article-actions li.searchbox {
    border: 0;
    width: 250px;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li.searchbox > form,
  .headernav > input[type="checkbox"]:checked + .article-actions li.searchbox > form {
    width: 250px;
    margin: 0 auto;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li.searchbox > form > input[type=text],
  .headernav > input[type="checkbox"]:checked + .article-actions li.searchbox > form > input[type=text] {
    width: 180px;
    padding: 0 0 0 25px;
    border: 1px solid #3c434e;
    background-color: #fcfcfc;
    height: 40px;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li.searchbox > form > input[type=submit],
  .headernav > input[type="checkbox"]:checked + .article-actions li.searchbox > form > input[type=submit] {
    border: 0;
    background: url('images/search.png') no-repeat 8px 8px;
    line-height: 40px;
    width: 30px;
    height: 40px;
    margin: 0;
    min-width: 0;
  }
  .headernav > input[type="checkbox"]:checked + div > ul li:hover a:hover::before,
  .headernav > input[type="checkbox"]:checked + .article-actions li:hover a:hover::before {
    visibility: visible;
  }
  .headernav label {
    display: block !important;
  }
  .flexcontainer {
    flex-direction: column;
  }
  .flexcontainer .leftbox,
  .flexcontainer .mainbox {
    width: 100%;
  }
  .flexcontainer .mainbox {
    order: 1;
  }
  .flexcontainer .leftbox {
    order: 0;
  }
  .flexcontainer .leftbox a.selflink {
    width: auto;
    display: block;
  }

  div.toc, div.tocfloat {
    display: none;
  }
}
#wikitext {
  text-align: justify;
}
#wikitext a.wikilink {
  color: #28497c;
}
/* Generic Styles Starts */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
a {
  color: #1e549e;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
a[href] {
  color: #3c434e;
  font-weight: normal;
}
#wikitext a[href] {
  color: #1e549e;
  font-weight: normal;
}
a[href]:hover,
#wikitext a[href]:hover {
  color: #d60000;
  font-weight: normal;
  text-decoration: none;
}
/* h1{font-size:32px;} */
img {
  border: none;
}
.clear {
  clear: both;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.normal,
.normal a {
  font-weight: normal;
}
.textbold {
  font-weight: bold;
}
* .mblock1-bottom h2 {
  line-height: normal;
  font-size: 20px;
}
.mblock1-bottom h3 {
  line-height: normal;
  font-size: 18px;
}
.mblock1-bottom h4 {
  line-height: normal;
  /*font-size: 16px;*/
}
.hidden {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
/* FORUM */
.tx-mmforum-table {
  width: 100%;
}
.tx-mmforum-pi1-newpost-left {
  width: 15%;
}
.tx-mmforum-pi1-newpost-middle {
  width: 85%;
}
/* textarea */
.tx-mmforum-post {
  width: 100% !important;
}
.bild1 {
  width: 204px;
  margin-top: 0px;
  float: left;
}
.bild2 {
  width: 238px;
  margin-top: -4px;
  float: left;
}
.bild3 {
  height: 68px;
}
.bild4 {
  width: 100%;
  text-align: center;
  margin-bottom: -8px;
}
/* Standortauswaehler */
#instselect {
  vertical-align: middle;
  font-size: 11px;
  width: 150px;
}
/* News-Block */
.rblock2-bottom dl {
  margin: 0 0 10px 0;
}
.rblock2-bottom dt {
  margin-top: 18px;
}
dl.plugins dt {
  margin-top: 16px;
}
.mblock1-bottom .tx-importstudip-pi1 {
  display: inline-block;
  width: 100%;
}
.mblockPadding {
  padding-top: 55px;
  /* 	margin-top: 6px; */
}
.mblockSub-headline {
  /* 	height: 56px; */
}
.mblockSub-headline h2 {
  font-size: 24px !important;
  font-weight: bold;
  font-style: italic;
  color: #1e549e;
  margin: -56px 0px 0px 225px !important;
  line-height: 100%;
  height: 56px;
}
/* indexed_search */
dl.news_start {
  margin-top: 20px;
}
dl.news_start dt {
  font-weight: bold;
  font-size: 18px;
  color: #666666;
  margin: 20px 0px 10px 0px;
}
.imgpreviewbox {
  display: none;
  width: 100%;
}
a.imgpreview:hover + .imgpreviewbox,
.imgpreviewbox:hover {
  display: block;
  position: relative;
  z-index: 100;
}
nav[data-site="Stud.IP-Dokumentationsportal"] li.mainmenu-dropdown,
nav[data-site="Stud.IP-Dokumentationsportal"] li.location-dropdown,
nav[data-site="Stud.IP-Dokumentationsportal"] li.searchbox,
nav[data-site="Stud.IP-Dokumentationsportal"] li.language-dropdown {
  display: none ! important;
}
