/* Global Styling */
span, p, a {
  hyphens: auto;
}
a:focus {
  outline: none !important;
}
.glyphicon {
  top: 0;
}

/* Cookie Consent */
.cc-window {
  border-top: 1px solid black;
}

/* Usercentrics */
#youtubePlaceholder {
  height: 470px;
  width: 100%;
  max-height: 470px;
  max-width: 1000px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.uc-embedding-wrapper h3 {
  color: black;

}

p.description-text {
  color: black !important;
  max-width: 100% !important;
}

.uc-embedding-more-info {
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  font-size: 16px;
  display: inline-block;
  height: 45px;
  width: 100%;
  max-width: 230px;
  letter-spacing: 1.2;
  background: #ffffff;
  color: #6E6E6E;
  border: 1px solid #6E6E6E;
  margin: 5px 10px 15px 10px;
  line-height:0px;
}

.uc-embedding-accept {
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  box-shadow: none;
  font-size: 16px;
  display: inline-block;
  height: 45px;
  width: 100%;
  max-width: 230px;
  padding: 0;
  letter-spacing: 1.2;
  padding-left: 25px;
  padding-right: 25px;
  background: #9b004b;
  color: #fff;
  margin: 5px 10px 15px 10px;
  line-height:0px;
}

.uc-embedding-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 50%);
  position: absolute;
  padding: 10px;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  overflow: auto;
  font-family: Arial, Verdana, sans-serif;
}

.uc-embedding-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.uc-embedding-wrapper>h3 {
  margin-top: 0px !important;
  max-width: 100% !important;
}

/* General */
body[class*="portaltype-plone-site"][class*="template-"]:not(.portletSiteSetup).portlet,
body[class*="portaltype-plone-site"][class*="template-"] #sidebar,
.template-edit .portlet,
.template-edit #sidebar,
.viewpermission-add-portal-content .portlet,
.viewpermission-add-portal-content #sidebar,
.template-folder_contents .portlet,
.template-folder_contents #sidebar {
  display: none;
}
#central-content-wrapper {
  width: 100%;
}
#central-container {
  width: 100%;
  background: white;
}
.template-standardview #central-container {
  width: 80%;
}
.template-frontpageview #central-container,
.template-studyview #central-container,
.template-studiengang_unterseite #central-container,
.template-croppingeditor #central-container,
.template-storyview #central-container {
  width: 100%;
}
.template-publicationview #central-container,
.portaltype-htw_opus #central-container {
  width: calc(100% - 50px);
}

/* Hotfix */
.pat-imagecrop-scaleselect.autotabs {
  padding-right: 100px !important;
}
.pat-imagecrop-scaleselect nav button.save-all,
.pat-imagecrop-scaleselect nav button.go-back {
  margin: 1em 0 1em 0;
}
.portaltype-htw_story .newsImageContainer {
  display: none;
}
.back-btn {
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.pull-right .standalone {
  width: auto !important;
}
#sitemap .containerDesktop {
  display: flex;
  flex-wrap: wrap;
}
.template-login .footer {
  display: none;
}
#content {
  margin: 0 !important;
}
.section-front-page #portal-column-two {
  display: none;
}
body {
  font-size: var(--font-m);
  font-family: "Akkurat-Regular";
}
#tinymce {
  font-family: "Akkurat-Regular"; 
  font-size: var(--font-m);
}
#category {
  padding-left: 1em;
}

q { quotes: '\201c' '\201d'; }
q:before { content: open-quote; }
q:after  { content: close-quote; }

:root {
  --font-xxs: 0.5rem;
  --font-xs: 0.7rem;
  --font-s: 1rem;
  --font-m: 1.5rem;
  --font-l: 2rem;
  --font-xl: 3rem;
  --font-xxl: 5rem;
  --font-3xl: 6rem;
  --font-4xl: 10rem;
  --rose: #E7348B;
  --rose-filter: invert(32%) sepia(96%) saturate(3262%) hue-rotate(312deg) brightness(96%) contrast(89%);
  --blue: #20A6DF;
  --blue-filter: invert(71%) sepia(40%) saturate(5603%) hue-rotate(165deg) brightness(91%) contrast(91%);
  --darkblue: #03649f;
  --darkblue-filter: invert(21%) sepia(35%) saturate(5608%) hue-rotate(186deg) brightness(96%) contrast(98%);
  --green: #C1D566;
  --green-filter: invert(96%) sepia(33%) saturate(1090%) hue-rotate(11deg) brightness(99%) contrast(69%);
  --orange: #F7A823;
  --orange-filter: invert(84%) sepia(25%) saturate(5697%) hue-rotate(343deg) brightness(101%) contrast(94%);
  --black: #444242;
  --black-filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(293deg) brightness(0%) contrast(100%);
  --yellow: #F5D300;
  --grey: #69615F;
  --lightgrey: #F5F4F2;
  --darkgrey: #2B2A29
}
.dimmed {
  background: rgba(0,0,0,0.5);
}
.white-text {
  color: white !important;
}
.rose {
  background-color: var(--rose) !important;
}
.rose-text {
  color: var(--rose) !important;
}
.rose-highlight {
  border-left: 0.5em solid var(--rose) !important;
}
.rose-border-bottom {
  border-bottom: 2px solid var(--rose) !important;
}
.rose-border-full {
  border: 4px solid var(--rose) !important;
}
.rose-filter {
  filter: var(--rose-filter) !important;
}
.blue {
  background-color: var(--blue) !important;
}
.blue-text {
  color: var(--blue) !important;
}
.blue-highlight {
  border-left: 0.5em solid var(--blue) !important;
}
.blue-border-bottom {
  border-bottom: 2px solid var(--blue) !important;
}
.blue-border-full {
  border: 4px solid var(--blue) !important;
}
.blue-filter {
  filter: var(--blue-filter) !important;
}
.green {
  background-color: var(--green) !important;
}
.green-text {
  color: var(--green) !important;
}
.green-highlight {
  border-left: 0.5em solid var(--green) !important;
}
.green-border-bottom {
  border-bottom: 2px solid var(--green) !important;
}
.green-border-full {
  border: 4px solid var(--green) !important;
}
.green-filter {
  filter: var(--green-filter) !important;
}
.orange {
  background-color: var(--orange) !important;
}
.orange-text {
  color: var(--orange) !important;
}
.orange-highlight {
  border-left: 0.5em solid var(--orange) !important;
}
.orange-border-bottom {
  border-bottom: 2px solid var(--orange) !important;
}
.orange-border-full {
  border: 4px solid var(--orange) !important;
}
.orange-filter {
  filter: var(--orange-filter) !important;
}
.yellow {
  background-color: var(--yellow) !important;
}
.yellow-text {
  color: var(--yellow) !important;
}
.grey {
  background-color: var(--grey) !important;
}
.grey-text {
  color: var(--grey) !important;
}
.grey-border-bottom {
  border-bottom: 2px solid var(--grey) !important;
}
.darkblue {
  background-color: var(--darkblue) !important;
}
.darkblue-text {
  color: var(--darkblue) !important;
}
.orangeblue {
  background: linear-gradient(to right, var(--orange) 25%, var(--darkblue) 100%)
}
.orangeblue-text {
  -webkit-background-clip: text;
  background-clip: text;
  background: linear-gradient(to right, var(--orange) 25%, var(--darkblue) 100%);
}
.nopadding {
  padding: 0 !important;
}
.centered {
  position: relative;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.hidden {
  display: none !important;
}
.relative {
  position: relative !important;
}
.pos-unset {
  position: unset !important;
}
.noscroll {
  position:inherit !important;
  overflow:hidden !important;
}
.z-increase {
  z-index: 2 !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column !important;
}
.htw-color-border {
  border-left: 4px solid var(--green);
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--rose);
  border-bottom: 4px solid var(--orange);
  background: white;
}
.htw-color-border:hover,
.htw-color-border:focus {
  border-left: 4px solid var(--green);
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--rose);
  border-bottom: 4px solid var(--orange);
  border-radius: unset;
  outline: none !important;
}
.htw-grey-border {
  border-left: 4px solid var(--grey);
  border-top: 4px solid lightslategrey;
  border-right: 4px solid var(--grey);
  border-bottom: 4px solid lightslategrey;
  background: white;
}
#htw-portal-header {
  height: 30vh;
}

/* Breadcrumb Styling */

.breadcrumb-container {
  padding-left: 2em;
  display: flex;
  flex-direction: column;
}
.htw-breadcrumbs {
  display: none;
  visibility: hidden;
  font-family: 'Akkurat-Regular';
  padding: 1em 1em 1em 0;
}
.htw-breadcrumbs a {
  color: white;
  padding: 1em;
}
.htw-breadcrumbs a:first-child {
  padding-left: 3px;
}
.htw-breadcrumbs a:hover {
  color: white;
}

/* Edit View Styling */
.template-htw_picture #autotoc-item-autotoc-2 {
  display: none;
}
span.linkLabel {
  display: none;
}
#formfield-form-widgets-ILeadImageBehavior-image label.horizontal::after {
  content: " (Upload)";
}

/* EasyForm Styling */

.portaltype-easyform .fieldLabel {
  float: none;
}
.portaltype-easyform .extraActions {
  float: left;
  margin: -2em 1em;
}
.portaltype-easyform form {
  width: 95%;
}

/* Search Styling */

#search-toggle {
  display:none;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  padding: 0px 6px;
  background-color: #000;
  background-image: none;
  border: 1px solid white;
  border-radius: 0;
  width: 50px;
  height: 50px;
}
#search-toggle.active {
  display:block;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  padding: 0px 6px;
  background-color:black !important;
  border: 1px solid white !important;
  background-image: none;
  border: 1px solid black;
  border-radius: 0;
  height: 50px;
}
#search-close {
  font-size: 2em;
  padding-right: 0;
  display: inline;
}
.htw-search-options {
  color: white;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.htw-search-options .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.htw-search-options p {
  padding: 0.5em;
  margin: 0.5em;
  font-size: var(--font-xl);
  cursor: pointer;
  border: 4px solid white;
}
.htw-search-options p.active {
  border-left: 4px solid var(--green);
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--rose);
  border-bottom: 4px solid var(--orange);
  border-radius: unset;
}
#search-form-container {
  width: 50%;
}
.htw-search-title {
  font-size: var(--font-xl);
  color: white;
  padding-bottom: 0.5em;
}
.htw-search-text {
  display: flex;
  flex-direction: row;
  align-items: self-end;
  border-bottom: 4px solid white;
  margin-top: 2em;
  padding-bottom: 10px;
}
#search-form-container .search-term {
  border: none;
  box-shadow: none;
  font-size: var(--font-xl);
  color: white;
}
#search-form-container .search-term::placeholder {
  color: white;
}
#search-form-container .search-button {
  border: none;
  background: transparent;
  color: white;
  font-size: var(--font-xl);
  display: flex;
  align-items: end;
}

/* Search Result Styling */

#searchview-results {
  padding: 1em;
  background: var(--lightgrey);
}
#searchview-results > div {
  width: 80%;
}
#searchview-results > div {
  display: flex;
  flex-direction: column;
}
.results-type {
  width: 100%;
}
.results-content {
  display: flex;
  flex-direction: column;
  font-size: var(--font-l);
  width: 100%;
  box-shadow: 6px 10px 21px rgba(0, 0, 0, 0.15);
  margin: 1em;
  padding: 1em;
  background: white;
}
.results-content span:not(.result-title):not(.result-bottom-border) {
  font-family: 'Akkurat-Regular';
}
.result-author span:not(:last-child)::after {
  content: ',';
}
.result-title {
  padding: 1em 1em 1em 0em;
  font-weight: 600;
}
.result-information ul {
  list-style: none;
  font-family: 'Akkurat-Regular';
}
.result-modified {
  padding-top: 1em;
  font-size: var(--font-s);
}
.result-tags {
  padding-top: 1em;
}
.result-tag-title {
  font-size: var(--font-xs);
}
.result-tags span:not(.result-tag-title) {
  font-size: var(--font-xs);
  border: 1px solid var(--grey);
  border-radius: 5%;
  padding: 0.5em;
}
.results-none span {
  font-size: var(--font-m);
  font-family: 'Akkurat-Regular';
}
.result-bottom-border {
  background: linear-gradient(to right, var(--green) 25%, var(--blue) 25% 50%, var(--rose) 50% 75%, var(--orange) 75% );
  height: 4px;
  margin-top: 1em;
  display: block;
}



/* Login Styling */

#login-toggle,
#logout-toggle {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  font-size: var(--font-m);
  right: 100px;
  float: right;
  padding: 0px 6px;
  background-color: black !important;
  background-image: none;
  border: 1px solid white !important;
  color: black;
  border-radius: 0;
  width: 50px;
  height: 50px;
}
#login-toggle a,
#logout-toggle a {
  display: block;
  color: black;
  text-decoration: none;
}
#login-toggle.active,
#logout-toggle.active {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  padding: 0px 6px;
  background-color:black !important;
  border: 1px solid white !important;
  background-image: none;
  border: 1px solid black;
  border-radius: 0;
  width: 50px;
  height: 50px;
}
#login-toggle #login-close,
#logout-toggle #login-close {
  display:none;
}
#login-toggle.active #login-close,
#logout-toggle.active #login-close {
  display:block;
}
#login-toggle.active #login-toggle-icon,
#logout-toggle.active #login-toggle-icon {
  display:none;
}
#login-toggle #login-toggle-icon,
#logout-toggle #login-toggle-icon {
  display:block;
  margin-bottom: 3px;
}
#login-toggle:hover,
#logout-toggle:hover {
  text-decoration: none;
}
#login-form-container {
  width: 50%;
}
#login-form-container label {
  font-size: var(--font-xl);
}
#login-form-title {
  font-size: var(--font-xxl);
}
#htw-login-form {
  align-items: center;
}
#htw-login-form input {
  font-size: var(--font-l);
  height: auto;
  padding: 0.5em;
  border: 4px solid white;
  padding-right: 4em;
  color: white;
}
#htw-login-form input::placeholder {
  color: white;
}
#htw-login-form .footer {
  padding: 1em 0em 1em 0em;
}
#password-request {
  color:white;
}
#register-link {
  font-family: "Akkurat-Light";
}
#register-link a {
  color: white;
  font-family: "Akkurat-Bold";
}
.control-container #buttons-login {
  background: transparent;
  border-left: 4px solid var(--green);
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--rose);
  border-bottom: 4px solid var(--orange);
}


/* Navbar Styling */

