.open_sans {
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.open_sans_semibold {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.open_sans_bold {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.ulreset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ulreset li {
  margin: 0;
  padding: 0;
}
.tud-dyn-background.c0 {
  background: #00008c;
}
.tud-dyn-background.c11 {
  background: #ee7f00;
}
.tud-dyn-background.c12 {
  background: #006ab3;
}
.tud-dyn-background.c13 {
  background: #54378a;
}
.tud-dyn-background.c14 {
  background: #93107e;
}
.tud-dyn-background.c15 {
  background: #6ab022;
}
.tud-dyn-background.c20 {
  background: #727879;
}
.tud-dyn-background.c21 {
  background: #9b9b9b;
}
@font-face {
  font-family: 'Open Sans';
  src: local(''), url('../Fonts/OpenSans-Regular-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans Semibold';
  src: local(''), url('../Fonts/OpenSans-Semibold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans Bold';
  src: local(''), url('../Fonts/OpenSans-Bold-webfont.woff') format('woff');
}
@font-face {
  font-family: tud-icons;
  src: url(../Fonts/tud-icons.woff) format("woff"), url(../Fonts/tud-icons.ttf) format("truetype"), url(../Fonts/tud-icons.svg#tud-icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.main {
  overflow: hidden;
}
.top {
  background: #2f57b2;
}
.top ul.language-menu {
  list-style: none;
  float: right;
  display: block;
  padding: 0;
  margin: 0;
}
.top ul.language-menu li {
  display: inline-block;
  margin-left: 12px;
}
.top ul.language-menu li a {
  color: #ffffff;
}
.top ul.language-menu li.active a {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.top2 {
  background-color: #00008c;
  padding: 20px 0 20px 0;
}
.top2 img {
  max-height: 100%;
  max-width: 100%;
}
.top2 .logo-tud {
  height: 40px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .top2 .logo-tud {
    height: 30px;
  }
}
@media (max-width: 390px) {
  .top2 .logo-tud {
    height: 27px;
  }
}
.top2 .right-logos {
  width: 70%;
  float: right;
}
@media (max-width: 1199px) {
  .top2 .right-logos {
    width: 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    justify-items: center;
    align-items: center;
    text-align: center;
  }
  .top2 .right-logos img {
    margin: 0 auto;
  }
}
.top2 .logo-tuda {
  display: block;
  float: right;
  height: 40px;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .top2 .logo-tuda {
    height: 30px;
    margin-left: 10px;
  }
}
.top2 .logo-tuda img {
  height: 40px;
}
@media (max-width: 1199px) {
  .top2 .logo-tuda img {
    height: 30px;
  }
}
@media (max-width: 390px) {
  .top2 .logo-tuda img {
    height: 27px;
  }
}
.top2 .logo-rwth {
  display: block;
  float: right;
  height: 40px;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .top2 .logo-rwth {
    height: 30px;
    margin-left: 10px;
  }
}
.top2 .logo-rwth img {
  height: 40px;
}
@media (max-width: 1199px) {
  .top2 .logo-rwth img {
    height: 30px;
  }
}
@media (max-width: 390px) {
  .top2 .logo-rwth img {
    height: 27px;
  }
}
.top2 .logo-li {
  display: block;
  float: right;
  height: 40px;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .top2 .logo-li {
    height: 30px;
    margin-left: 10px;
  }
}
@media (max-width: 390px) {
  .top2 .logo-li {
    margin-top: 15px;
    height: 27px;
  }
}
.top2 .logo-uhh {
  display: block;
  float: right;
  height: 40px;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .top2 .logo-uhh {
    height: 30px;
  }
}
@media (max-width: 500px) {
  .top2 .logo-uhh {
    margin-top: 15px;
    height: 27px;
    margin-left: 10px;
  }
}
@media (max-width: 390px) {
  .top2 .logo-uhh {
    margin-top: 15px;
    height: 27px;
  }
}
.header {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  height: 100px;
  z-index: 550;
  transition: height 0.2s ease-in;
}
.header .logo {
  width: 220px;
  display: inline-block;
  margin-top: 25px;
  transition: all 0.2s ease-in;
}
.header-placeholder {
  display: block;
  width: 100%;
  height: 100px;
  transition: height 0.2s ease-in;
  position: absolute;
  pointer-events: none;
}
body.sticky .header {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
}
body.sticky .header .logo {
  width: 200px;
  margin-top: 15px;
}
body.sticky .header-placeholder {
  height: 70px;
  position: relative;
}
.breadcrumb {
  background-color: #ffffff;
  z-index: 40;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb ol li {
  margin: 0;
  padding: 0;
}
.breadcrumb ol li {
  display: inline-block;
  position: relative;
}
.breadcrumb ol li:before {
  font-family: tud-icons;
  content: '\EA60';
  display: block;
  width: 10px;
  height: 50px;
  font-size: 22px;
  color: #999;
  position: absolute;
  top: 0;
  left: -3px;
}
.breadcrumb ol li.homelink a {
  display: block;
  position: relative;
  width: 30px;
  color: transparent;
}
.breadcrumb ol li.homelink a:before {
  font-family: tud-icons;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #00008c;
  content: '\EA89';
  font-size: 20px;
}
.breadcrumb ol li a {
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
  margin-left: 35px;
  margin-right: 25px;
  padding-bottom: 10px;
  display: inline-block;
}
.breadcrumb ol li:first-child:before {
  display: none;
}
.breadcrumb ol li:first-child a {
  margin-left: 0;
  margin-right: 10px;
}
.breadcrumb ol li:nth-child(2) a {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.breadcrumb ol li .current {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #00008c;
  margin-left: 35px;
  margin-right: 0;
  padding-bottom: 10px;
  display: inline-block;
}
.breadcrumb #nav-breadcrumbs {
  border-bottom: 1px solid #C7C7C7;
}
footer {
  background-color: #00008c;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer .footer-top {
  border-bottom: 1px solid #3333A3;
  min-height: 150px;
  overflow: hidden;
}
footer .footer-bottom {
  line-height: 35px;
}
footer .logo-tud {
  height: 40px;
  display: inline-block;
  margin: 30px 0;
}
@media (max-width: 575px) {
  footer .logo-tud {
    margin-bottom: 20px;
  }
}
footer .logo-tud img {
  height: 40px;
  max-width: 100%;
  max-height: 100%;
}
footer .footer-navigation-right {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 18px;
  margin-bottom: 18px;
  display: block;
  float: right;
  min-width: 170px;
}
footer .footer-navigation-right li {
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  footer .footer-navigation-right {
    float: none;
  }
}
footer .footer-navigation-right a {
  display: block;
  padding: 4px 0 4px 15px;
  position: relative;
}
footer .footer-navigation-right a:before {
  content: '';
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  display: block;
  top: 14px;
  left: 0;
  font-size: 16px;
}
footer .footer-navigation-bottom {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-navigation-bottom li {
  margin: 0;
  padding: 0;
}
footer .footer-navigation-bottom li {
  display: inline-block;
  margin-right: 15px;
}
footer .footer-navigation-bottom li:last-child {
  margin-right: 0;
}
footer .footer-navigation-bottom a {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 575px) {
  footer .footer-navigation-bottom a {
    display: block;
    margin-right: 0;
  }
}
footer .social-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
footer .social-nav ul li {
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  footer .social-nav ul {
    text-align: left;
  }
}
footer .social-nav ul li {
  display: inline-block;
}
footer .social-nav ul li a {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
footer .social-nav ul li a:before {
  font-family: tud-icons;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  content: '';
  display: block;
}
footer .social-nav ul li a.facebook:before {
  content: '\EA80';
  color: #ffffff;
}
footer .social-nav ul li a.twitter:before {
  content: '\EADC';
  color: #ffffff;
}
footer .social-nav ul li a.youtube:before {
  content: '\EAE4';
  color: #ffffff;
}
footer .social-nav ul li a.instagram:before {
  content: '\EA95';
  color: #ffffff;
}
@media (min-width: 1200px) {
  .nav-toggler {
    display: none;
  }
  #navigation {
    display: block;
    float: right;
    z-index: 999;
  }
  ul#mainnav {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ul#mainnav li {
    margin: 0;
    padding: 0;
  }
  ul#mainnav > li {
    position: relative;
    border-left: 1px solid #eee;
    display: inline-block;
    height: 100%;
  }
  ul#mainnav > li:last-child {
    border-right: 1px solid #eee;
  }
  ul#mainnav > li > a {
    font-size: 15px;
    color: #666666;
    text-transform: uppercase;
    border-bottom: 6px solid #ffffff;
    text-decoration: none;
    height: 100px;
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    transition: height 0.2s ease-in;
  }
  ul#mainnav > li > a:hover {
    border-bottom: 6px solid #00008c;
    text-shadow: 0.8px 0 0 #666;
    background-color: #F1F5F8;
  }
  ul#mainnav > li.active > a {
    border-bottom: 6px solid #00008c;
  }
  ul#mainnav ul.subnav {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 250px;
    visibility: hidden;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.05);
    margin-top: 60px;
    opacity: 0;
    transition: opacity 0.2s ease, margin-top 0.2s ease;
  }
  ul#mainnav ul.subnav li {
    margin: 0;
    padding: 0;
  }
  ul#mainnav ul.subnav > li {
    position: relative;
    display: block;
  }
  ul#mainnav ul.subnav > li > a {
    display: block;
    padding: 10px 20px;
    line-height: 1.2em;
    border-bottom: 1px solid #BCBCBC;
    color: #333333;
  }
  ul#mainnav ul.subnav > li > a.ml11 {
    background-color: #ee7f00;
    color: #ffffff;
    border-bottom: none;
  }
  ul#mainnav ul.subnav > li > a.ml12 {
    background-color: #006ab3;
    color: #ffffff;
    border-bottom: none;
  }
  ul#mainnav ul.subnav > li > a.ml13 {
    background-color: #54378a;
    color: #ffffff;
    border-bottom: none;
  }
  ul#mainnav ul.subnav > li > a.ml14 {
    background-color: #93107e;
    color: #ffffff;
    border-bottom: none;
  }
  ul#mainnav ul.subnav > li > a.ml15 {
    background-color: #6ab022;
    color: #ffffff;
    border-bottom: none;
  }
  ul#mainnav ul.subnav > li > a.ml20 {
    background-color: #727879;
    color: #ffffff;
    border-bottom: none;
  }
  ul#mainnav ul.subnav > li > a.ml21 {
    background-color: #9b9b9b;
    color: #ffffff;
    border-bottom: none;
  }
  ul#mainnav ul.subnav > li:last-child > a {
    border: none;
  }
  ul#mainnav ul.subnav > li > .subnav-toggler {
    position: absolute;
    width: 35px;
    height: 50px;
    right: 0;
    top: 50%;
    margin-top: -25px;
    background: transparent;
    z-index: 20;
    cursor: pointer;
  }
  ul#mainnav ul.subnav > li > .subnav-toggler .ticon {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    display: block;
    top: 18px;
    position: absolute;
    left: 5px;
    transition: 0.3s ease;
  }
  ul#mainnav ul.thirdnav {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 190px;
    position: absolute;
    left: 100%;
    top: 0;
    border-left: 3px solid rgba(255, 255, 255, 0.01);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    margin-left: 30px;
    opacity: 0;
    transition: opacity 0.2s ease, margin-left 0.2s ease;
  }
  ul#mainnav ul.thirdnav li {
    margin: 0;
    padding: 0;
  }
  ul#mainnav ul.thirdnav > li {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
  }
  ul#mainnav ul.thirdnav > li > a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #BCBCBC;
    color: #333333;
  }
  ul#mainnav ul.thirdnav > li:last-child > a {
    border: none;
  }
  ul#mainnav ul.thirdnav > li > .subnav-toggler {
    position: absolute;
    width: 35px;
    height: 50px;
    right: 0;
    top: 50%;
    margin-top: -25px;
    background: transparent;
    z-index: 20;
    cursor: pointer;
  }
  ul#mainnav ul.thirdnav > li > .subnav-toggler .ticon {
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    display: block;
    top: 18px;
    position: absolute;
    left: 5px;
    transition: 0.3s ease;
  }
  ul#mainnav ul.fourthnav {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 190px;
    position: absolute;
    left: 100%;
    top: 0;
    border-left: 3px solid rgba(255, 255, 255, 0.01);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    margin-left: 30px;
    opacity: 0;
    transition: opacity 0.2s ease, margin-left 0.2s ease;
  }
  ul#mainnav ul.fourthnav li {
    margin: 0;
    padding: 0;
  }
  ul#mainnav ul.fourthnav > li {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
  }
  ul#mainnav ul.fourthnav > li > a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #BCBCBC;
    color: #333333;
  }
  ul#mainnav ul.fourthnav > li:last-child > a {
    border: none;
  }
  ul#mainnav > li:hover > ul.subnav {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
  }
  ul#mainnav > li:hover > ul.subnav > li:hover ul.thirdnav {
    display: block;
    visibility: visible;
    margin-left: 0;
    opacity: 1;
  }
  ul#mainnav > li:hover > ul.subnav > li:hover ul.thirdnav > li:hover ul.fourthnav {
    display: block;
    visibility: visible;
    margin-left: 0;
    opacity: 1;
  }
  body.sticky ul#mainnav > li > a {
    height: 70px;
  }
}
@media (max-width: 1199px) {
  #navigation {
    position: absolute;
    width: 100%;
    background-color: #00008c;
    left: 0;
    z-index: 999;
    top: 100px;
    height: calc(100vh - 197px) !important;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease, height 0.3s ease;
    border-top: 1px solid #C7C7C7;
    overflow: scroll;
  }
  #navigation.show {
    visibility: visible;
    opacity: 1;
  }
  #navigation nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation nav > ul li {
    margin: 0;
    padding: 0;
  }
  #navigation nav > ul > li {
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
  }
  #navigation nav > ul > li > a {
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 16px 20px;
    color: #ffffff;
    background-color: #00008c;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    text-decoration: none;
  }
  #navigation nav > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: max-height 0.3s ease;
    background-color: #fff;
  }
  #navigation nav > ul > li > ul li {
    margin: 0;
    padding: 0;
  }
  #navigation nav > ul > li > ul.open {
    max-height: 1000px;
  }
  #navigation nav > ul > li > ul > li {
    position: relative;
    /* 3 level */
  }
  #navigation nav > ul > li > ul > li a {
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding: 16px 20px 16px 40px;
    border-bottom: 1px solid #dadada;
    color: #000;
    position: relative;
    z-index: 10;
    text-decoration: none;
  }
  #navigation nav > ul > li > ul > li a.ml11 {
    background-color: #ee7f00;
    color: #ffffff;
    border-bottom: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #navigation nav > ul > li > ul > li a.ml12 {
    background-color: #006ab3;
    color: #ffffff;
    border-bottom: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #navigation nav > ul > li > ul > li a.ml13 {
    background-color: #54378a;
    color: #ffffff;
    border-bottom: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #navigation nav > ul > li > ul > li a.ml14 {
    background-color: #93107e;
    color: #ffffff;
    border-bottom: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #navigation nav > ul > li > ul > li a.ml15 {
    background-color: #6ab022;
    color: #ffffff;
    border-bottom: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #navigation nav > ul > li > ul > li a.ml20 {
    background-color: #727879;
    color: #ffffff;
    border-bottom: none;
  }
  #navigation nav > ul > li > ul > li a.ml20 {
    background-color: #9b9b9b;
    color: #ffffff;
    border-bottom: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #navigation nav > ul > li > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: max-height 0.3s ease;
    background-color: #fff;
  }
  #navigation nav > ul > li > ul > li > ul li {
    margin: 0;
    padding: 0;
  }
  #navigation nav > ul > li > ul > li > ul.open {
    max-height: 1000px;
  }
  #navigation nav > ul > li > ul > li > ul > li {
    position: relative;
    /* 4 level */
  }
  #navigation nav > ul > li > ul > li > ul > li a {
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding: 16px 20px 16px 60px;
    color: #000;
    position: relative;
    z-index: 10;
    text-decoration: none;
  }
  #navigation nav > ul > li > ul > li > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: max-height 0.3s ease;
    background-color: #f0f0f0;
  }
  #navigation nav > ul > li > ul > li > ul > li > ul li {
    margin: 0;
    padding: 0;
  }
  #navigation nav > ul > li > ul > li > ul > li > ul.open {
    max-height: 1000px;
  }
  #navigation nav > ul > li > ul > li > ul > li > ul > li {
    position: relative;
  }
  #navigation nav > ul > li > ul > li > ul > li > ul > li a {
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding: 16px 20px 16px 80px;
    color: #000;
    position: relative;
    z-index: 10;
    text-decoration: none;
  }
  #navigation .subnav-toggler {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background: transparent;
    z-index: 20;
    cursor: pointer;
  }
  #navigation .subnav-toggler .ticon {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    display: block;
    top: 18px;
    position: absolute;
    left: 5px;
    transition: 0.3s ease;
  }
  #navigation .subnav-toggler.open .ticon {
    transform: rotate(135deg);
    top: 11px;
    left: 10px;
  }
  #navigation ul ul ul .subnav-toggler .ticon {
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
  }
  body.sticky #navigation {
    top: 70px;
    height: calc(100vh - 70px) !important;
  }
  .nav-toggler {
    display: block;
    float: right;
    position: absolute;
    top: 36px;
    right: 0;
    width: 80px;
    cursor: pointer;
    height: 50px;
    transition: top 0.2s ease-in;
  }
  .nav-toggler .nav-title {
    display: none;
  }
  .nav-toggler .line {
    width: 40px;
    position: absolute;
    left: 20px;
    height: 5px;
    background-color: #00008c;
    display: block;
    transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease, width 0.3s ease;
  }
  .nav-toggler .line1 {
    top: 10px;
    transform: rotate(45deg);
  }
  .nav-toggler .line2 {
    top: 10px;
    opacity: 0;
  }
  .nav-toggler .line3 {
    transform: rotate(-45deg);
    top: 10px;
  }
  .nav-toggler.collapsed .line1 {
    top: 0;
    transform: rotate(0deg);
  }
  .nav-toggler.collapsed .line2 {
    top: 10px;
    opacity: 1;
  }
  .nav-toggler.collapsed .line3 {
    top: 20px;
    transform: rotate(0deg);
  }
  body.sticky .nav-toggler {
    top: 22px;
  }
}
body {
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.7em;
}
h1,
.h1 {
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3em;
  font-size: 25px;
  text-transform: uppercase;
  margin: 2rem 0;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 22px;
  }
}
h1 a,
.h1 a {
  color: #333333;
  text-decoration: underline;
}
h1.c0 span,
.h1.c0 span {
  background-color: #00008c;
  color: #ffffff;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
h2,
.h2 {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 22px;
  margin-top: 3em;
  margin-bottom: 2em;
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}
h2.subheader,
.h2.subheader {
  margin-top: -1rem;
}
h3,
.h3 {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 19px;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
h4 {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 16px;
}
h5 {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 15px;
}
h1.hasstrong,
h2.hasstrong,
h3.hasstrong,
h4.hasstrong,
h5.hasstrong,
h6.hasstrong {
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
h1 .strong,
h2 .strong,
h3 .strong,
h4 .strong,
h5 .strong,
h6 .strong {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
}
iframe {
  display: block;
}
.frame-layout-11 h1,
.frame-layout-11 h2,
.frame-layout-11 h3,
.frame-layout-11 h4,
.frame-layout-11 h5,
.frame-layout-11 h6 {
  margin-top: 0;
}
.frame-layout-11 h1 .bg,
.frame-layout-11 h2 .bg,
.frame-layout-11 h3 .bg,
.frame-layout-11 h4 .bg,
.frame-layout-11 h5 .bg,
.frame-layout-11 h6 .bg {
  background-color: #ee7f00;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.frame-layout-12 h1,
.frame-layout-12 h2,
.frame-layout-12 h3,
.frame-layout-12 h4,
.frame-layout-12 h5,
.frame-layout-12 h6 {
  margin-top: 0;
}
.frame-layout-12 h1 .bg,
.frame-layout-12 h2 .bg,
.frame-layout-12 h3 .bg,
.frame-layout-12 h4 .bg,
.frame-layout-12 h5 .bg,
.frame-layout-12 h6 .bg {
  background-color: #006ab3;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.frame-layout-13 h1,
.frame-layout-13 h2,
.frame-layout-13 h3,
.frame-layout-13 h4,
.frame-layout-13 h5,
.frame-layout-13 h6 {
  margin-top: 0;
}
.frame-layout-13 h1 .bg,
.frame-layout-13 h2 .bg,
.frame-layout-13 h3 .bg,
.frame-layout-13 h4 .bg,
.frame-layout-13 h5 .bg,
.frame-layout-13 h6 .bg {
  background-color: #54378a;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.frame-layout-14 h1,
.frame-layout-14 h2,
.frame-layout-14 h3,
.frame-layout-14 h4,
.frame-layout-14 h5,
.frame-layout-14 h6 {
  margin-top: 0;
}
.frame-layout-14 h1 .bg,
.frame-layout-14 h2 .bg,
.frame-layout-14 h3 .bg,
.frame-layout-14 h4 .bg,
.frame-layout-14 h5 .bg,
.frame-layout-14 h6 .bg {
  background-color: #93107e;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.frame-layout-15 h1,
.frame-layout-15 h2,
.frame-layout-15 h3,
.frame-layout-15 h4,
.frame-layout-15 h5,
.frame-layout-15 h6 {
  margin-top: 0;
}
.frame-layout-15 h1 .bg,
.frame-layout-15 h2 .bg,
.frame-layout-15 h3 .bg,
.frame-layout-15 h4 .bg,
.frame-layout-15 h5 .bg,
.frame-layout-15 h6 .bg {
  background-color: #6ab022;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.frame-layout-20 h1,
.frame-layout-20 h2,
.frame-layout-20 h3,
.frame-layout-20 h4,
.frame-layout-20 h5,
.frame-layout-20 h6 {
  margin-top: 0;
}
.frame-layout-20 h1 .bg,
.frame-layout-20 h2 .bg,
.frame-layout-20 h3 .bg,
.frame-layout-20 h4 .bg,
.frame-layout-20 h5 .bg,
.frame-layout-20 h6 .bg {
  background-color: #727879;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.frame-layout-21 h1,
.frame-layout-21 h2,
.frame-layout-21 h3,
.frame-layout-21 h4,
.frame-layout-21 h5,
.frame-layout-21 h6 {
  margin-top: 0;
}
.frame-layout-21 h1 .bg,
.frame-layout-21 h2 .bg,
.frame-layout-21 h3 .bg,
.frame-layout-21 h4 .bg,
.frame-layout-21 h5 .bg,
.frame-layout-21 h6 .bg {
  background-color: #9b9b9b;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
a {
  color: #b11c1c;
}
a:active,
a:focus {
  color: #b11c1c;
}
a:hover {
  color: #b11c1c;
}
.content {
  hyphens: auto;
}
.btn-primary {
  background-color: #b11c1c;
  line-height: 1.5em;
  border: none;
  border-radius: 0;
}
strong,
b {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
}
img {
  max-width: 100%;
  height: auto;
}
.ce-border img,
.ce-border iframe {
  border: 1px solid #DADADA;
}
.ce-gallery figcaption {
  background-color: #E5E5E5;
  padding: 15px;
  font-size: 12px;
  line-height: 1.5em;
}
.project-title {
  padding: 50px 0 15px 0;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: -28px;
  z-index: 40;
  position: relative;
  margin-bottom: 2em;
}
.project-title .pt-inner > * {
  all: unset;
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 25px;
}
@media (max-width: 1199px) {
  .project-title .pt-inner > * {
    font-size: 20px;
  }
}
.project-title .pt-inner strong {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.l-11 .project-title {
  background: #ee7f00;
}
.l-12 .project-title {
  background: #006ab3;
}
.l-13 .project-title {
  background: #54378a;
}
.l-14 .project-title {
  background: #93107e;
}
.l-15 .project-title {
  background: #6ab022;
}
.l-20 .project-title {
  background: #727879;
}
.l-21 .project-title {
  background: #9b9b9b;
}
.frame-graybox {
  position: relative;
  padding: 50px 0;
  margin: 50px 0 0 0;
}
.frame-graybox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  height: 100%;
  width: 300%;
  pointer-events: none;
  background: #F2F2F2;
}
.frame-graybox h2 {
  margin-top: 0;
}
.tt_address_list .vcard {
  margin-bottom: 50px;
}
.tt_address_list .vcard img {
  margin-bottom: 0.5em;
}
.tt_address_list .vcard .p-position {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 2em;
}
.tt_address_list .vcard .p-name {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.tt_address_list .vcard .p-organisation {
  margin-top: 2em;
}
.tt_address_list .vcard .p-address {
  margin-bottom: 2em;
}
.tt_address_list .vcard .p-email {
  position: relative;
}
.tt_address_list .vcard .p-email a {
  padding-left: 25px;
  position: relative;
}
.tt_address_list .vcard .p-email a:before {
  font-family: tud-icons;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  content: '\EA1A';
}
.tt_address_list .vcard .p-cv-files a {
  padding-left: 15px;
  position: relative;
}
.tt_address_list .vcard .p-cv-files a:before {
  font-family: tud-icons;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  content: '\EA58';
  font-size: 0.8em;
}
.tt_address_list .vcard .p-description {
  margin-top: 2em;
}
.tt_address_list .vcard .p-description p {
  margin-bottom: 0;
}
.subproject-teaser {
  color: #ffffff;
  margin: 0 0 2em 0;
}
.subproject-teaser a {
  display: block;
  color: #ffffff;
}
.subproject-teaser .spt-inner {
  padding: 20px;
  text-align: center;
}
.subproject-teaser .spt-top {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
  min-height: 1.2em;
}
.subproject-teaser .spt-title {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 63px;
  line-height: 1em;
  margin-bottom: 10px;
}
.subproject-teaser .spt-sub {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 1.5em;
}
.subproject-teaser.c0 {
  background: #00008c;
}
.subproject-teaser.c11 {
  background: #ee7f00;
}
.subproject-teaser.c12 {
  background: #006ab3;
}
.subproject-teaser.c13 {
  background: #54378a;
}
.subproject-teaser.c14 {
  background: #93107e;
}
.subproject-teaser.c15 {
  background: #6ab022;
}
.subproject-teaser.c20 {
  background: #727879;
}
.subproject-teaser.c21 {
  background: #9b9b9b;
}
.project-teaser {
  margin: 0 0 2em 0;
}
.project-teaser a {
  display: block;
}
.project-teaser .spt-title {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 63px;
  line-height: 1em;
  margin-bottom: 10px;
}
.project-teaser .pt-top {
  color: #ffffff;
  padding: 20px;
  text-align: center;
}
.project-teaser .pt-top a {
  color: #ffffff;
}
.project-teaser .pt-top.c0 {
  background: #00008c;
}
.project-teaser .pt-top.c11 {
  background: #ee7f00;
}
.project-teaser .pt-top.c12 {
  background: #006ab3;
}
.project-teaser .pt-top.c13 {
  background: #54378a;
}
.project-teaser .pt-top.c14 {
  background: #93107e;
}
.project-teaser .pt-top.c15 {
  background: #6ab022;
}
.project-teaser .pt-top.c20 {
  background: #727879;
}
.project-teaser .pt-top.c21 {
  background: #9b9b9b;
}
.project-teaser .pt-title {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 78px;
  height: 78px;
  margin-top: 0;
  line-height: 70px;
}
.project-teaser .pt-sub {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 30px;
  height: 30px;
  margin-bottom: 20px;
}
.project-teaser .pt-text {
  padding: 20px;
  background-color: #f1f1f1;
}
.project-teaser a.pt-more {
  background-color: #f8f8f8;
  color: #333333;
  display: block;
  padding: 7px 5px 7px 45px;
  position: relative;
}
.project-teaser a.pt-more:before {
  content: '';
  position: absolute;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  display: block;
  top: 15px;
  left: 18px;
  font-size: 16px;
}
.project-teaser a.pt-more.c0:before {
  border-top-color: #00008c;
  border-right-color: #00008c;
}
.project-teaser a.pt-more.c11:before {
  border-top-color: #ee7f00;
  border-right-color: #ee7f00;
}
.project-teaser a.pt-more.c12:before {
  border-top-color: #006ab3;
  border-right-color: #006ab3;
}
.project-teaser a.pt-more.c13:before {
  border-top-color: #54378a;
  border-right-color: #54378a;
}
.project-teaser a.pt-more.c14:before {
  border-top-color: #93107e;
  border-right-color: #93107e;
}
.project-teaser a.pt-more.c15:before {
  border-top-color: #6ab022;
  border-right-color: #6ab022;
}
.project-teaser a.pt-more.c20:before {
  border-top-color: #727879;
  border-right-color: #727879;
}
.project-teaser a.pt-more.c21:before {
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
}
.ce-gallery figure {
  position: relative;
}
.ce-gallery figure img {
  position: relative;
  z-index: 10;
}
.ce-gallery figure .copyright {
  position: absolute;
  z-index: 20;
  background: #000;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 5px;
  bottom: calc(100% - 2px);
  right: 2px;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  opacity: 0.7;
}
.carousel-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.slider-title-container {
  position: absolute;
  z-index: 80;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  opacity: 0.9;
}
@media (max-width: 1199px) {
  .slider-title-container {
    height: 60px;
  }
}
.slider-title-container.c0 {
  background: #00008c;
}
.slider-title-container.c11 {
  background: #ee7f00;
}
.slider-title-container.c12 {
  background: #006ab3;
}
.slider-title-container.c13 {
  background: #54378a;
}
.slider-title-container.c14 {
  background: #93107e;
}
.slider-title-container.c15 {
  background: #6ab022;
}
.slider-title-container.c20 {
  background: #727879;
}
.slider-title-container.c21 {
  background: #9b9b9b;
}
.slider-title-container .slider-title {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
  max-width: 960px;
  margin: 70px auto 70px auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 1.2em;
}
@media (max-width: 1199px) {
  .slider-title-container .slider-title {
    margin: 10px auto 30px auto;
    font-size: 14px;
  }
}
.carousel-indicators {
  z-index: 90;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .carousel-indicators li {
    width: 140px;
    height: 10px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
hr {
  border-top: 1px solid #B2BDCC;
  margin-top: 30px;
  margin-bottom: 50px;
}
.page-navigation {
  margin: 60px 0;
  border: 1px solid #eee;
  position: relative;
}
.page-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
}
.page-navigation ul li {
  margin: 0;
  padding: 0;
}
.page-navigation ul li.page-item {
  display: inline-block;
  margin: 0 10px;
}
.page-navigation ul li.page-item a.page-link {
  border: none;
  color: #00008c;
  line-height: 50px;
  display: inline-block;
  border-radius: 0;
  background-color: #ffffff;
  border-bottom: 3px solid #ffffff;
  margin-left: 0;
}
.page-navigation ul li.page-item a.page-link:hover {
  border-bottom: 3px solid #00008c;
  color: #00008c;
  background-color: transparent;
}
.page-navigation ul li.page-item.active a.page-link {
  background-color: transparent;
  border-bottom: 3px solid #00008c;
}
.page-navigation ul li.page-item.previous {
  float: left;
  border-right: 1px solid #eee;
  margin: 0;
}
.page-navigation ul li.page-item.previous a.page-link {
  background-color: transparent;
}
.page-navigation ul li.page-item.previous a.page-link:hover {
  background-color: #eee;
  border-bottom: 3px solid transparent;
}
.page-navigation ul li.page-item.next {
  float: right;
  border-left: 1px solid #eee;
  margin: 0;
}
.page-navigation ul li.page-item.next a.page-link {
  background-color: transparent;
}
.page-navigation ul li.page-item.next a.page-link:hover {
  background-color: #eee;
  border-bottom: 3px solid transparent;
}
.news-list-view .article,
.news-teaser-view .article {
  margin-bottom: 30px;
  background-color: #eeeeee;
}
.news-list-view .article img,
.news-teaser-view .article img {
  width: 100%;
}
.news-list-view .article a,
.news-teaser-view .article a {
  text-decoration: none;
}
.news-list-view .article a:hover .more-link,
.news-teaser-view .article a:hover .more-link {
  text-decoration: underline!important;
}
.news-list-view .article h2,
.news-teaser-view .article h2 {
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px;
  color: #000;
}
.news-list-view .article .more-link,
.news-teaser-view .article .more-link {
  border-top: 2px solid #fff;
  line-height: 50px;
  padding: 0 32px;
  position: relative;
}
.news-list-view .article .more-link:before,
.news-teaser-view .article .more-link:before {
  content: '';
  position: absolute;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  display: block;
  top: 22px;
  left: 15px;
  font-size: 16px;
}
.news-list-view .news-list-date,
.news-teaser-view .news-list-date {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
  background-color: #6F7478;
  color: #fff;
  line-height: 50px;
  display: block;
  padding: 0 15px;
}
.news {
  position: relative;
}
.news .teaser-news-overview-link {
  position: absolute;
  right: 0;
  top: -50px;
}
@media (max-width: 991px) {
  .news .teaser-news-overview-link {
    position: relative;
    right: auto;
    top: -20px;
  }
}
.news .teaser-news-overview-link a {
  position: relative;
  padding: 0 0 0 15px;
  display: inline-block;
}
.news .teaser-news-overview-link a:before {
  content: '';
  position: absolute;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  display: block;
  top: 10px;
  left: 0;
  font-size: 16px;
}
.news-single .news-list-date {
  color: #ffffff;
  background-color: #00008c;
  padding: 5px 10px;
  display: inline-block;
  font-size: 25px;
  margin: 20px 0;
}
.news-single h1 {
  margin-top: 20px;
}
.news-single .news-img-wrap {
  position: relative;
  margin-bottom: 30px;
}
.news-single .news-img-wrap img {
  width: 100%;
  height: auto;
}
.news-single .news-img-wrap .news-img-caption {
  background-color: #E5E5E5;
  padding: 15px;
  font-size: 12px;
  line-height: 1.5em;
}
.news-single .news-img-wrap .copyright {
  position: absolute;
  z-index: 20;
  background: #000;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 5px;
  bottom: calc(100% - 2px);
  right: 2px;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  opacity: 0.7;
}
.event-teaser {
  background: #6F7478;
  margin-bottom: 30px;
  position: relative;
}
.event-teaser .event-date-col {
  border-right: #fff;
  position: relative;
  z-index: 10;
}
.event-teaser .event-text-col {
  border-left: #fff;
  position: relative;
  z-index: 10;
}
.event-teaser .event-text-col:before {
  content: "";
  display: block;
  width: 30px;
  left: -15px;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 20;
  position: absolute;
}
.event-teaser .event-date {
  font-family: "Open Sans Semibold", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 20px 15px 20px 100px;
}
.event-teaser .event-date:before {
  font-family: tud-icons;
  display: block;
  position: absolute;
  left: 55px;
  content: '\EA0D';
  color: #fff;
  font-size: 35px;
}
.event-teaser .event-text {
  padding: 20px 15px 25px 20px;
  background: #F8F8F8;
}
.event-teaser h2 {
  margin: 0;
  color: #666666;
}
.event-teaser .teaser-text {
  font-size: 18px;
}
.event-list-item {
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.event-list-item .event-date span {
  display: inline-block;
  background-color: #00008c;
  padding: 3px 10px;
  color: #ffffff;
}
.event-list-item h2 {
  font-family: "Open Sans", OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3em;
  font-size: 25px;
  text-transform: uppercase;
  margin: 2rem 0;
}
@media (max-width: 1199px) {
  .event-list-item h2 {
    font-size: 22px;
  }
}
.event-list-item h2 a {
  color: #333333;
  text-decoration: underline;
}
.event-list-item h2.c0 span {
  background-color: #00008c;
  color: #ffffff;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 1199px) {
  .ce-intext.ce-right .ce-gallery,
  .ce-intext.ce-left .ce-gallery {
    float: none;
  }
}
@media (max-width: 1199px) {
  .ce-gallery iframe {
    border-width: 0;
    max-width: 100%;
    height: auto;
  }
}
#to-top {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px !important;
  right: 17px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  z-index: 700;
  height: 29px;
  width: 29px;
  background-color: #46658f;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: background-color 0.1s linear, opacity 0.1s linear, bottom 0.1s linear;
  -moz-transition: background-color 0.1s linear, opacity 0.1s linear, bottom 0.1s linear;
  -webkit-transition: background-color 0.1s linear, opacity 0.1s linear, bottom 0.1s linear;
}
#to-top.show {
  opacity: 1;
  bottom: 17px;
}
#to-top.dark {
  background-color: #444;
}
#to-top svg {
  padding: 4px;
}
.sk-video-modal .disclaimer {
  max-height: 120px!important;
  font-size: 14px;
  line-height: 1.5em;
}
.sk-video-modal .cancel {
  background-color: #b11c1c;
  color: #ffffff;
}
.sk-video-modal .continue {
  background-color: #6ab022;
  color: #ffffff;
}
.sk-video-titlecontainer {
  padding: 3px 7px;
  line-height: 1.5em;
}
.stlviewer .v3d-inner {
  position: relative;
}
.stlviewer .v3d-inner .v3d-control {
  background: #00008c;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .stlviewer .v3d-inner .v3d-control {
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
  }
}
@media (max-width: 1199px) {
  .stlviewer .v3d-inner .v3d-control {
    position: relative;
  }
}
.stlviewer .controls-toggler {
  background: #2f57b2;
  color: #ffffff;
  text-align: center;
}
.stlviewer .controls-toggler .clc {
  display: block;
}
.stlviewer .controls-toggler .clo {
  display: none;
}
.stlviewer .controls-toggler.collapsed .clc {
  display: none;
}
.stlviewer .controls-toggler.collapsed .clo {
  display: block;
}
.stlviewer .v3d-cc-header {
  background: #2f57b2;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.stlviewer .form-group {
  margin-bottom: 0;
  background: #00008c;
  color: #ffffff;
}
.stlviewer .form-check-input {
  position: absolute;
  margin-top: 0.6rem;
  margin-left: 0;
}
/*# sourceMappingURL=style.css.map */