#navmenu-toggle {
  display: none;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0px;
  float: right;
  padding: 0px 6px;
  background-color: #000;
  background-image: none;
  border: 1px solid white;
  border-radius: 0;
  width: 50px;
  height: 50px;
}
#navmenu-icon {
  display: none;
}
#htw-navigation-container.navmenu-background.active {
  flex-direction: row;
}
#navmenu-container {
  z-index: 1;
  top: 30px;
  right: 100px;
  display: none;
  visibility: hidden;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#navmenu-container.active {
  display: flex;
  width: 100%;
  justify-content: center;
  top: 10px;
  right: 0;
  position: absolute;
}
#navmenu-container a {
  background: none;
  font-size: var(--font-l);
  color: black;
  border: none;
  cursor: pointer;
  margin: 0.2em;
  padding: 0.2em 1.2em 0.2em 1.2em;
  font-weight: 600;
}
#navmenu-container a:hover {
  text-decoration: none;
  border-bottom: 2px solid black;
}
#navmenu-container.active a {
  color: white;
  line-height: 3em;
  hyphens: none;
}
#navmenu-container.active a:hover {
  border-bottom: 2px solid #fff;
}
.navmenu-load {
  font-size: var(--font-xl);
  padding-top: 25vh;
  padding-left: 40vw;
}
.navmenu-background.active {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.navmenu-background {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.97);
  width: 100%;
  height: 100% !important;
  overflow: auto !important;
  padding: 4vh 4vw 0 2vw;
  display: none;
}
.plone-toolbar-left .nav-container {
  margin-left: 60px;
}
.navigation-entry {
  padding: 0 2em 0 2em !important;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.nav-heading-container {
  margin: 8px 1em 4em 1em;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.nav-parent-title,
.nav-heading {
  color: white;
  font-size: var(--font-l);
  font-weight: 600;
  margin-top: 8px;
}
.nav-parent-title:hover,
.nav-heading-container:hover {
  margin-top: 0px;
}
.nav-parent-title:hover,
.nav-heading:hover {
  color: white;
  text-decoration: none;
}
.nav-parent-title:visited,
.nav-heading:visited {
  color: white;
  text-decoration: none;
}
.nav-colored-border {
  background: linear-gradient(to right, var(--green) 25%, var(--blue) 25% 50%, var(--rose) 50% 75%, var(--orange) 75% );
  height: 8px;
  display: none;
}
.nav-parent-title:hover .nav-colored-border,
.nav-heading-container:hover .nav-colored-border {
  display: block;
}
.nav-parent-title p,
.nav-heading p {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 10px 0 10px 0;
}
.navigation-subentry-container {
  padding: 0em 0 4em 0;
}
.navigation-subentry {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5em;
}
.navigation-subentry:hover {
  margin: -0.5em 0 0 0;
}
.navigation-subentry:last-child:hover {
  padding-bottom: 0.5em;
}
.navigation-subentry:hover a {
  color: white;
  text-decoration: none;
}
.navigation-subentry:hover::before {
  content: ">";
  margin-top: 15px;
}
.nav-child-title {
  color: white;
  font-size: var(--font-m);
  font-weight: 600;
  padding: 0.5em;
}
#portal-globalnav-collapse {
  position: fixed;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: inherit;
  height: 100% !important;
  overflow: auto !important;
}
.plone-navbar-toggle {
  background-color:black !important;
  border: 1px solid white !important;
  padding: 0px 2px !important;
}
.plone-navbar-toggle.active {
  padding: 0px 6px !important;
}
#navmenu-toggle.active {
  display: block;
}
#navmenu-toggle.active #navmenu-toggle-icon {
  display: none;
}
#navmenu-toggle #navmenu-close {
  display:none;
}
#navmenu-toggle.active #navmenu-close {
  display:block;
}
#global-nav-icon {
  font-size: var(--font-l);
  display: inline;
}
.nav-container {
  height: 100%;
}
.logo-container.active {
  width: 100% !important;
  padding-bottom: 2em;
  float: left;
  background-color: rgba(0, 0, 0, 0.97);
}
.logo-container.active .site-logo {
  display: none;
}
#portal-globalnav {
  width: 100%;
  padding:10em;
}
#portal-globalnav li ul {
  transition: none;
  border-top: 1px solid #c4c4c4;
}
#portal-globalnav li.active ul {
  transition: ease-in 0.35s;
  border-top: 0.5px solid #c4c4c4;
}
#portal-globalnav li a {
  border-top: 0.5px solid #c4c4c4;
  font-size:4em;
  width:99%;
  line-height: 1.3;
}
/* #portal-globalnav li a:last-child{
  color:#c4c4c4;
} */
#portal-globalnav label::after {
  border-left: 4px solid var(--green);
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--rose);
  border-bottom: 4px solid var(--orange);
  border-radius: unset;
  color: white;
  background: transparent;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: var(--font-s);
  top: 33%;
  padding: 0px
}
#dropdown-active {
  position: absolute;
  top: 0;
  padding-top: 2%;
  width: 9em;
  left:-10em;
  display:none;
}

.dropdown-bar {
  display: block;
  visibility: visible;
  height: 10px;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 20px;
}
.dropdown-bar:first-child {
  margin-top: 0;
}
#portal-globalnav-wrapper.active {
  position: fixed !important;
}
.plone-navbar {
  position: absolute !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.83) 0%, rgba(255, 255, 255, 0) 100%);
}
.plone-navbar-fix {
  position: fixed !important;
}
.has_subtree.dropdown {
  position: relative;
}

.has_subtree.dropdown li a {
  background-color: transparent;
  font-size: var(--font-m) !important;
  border: none !important;
  padding:0 0 0 3em;
  line-height:2;
}
.has_subtree.dropdown li.active > a {
  padding-bottom: 0.5em;
}
.has_subtree.dropdown li li a {
  padding: 0 0 0 5em;
}
.plone-navbar.active {
  height: 100%;
}
.plone-navbar-header {
  z-index: 100;
  width: 100%;
  display: none;
}
.plone-navbar-header.active {
  display: block;
}
.logo-container {
  padding-left: 0em !important;
}
#portal-logo {
  margin-bottom: 2em;
  padding: 2em !important;
  height: 100%;
  width: 100%;
}
#portal-logo,
#portal-logo img {
  width: 400px;
}
#edit-zone {
  z-index: 200 !important;
}
.state-None {
  display:none !important;
}
.plone-nav li .opener:checked + label:after {
  content: "-";
  top: 3em !important;
}
.plone-nav li li .opener:checked + label:after {
  top: 0.7em !important;
}


li .inPath .current #dropdown-active{
  display:none !important;
}

/* Sidebar Styling */

#sidebar {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 0px;
  transition: all 0.5s;
  width: 50%;
  background-color: white;
  height:100%;
  margin-right: -50%;
}
#sidebar.active {
  margin-right: 0;
  transition: all 1s;
  border-left: 1px solid var(--lightgrey);
}
#sidebar.active #nav-close {
  display: flex;
  visibility: visible;
  position: absolute;
  right: 0px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}
#sidebar.active #nav-col {
  margin-left: -200px;
  width: 200px;
}
#sidebar-content {
  padding: 4em;
}
#sidebar-content > div:not(#sidebar-faculty) h1,
#sidebar-content > div:not(#sidebar-faculty) a {
  color: black;
}
.sidebar-news-heading h1,
.sidebar-mensa-heading h1,
.sidebar-faculty-heading h1,
.sidebar-calendar-heading h1 {
  color: var(--grey) !important;
}
.sidebar-component {
  display: none;
  visibility: hidden;
}
.sidebar-component.active {
  display: block;
  visibility: visible;
}
.sidebar-bottom-border {
  background: linear-gradient(to right, var(--green) 25%, var(--blue) 25% 50%, var(--rose) 50% 75%, var(--orange) 75% );
  height: 4px;
  margin-top: 1em;
  display: block;
}
#nav-close {
  text-align: center;
  display:none;
  visibility: hidden;
  font-size: 2em;
  color: white;
  width: 50px;
  height: 50px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  background-color: black;
  cursor: pointer;
  z-index: 102;
}
#nav-col {
  display: none;
  visibility: hidden;
  flex-direction: column;
  align-items: flex-end;
  width: 50px;
  margin-left: -50px;
  transition: all 1s;
  top: 25vh;
  position: absolute;
}
#nav-col.hovering {
  margin-left: -200px;
  width: 200px;
}
#nav-col.reading {
  width: 300px !important;
  margin-left: -300px !important;
}
#nav-col.reading .nav-item:not(.active).hovering {
  width: 170px;
}
.nav-text {
  display: none;
  visibility: hidden;
  font-size: large;
  padding: 0.5em;
  hyphens: none;
}
.nav-item .nav-icon {
  width: auto;
  height: 50px;
  padding:0.2em;
}
.nav-item {
  font-size: 2em;
  color: white;
  width: 50px;
  height: 50px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  background-color: black;
  display: flex;
  visibility: visible;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
}
.nav-item:last-child {
  border-bottom: 1px solid white;
}
.nav-item.active {
  width: 100%;
  border-bottom: 1px solid white;
}
.nav-item.hovering {
  width: 100%;
  border-bottom: 1px solid white;
}
.nav-item.active .nav-text {
  display: inline-block;
  visibility: visible;
}
.nav-item.hovering .nav-text {
  display: inline-block;
  visibility: visible;
}
.nav-item.active .nav-icon {
  align-self: flex-end;
  padding-right: 10px;
}
.nav-item.hovering .nav-icon {
  align-self: flex-end;
  padding-right: 10px;
}
#nav-faculty.active .nav-text {
  display: block;
  visibility: visible;
  height: 100%;
  margin-top: 5px;
}
#nav-faculty.hovering .nav-text {
  display: block;
  visibility: visible;
  height: 100%;
  margin-top: 5px;
}
.webreader-text {
  display: flex;
  justify-content: center;
}
.webreader-text > p {
  padding: 0.4em;
}
.webreader-text > img {
  padding: 0.3em 0.4em !important;
  align-self: auto !important;
}
.nav-item.active .faculty-bar {
  margin-right: 5%;
  margin-left: 0;
}
.nav-item.hovering .faculty-bar {
  margin-right: 5%;
  margin-left: 0;
}
.faculty-bar {
  display: block;
  visibility: visible;
  height: 2px;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 6px;
  transform: translateY(250%);
}

/* Navigation Styling */

#central-content-wrapper {
  display: flex;
  flex-direction: row;
}
.portlet > :first-child {
  border-radius: 0 !important;
}
#central-content-wrapper .portlet .portletHeader {
  padding: 0.5em 1em 0.5em 1em;
  font-size: var(--font-l);
  border: 1px solid var(--grey);
  background: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#central-content-wrapper .expand-nav .portletHeader {
  cursor: auto;
}
#central-content-wrapper .portlet .portletHeader::after {
  content: "+";
  background: transparent;
  padding: 0em 0.3em 0em 0.3em;
  font-size: var(--font-xl);
}
#central-content-wrapper .portlet .changed-content::after {
  content: "-";
  background: transparent;
  padding: 0em 0.4em 0em 0.4em;
}
#central-content-wrapper .portlet .portletHeader > a {
  color: var(--black);
}
#central-content-wrapper .portlet .portletHeader > a:hover {
  text-decoration: none;
}
.template-standardview .outer-wrapper #central-container {
  margin-top: -15%;
  min-height: 100em;
  z-index: 1;
}
.portaltype-htw_study.template-studyview .outer-wrapper #central-container {
   margin-top: -5%;
}
.template-newsview #central-content-wrapper #portlet_column,
.template-eventview #central-content-wrapper #portlet_column,
.template-standardview #central-content-wrapper #portlet_column,
.template-publicationview #central-content-wrapper #portlet_column,
.template-htw_study_detail:not(.template-edit) #central-content-wrapper #portlet_column {
  z-index: 2;
  padding: 1em;
  width: 20%;
}
.template-standardview[class*="template-"]:not(.template-standardview) #portlet_column {
  display:none;
}
.portaltype-htw_user #central-content-wrapper #portlet_column {
  display: none;
}
#portlet_column #portal-column-one {
  border: 1px solid var(--black)
}
.template-standardview #portlet_column #portal-column-one {
  margin-top: -40%;
  position: -webkit-sticky;
  position: sticky;
  top: 15rem;
}
.portaltype-htw_study_detail #portlet_column #portal-column-one {
  position: -webkit-sticky;
  position: sticky;
  top: 15rem;
}
.portaltype-htw_study #portlet_column {
  width: 25%;
  margin-bottom: 5%;
}
.template-standardview .portletNavigationTree .portletContent,
.template-publicationview .portletNavigationTree .portletContent,
.portaltype-htw_study .portletNavigationTree .portletContent,
.portaltype-htw_study_detail .portletNavigationTree .portletContent,
.portaltype-htw_event .portletNavigationTree .portletContent,
.portaltype-htw_news .portletNavigationTree .portletContent,
.portaltype-htw_user .portletNavigationTree .portletContent {
  border-top: 0;
  overflow-y: hidden;
  max-height: 0;
  position: relative;
  transition: 0.3s all;
}
.template-standardview #portal-column-one.active .portletNavigationTree .portletContent,
.template-publicationview #portal-column-one.active .portletNavigationTree .portletContent,
.portaltype-htw_study #portal-column-one.active .portletNavigationTree .portletContent,
.portaltype-htw_study_detail #portal-column-one.active .portletNavigationTree .portletContent,
.portaltype-htw_event #portal-column-one.active .portletNavigationTree .portletContent,
.portaltype-htw_news #portal-column-one.active  .portletNavigationTree .portletContent,
.portaltype-htw_user #portal-column-one.active .portletNavigationTree .portletContent {
  transition: 2s all;
  overflow-y: scroll;
  max-height: 50vh;
}
.portletNavigationTree .portletContent::-webkit-scrollbar {
  width: 1em;
}
.portletNavigationTree .portletContent::-webkit-scrollbar-track {
  background: var(--lightgrey);
}
.portletNavigationTree .portletContent::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, var(--green) 25%, var(--blue) 25% 50%, var(--rose) 50% 75%, var(--orange) 75% );
}
.section-aub #central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent .navTreeCurrentNode::before {
  background: var(--green);
}
.section-aub .portletNavigationTree .portletContent::-webkit-scrollbar-thumb {
  background: var(--green);
}
.section-ingwi #central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent .navTreeCurrentNode::before {
  background: var(--blue);
}
.section-ingwi .portletNavigationTree .portletContent::-webkit-scrollbar-thumb {
  background: var(--blue);
}
.section-sowi #central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent .navTreeCurrentNode::before {
  background: var(--rose);
}
.section-sowi .portletNavigationTree .portletContent::-webkit-scrollbar-thumb {
  background: var(--rose);
}
.section-wiwi #central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent .navTreeCurrentNode::before {
  background: var(--orange);
}
.section-wiwi .portletNavigationTree .portletContent::-webkit-scrollbar-thumb {
  background: var(--orange);
}
.portletNavigationTree .portletContent img {
  display: none;
}
.portletNavigationTree .portletContent > ul > li a:hover {
  font-weight: 600 !important;
  color: var(--black) !important;
}
.portletNavigationTree .portletContent > ul > li a:hover::after {
  font-weight: 100;
  margin-top: none !important;
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) nav.portletContent {
  font-weight: 600;
  font-size: var(--font-m);
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) nav.portletContent > ul > li a {
  padding: 1.5em 1em 1.5em 1em;
  border: 1px solid var(--grey);
  background: white;
}
body:not([class*="subsection"]) #central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) nav.portletContent .navTreeFolderish {
  color: var(--black);
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) nav.portletContent .navTreeFolderish {
  border-bottom: none;
  color: #A9A9A9;
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) nav.portletContent .navTreeCurrentNode > a,
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) nav.portletContent .navTreeCurrentNode > ul li a {
  color: var(--black);
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) nav.portletContent .navTreeItemInPath,
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) nav.portletContent .navTreeItemInPath > ul > li a {
  color: var(--black);
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent ul.navTreeLevel1 > li a {
  padding-left: 1.7em;
  font-family: "Akkurat-Regular";
  border: 1px solid #e5e5e5;
  filter: brightness(0.99);
  font-weight: 100;
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent ul.navTreeLevel1 .navTreeFolderish:not(.navTreeCurrentNode) {
  border-left: none !important;
  border-bottom: none !important;
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent ul.navTreeLevel1 > li:first-child {
  margin-top: -1px;
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent li:first-child a {
  -webkit-box-shadow: inset 1px 20px 20px -25px rgba(0,0,0,0.65); 
  box-shadow: inset 1px 20px 20px -25px rgba(0,0,0,0.65);
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent li:last-child a {
  -webkit-box-shadow: inset 1px -20px 15px -25px rgb(0 0 0 / 65%);
  box-shadow: inset 1px -20px 15px -25px rgb(0 0 0 / 65%);
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent ul.navTreeLevel2 > li a {
  padding-left: 2.5em;
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent ul.navTreeLevel2 .navTreeFolderish:not(.navTreeCurrentNode) {
  border-left: none !important;
  border-top: none !important;
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .navTreeCurrentNode.navTreeCurrentItem {
  font-family: "Akkurat-Bold";
}
#central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent .navTreeCurrentNode::before {
  background: linear-gradient(to bottom, var(--green) 25%, var(--blue) 25% 50%, var(--rose) 50% 75%, var(--orange) 75% );
  position: absolute;
  content: '';
  width: 0.5em;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
}


/* ---------- Standard Styling ---------- */

.template-standardview #htw-portal-header,
.portaltype-htw_news #htw-portal-header {
  height: 80vh;
}
.template-row_redirect #content {
  padding: 2em 50px 2em 3em !important;
}
.htw-redirect-buttons {
  margin: 1em;
}
body:not(.template-frontpageview) .htw-widget-container {
  margin-right: 50px;
}
.template-standardview [id*="-htw-content"] > div {
  display: flex;
  border-top: 0.2em solid var(--lightgrey);
  margin: 0em 2.3em 0em 2.3em;
}
.htw-gallery-row.htw-widget-container {
  max-width: 80vw;
}
.template-standardview [id*="-htw-content"] > div:not(.htw-picture-row):not(.htw-video-row) .htw-row-content,
.portaltype-htw_study_detail [id*="-htw-content"] > div:not(.htw-picture-row):not(.htw-video-row) .htw-row-content{
  padding: 2.3em 3.3em 2.3em 2.3em;
}
.template-standardview [id*="-htw-content"] > div:nth-child(-n+1) {
  background-color: white;
}
.htw-row-content {
  min-width: 100%;
}
.template-standardview .htw-row-content,
.portaltype-htw_study_detail .htw-row-content {
  padding: 5em 0 5em 0;
}
.edit-container {
  padding: 1em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.edit-container a {
  padding: 0.5em;
}
#toggle-container {
  padding: 1em;
  display: flex;
  position: fixed;
  top: 7em;
  z-index: 10;
}
.portaltype-htw_frontpage .edit-container {
  box-shadow: inset 0px -12px 14px rgba(0, 0, 0, 0.12);
  background-color: white;
  border-top: 1px solid var(--black);
  padding-top: 2em;
}
.edit-container a:hover {
  text-decoration: none;
}
.edit-container button,
#toggle-container button {
  margin: 0em 0.5em;
  font-size: var(--font-l);
  background: white;
  min-width: 50px;
}
.htw-empty-title {
  padding-bottom: 1em;
}
.htw-empty-desc {
  font-size: var(--font-m);
  font-family: "Akkurat-Regular";
}
.htw-bar-container {
  width: 220px;
  padding-bottom: 3em;
}
.htw-bar {
  display: block;
  visibility: visible;
  height: 3px;
  margin-right: 60%;
  margin-top: 6px;
}

/* ----- Resource Widget ----- */

.htw-resource-container {
  background: var(--darkgrey);
  padding: 1em 0 2em 2em;
  box-shadow: 2px 4px 10px rgb(0 0 0 / 22%);
  color: white;
}
.htw-resource-content {
  display: flex;
  flex-direction: row;
}
.htw-resource-image {
  min-width: 25%;
}
.htw-resource-image img {
  max-height: 425px;
  max-width: 300px;
  box-shadow: 2px 4px 10px rgb(0 0 0 / 22%);
}
.htw-resource-table {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.htw-resource-text {
  padding: 1em 0 1em 0;
  font-size: var(--font-l);
}
.htw-resource-text > div {
  padding: 0.5em 0 0.5em 0;
  display: flex;
  flex-direction: column;
}
.htw-resource-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.htw-resource-buttons > a {
  padding: 0.5em;
}
.htw-resource-buttons button {
  margin: 0em 0.5em;
  background: white;
  min-width: 120px;
  font-size: 1.5rem;
}
.htw-resource-buttons a:hover {
  text-decoration: none;
}

/* Personality Styling */

.htw-personality-row h1 {
  font-size: var(--font-xl);
}
.personality-desc {
  font-size: var(--font-l);
  padding: 0px 0 0.5em 0;
}
.personality-percentage-title {
  font-size: var(--font-m);
}
.personality-percentage {
  width: 80%;
  margin: 0 0 2em 0;
}
.personality-percentage p {
  height: 2.5em;
  margin: 0;
}

/* Video Styling */

.htw-html-content iframe,
.htw-accordion-content iframe {
	width: 100%;
}

.htw-video-content {
  background: linear-gradient(to right, var(--darkgrey) 70%, white 30%);
  padding: 3em 0em 3em 0em;
}
.htw-video-row video,
.htw-video-row iframe {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 4em 0 4em 0;
  box-shadow: 2px 4px 10px rgb(0 0 0 / 22%);
}
.video-title-container {
  height: 0;
  margin-left: 10%;
}
.video-title-container.htw-bar-container {
  padding-top: 3em;
}
.htw-video-title {
  font-size: var(--font-xl);
}
.video-container {
  float: none !important;
  margin-left: 30%;
}
.video-container iframe {
  height: 24em;
  width: 100%;
}

/* Picture Styling */

.htw-gallery-row .htw-row-content .picture-tile-2 {
  margin-top: 5%;
}
.gallery-title,
.picture-tile-bsp {
    width: 100%;
    background: var(--darkgrey);
    padding: 2em;
    font-size: var(--font-l);
}
.copyrighted .gallery-title {
  margin-left: 20px;
}
.gallery-title {
  position: absolute;
  bottom: 0;
}

.link-bsp span,
.link-bsp a span {
  font-size: var(--font-l);
  padding:2em;
  color: #fff;
}
.link-icon-border{
  border-left: 4px solid var(--green);
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--rose);
  border-bottom: 4px solid var(--orange);
  border-radius: unset;
  color:white;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 1em;
  top: 33%;
  padding: 0.3em !important;
}
.link-icon {
  float: right;
}
.htw-picture-row {
  background: linear-gradient(180deg, #FFF 50%, #E7E7E7 50%);
  padding: 0 2.5em 2.5em 2.5em;
}
.picture-bg-container .bg-link {
  object-fit: cover;
  width: 100%;
}

/* Download Styling */

.htw-download-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1em;
}
.htw-download-title {
  font-size: var(--font-xl);
}
.htw-download-tile-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.htw-download-tile {
  padding: 1em 2em 1em 2em !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}
.htw-download-text {
  font-size: var(--font-l);
}
.htw-download-desc {
  font-family: "Akkurat-Regular";
  color: var(--grey) !important;
  padding-bottom: 1em;
}
.download-btn {
  background: transparent;
  font-size: 0.5em;
  padding: 1em;
}
.download-btn:hover,
.download-btn:focus {
  border-left: 4px solid var(--green);
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--rose);
  border-bottom: 4px solid var(--orange);
}
.htw-download-img {
  text-align: center;
}

/* Accordion Styling */

.htw-accordion-title {
  font-size: var(--font-xl);
}
.htw-accordion-desc {
  font-size: var(--font-m);
  padding-bottom: 1em;
}
.htw-accordion-content {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
}
.htw-accordion-headline {
  font-size: var(--font-xl);
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0.5em;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  background: white;
  font-weight: 600;
}
.htw-accordion-toggle {
  border-left: 4px solid var(--green) !important;
  border-top: 4px solid var(--blue) !important;
  border-right: 4px solid var(--rose) !important;
  border-bottom: 4px solid var(--orange) !important;
  border-radius: unset;
  font-size: 1em;
  float: right;
  background: transparent !important;
}
.htw-accordion-toggle::after {
  content: "+";
  padding: 0em 0.1em 0em 0.1em;
}
.htw-accordion-toggle.active::after {
  content: "-";
  padding: 0em 0.2em 0em 0.2em;
}
.htw-accordion-textline {
  font-size: var(--font-m);
  font-family: 'Akkurat-Regular';
  max-height: 0;
  position: relative;
  transition: all 0.5s ease;
  visibility: hidden;
  overflow: hidden;
  box-shadow: inset 0px 6px 8px 0px rgba(0, 0, 0, 0.13);
  padding: 0em 1em 0em 1em;
  line-height: 1.7;
}
.htw-accordion-textline.active {
  visibility: visible;
  padding: 1em 1em 1em 1em;
  max-height: initial;
}
.htw-accordion-headline p,
.htw-accordion-textline p {
  display: contents;
}
#form-widgets-accordion .datagridwidget-cell > input:only-child,
#form-widgets-accordion .datagridwidget-cell input,
#form-widgets-accordion .datagridwidget-cell select,
#form-widgets-accordion .datagridwidget-cell textarea {
  background: white;
}

/* Formular Styling */

.htw-form-row label {
  font-size: var(--font-m);
}
.htw-form-row label .required::after {
  font-size: var(--font-s);
  top: -10px;
  content: "*";
}
.htw-form-row .field.error {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.htw-form-row .formControls {
  border-top: none;
  background: none;
  padding: 12px;
  box-shadow: none
}
.htw-form-row .formControls input {
  font-size: var(--font-s);
  background: white;
}


/* HTW Studiengang Detail Styling */

.portaltype-htw_study_detail #htw-portal-header,
.portaltype-htw_user #htw-portal-header {
  height: 40vh;
}
.portaltype-htw_study_detail [id*="-htw-content"] > div:nth-child(n+3) {
  background-color:white;
  display: flex;
  border-top: 0.2em solid var(--lightgrey);
}
.htw-study-tab-container {
  margin-right: 50px;
}
.htw-study-tab-container ul {
  list-style: none;
  display: flex;
  width: 100%;
  padding: 0;
}
.htw-study-tab-container a {
  padding: 1em 1em 1em 1em;
  color: black;
  text-align: center;
  width: 100%;
  font-size: var(--font-m);
  border: 1px solid var(--grey);
  box-shadow: inset 5px 0px 7px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.htw-study-tab-container a:hover {
  text-decoration: solid;
  font-family: "Akkurat-Regular";
}
.htw-study-tab-container a.active {
  border-bottom: none;
  box-shadow: none;
}
.htw-detail-title {
  font-size: var(--font-l);
  table-layout: fixed;
}
.htw-detail-list {
  border: none;
  font-size: var(--font-m);
  color: black;
  width: 95%;
}
.htw-detail-list td {
  vertical-align: middle;
  border: none;
  width: 50%;
  padding: 0.5em;
}
.htw-detail-list-content {
  font-family: "Akkurat-Light";
}
.htw-detail-list td {
  vertical-align: middle;
  border: none;
}
.htw-detail-description {
  font-size: var(--font-m);
  font-family: "Akkurat-Regular";
}

/* HTW Custom HTML Styling */

.htw-html-content {
  color: var(--black);
  font-size: var(--font-l);
  line-height: 1.8;
  font-family: "Akkurat-Regular";
}
.htw-html-content p {
  margin: 0 0 1.5em !important;
}
.htw-html-content table {
  margin: 1.5em 0em 1.5em 0em;
}
.htw-html-content td {
  padding: 0.6em;
}
.htw-text-row h1,
.htw-accordion-title,
.htw-download-title,
.htw-video-title {
  font-size: var(--font-xl);
  line-height: 1.4;
}
.htw-html-content h1 {
  font-size: 36px;
}
.htw-html-content h2 {
  font-size: 30px;
}
.htw-html-content h3 {
  font-size: 24px;
}
.htw-html-content h4 {
  font-size: var(--font-s);
}
.htw-html-content h5 {
  font-size: var(--font-xs);
}
.htw-html-content h6 {
  font-size: 0.3em;
}
.htw-html-content .image-inline {
  max-width: 100%;
}

/* Userpage Styling */

.htw-user-view > div:not(.htw-user-tab-container) {
  padding: 1em;
}
.htw-profile-headerimage {
  border: 1px solid black;
  position: absolute;
  right: 100px;
  bottom: 10px;
  max-width: 300px;
}
.htw-user-tab-container ul {
  list-style: none;
  display: flex;
  width: 100%;
  padding: 0;
}
.htw-user-tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em 1em 1em 1em;
  color: black;
  text-align: center;
  width: 100%;
  font-size: var(--font-m);
  border: 1px solid var(--grey);
  box-shadow: inset 5px 0px 7px 0px rgba(0, 0, 0, 0.25);
}
.htw-tab-title {
  font-family: 'Akkurat-Bold';
}
.htw-tab-content {
  font-family: 'Akkurat-Light';
}
.htw-profile-img {
  display: flex;
  align-items: baseline;
}
.htw-profile-img img {
  box-shadow: 2px 4px 10px rgb(0 0 0 / 22%);
}
.htw-profile-container {
  display: flex;
  flex-direction: row;
}
.htw-profile-text-container.flex-col {
  width: 100%;
}
.htw-profile-text-container {
  display: flex;
  flex-direction: row;
}
.htw-profile-container h1 {
  margin: 0;
  font-size: var(--font-l);
  min-height: 35px;
}
.htw-profile-text-container > div {
  padding: 1em;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-col.htw-profile-text-container > div:not(:first-child) {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}
.htw-profile-text > * {
  padding-left: 1rem;
}
.htw-profile-text > div {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  max-width: 30%;
}
.htw-profile-socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-end !important;
}
.htw-profile-socials a {
  padding: 0.5em;
}
.htw-profile-socials a:hover {
  text-decoration: none;
}
.htw-profile-socials img:hover {
  transition: all .2s ease-in-out;
  transform: scale(1.2);
}
.htw-profile-ophours {
  padding-top: 25px;
}

/* ---------- Frontpage Styling ---------- */ 

.portaltype-htw_frontpage #htw-portal-header {
  height: 100vh;
}
#htw-portal-misc {
  padding-top: 35vh;
  display: flex;
  flex-direction: column;
}
.color-filter {
  /* mix-blend-mode: multiply;
  background-blend-mode: multiply; */
  /* background: linear-gradient(90deg, #AFCB34 0%, #00A7E7 34.37%, #E7348B 67.71%, #F7A823 100%); */
  background: linear-gradient(to right, rgba(175, 203, 52, 0.7) 0%, rgba(0, 166, 231, 0.7) 34.37%, rgba(231, 52, 139, 0.7) 67.71%, rgba(247, 169, 35, 0.7) 100%);
}
.portaltype-htw_frontpage [id*="-htw-content"] > div {
  display: flex;
}
.portaltype-htw_frontpage .htw-bar-container {
  display: none;
}
#header-gallery {
  margin: 0 !important;
}
#header-gallery #htw-portal-subtitle {
  font-size: var(--font-xl);
  width: 50%;
  color: black;
  display: flex;
  margin-top: 0.5em;
  font-weight: 600;
}
.read-more {
  font-size: var(--font-xl);
  border: 1px solid black;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  margin-top: 1em;
}
.read-more:hover,
.read-more:focus {
  border: 2px solid black;
}
.read-more a {
  display: flex;
  color: black;
  padding: 0.5em;
  font-size: var(--font-l);
  font-weight: 600;
}
.read-more:hover a,
.read-more:focus a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}
#header-gallery .slick-list,
#header-gallery .slick-track, 
#header-gallery .slick-slide,
#header-gallery .slick-slide > div,
.header-gallery-content {
  height: 100%;
}
#header-gallery .slick-dots {
  margin-top: -60px;
  z-index: 2;
  bottom: auto;
}
#header-gallery .slick-dots li button {
  border: 2px solid black !important;
}
#header-gallery .slick-dots li button:before {
  opacity: 0;
}
#header-gallery .slick-dots li.slick-active button:before {
  opacity: 1;
}

/* Fact Kachel Styling */

#fact-row {
  position:relative;
}
#fact-row div:nth-child(odd) {
  position: absolute;
  display:none;
  left: 0;
}
#fact-row div:nth-child(even) {
  position: absolute;
  display:none;
  right: 0;
}
#fact-row div:first-child {
  position: relative;
  z-index: 1;
  display: block;
}
#fact-row div:nth-child(2) {
  display: block;
  z-index: 1;
}

.fact-odd .fact-tile-content {
  box-shadow: inset 30px 4px 20px rgba(0, 0, 0, 0.25);
}
.fact-tile-content .fact-tile-title {
  font-size: var(--font-xl);
  height:0;
  padding-bottom: 1em;
}
.fact-tile-content .fact-tile-description {
  font-size: var(--font-4xl);
  font-weight: 600;
}
.fact-tile-content {
  text-align: center;
  justify-content: center;
  padding: 10em 0em 10em 0em;
}
.fact-tile-text {
  color: white;
}

/* Gallery Styling */


.htw-gallery-content {
  display: flex;
  flex-direction: row;
  flex-flow: row nowrap;
  align-items: center;
}
.gallerify {
  margin-right: 4em;
}
.htw-gallery-content .gallery-tile-content {
  display: flex !important;
}
.htw-gallery-content img {
  max-width: 100%;
}
.htw-gallery-slide,
.htw-topic-slide {
  width: 100%;
  padding: 1em;
}
.gallery-arrow,
.topic-arrow {
  height: 3em;
  width: 3em;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
}
.gallery-arrow:focus,
.topic-arrow  {
  outline: none;
}
.gallery-next-arrow::before,
.topic-next-arrow::before {
  content: "→";
}
.gallery-prev-arrow::before,
.topic-next-arrow::before {
  content: "←";
}
.gallery-copyright {
  font-size: var(--font-s);
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  white-space: nowrap;
  font-family: "Akkurat-Regular";
  margin-left: -1em;
}
.c-icon {
  transform: rotate(90deg);
}

/* Readspeaker Styling */

#webreader > div *:not(.rs-player-loadindicator):not(.rsbtn-progress) {
  color: white !important;
  background: black !important;
}
.rsbtn_play {
  width: 100%;
}
.rs_addtools .rsbtn_play .rsbtn_right.rsimg,
.rsbtn .rsbtn_play .rsbtn_right.rsimg {
  padding: 10px 0px 10px 10px !important;
}
.rs_addtools .rsbtn_tooltoggle,
.rsbtn .rsbtn_tooltoggle {
  top: 18px !important;
}
.rs_addtools .rsbtn_play,
.rsbtn .rsbtn_play {
  border: 1px solid black !important;
  height: 46px !important;
}
.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text::before,
.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::before {
  font-size: var(--font-m) !important;
}
.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text,
.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text {
  padding-top: 10px !important;
}
.rsbtn .rs-player-loadindicator {
  left: 0 !important
}


/* Slick Styling */

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid black;
  outline: none !important;
  background: transparent;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 100%;
  left: 2%;
}
.slick-next {
  left: 10%;
}

.slick-prev:before, .slick-next:before {
  color: black;
}
.htw-gallery-row .slick-dots {
  position: relative !important;
  text-align: end !important;
  bottom: 0 !important;
  padding-top: 1em !important;
}
.slick-dots li button {
  border-radius: 50%;
}
.slick-dots li button::before {
  background: currentColor;
  border-radius: 50%;
}

/* Zitat Styling */

.htw-quote-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-deco {
  text-decoration: none !important;
}
.quote-text {
  font-size: var(--font-l);
  font-family: "Akkurat-Regular";
  line-height: 140%;
  padding-bottom: 0.5em;
  padding-left: 1em;
}
.htw-quote-row a,
.htw-quote-row a:hover {
  color: black;
}
.quote-text::before {
  content: "» ";
}
.quote-text::after {
  content: " «";
}
.quote-img {
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.22);
  margin-top: 2em;
}
.quote-author {
  font-size: var(--font-m);
}
.quote-author::before {
  content: "— ";
}
.quote-desc {
  font-size: var(--font-m);
  padding-top: 4em;
}

/* Thema Kachel Styling */

.topic-row {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent, white 50%, black 0%);
}
.bibtopic-row {
  display: flex;
  flex-direction: row;
  flex-flow: column;
}
.topic-tile-2 {
  margin-top: -30%;
}
.topic-tile-3 {
  z-index: 1;
  padding: 0;
}
.topic-tile-4 {
  margin-top: -20%;
  padding:0;
}
.topic-tile-text {
  position: absolute;
  padding: 1em;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.topic-tile-text ul {
  list-style-type: none;
}
.topic-tile-content {
  width: 100%;
}
.topic-bg-container {
  width:auto;
  height: auto;
  text-align:center;
}
.topic-bg-container img {
  width: 100%;
  height: inherit;
}
.topic-tile-title {
  padding: 2em 0em 2em 2em;
}
.topic-tile-title h1 {
  font-size: var(--font-xxl);
}
.bibtopic-row .topic-tile-title h1,
.htw-ingwi-topic-row .topic-tile-title h1 {
  font-size: var(--font-xxl);
}
.portaltype-htw_frontpage .bibtopic-row .topic-bg-container,
.portaltype-htw_frontpage .htw-ingwi-topic-row .topic-bg-container {
  width: auto;
  text-align: center;
  height: 70vh;
}
.link-list {
  padding: 1em 1em 5em 1em;
  width: 100%;
}
.link-list li {
  padding: 10px;
  border-top: 2px solid white;
  font-size: var(--font-xl);
}
.bibtopic-row .link-list li,
.htw-ingwi-topic-row .link-list li {
  font-size: var(--font-xl);
}
.link-list a:last-child {
  border-bottom: 2px solid white;
}
.link-list a {
  color: white;
  text-decoration: none;
  display:block;
  flex-direction: row;
  justify-content: space-between;
  width: 95%;
}
.link-list a:hover {
  color:var(--lightgrey);
  transition: color .3s linear;
  text-decoration: none;
}
.list-icon {
  float: right;
}

/* Ingwi Topics */

.htw-ingwi-topic-row {
  display: flex;
  flex-wrap: wrap;
}
.htw-ingwi-text-container {
  position: relative;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
.htw-ingwi-text-container .htw-html-content {
  padding: 1em;
  font-size: var(--font-xl);
  text-align: center;
}

/* Fakultät Kachel Styling */

.faculty-tile {
  transition: all 0.5s;
  box-shadow: inset 30px 4px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.faculty-tile.inactive {
  width: 5% !important;
}
.faculty-tile.active {
  width: 85% !important;
  visibility: visible;
}
.faculty-tile-content {
  padding: 2.5em;
  height: 0;
}
.with-img {
  width: 41.66666667%
}
.faculty-tile-text {
  height: 0;
}
.faculty-tile.inactive .faculty-tile-text {
  display: none;
  visibility: hidden;
  transition: all 0.5s;
}
.faculty-tile.active .faculty-tile-title {
  max-width: 300px;
}
.faculty-tile-title {
  margin-top:4.7em;
  margin-bottom:11.7em;
  height: 0;
  width: 80%
}
.faculty-tile-title h1,
.faculty-tile-subtitle h1 {
  font-size: var(--font-xl);
  margin:0;
  word-wrap:initial;
}
.faculty-tile-title h1 {
  color: white;
}
.faculty-tile-subtitle h1 {
  color: black;
}
.faculty-link-container {
  width: 150px;
}
.faculty-tile-link {
  border: 3px solid black;
  text-decoration: none;
  color: black;
  padding:1em;
}
.faculty-image-container{
  width: 0;
  visibility:hidden;
}
.faculty-tile.active .faculty-image-container {
  width: initial;
  height:initial;
  visibility:visible;
}
.faculty-tile.inactive .faculty-image-container {
  visibility: hidden;
}

/* Fakultät Unterseite Styling */

#faculty-nav-container {
  margin-bottom: 2em;
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
}
#faculty-nav {
  align-self: center;
}
.faculty-nav-list {
  list-style: none;
  font-size: var(--font-l);
  padding: 1em 2em 1em 0;
}
.faculty-nav-list a {
  color: black;
}
.faculty-nav-list li:hover {
  cursor: pointer;
}
.faculty-nav-list li:hover a {
  color: black;
  text-decoration: none;
  padding-left: 1em;
}
.faculty-nav-item {
  padding: 1em;
  border: 1px solid black;
  background: white;
}
#faculty-nav-text {
  margin-top: 10%;
  background: white;
  padding: 2.3em 3.3em 2.3em 3.3em;
}
.faculty-nav-desc {
  font-size: var(--font-l);
}

/* Termine Kachel Styling */

.calendar-col {
  display: flex;
  align-items: center;
}
.calendar-tile-picture {
  float: left;
}
.calendar-tile-text a div {
  margin: 20px 0px 20px 5px;
}
.calendar-tile-date {
  display: flex;
  align-items: center;
}
.calendar-bar {
  display: inline-block;
  visibility: visible;
  height: 18px;
  width: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

/* Keyword Styling */

.keywords-tile-content {
  min-height: 100%
}
.animation-box {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 5em 0 5em 0
}
.animation-box div a {
  text-decoration: none;
  color: black;
  white-space: nowrap;
}
div[id*="keyword-"] {
  font-size: var(--font-4xl);
  display:none;
  font-family: 'Akkurat-Bold';
}


/* Studium Styling */

#study-filter-title {
  font-size: var(--font-xl);
}
.filter-section {
  font-family: 'Akkurat-Bold';
  background: var(--lightgrey);
  cursor: auto;
}
.filter-row {
	list-style: none;
}
.filter-grade .studyfilter-button.active::before {
  content: "";
  width: 0.5em;
  background: linear-gradient(to bottom, var(--green) 25%, var(--blue) 25% 50%, var(--rose) 50% 75%, var(--orange) 75% );
}
.filter-grade .studyfilter-button.active {
  padding-left: 0 !important;
}
#study-filter, #study-sort {
  list-style: none;
  padding-left: 0;
  cursor: pointer;
}
#study-filter li, #study-sort li {
  border: 1px solid black;
  padding: 0.8em;
  display: flex;
}
.study-list-icon {
  float: right;
}
.sort-row {
  list-style: none;
  padding: 0;
  display: flex;
  text-align: center;
}
.sort-row li {
  width: 100%;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.sort-row li:last-child {
  border-right: 1px solid black;
}
#study-left-col {
  padding: 1em;
  margin-top: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 15rem;
}
#study-right-col {
  background-color: var(--lightgrey);
  padding-right: 50px;
  min-height: 100%;
  box-shadow: inset 10px 0px 50px -40px rgb(0 0 0 / 75%);
}
#alphabet-filter {
  list-style: none;
  display: flex;
}
#alphabet-filter li {
  padding: 1em 1em 1em 1em;
  font-size: 2em;
}
.study-item {
  padding: 1em;
  overflow: hidden;
}
.study-item a {
  color: black;
}
.study-item a:hover {
  text-decoration: none;
  color: black;
}
.study-item-content {
  padding: 1.5em;
  background-color: #fff;
  height: 500px;
  box-shadow: 10px 4px 14px rgb(0 0 0 / 20%);
}
.study-item-text {
  padding-bottom: 1em;
  height: 100%;
  overflow: hidden;
}
.study-item-grade {
  font-size: var(--font-s);
}
.study-item-title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: var(--font-l);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-top: 0;
}
.study-item-picture-container {
  padding: 2em;
}
.study-item-picture {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.study-item-picture img {
  height: 100%;
  filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(293deg) brightness(0%) contrast(100%);
}

/* Story Styling */

#story-filter-container {
  position: -webkit-sticky;
  position: sticky;
  top: 15rem;
}
#story-filter {
  margin-top: 1em;
  list-style: none;
}
#story-filter .filter-section {
  padding: 1em;
}
#story-filter-showall,
.storyfilter-button {
  border: 1px solid black;
  padding: 1em;
  cursor: pointer;
}
.storyfilter-button.active {
  border-left: 4px solid var(--green);
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--rose);
  border-bottom: 4px solid var(--orange);
}
.htw-story-tile {
  padding: 1em;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#htw-story-container {
  background-color: var(--lightgrey);
  box-shadow: inset 10px 0px 50px -40px rgb(0 0 0 / 75%);
  display: flex;
  flex-wrap: wrap;
  padding-right: 50px;
}
.htw-story-content {
  padding: 2em;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  min-height: 45em;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: white;
}
#htw-story-header,
#htw-project-header {
  padding: 2em;
  margin: 1em;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: white;
}
.htw-story-img {
  width: 100%;
}
.htw-story-text {
  height: 15em;
}
.htw-story-title {
  padding: 1em 1em 0.5em 0em;
  font-size: var(--font-l);
}
.htw-story-desc {
  font-size: var(--font-m);
  padding-bottom: 1em;
  height: 10em;
  overflow: auto;
}
.htw-story-link a {
  color: black !important;
  text-decoration: none !important;
}
.htw-story-link {
  border: 2px solid black;
  padding: 0.5em;
  width: 8em;
  font-size: var(--font-m);
  -webkit-box-shadow: 5px 5px 15px -1px rgb(0 0 0 / 40%);
  box-shadow: 5px 5px 5px -2px rgb(0 0 0 / 40%);
  cursor: pointer;
}
.htw-story-link:hover {
  -webkit-box-shadow: 5px 5px 15px -1px rgb(0 0 0 / 40%);
  box-shadow: 5px 5px 5px 1px rgb(0 0 0 / 40%);
  border: 2px solid black;
  font-weight: 600;
}
.htw-story-link .list-icon {
  padding-top: 3px;
}
.bg-image-placeholder {
  width: 100%;
  padding-top: 100%;
  background-color: gray;
}

/* Project Gallery Styling */
#htw-project-gallery {
  display: flex;
  flex-direction: column;
}
#project-filter-container {
  display: flex;
  flex-direction: row;
  width: calc(100% - 50px);
  padding: 1em;
  flex-wrap: wrap;
  -webkit-box-shadow: -9px 7px 11px -7px #000000;
  box-shadow: -9px 7px 11px -7px #000000;
  z-index: 1;
}
.htw-project-category {
  display: flex;
  flex-direction: column;
}
.htw-project-category label {
  padding: 0.5em 0.5em 0em 0;
}
#htw-project-container {
  display: flex;
  flex-wrap: wrap;
  padding-right: 35px;
  background: lightgray;
  padding-top: 1em;
}
.htw-project-tile {
  padding: 0 !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  margin: 1em;
  flex-basis: calc(25% - 2em);
  background: white;
}
.htw-project-tile > a,
.htw-project-tile > a:hover,
.htw-project-tile > a:focus {
  color: black;
  text-decoration: none;
}
.htw-project-title {
  font-weight: 600;
  font-size: var(--font-l);
  padding: 0.5em 0.5em 0 0.5em;
}
.htw-project-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.htw-project-content > *:not(.htw-project-img):not(.htw-project-title):not(.htw-project-link) {
  padding: 0 0.5em 0 0.5em;
  display: flex;
  flex-direction: column;
}
.htw-project-authortext p::after {
  content: ",\00a0";
}
.htw-project-authortext p:last-child::after {
  content: "";
}
.htw-project-link {
  display: flex;
  flex-direction: column;
  color: var(--black);
  font-size: var(--font-m);
  line-height: 1.8;
  padding: 1em 1em 1em 0;
  width: fit-content;
}
.htw-project-link a {
  color: black;
  font-weight: 600;
}
.htw-project-subcategories {
  font-weight: 600;
  font-size: var(--font-m);
}
#htw-project-error {
  padding: 1em;
  font-size: var(--font-l);
}

/* Project Add Styling */
#add-project-container {
  padding: 1em;
}
#add-project-container > div {
  padding-bottom: 1em;
  width: 50vw;
}
#project-filter-form-container {
  display: flex;
  flex-direction: column;
  padding: 0;
}

/* Project Entry Styling */
#htw-project-back-btn button {
  border-left: 4px solid var(--green);
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--rose);
  border-bottom: 4px solid var(--orange);
  background: white;
  margin-bottom: 2em;
}
#htw-project-back-btn,
#htw-project-back-btn:hover {
  width: 200px;
  color:black;
}
#htw-project-entry {
  padding: 1em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#htw-project-entry .htw-row-content {
  min-width: 0%;
}
#htw-project-entry .htw-picture-content {
  width: calc(100% - 50px);
  margin-bottom: 1em;
  margin-right: 50px;
  -webkit-box-shadow: 5px 5px 15px 0px #000000;
  box-shadow: 5px 5px 15px 0px #000000;
}
.htw-project-gallery-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#htw-project-entry-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.htw-project-img {
  overflow: hidden;
  height: 100%;
}
.htw-project-img img {
  transition: transform .5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.htw-project-tile:hover {
  transform: scale(1.05);
}
#htw-project-entry .htw-project-img {
  width: 400px;
  -webkit-box-shadow: 5px 5px 15px 0px #000000;
  box-shadow: 5px 5px 15px 0px #000000;
}
.htw-project-text {
  width: 100%;
  padding: 1em 2em 1em 1em;
}
.htw-project-text > div {
  padding-bottom: 1em;
}
.htw-project-desc {
  display: flex;
  flex-direction: column;
  color: var(--black);
  font-size: var(--font-m);
  line-height: 1.8;
  padding: 1em 1em 1em 0;
}
.htw-project-person {
  display: flex;
  flex-direction: column;
  color: var(--black);
  font-size: var(--font-m);
  line-height: 1.8;
}
.htw-project-list {
  border: none;
  font-size: var(--font-m);
  color: black;
  width: 95%;
}
.htw-project-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.htw-project-row > * {
  padding-top: 0.5em;
  width: 50%;
}

/****************Header*******************/

#htw-portal-text {
  top: 14em;
  width: 80%;
  position: absolute;
  left: 0;
}
#htw-portal-title {
  font-size: var(--font-xxl);
  letter-spacing: -0.01em;
  line-height: 1.1;
  font-weight: 600;
  font-family: 'Akkurat-Bold';
  width: fit-content;
}
body.template-searchview #htw-portal-title {
  display: none;
  visibility: hidden;
}
#htw-portal-extra {
  padding-left: 0.5em;
  font-size: var(--font-m);
}
#htw-portal-subtitle {
  font-size: var(--font-xl);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color:white;
  display: flex;
}
#htw-portal-copyright {
  font-size: var(--font-s);
  bottom: 40%;
  position: absolute;
  right: 60px;
}
#htw-portal-container {
  height:100%;
  display: block;
  position: relative;
}
body.template-site-controlpanel #htw-portal-container,
body.template-folder_contents #htw-portal-container,
body.template-overview-controlpanel #htw-portal-container,
.portaltype-folder #htw-portal-container {
  background: rgba(0,0,0,0.5);
}
.portaltype-htw_user #htw-portal-container {
  height:100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: flex-end;
}
#htw-portal-nav {
  list-style: none;
  display: inline-block;
  margin-top: -60%;
}
#htw-portal-nav a:hover,
#htw-portal-nav a:focus {
  text-decoration: none;
}
#htw-portal-nav a li {
  border: 1px solid var(--grey);
  padding: 1.2em 4em 1.2em 2em;
  font-size: 1.5em;
  background: white;
  color: var(--grey);
}
#htw-portal-description {
  font-size: 1.5em;
  padding: 2em 0 2em;
}
#portal-header{
  margin-top: 0;
}
.home {
  display: block;
  position: relative;
  width: 100%;
}
.home .home-header {
  position: relative;
  height: 80vh;
  min-height: 400px;
  max-height: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .home-header__video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#header-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  will-change: object-fit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .home-header__video-toggle {
  border: none;
  background-color: transparent;
  position: absolute;
  float: right;
  bottom:0;
  right:0;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius: 0;
  color: #000;
  cursor: pointer;
}
.js-home-header-video .home-header__video{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  will-change: object-fit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;   
}

#header-video-btn {
  color: white;
  font-size: var(--font-l);
  background: black;
  border-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#header-video-btn #icon-play-btn {
  display: block;
  visibility: visible;
  width:50px;
  padding: 0px 3px 0px 10px;
}
#header-video-btn.active #icon-play-btn {
  display: none;
  visibility: hidden;
}
#header-video-btn #icon-pause-btn {
  display: none;
  visibility: hidden;
  width:50px;
  padding: 0px 6px 0px 6px;
}
#header-video-btn.active #icon-pause-btn {
  display: block;
  visibility: visible;
}

.newstitel {
  font-size: var(--font-4xl);
  line-height: 103.2%;
  letter-spacing: -0.04em;
  color: black;
  font-family: 'Akkurat-Bold';
  width: fit-content;
  width: -moz-fit-content;
}
.newstitel:hover,
.newstitel:focus {
  color: white;
  text-decoration: none;
  outline: none;
}
.head_list{
  font-size: 1.4em;
  padding: .5em;
  display:table;
  width:100%;
  color:#000;
}

.head_list a{
  color:#000;
  display: table;
}
.head_list a:hover{
  text-decoration:none;
}
.head_list li{
  list-style: none;
  float:left;
  margin-bottom: 4vh;
}
.btn-circle{ 
  display:block;
  text-align: center;
  font-size: 1em;
  border-radius: 50%;
  border: 1px solid #000;
  height:3em;
  width:3em;
  margin-right:1em;
} 
.newsdate{
  float: left;
  margin-right:2em;
}

.news_link_hd{
  display: inline-block;  
}


.news_link_hd .glyphicon-arrow-right{
  color:#000;
  padding:15px;
  border: 1px solid #000;
  border-radius:50%;
  font-size:2em;
  /*padding-top: .9em;
  padding-left: .3em;*/
}

.link-text-hd::before{
  content:'\00A0→';
  padding: 10px;
  margin-right:.5em;
  border: 1px solid #000;
  border-radius: 50%;
}

.caption{
 padding:30px;
}

/********Suchfeld************/
#header_forms{
  color:#000;
  border-bottom:4px solid #000;
  border-top:0;
  border-left:0;
  border-right:0;
  box-shadow: none;
  border-radius:0;
  background: none;
  width: 100%;
}
.template-searchview #header_forms{
  padding-top: 10em
}

#header_forms input[type="text"]{
  color:#000;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:0;
  box-shadow: none;
  border-radius:0;
  background: none;
  font-size:1.4em;
}
#header_searchfield .glyphicon-search{
  color:#000;
  font-size: 1.5em;
}
#header_searchfield {
  margin-top: 1em;
  display: inline-block;
  padding: 0.5em;
  width: 25%;
  position: absolute;
  bottom: 15vh;
  left: 2em;
}
#header_forms .searchButton{
background:unset;
padding: 2px 1em 0 1em;
border:0;
}
input[type=search]:focus{
  border-bottom:10px solid #555;
}
#header_forms .searchButton:hover{
background:unset;
box-shadow:unset;
}
#header_searchfield .search {
width: 100%;
position: relative;
display: flex;
}
#header_searchfield input[type=text] {
  color: black;
  height: auto;
  font-family: 'Akkurat-Bold';
}
#header_searchfield input::-ms-input-placeholder {
  color: black;
}
#header_searchfield .searchTerm:focus{
  color: black;
}
#header_searchfield .searchTerm::placeholder {
  color: black !important;
}
#header_searchfield .glyphicon-search{
  color:#000;
}
.img-responsive {
  display: block;
  width: 30%;
  margin: 0 auto;
}
.banner{
  padding:2em;
}
.banner > div {
  height: 10em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.banner a{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.banner a:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  transition: filter 0.3s;
}
#sitemap:not(.dropdown-toggle) {
  overflow:hidden;
  background: #2B2A29;
  padding: 5em 2em 5em 2em;
}
#logobanner{
  background: #fff;
  padding: 2em;
}
#logobanner ul{
  padding:0;
}
#logobanner li{
  list-style:none;
}
.abbinder{
  overflow:hidden;
  color:#fff;
  background: #000;
  padding: 2em;    
}
.list-footer li{
  list-style: none;
  margin-bottom:0.8em;
}
.list-footer li a{
  color:#c4c4c4;
  transition: all 0.2s;
}
.list-footer li a:hover {
  text-decoration: none;
  color:white;
  padding-left: 3px;
}
.sitenav-titel::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin: 10px 0;
  background: #fff;
}

.colbox{
  margin-bottom:2em;
}
.list-footer {
  padding-bottom: 1em !important;
}
.sitenav-titel{
  font-size: var(--font-m);
  color:#fff;
}
.plone-navbar{
  z-index: 15;
}
#login-link {
  cursor: pointer;
}

/********Suchfeld************/
#footer_forms{
  color:#fff;
  border-top:0;
  border-left:0;
  border-right:0;
  box-shadow: none;
  border-radius:0;
  background: none;
}

#footer_forms input[type="text"]{
  color:#fff;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:0;
  box-shadow: none;
  border-radius:0;
  background: none;
  font-size:20px;
}
.search-button-content,
.search-label {
  visibility: hidden;
  width: 1px;
}

#footer_searchfield{
  margin:15px;
}
#footer_searchfield .glyphicon-search{
  color:#fff;
  font-size: var(--font-m);
}
#footer_searchfield{
  margin-top: 3em;
  display: inline-block;
  border:2px solid #fff;
  width:36%;
}
#footer_searchfield .searchButton{
  background: unset;
  padding: 1px 1em 0 1em;
  border: 0;
  display: flex;
  align-items: center;
}
.searchButton:hover{
background:unset;
box-shadow:unset;
}

#footer_searchfield .search {
position: relative;
display: flex;
}
#footer_searchfield input[type=text]{
  color: #fff;
  height: auto;
  padding: 1em;
}

#footer_searchfield .searchTerm:focus{
color: #fff;
}

#footer_searchfield .searchTerm::placeholder{
   color: #fff !important;
}

#footer_searchfield .glyphicon-search{
color:#fff;
}

/*********Special*************/
.section-front-page .documentFirstHeading{
  display:none;
}
.section-front-page .documentDescription{
  display:none;
}
.section-front-page #plone-document-byline{
  display:none;
}
.fooh3{
  font-family: Akkurat-Light, sans-serif;
  margin:0;
}
.kontaktbox {
  color: #c4c4c4;
  line-height: 1.6;
}
.abbinder a {
  color: #c4c4c4;
  transition: all 0.2s;
}

.abbinder h2{
  margin:0;
}
.h2underline::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin: 2vh 0;
  background:#fff;
}

#socialbanner{
margin-top:.5em;
}    
#socialbanner li{
  list-style:none;
  float:left;
  width:30%;
  margin-bottom:2em;
}
.instagram:hover{
background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.facobook:hover{
  background:#3b5998;
}
.twitter:hover{
  background:#1da1f2;
}
#socialbanner img{
  width:3em;
  border-radius:50%;
  filter: grayscale(1);
}
#socialbanner img:hover{
 transition: all .2s ease-in-out;
 transform: scale(1.2);
 filter: none;
}

/* List View Styling */

#htw-list-view {
  margin: 2em 4em 3em 2em;
}
.htw-list-title {
  width: max-content;
  max-width: 100%;
}
.htw-list-title h1 {
  width: 80vw;
}
.htw-list-text {
  padding: 1em 0em 0em 0em;
}
.htw-list-text a,
.htw-list-text a:hover,
.htw-list-text a:focus {
  color: black;
}
.htw-list-description {
  font-size: var(--font-l);
}
.htw-list-bottom-border {
  background: linear-gradient(to right, var(--green) 25%, var(--blue) 25% 50%, var(--rose) 50% 75%, var(--orange) 75% );
  height: 4px;
  margin-top: 1em;
  display: block;
  margin-bottom: 2em;
}


/* News Styling */
.section-front-page .htw-faculty_news::after {
  background: var(--black);
}
body.portaltype-htw_frontpage .htw-show-news-row {
  max-width: 100vw;
}
.htw-show-news-row {
  max-width: 80vw;
}
.htw-news-content {
  transition: all 1s;
  position: relative;
  border-radius:0;
  overflow: hidden;
  padding: 2em;
}
.htw-news-content a {
  color: black;
}
.htw-news-content a:hover {
  color: black;
}
.htw-news-content h2{
  margin: 0;
}
.news-tile-title h1 {
  font-size: var(--font-xxl);
}
.htw-news-content .slick-dots li {
  padding-right: 1em;
  display: inline-block;
  cursor: pointer;
  font-size: var(--font-xl);
  width: auto;
}
.htw-news-content .slick-dots li a {
  text-decoration: none;
  color: var(--grey);
}
body.portaltype-htw_faculty .htw-news-content .slick-dots li a {
  color: white;
}
body.portaltype-htw_faculty .htw-news-content .news-nav .slick-active a {
  color: black;
}
.news-tile-content{
  transition: all 1s;
  z-index: 2;
}
.htw-news-content .news-nav {
  margin-top: 2em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.news-tile-content .slick-list {
  padding-top: 5%;
  padding-bottom: 5%;
}
.htw-news-content .news-nav .slick-arrow {
  position: relative;
  text-align: center;
  width: auto;
  margin-right: 2.5em;
  cursor: pointer;
  border-radius: 50%;
  background: white;
  padding: 6px 10px 6px 10px;
}
.htw-news-content .news-nav .slick-arrow {
  outline: none !important;
}
.htw-news-content .news-nav .slick-arrow:before {
  color: black;
}
.htw-news-content .news-nav .prev-arrow:before {
  content: "←";
}
.htw-news-content .news-nav .next-arrow:before {
  content: "→";
}
.htw-news-content .news-nav .slick-dots {
  position: relative;
  text-align: left;
  width: auto;
  bottom: 0;
}
.htw-news-content .news-nav .slick-active a {
  color: black;
  text-decoration: none;
}
.htw-news-content .link-text-hd{
  margin-left:2em;
  cursor:pointer;
}
.news-tile-description {
  font-size: var(--font-m);
  padding: 1em 1em 1em 0em;
  position:relative;
  z-index:5;
}
.news-button {
  background: transparent;
  border-radius: 50%;
  border: 1px solid black;
}
.button-icon {
  font-size: 50px;
  transform: translateY(1%);
}
.htw-news-content::after {
  content: "";
  display: block;
  background: var(--grey);
  position: absolute;
  padding: 35em;
  right: -15em;
  bottom: -45em;
  border-radius: 50%;
}
body.portaltype-htw_faculty .htw-news-content::after {
  background: white;
}
.news-tile-text{
  padding-left:4em;
}
.htw-news-item-text {
  padding: 1em 4em 2em 2em;
}
.htw-news-item-title {
  padding-bottom: 1em;
}
.htw-news-item-img {
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.htw-news-item-contactname {
  margin: 0 !important;
}

/*********Fakultätsseite Termine*************/
.htw-front-portlet-termine{
  display:inline-block;
  padding:2em;
}
#calendar-tile-content{
  display:inline-block;
}
.calendar-tile-picture img{
  object-fit: contain;
  width:100%;
  height:100%
}

.calendar-col{
  padding:2em;
}
.calendar-col a{
  color:#000;
  display:block;
}
.calendar-col a:hover{
  color:#000;
  text-decoration:none;
}
.button-border{
  border:1px solid #000;
  border-radius:0;
  background:transparent;
  font-weight:normal;
  text-shadow:none;
}
.button-border:hover{
  background:transparent;
}


/* Event Styling */
.htw-show-events-content {
  display: flex;
  flex-wrap: wrap;
}
.htw-show-events-title{
  font-size: var(--font-xl);
}
.htw-show-events-headline-text{
  font-size: var(--font-m);
}
.htw-show-events-set {
  border-bottom: 1px var(--black);
  box-shadow: 0px 4px 10px rgb(0 0 0 / 13%);
  flex-basis: calc(50% - 10px);
  margin: 5px;
}
.htw-show-events-headline {
  padding: 2em;
}
.htw-event-tab-container ul {
  list-style: none;
  display: flex;
  width: 100%;
  padding: 0;
}
.htw-event-tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em 1em 1em 1em;
  color: black;
  text-align: center;
  width: 100%;
  font-size: var(--font-m);
  border: 1px solid var(--grey);
  box-shadow: inset 5px 0px 7px 0px rgba(0, 0, 0, 0.25);
}
.htw-event-item {
  padding: 1em 4em 2em 2em;
}
.htw-event-item-title {
  padding-bottom: 1em;
}

/* <------ HTW Opus ------> */

#publication-upper-container {
  padding-left: 4rem;
}
#publication-description {
  font-size: var(--font-l);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid lightgrey;
  width: calc(100% - 1em);
}
#publication-error-view {
  padding: 1em 0 2em 3em;
  font-weight: 600;
}
#publication-db-view {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
#publication-search-container {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
}
.publication-ajax-container,
.opus-ajax-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.publication-ajax-container .pagination {
  margin: 20px 0 20px !important;
}
.opus-ajax-container .pagination {
  margin: 0 0 20px 0 !important;
}
.template-standardview .pagination {
  margin: 0 0 20px -30px !important
}
.publication-ajax-container .pagination li,
.opus-ajax-container .pagination li {
  cursor: pointer;
}
.publication-ajax-container .pagination li > a,
.publication-ajax-container .pagination li > span,
.opus-ajax-container .pagination li > a,
.opus-ajax-container .pagination li > span {
  color: black;
}
.publication-ajax-container .pagination li.active > span,
.opus-ajax-container .pagination li.active > span {
  color: white;
}
#publication-label-container{
  width: 50%;
  position: relative;
}
#publication-search-label {
  width: 100%;
}
#publication-preview {
  padding: 0.5em;
  border: 1px solid grey;
  display: none;
  position: absolute;
  top: 56px;
  z-index: 2;
  background: white;
  border-radius: 3px;
  max-height: 500px;
  overflow-y: auto;
}
#publication-preview.active {
  display: flex;
}
#publication-preview ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
#publication-preview li {
  border-bottom: 1px solid grey;
  padding-top: 1em;
}
#publication-preview a {
  color: black;
  text-decoration: none;
}
#publication-preview a:hover {
  font-weight: 600;
}
#publication-input-container {
  display: flex;
  flex-wrap: wrap;
  display: none;
}
/* #publication-input-container .active {
  display: block;
} */
#publication-input-container .publication-options-label {
  padding: 0.5em 1em 0.5em 0;
  flex-basis: calc(20% - 0.4em);
}
#publication-options-title,
#publication-options-author {
  flex-basis: calc(50% - 1em) !important;
}
#publication-advanced-toggle,
#publication-advanced-reset {
  width: 150px;
  margin: 2em 1em 1em 0;
}
#publication-advanced-active {
  padding-top: 1em;
  font-weight: 600;
  display: none;
}
#publication-advanced-active.filter {
  display: block;
}
#publication-options-container {
  margin-bottom: 1em;
}
#publication-table-container {
  overflow-x: auto;
  padding-top: 1.5em;
  padding-right: var(--font-l);
  padding-left: var(--font-l);
  --scrollbar-width: 0px;
  width: 100%;
  --mask-image-content: linear-gradient( to right, transparent, black var(--font-l), black calc(100% - var(--font-l)), transparent);
  -webkit-mask-image: var(--mask-image-content), linear-gradient(black, black);
  -webkit-mask-size: 100%, 0;
  --mask-position: 0 0, 100% 0;
  --mask-repeat: no-repeat, no-repeat;
  border-top: 1px solid gray;
}
.publication-sort-info {
  padding-left: 2.5em;
  margin: 2em 0 0 0;
}
.publication-sort-btn {
  margin: 0 0 1em 0;
}
.publication-sort-btn.asc::after {
  content: " 🡹";
}
.publication-sort-btn.desc::after {
  content: " 🡻";
}
.publication-sort-title {
  font-weight: 600;
  margin: 1em 0 0 0;
}
.publication-results-length {
  font-weight: 600;
  padding-left: 2.5em;
}
.template-standardview #publication-table-container {
  padding-left: 0 !important;
}
#publication-table {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.publication-content {
  display: flex;
  flex-direction: column;
  border: 1px solid lightgray;
  padding: 1em;
  margin: 0.5em;
  flex-basis: calc(20% - 1em);
  box-shadow: 0px 4px 10px rgb(0 0 0 / 13%);
}
.template-standardview .publication-content {
  flex-basis: calc(33% - 1em);
}
.publication-table-head > span,
.publication-content > span {
  padding: 0.5em;
}
.publication-content > span {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}
.publication-content-text {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5em;
}
.publication-content-title {
  font-weight: 600;
}
.publication-content:nth-child(odd) {
  background: #ededed;
}
.publication-table-head {
  padding: 0.5em;
  background-color: darkgrey;
}
.publication-table-head {
  font-size: var(--font-m);
}
.publication-content span > a:not(:last-child)::after {
  content: ',';
}
.publication-error-view {
  padding: 4rem;
}
.publication-load-view {
  padding: 4rem;
}
#htw-opus-view {
  padding: 1em;
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
.sibling-opus-button button {
  height: 500px;
  margin: 1em;
}
.htw-opus-back-btn {
  width: 100px;
  margin-bottom: 1em;
}
#htw-opus-view .htw-inner-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#htw-opus-view .htw-opus-upper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.htw-opus-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.htw-opus-row {
  display: flex;
  flex-direction: column;
  padding: 1em;
  flex-basis: calc(20% - 1em);
  border-bottom: 2px solid var(--grey);
}
.htw-opus-list-title {
  font-size: var(--font-l);
}
.htw-opus-list-content {
  font-size: var(--font-l);
  font-family: "Akkurat-Light";
}
.htw-opus-list-content a:not(:last-child)::after {
  content: ",";
}
.opus-button-container {
  display: flex;
  flex-direction: column;
}
.opus-button-container > * {
  border-bottom: 2px solid var(--grey);
  padding-left: 1em;
}
.opus-button-container span {
  font-size: var(--font-l);
  padding-top: 1em;
}
.opus-button-container a {
  padding-right: 1em;
}
.opus-button-container a:hover {
  text-decoration: none;
}
.opus-button-container button {
  margin-bottom: 0.5em;
}
.bibtex-btn-container,
.ris-btn-container,
.pdf-btn-container {
  display: flex;
  flex-direction: column;
}
.bibtex-buttons,
.ris-btn-container,
.pdf-btn-container {
  padding-bottom: 1em;
}


/* <------ Sidebar Components ------> */

/* Sidebar Faculty Styling */

.sidebar-faculty-title {
  width: 80%;
}
.sidebar-faculty-title h1 {
  color: white;
  padding:0;
  margin:0;
  word-wrap: initial;
  hyphens: none !important;
}
.sidebar-faculty-subtitle h1 {
  color: black;
  padding:0;
  margin:0;
}
.sidebar-faculty-content:hover{
 box-shadow: none;
 transform: scale(1.01);
 transition: all .2s ease-in-out;
}


.sidebar-faculty-content {
  padding: 1.5em 4em 1.5em 4em;
  margin-bottom: 2em;
  box-shadow: inset 11px 4px 28px rgba(0, 0, 0, 0.25);
  position: relative;
  min-height: 10em;
  display: flex;
  align-items: center;
  background: var(--black);
}

/* Sidebar News Styling */

#sidebar-content{
  height:100vh;
  position:relative;
  overflow-y: scroll;
}
.sidebar-mensa-link {
  padding: 1em 0em 1em 0em;
}
.sidebar-faculty-heading h1,
.sidebar-mensa-heading h1,
.sidebar-news-heading h1,
.sidebar-calendar-heading h1{
  line-height: 1.4;
  color:#c4c4c4;
  margin:0;
  padding: 0 1em 1em 1em;
}
.sidebar-news-text,
.sidebar-calendar-text {
  padding: 1em 0em 1em 0em;
}
.sidebar-faculty-link{
  position:absolute;
  right:5%;
  top:45%;
}
#sidebar-faculty a{
  color:#fff;
}
#sidebar-faculty .glyphicon-arrow-right {
  font-size: var(--font-m);
}
#sidebar-faculty a:hover{
  text-decoration:none;    
}

/* Printing */
@media print
{
  .no-print, .no-print * {
    display: none !important;
  }
}

@media (max-width: 360px){
.caption{
 display:none;
}
} 

@media (max-width: 800px){
  #footer_searchfield{
      width: 88%;
  } 
}
@media (min-width: 1270px){
  .containerDesktop{
  width: 1450px;
  margin: 0 auto;
  }
}



/* Plone Navigation Styling */

@media (min-width: 768px)
{
  .plone-navbar-header {
    float: none;
  }

  .plone-navbar-toggle {
    display: block;
  }
}
.icon-bar {
  display: block;
  height: 2px;
  background: white;
  margin-top: 2px;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}
.icon-bar + .icon-bar + .icon-bar {
  margin-bottom: 3px;
}
.icon-bar::after {
  content:""!important;
}
.plone-nav li li {
  width: 85%;
  border-bottom: 1px solid white;
  padding: 1em 1em 1em 0;
}
.plone-nav li li:last-child {
  border: none;
}
.plone-nav li label {
  content: "+";
  width: 0 !important;
}
.plone-nav li label::after {
  content: "+";
  padding: 1em;
}

/* Responsive Design */

/* Microsoft Edge Extra Rules */
@supports not (mix-blend-mode: multiply) {
  .color-filter {
    background: linear-gradient(to right, rgba(175, 203, 52, 0.5) 0%, rgba(0, 166, 231, 0.5) 34.37%, rgba(231, 52, 139, 0.5) 67.71%, rgba(247, 169, 35, 0.5) 100%);
  }
  .sidebar-bottom-border {
    background: linear-gradient(to right, #AFCB34 0%, #00A7E7 34.37%, #E7348B 67.71%, #F7A823 100%);
  }
  .filter-grade .studyfilter-button.active {
    background: linear-gradient(to right, #AFCB34 0%, #00A7E7 34.37%, #E7348B 67.71%, #F7A823 100%);
  }
  #central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent .navTreeCurrentNode::before {
    background: linear-gradient(to bottom, #AFCB34 0%, #00A7E7 34.37%, #E7348B 67.71%, #F7A823 100%);
  }
  #htw-portal-misc {
    padding-top: 18em;
  }
  #htw-portal-text {
    top: 15em;
  }
  #central-content-wrapper :not(.portletSiteSetup).portletNavigationTree nav.portletContent > ul > li a {
    padding: 1em 1.5em;
  }
}
@media (max-width: 1489px)
{
  #publication-input-container .publication-options-label {
    flex-basis: calc(25% - 0.5em);
  }
  .publication-content {
    flex-basis: calc(25% - 1em);
  }
  .template-standardview .publication-content {
    flex-basis: calc(50% - 1em);
  }
  .htw-opus-row {
    flex-basis: calc(25%);
  }
  .htw-profile-headerimage {
    width: 15%;
  }
  #htw-portal-title {
    font-size: var(--font-xxl);
  }
  #htw-portal-subtitle {
    font-size: var(--font-l);
  }
  .topic-tile-title h1 {
    font-size: var(--font-xl);
  }
  .bibtopic-row .topic-tile-title h1,
  .htw-ingwi-topic-row .topic-tile-title h1,
  .htw-personality-row h1 {
    font-size: var(--font-xl);
  }
  #header_searchfield{
    width: 80%;
  }
  .study-item-picture-container {
    padding: 1em;
  }
  .htw-faculty_news::after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    padding:25em;
    bottom: -20em;
    right: -15em;
    border-radius: 50%;
  }
  .bibtopic-row .link-list li,
  .htw-ingwi-topic-row .link-list li {
    padding: 5px;
    font-size: 1.2em;
  }
  .bibtopic-row .topic-tile-title,
  .htw-ingwi-topic-row .topic-tile-title {
    padding: 1em 0em 1em 1em;
  }
}

@media (max-width: 1199px)
{
  .htw-project-gallery-content {
    flex-direction: column-reverse;
  }
  .htw-project-tile {
    flex-basis: calc(33% - 2em);
  }
  #publication-input-container .publication-options-label {
    flex-basis: calc(33% - 0.5em);
  }
  .publication-content {
    flex-basis: calc(33% - 1em);
  }
  .template-standardview .publication-content {
    flex-basis: calc(100% - 1em);
  }
  .htw-opus-row {
    flex-basis: calc(33%);
  }
  .htw-resource-content {
    flex-direction: column;
  }
  .htw-profile-text > div {
    max-width: none;
  }
  .htw-accordion-headline {
    font-size: var(--font-l);
    padding: 1em 0 1em 0;
  }
  .news-tile-title h1 {
    font-size: var(--font-xl);
  }
  .htw-accordion-toggle {
    font-size: var(--font-m);
    padding: 0.3em 0.5em 0.3em 0.5em;
  }
  .htw-accordion-textline {
    font-size: var(--font-m);
  }
  #htw-portal-text {
    top: 16em;
  }
  #navmenu-container {
    top: 0;
    padding: 2em;
    left: 20px;
  }
  #portal-logo {
    margin-bottom: 0;
    padding: 2em 2em 0 2em !important;
    height: 100%;
    width: 100%;
}
  .htw-show-events-set {
    flex-basis: auto;
  }
  .htw-profile-headerimage {
    width: 15%;
  }
  .htw-search-options {
    display: block;
    width: 60%;
  }
  .htw-search-options .row {
    display: contents;
  }
  .htw-profile-text-container {
    display: flex;
    flex-direction: column;
    min-width: 50%;
  }
  .htw-profile-text-container > div {
    padding: 1em 0em 1em 0em;
  }
  #htw-login-form {
    width: 100%;
    margin-top: 100px;
  }
  #login-form-container {
    width: 80%;
    text-align: -webkit-center;
  }
  .navmenu-background {
    width: 100%;
  }
  #portal-globalnav-collapse {
    margin-top: 6em;
  }
  .img-responsive {
    width: 35%;
  }
  .faculty-tile-title {
    margin-bottom: 8.7em;
  }
  .faculty-tile-title h1 {
    font-size: var(--font-m);
  }
  .faculty-tile-subtitle h1 {
    font-size: var(--font-m);
  }
  .link-list li,
  .personality-desc {
    font-size: var(--font-m);
  }
  .bibtopic-row .link-list li {
    padding: 10px;
    font-size: var(--font-l);
  }
  .bibtopic-row .topic-tile-title h1 {
    font-size: 2.5em;
  }
  .htw-inner-content .htw-detail-list-title {
    display:none
  }
  .htw-study-tab-container ul {
    flex-direction: column;
  }
  .quote-text {
    font-size: var(--font-m);
  }
  .quote-author {
    font-size: var(--font-m);
  }
  #central-content-wrapper #portlet_column {
    width: 40%
  }
  .newstitel {
    font-size: var(--font-3xl);
  }
}

@media (max-width: 991px)
{
  #project-filter-form-container {
    width: calc(100% - 50px);
  }
  .htw-project-tile {
    flex-basis: calc(50% - 2em);
  }
  #publication-input-container .publication-options-label {
    flex-basis: calc(50% - 1em);
  }
  .publication-content {
    flex-basis: calc(50% - 1em);
  }
  .htw-opus-row {
    flex-basis: calc(50%);
  }
  .htw-news-content .slick-dots li {
    margin: 0 !important;
  }
  .htw-news-content .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .htw-news-content .news-nav {
    margin-top: 0;
  }
  .faculty-nav-list {
    width: 50%;
    padding: 0em 2em 0em 0;
  }
  #faculty-nav-text {
    margin-top: 0;
  }
  #htw-portal-copyright {
    bottom: 20%;
  }
  #central-content-wrapper .portlet .portletHeader {
    font-size: var(--font-m);
  }
  .htw-html-content {
    font-size: var(--font-m);
  }
  .htw-profile-container {
    display: flex;
    flex-direction: column;
  }
  .htw-profile-text-container {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .quote-text {
    font-size: var(--font-m);
  }
  .list-footer {
    padding-bottom: 1em !important;
  }
  .faculty-tile-title {
    width: 60%;
  }
  .topic-tile-title h1 {
    font-size: var(--font-xxl);
  }
  .htw-personality-row h1 {
    font-size: var(--font-xl);
  }
  .personality-percentage p {
    height: 2em;
  }
  .link-list li,
  .personality-desc {
    font-size: var(--font-m);
  }
  .bibtopic-row .link-list {
    padding: 1em;
  }
  .personality-percentage-title {
    font-size: var(--font-m);
  }
  .topic-tile-2 {
    margin-top: 0;
  }
  .htw-news-content::after {
    padding: 30em;
    right: -30em;
    bottom: -45em;
  }
  #portal-globalnav {
    padding: 3em 1em 1em 1em !important;
    width: 100%;
  }
  div[id*="keyword-"] {
    font-size: var(--font-xxl)
  }
  #central-content-wrapper #portlet_column {
    width: 25%
  }
  #central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) nav.portletContent > ul > li a {
    padding: 0.5em 1em 0.5em 1.5em;
    font-size: var(--font-m);
  }
  #central-content-wrapper .portletNavigationTree:not(.portletSiteSetup) .portletContent .navTreeCurrentNode::before {
    width: 0.5em;
  }

  /* Responsive Sidebar */
  #sidebar-content {
    padding: 4em 1em 1em 6em;
  }
  #sidebar.active {
    width: 100%;
  }
  #sidebar.active #nav-col {
    margin-left: 0px;
    transition: all 1s;
    align-items: baseline;
  }
  .nav-icon {
    width: 50px;
    height: 50px;
  }
  #nav-webreader.active {
    width: 200px;
  }
  .nav-item.active,
  .nav-item:hover {
    border-bottom: 1px solid white;
    transition: all 0.1s;
    width: 75px;
  }
  .nav-item.active .nav-text,
  .nav-item:hover .nav-text {
    display: none;
    visibility: hidden;
  }
  .nav-item.active .nav-icon,
  .nav-item:hover .nav-icon {
    align-self: auto;
    padding-right: 10px;
  }
  #nav-faculty.active .nav-text,
  #nav-faculty:hover .nav-text {
    display: none;
    visibility: hidden;
  }
  .nav-item.active .faculty-bar,
  .nav-item:hover .faculty-bar {
    margin-right: 25%;
    margin-left: 25%;
  }
  
  /* Responsive Nav */
  
  #portal-globalnav-collapse {
    width: 100%;
  }
  #portal-globalnav-collapse.in {
    justify-content: center;
    display: flex;
    overflow: auto !important;
  }
}

@media (max-width: 768px)
{
  .htw-project-tile {
    flex-basis: calc(100% - 2em);
  }
  .gallery-arrow {
    display: none !important;
  }
  .htw-gallery-row.htw-widget-container {
    max-width: 100vw;
  }
  .sidebar-faculty-heading h1,
  .sidebar-mensa-heading h1,
  .sidebar-news-heading h1,
  .sidebar-calendar-heading h1{
    color:#c4c4c4;
    margin:0;
    padding: 0 0 0.5em 0;
  }
  .sidebar-faculty-content h1{
    word-wrap: initial;
    font-size: var(--font-l);
  }
  .sidebar-faculty-content{
    padding: 1em 2em 1em 2em;
    margin-bottom:1em;
    min-height: 6em;
  }
  .newstitel{
    font-size: var(--font-3xl);
  }
  .head_list{
    font-size:4.5em;
  }
  .newsdate {
    width: auto;
  }
  .study-item-picture {
    height: 400px;
  }
  #header_searchfield{
    width:100%;
  }
  .fact-tile-content{
    min-height:225px;
  }
  #fact-tile-right .fact-tile-content .fact-tile-text h1 {
    font-size: 1.5em;
  }    
  
  #fact-tile-left .fact-tile-content .fact-tile-text h1{
     font-size: 8em;
  }
  .htw-faculty_news::after{
    display: none;
  }
  #publication-advanced-toggle {
    margin: 1em 1em 1em 0;
  }
  #publication-label-container {
    width: 100%;
  }
  #publication-search-container {
    align-items: flex-start;
    flex-direction: column;
  }
  #publication-search-btn,
  .publication-sort-btn {
    max-width: 200px;
  }
  .htw-search-options p {
    padding: 0.5em;
    margin: 0.2em 0.4em 1em 0.4em;
    font-size: var(--font-l);
  }
  .publication-content {
    flex-basis: calc(100% - 1em);
  }
  .htw-opus-row {
    flex-basis: calc(100%);
  }
  .portaltype-htw_study #portlet_column {
    width: 100% !important;
    padding-right: 65px;
  }
  .navmenu-load {
    font-size: var(--font-xl);
    padding-top: 25vh;
    padding-left: 1em;
    text-align: center;
  }
  .htw-profile-text-container > div {
    flex-direction: column;
  }
  .plone-toolbar-left .nav-container {
    margin-left: 0px;
  }
  #navmenu-toggle {
    position: fixed !important;
  }
  #navmenu-toggle {
    display: block;
  }
  #navmenu-toggle #navmenu-icon {
    display: block;
  }
  #navmenu-container {
    display: none;
  }
  #navmenu-toggle.active #navmenu-icon {
    display: none;
  }
  #navmenu-container {
    padding: 1em;
    left: 0px;
  }
  #navmenu-container.active {
    display: block;
    background-color: rgba(0, 0, 0, 0.97);
    position: fixed;
    width: 100%;
    padding-right: 50px;
    border-bottom: 1px solid white;
  }
  #htw-portal-text {
    top: 12em;
  }
  #faculty-nav,
  #faculty-nav-text,
  .faculty-nav-list {
    width: 100%;
  }
  #vote-title h1 {
    font-size: 4rem;
    margin-top: 1em;
  }
  .template-standardview [id*="-htw-content"] > div {
    margin: 0em 50px 0em 0;
  }
  .htw-show-news-row {
    max-width: 100%;
    margin: 0em 2.3em 0em 0 !important; 
  }
  .template-standardview [id*="-htw-content"] > div:not(.htw-picture-row):not(.htw-video-row) .htw-row-content,
  .portaltype-htw_study_detail [id*="-htw-content"] > div:not(.htw-picture-row):not(.htw-video-row) .htw-row-content{
    padding: 1.3em 1.3em 1.3em 1.3em;
  }
  .htw-video-content {
    background: var(--darkgrey);
  }
  .htw-video-row video,
  .htw-video-row iframe {
    padding-top: 4em;
  }
  .video-container {
    margin-left: 0;
  }
  #searchview-results {
    padding: 0.5em;
  }
  #searchview-results > div {
    width: 95%;
  }
  #login-form-title {
    font-size: var(--font-xl);
  }
  #htw-login-form input {
    padding: 0.2em;
    padding-right: 0;
    width: 80%;
  }
  #search-form-container {
    width: 90%;
    padding-left: 1em;
  }
  #search-form-container .search-term {
    font-size: var(--font-l);
  }
  .navmenu-background.active {
    padding: 0.5em 50px 0em 0em;
  }
  .edit-container {
    display:none
  }
  #portal-globalnav-collapse {
    margin-top: 100px;
  }
  #portal-logo {
    margin-bottom: 1em;
    padding: 1em !important;
  }
  .img-responsive {
    width: 45%;
    margin-bottom: 1em;
  }
  .htw-news-content::after {
    right: -40em;
    bottom: -45em;
  }
  [class*="news-tile-content"].active {
    margin-bottom: 10%;
  }
  .topic-row {
    height: auto
  }
  .fact-tile-content .fact-tile-description {
    font-size: var(--font-3xl);
    font-weight: 600;
  }
  .htw-user-tab-container ul {
    flex-direction: column;
  }
  .htw-profile-headerimage {
    display: none;
  }
  .plone-nav li a {
    padding: 0.5em;
  }
  .plone-nav li label::after {
    padding: 0.5em;
  }
  .plone-nav li .opener:checked + label:after {
    content: "-";
    top: 1.5em !important;
  }
  .dropdown-bar {
    display: block;
    visibility: visible;
    height: 5px;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 10px;
  }
  h1 {
    font-size: var(--font-l);
  }
  .study-item-picture-container {
    padding: 0.5em;
  }
  #htw-portal-title {
    font-size: var(--font-xl);
    padding-left: 0.5em;
  }
  #htw-portal-subtitle {
    font-size: var(--font-m);
  }
  .study-item-grade {
    font-size: var(--font-m);
  }
  .template-standardview .outer-wrapper #central-container {
    width: 100%;
  }
  #central-content-wrapper {
    flex-direction: column;
  }
  .template-standardview #central-content-wrapper #portlet_column,
  .template-publicationview #central-content-wrapper #portlet_column,
  .portaltype-htw_news #central-content-wrapper #portlet_column,
  .portaltype-htw_study_detail #central-content-wrapper #portlet_column {
    width: 90%;
  }
  .template-standardview #portal-column-one.active .portletNavigationTree .portletContent,
  .template-publicationview #portal-column-one.active .portletNavigationTree .portletContent,
  .portaltype-htw_study #portal-column-one.active .portletNavigationTree .portletContent,
  .portaltype-htw_study_detail #portal-column-one.active .portletNavigationTree .portletContent,
  .portaltype-htw_event #portal-column-one.active .portletNavigationTree .portletContent,
  .portaltype-htw_news #portal-column-one.active .portletNavigationTree .portletContent,
  .portaltype-htw_user #portal-column-one.active .portletNavigationTree .portletContent {
    overflow-y: hidden;
    max-height: 999vh;
  }
  #edit-zone {
    display:none !important;
  }
  .template-standardview .outer-wrapper #central-container {
    margin-top: 0;
  }
  .plone-toolbar-left-expanded {
    padding: 0 !important;
  }
  #portal-globalnav li a{
    font-size: var(--font-l);
  }
  .has_subtree.dropdown li a {
    padding:0;
  }
  .gallery-title,
  .picture-tile-bsp {
    padding: 1em;
  }
}

@media (max-width: 600px)
{
  #portal-logo img {
    width: 80%;
  }
  .htw-accordion-headline {
    font-size: var(--font-m);
  }
  .htw-accordion-toggle {
    font-size: var(--font-s);
  }
  .htw-story-content {
    min-height: auto;
  }
  .htw-story-title {
    font-size: var(--font-m);
    padding: 0.5em 0 0.5em 0em;
  }
  .htw-story-desc {
    font-size: var(--font-s);
    padding-bottom: 0.5em;
  }
  .htw-story-link {
    font-size: var(--font-s);
  }
  .bibtopic-row .link-list a {
    width: 100%
  }
  .bibtopic-row .link-list li {
    padding: 10px;
    font-size: var(--font-m);
  }
  #htw-portal-copyright {
    bottom: 5%;
  }
  .htw-news-content .news-nav .slick-dots {
    display:none !important;
  }
  .htw-search-options {
    width: 90%;
  }
  #login-form-container {
    width: 100%;
  }
  #password-request {
    font-size: var(--font-s);
  }
  #htw-login-form input {
    font-size: var(--font-s);
  }
  #htw-login-form.navmenu-background.active {
    justify-content: end;
    padding-top: 5em;
  }
  #login-form-title {
    font-size: var(--font-l);
  }
  .navmenu-background.active {
    justify-content: flex-start;
  }
  .htw-search-options {
    padding-top: 1em;
  }
  .quote-left-col {
    display: flex;
    justify-content: center;
  }
  .quote-img {
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.22);
    margin: 0;
    width: 50%;
  }
  .htw-quote-container {
    display: block
  }
  .study-item-title {
    font-size: var(--font-l);
  }
  .topic-tile-title {
    padding: 0;
  }
  .link-list {
    padding: 0em 1em 5em 0em;
  }
  .topic-tile-title h1,
  .htw-personality-row h1 {
    font-size: var(--font-xl);
  }
  .htw-bibtopic-container-row .htw-row-content {
    padding: 1.3em 1.3em 2.3em 1.3em !important;
  }
  .bibtopic-row .topic-tile-title {
    padding: 0.5em 0em 0.5em 0.5em;
  }
  .bibtopic-row .topic-tile-text {
    padding: 0.5em;
  }
  .bibtopic-row .topic-tile-title h1 {
    font-size: var(--font-xl);
    margin: 0;
  }
  .htw-ingwi-text-container .htw-html-content {
    padding: 1em;
    min-height: 280px;
    font-size: var(--font-l);
  }
  .personality-percentage p {
    height: 1.5em;
  }
  .link-list li,
  .personality-desc {
    font-size: var(--font-m);
  }
  .personality-percentage-title {
    font-size: var(--font-s);
    font-weight: 600;
  }
  #htw-portal-extra {
    display:none
  }
  #portal-globalnav {
    padding: 2em;
  }
  .sidebar-faculty-content h1{
    word-wrap: initial;
    font-size: var(--font-m);
  }
  #sidebar-faculty .glyphicon-arrow-right {
    display: none
  }
  .study-item-picture {
    height: 350px;
  }
  .gallery-title,
  .picture-tile-bsp {
    padding: 0.5em;
  }
}


@media (max-width: 414px)
{
  #publication-input-container .publication-options-label {
    flex-basis: calc(100%) !important;
  }
  .htw-study-content {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
  }
  #study-left-col {
    position: -webkit-relative;
    position: relative;
    top: 0;
  }
  .portaltype-htw_study_detail #portlet_column #portal-column-one {
    margin-right: 12px;
  }
  .htw-study-tab-container {
    display: none;
  }
  .nav-parent-title p {
    border-top: 0px solid white;
    border-bottom: 1px solid white;
    padding: 10px 0 10px 0;
  }
  .nav-colored-border {
    height: 4px;
    display: block;
  }
  .nav-parent-title {
    font-size: var(--font-l);
  }
  .navigation-subentry-container {
    padding: 0em 0 2em 0;
  }
  .nav-child-title {
    font-size: var(--font-m);
  }
  #navmenu-container a {
    font-size: var(--font-m);
  }
  .htw-accordion-headline {
    font-size: var(--font-m);
    padding: 1em 0 1em 0em;
  }
  .bibtopic-row .link-list li {
    padding: 5px;
  }
  .htw-download-tile {
    padding: 1em 1em 0.5em 1em !important;
  }
  .htw-download-text {
    font-size: var(--font-m);
  }
  #searchview-results > div {
    width: 100%;
  }
  .results-content {
    margin: 1em 0em 1em 0em;
    font-size: var(--font-m);
  }
  .result-title {
    padding: 0.5em 0;
  }
  #search-form-container .search-term {
    font-size: var(--font-m);
  }
  .quote-author {
    font-size: var(--font-m);
  }
  .htw-accordion-desc {
    font-size: var(--font-m);
  }
  .htw-show-events-headline {
    padding: 1em;
  }
  .htw-accordion-textline.active {
    padding:0.5em;
  }
  .template-standardview [id*="-htw-content"] > div:not(.htw-picture-row):not(.htw-video-row) .htw-row-content,
  .template-publicationview [id*="-htw-content"] > div:not(.htw-picture-row):not(.htw-video-row) .htw-row-content,
  .portaltype-htw_study_detail [id*="-htw-content"] > div:not(.htw-picture-row):not(.htw-video-row) .htw-row-content {
    padding: 2.3em 50px 2.3em 0.3em;
  }
  .template-standardview [id*="-htw-content"] > div {
    margin: 0em 2.6em 0em 0.6em;
  }
  #study-right-col {
    padding: 0 !important;
  }
  .breadcrumb-container {
    padding-left: 0.5em;
  }
  .htw-breadcrumbs a {
    padding: 0.5em;
    font-size: var(--font-s);
  }
  .study-item-title {
    font-size: var(--font-l);
    margin-top: 10px;
  }
  .sidebar-faculty-title h1,
  .sidebar-mensa-link h1,
  .sidebar-news-title h1,
  .sidebar-calendar-title h1{
    font-size: var(--font-m);
    line-height: 1.4;
  }
  .plone-nav li .opener:checked + label:after {
    top: 0.8em !important
  }
  #portal-globalnav label::after {
    font-size: var(--font-m)
  }
  #portal-globalnav li a {
    padding: 0.5em 1em 0.5em 0;
  }
  .has_subtree.dropdown li a {
    font-size: var(--font-s) !important;
  }
  #portal-globalnav {
    padding: 1.5em 1.5em 0em 0em !important;
  }
  div[id*="keyword-"] {
    font-size: var(--font-xl)
  }
  .abbinder {
    padding: 2em 0em 2em 0em;
  }
  #footer_searchfield {
    margin: 0;
  }
  #footer_searchfield input[type=text] {
    padding: 0.5em;
    font-size: var(--font-s);
  }
  .list-footer li a {
    font-size: var(--font-s);
  }
  .sitenav-titel {
    font-size: var(--font-m);
  }
  [class*="news-tile-content"].active {
    margin-bottom: 7%;
    margin-top: 5%;
  }
  .news-tile-description {
    font-size: var(--font-s);
    position: relative;
    z-index: 5;
  }
  .news-tile-title h1 {
    font-size: var(--font-l);
  }
  .news-tile-text {
    padding: 0
  }
  .topic-tile-title h1,
  .htw-personality-row h1 {
    font-size: var(--font-l);
  }
  .bibtopic-row .topic-tile-title h1 {
    font-size: var(--font-l);
  }
  .link-list li,
  .personality-desc {
    font-size: var(--font-s);
  }
  .personality-percentage-title {
    font-size: var(--font-s);
  }
  .fact-tile-content .fact-tile-title {
    font-size: var(--font-l);
  }
  #header_forms input[type="text"]{
    font-size:0.8em;
  }
  .study-item-picture-container {
    padding: 0em;
  }
  h1 {
    margin: 0;
  }
  #study-filter li, #study-sort li {
    padding: 0.5em;
  }
  .htw-text-row h1,
  .htw-accordion-title,
  .htw-download-title,
  .htw-form-title,
  .htw-video-title
   {
    font-size: var(--font-m);
  }
}
@media (max-width: 360px) 
{
  .newstitel{
    font-size: var(--font-xxl);
  }
}


/* ----------------------------------------------
* Generated by Animista on 2020-1-29 9:38:54
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation scale-in-hor-left
* ----------------------------------------
*/
@-webkit-keyframes scale-in-hor-left {
0% {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  opacity: 1;
}
100% {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  opacity: 1;
}
}
@keyframes scale-in-hor-left {
0% {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  opacity: 1;
}
100% {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  opacity: 1;
}
}

.scale-in-hor-left {
-webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* Bootstrap xxs Sizing */

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 414px)
{
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
      float: left;
  }

  .col-xxs-1 {
      width: 8.333333333333332% !important;
  }

  .col-xxs-2 {
      width: 16.666666666666664% !important;
  }

  .col-xxs-3 {
      width: 25% !important;
  }

  .col-xxs-4 {
      width: 33.33333333333333% !important;
  }

  .col-xxs-5 {
      width: 41.66666666666667% !important;
  }

  .col-xxs-6 {
      width: 50% !important;
  }

  .col-xxs-7 {
      width: 58.333333333333336% !important;
  }

  .col-xxs-8 {
      width: 66.66666666666666% !important;
  }

  .col-xxs-9 {
      width: 75% !important;
  }

  .col-xxs-10 {
      width: 83.33333333333334% !important;
  }

  .col-xxs-11 {
      width: 91.66666666666666% !important;
  }

  .col-xxs-12 {
      width: 100% !important;
  }

  .col-xxs-push-1 {
      left: 8.333333333333332%;
  }

  .col-xxs-push-2 {
      left: 16.666666666666664%;
  }

  .col-xxs-push-3 {
      left: 25%;
  }

  .col-xss-push-4 {
      left: 33.33333333333333%;
  }

  .col-xxs-push-5 {
      left: 41.66666666666667%;
  }

  .col-xxs-push-6 {
      left: 50%;
  }

  .col-xxs-push-7 {
      left: 58.333333333333336%;
  }

  .col-xxs-push-8 {
      left: 66.66666666666666%;
  }

  .col-xxs-push-9 {
      left: 75%;
  }

  .col-xxs-push-10 {
     left: 83.33333333333334%;
  }

  .col-xxs-push-11 {
     left: 91.66666666666666%;
  }

  .col-xxs-pull-1 {
      right: 8.333333333333332%;
  }

  .col-xxs-pull-2 {
      right: 16.666666666666664%;
  }

  .col-xxs-pull-3 {
      right: 25%;
  }

  .col-xxs-pull-4 {
      right: 33.33333333333333%;
  }

  .col-xxs-pull-5 {
      right: 41.66666666666667%;
  }

  .col-xxs-pull-6 {
      right: 50%;
  }

  .col-xxs-pull-7 {
      right: 58.333333333333336%;
  }

  .col-xxs-pull-8 {
      right: 66.66666666666666%;
  }

  .col-xxs-pull-9 {
      right: 75%;
  }

  .col-xxs-pull-10 {
      right: 83.33333333333334%;
  }

  .col-xxs-pull-11 {
      right: 91.66666666666666%;
  }

  .col-xxs-offset-1 {
      margin-left: 8.333333333333332%;
  }

  .col-xxs-offset-2 {
      margin-left: 16.666666666666664%;
  }

  .col-xxs-offset-3 {
      margin-left: 25%;
  }

  .col-xxs-offset-4 {
      margin-left: 33.33333333333333%;
  }

  .col-xxs-offset-5 {
      margin-left: 41.66666666666667%;
  }

  .col-xxs-offset-6 {
      margin-left: 50%;
  }

  .col-xxs-offset-7 {
      margin-left: 58.333333333333336%;
  }

  .col-xxs-offset-8 {
      margin-left: 66.66666666666666%;
  }

  .col-xxs-offset-9 {
      margin-left: 75%;
  }

  .col-xxs-offset-10 {
      margin-left: 83.33333333333334%;
  }

  .col-xxs-offset-11 {
      margin-left: 91.66666666666666%;
  }
}

/* Social Media Profile */
.SIcons{
  width:30px; height:30px;
}


/* htw_searchview load More */

.load-more-container {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.load-more-btn {
	cursor: pointer;
  background: white;
  width: 200px;
  padding: 10px;
  text-align: center;
  border-left: 4px solid var(--green) !important;
  border-top: 4px solid var(--blue) !important;
  border-right: 4px solid var(--rose) !important;
  border-bottom: 4px solid var(--orange) !important;
  font-weight: bold;
  box-shadow: 0 1px 1px #ccc;
}
.load-more-btn:hover{
  opacity: 0.7;
}
.disabledbutton {
  pointer-events: none;
}
.hr_new_result {
  margin-left: 20px;
  width: 100%;
  border-bottom: 1px solid black;
  display: flex;
  justify-content: center;
}