mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-11-03 19:55:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			1713 lines
		
	
	
		
			31 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			1713 lines
		
	
	
		
			31 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
/*
 | 
						|
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
 | 
						|
*/
 | 
						|
 | 
						|
/*
 | 
						|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
 | 
						|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
 | 
						|
*/
 | 
						|
 | 
						|
*,
 | 
						|
::before,
 | 
						|
::after {
 | 
						|
  box-sizing: border-box;
 | 
						|
  /* 1 */
 | 
						|
  border-width: 0;
 | 
						|
  /* 2 */
 | 
						|
  border-style: solid;
 | 
						|
  /* 2 */
 | 
						|
  border-color: #e5e7eb;
 | 
						|
  /* 2 */
 | 
						|
}
 | 
						|
 | 
						|
::before,
 | 
						|
::after {
 | 
						|
  --tw-content: '';
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
1. Use a consistent sensible line-height in all browsers.
 | 
						|
2. Prevent adjustments of font size after orientation changes in iOS.
 | 
						|
3. Use a more readable tab size.
 | 
						|
4. Use the user's configured `sans` font-family by default.
 | 
						|
*/
 | 
						|
 | 
						|
html {
 | 
						|
  line-height: 1.5;
 | 
						|
  /* 1 */
 | 
						|
  -webkit-text-size-adjust: 100%;
 | 
						|
  /* 2 */
 | 
						|
  -moz-tab-size: 4;
 | 
						|
  /* 3 */
 | 
						|
  -o-tab-size: 4;
 | 
						|
     tab-size: 4;
 | 
						|
  /* 3 */
 | 
						|
  font-family: Biolinum, sans-serif;
 | 
						|
  /* 4 */
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
1. Remove the margin in all browsers.
 | 
						|
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
 | 
						|
*/
 | 
						|
 | 
						|
body {
 | 
						|
  margin: 0;
 | 
						|
  /* 1 */
 | 
						|
  line-height: inherit;
 | 
						|
  /* 2 */
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
1. Add the correct height in Firefox.
 | 
						|
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
 | 
						|
3. Ensure horizontal rules are visible by default.
 | 
						|
*/
 | 
						|
 | 
						|
hr {
 | 
						|
  height: 0;
 | 
						|
  /* 1 */
 | 
						|
  color: inherit;
 | 
						|
  /* 2 */
 | 
						|
  border-top-width: 1px;
 | 
						|
  /* 3 */
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Add the correct text decoration in Chrome, Edge, and Safari.
 | 
						|
*/
 | 
						|
 | 
						|
abbr:where([title]) {
 | 
						|
  -webkit-text-decoration: underline dotted;
 | 
						|
          text-decoration: underline dotted;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Remove the default font size and weight for headings.
 | 
						|
*/
 | 
						|
 | 
						|
h1,
 | 
						|
h2,
 | 
						|
h3,
 | 
						|
h4,
 | 
						|
h5,
 | 
						|
h6 {
 | 
						|
  font-size: inherit;
 | 
						|
  font-weight: inherit;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Reset links to optimize for opt-in styling instead of opt-out.
 | 
						|
*/
 | 
						|
 | 
						|
a {
 | 
						|
  color: inherit;
 | 
						|
  text-decoration: inherit;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Add the correct font weight in Edge and Safari.
 | 
						|
*/
 | 
						|
 | 
						|
b,
 | 
						|
strong {
 | 
						|
  font-weight: bolder;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
1. Use the user's configured `mono` font family by default.
 | 
						|
2. Correct the odd `em` font sizing in all browsers.
 | 
						|
*/
 | 
						|
 | 
						|
code,
 | 
						|
kbd,
 | 
						|
samp,
 | 
						|
pre {
 | 
						|
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
 | 
						|
  /* 1 */
 | 
						|
  font-size: 1em;
 | 
						|
  /* 2 */
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Add the correct font size in all browsers.
 | 
						|
*/
 | 
						|
 | 
						|
small {
 | 
						|
  font-size: 80%;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
 | 
						|
*/
 | 
						|
 | 
						|
sub,
 | 
						|
sup {
 | 
						|
  font-size: 75%;
 | 
						|
  line-height: 0;
 | 
						|
  position: relative;
 | 
						|
  vertical-align: baseline;
 | 
						|
}
 | 
						|
 | 
						|
sub {
 | 
						|
  bottom: -0.25em;
 | 
						|
}
 | 
						|
 | 
						|
sup {
 | 
						|
  top: -0.5em;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
 | 
						|
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
 | 
						|
3. Remove gaps between table borders by default.
 | 
						|
*/
 | 
						|
 | 
						|
table {
 | 
						|
  text-indent: 0;
 | 
						|
  /* 1 */
 | 
						|
  border-color: inherit;
 | 
						|
  /* 2 */
 | 
						|
  border-collapse: collapse;
 | 
						|
  /* 3 */
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
1. Change the font styles in all browsers.
 | 
						|
2. Remove the margin in Firefox and Safari.
 | 
						|
3. Remove default padding in all browsers.
 | 
						|
*/
 | 
						|
 | 
						|
button,
 | 
						|
input,
 | 
						|
optgroup,
 | 
						|
select,
 | 
						|
textarea {
 | 
						|
  font-family: inherit;
 | 
						|
  /* 1 */
 | 
						|
  font-size: 100%;
 | 
						|
  /* 1 */
 | 
						|
  line-height: inherit;
 | 
						|
  /* 1 */
 | 
						|
  color: inherit;
 | 
						|
  /* 1 */
 | 
						|
  margin: 0;
 | 
						|
  /* 2 */
 | 
						|
  padding: 0;
 | 
						|
  /* 3 */
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Remove the inheritance of text transform in Edge and Firefox.
 | 
						|
*/
 | 
						|
 | 
						|
button,
 | 
						|
select {
 | 
						|
  text-transform: none;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
1. Correct the inability to style clickable types in iOS and Safari.
 | 
						|
2. Remove default button styles.
 | 
						|
*/
 | 
						|
 | 
						|
button,
 | 
						|
[type='button'],
 | 
						|
[type='reset'],
 | 
						|
[type='submit'] {
 | 
						|
  -webkit-appearance: button;
 | 
						|
  /* 1 */
 | 
						|
  background-color: transparent;
 | 
						|
  /* 2 */
 | 
						|
  background-image: none;
 | 
						|
  /* 2 */
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Use the modern Firefox focus style for all focusable elements.
 | 
						|
*/
 | 
						|
 | 
						|
:-moz-focusring {
 | 
						|
  outline: auto;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
 | 
						|
*/
 | 
						|
 | 
						|
:-moz-ui-invalid {
 | 
						|
  box-shadow: none;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Add the correct vertical alignment in Chrome and Firefox.
 | 
						|
*/
 | 
						|
 | 
						|
progress {
 | 
						|
  vertical-align: baseline;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Correct the cursor style of increment and decrement buttons in Safari.
 | 
						|
*/
 | 
						|
 | 
						|
::-webkit-inner-spin-button,
 | 
						|
::-webkit-outer-spin-button {
 | 
						|
  height: auto;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
1. Correct the odd appearance in Chrome and Safari.
 | 
						|
2. Correct the outline style in Safari.
 | 
						|
*/
 | 
						|
 | 
						|
[type='search'] {
 | 
						|
  -webkit-appearance: textfield;
 | 
						|
  /* 1 */
 | 
						|
  outline-offset: -2px;
 | 
						|
  /* 2 */
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Remove the inner padding in Chrome and Safari on macOS.
 | 
						|
*/
 | 
						|
 | 
						|
::-webkit-search-decoration {
 | 
						|
  -webkit-appearance: none;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
1. Correct the inability to style clickable types in iOS and Safari.
 | 
						|
2. Change font properties to `inherit` in Safari.
 | 
						|
*/
 | 
						|
 | 
						|
::-webkit-file-upload-button {
 | 
						|
  -webkit-appearance: button;
 | 
						|
  /* 1 */
 | 
						|
  font: inherit;
 | 
						|
  /* 2 */
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Add the correct display in Chrome and Safari.
 | 
						|
*/
 | 
						|
 | 
						|
summary {
 | 
						|
  display: list-item;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Removes the default spacing and border for appropriate elements.
 | 
						|
*/
 | 
						|
 | 
						|
blockquote,
 | 
						|
dl,
 | 
						|
dd,
 | 
						|
h1,
 | 
						|
h2,
 | 
						|
h3,
 | 
						|
h4,
 | 
						|
h5,
 | 
						|
h6,
 | 
						|
hr,
 | 
						|
figure,
 | 
						|
p,
 | 
						|
pre {
 | 
						|
  margin: 0;
 | 
						|
}
 | 
						|
 | 
						|
fieldset {
 | 
						|
  margin: 0;
 | 
						|
  padding: 0;
 | 
						|
}
 | 
						|
 | 
						|
legend {
 | 
						|
  padding: 0;
 | 
						|
}
 | 
						|
 | 
						|
ol,
 | 
						|
ul,
 | 
						|
menu {
 | 
						|
  list-style: none;
 | 
						|
  margin: 0;
 | 
						|
  padding: 0;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Prevent resizing textareas horizontally by default.
 | 
						|
*/
 | 
						|
 | 
						|
textarea {
 | 
						|
  resize: vertical;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
 | 
						|
2. Set the default placeholder color to the user's configured gray 400 color.
 | 
						|
*/
 | 
						|
 | 
						|
input::-moz-placeholder, textarea::-moz-placeholder {
 | 
						|
  opacity: 1;
 | 
						|
  /* 1 */
 | 
						|
  color: #9ca3af;
 | 
						|
  /* 2 */
 | 
						|
}
 | 
						|
 | 
						|
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 | 
						|
  opacity: 1;
 | 
						|
  /* 1 */
 | 
						|
  color: #9ca3af;
 | 
						|
  /* 2 */
 | 
						|
}
 | 
						|
 | 
						|
input::placeholder,
 | 
						|
textarea::placeholder {
 | 
						|
  opacity: 1;
 | 
						|
  /* 1 */
 | 
						|
  color: #9ca3af;
 | 
						|
  /* 2 */
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Set the default cursor for buttons.
 | 
						|
*/
 | 
						|
 | 
						|
button,
 | 
						|
[role="button"] {
 | 
						|
  cursor: pointer;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Make sure disabled buttons don't get the pointer cursor.
 | 
						|
*/
 | 
						|
 | 
						|
:disabled {
 | 
						|
  cursor: default;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
 | 
						|
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
 | 
						|
   This can trigger a poorly considered lint error in some tools but is included by design.
 | 
						|
*/
 | 
						|
 | 
						|
img,
 | 
						|
svg,
 | 
						|
video,
 | 
						|
canvas,
 | 
						|
audio,
 | 
						|
iframe,
 | 
						|
embed,
 | 
						|
object {
 | 
						|
  display: block;
 | 
						|
  /* 1 */
 | 
						|
  vertical-align: middle;
 | 
						|
  /* 2 */
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
 | 
						|
*/
 | 
						|
 | 
						|
img,
 | 
						|
video {
 | 
						|
  max-width: 100%;
 | 
						|
  height: auto;
 | 
						|
}
 | 
						|
 | 
						|
/*
 | 
						|
Ensure the default browser behavior of the `hidden` attribute.
 | 
						|
*/
 | 
						|
 | 
						|
[hidden] {
 | 
						|
  display: none;
 | 
						|
}
 | 
						|
 | 
						|
*, ::before, ::after {
 | 
						|
  --tw-translate-x: 0;
 | 
						|
  --tw-translate-y: 0;
 | 
						|
  --tw-rotate: 0;
 | 
						|
  --tw-skew-x: 0;
 | 
						|
  --tw-skew-y: 0;
 | 
						|
  --tw-scale-x: 1;
 | 
						|
  --tw-scale-y: 1;
 | 
						|
  --tw-pan-x:  ;
 | 
						|
  --tw-pan-y:  ;
 | 
						|
  --tw-pinch-zoom:  ;
 | 
						|
  --tw-scroll-snap-strictness: proximity;
 | 
						|
  --tw-ordinal:  ;
 | 
						|
  --tw-slashed-zero:  ;
 | 
						|
  --tw-numeric-figure:  ;
 | 
						|
  --tw-numeric-spacing:  ;
 | 
						|
  --tw-numeric-fraction:  ;
 | 
						|
  --tw-ring-inset:  ;
 | 
						|
  --tw-ring-offset-width: 0px;
 | 
						|
  --tw-ring-offset-color: #fff;
 | 
						|
  --tw-ring-color: rgb(59 130 246 / 0.5);
 | 
						|
  --tw-ring-offset-shadow: 0 0 #0000;
 | 
						|
  --tw-ring-shadow: 0 0 #0000;
 | 
						|
  --tw-shadow: 0 0 #0000;
 | 
						|
  --tw-shadow-colored: 0 0 #0000;
 | 
						|
  --tw-blur:  ;
 | 
						|
  --tw-brightness:  ;
 | 
						|
  --tw-contrast:  ;
 | 
						|
  --tw-grayscale:  ;
 | 
						|
  --tw-hue-rotate:  ;
 | 
						|
  --tw-invert:  ;
 | 
						|
  --tw-saturate:  ;
 | 
						|
  --tw-sepia:  ;
 | 
						|
  --tw-drop-shadow:  ;
 | 
						|
  --tw-backdrop-blur:  ;
 | 
						|
  --tw-backdrop-brightness:  ;
 | 
						|
  --tw-backdrop-contrast:  ;
 | 
						|
  --tw-backdrop-grayscale:  ;
 | 
						|
  --tw-backdrop-hue-rotate:  ;
 | 
						|
  --tw-backdrop-invert:  ;
 | 
						|
  --tw-backdrop-opacity:  ;
 | 
						|
  --tw-backdrop-saturate:  ;
 | 
						|
  --tw-backdrop-sepia:  ;
 | 
						|
}
 | 
						|
 | 
						|
/* TODO: check what can be inlined (eg. used once in the code, has no double paths etc...) */
 | 
						|
 | 
						|
body {
 | 
						|
  height: 100%;
 | 
						|
  width: 100%;
 | 
						|
  font-size: 1rem;
 | 
						|
  line-height: 1.5rem;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  body {
 | 
						|
    font-size: 1.125rem;
 | 
						|
    line-height: 1.75rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav {
 | 
						|
  display: flex;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1024px) {
 | 
						|
  .ha-topnav {
 | 
						|
    font-size: 1.125rem;
 | 
						|
    line-height: 1.75rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-topnav {
 | 
						|
    flex-shrink: 0;
 | 
						|
    flex-grow: 0;
 | 
						|
    place-self: end;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1440px) {
 | 
						|
  .ha-topnav {
 | 
						|
    margin-bottom: 0.25rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1680px) {
 | 
						|
  .ha-topnav {
 | 
						|
    font-size: 1.25rem;
 | 
						|
    line-height: 1.75rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav a {
 | 
						|
  margin-right: 1.5rem;
 | 
						|
  display: none;
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(55 65 81 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav a:hover {
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(17 24 39 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-topnav a {
 | 
						|
    display: inline-block;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1680px) {
 | 
						|
  .ha-topnav a {
 | 
						|
    margin-right: 1.75rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav a:last-child {
 | 
						|
  margin-right: 0px;
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav-dropdown {
 | 
						|
  display: none;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-topnav-dropdown {
 | 
						|
    position: relative;
 | 
						|
    display: inline-block;
 | 
						|
  }
 | 
						|
 | 
						|
  .ha-topnav-dropdown:hover .ha-topnav-dropdown-content {
 | 
						|
    display: block;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav-dropdown .ha-topnav-dropdown-content {
 | 
						|
  right: 0px;
 | 
						|
  z-index: 50;
 | 
						|
  margin-right: 1.5rem;
 | 
						|
  display: none;
 | 
						|
  min-width: 130px;
 | 
						|
  border-bottom-width: 1px;
 | 
						|
  --tw-border-opacity: 1;
 | 
						|
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
 | 
						|
  --tw-bg-opacity: 1;
 | 
						|
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
 | 
						|
  padding-top: 0.25rem;
 | 
						|
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
 | 
						|
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
 | 
						|
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-topnav-dropdown .ha-topnav-dropdown-content {
 | 
						|
    position: absolute;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav-dropdown .ha-topnav-dropdown-content a {
 | 
						|
  margin-right: 0px;
 | 
						|
  display: block;
 | 
						|
  padding-top: 0.5rem;
 | 
						|
  padding-bottom: 0.5rem;
 | 
						|
  padding-left: 0.5rem;
 | 
						|
  padding-right: 0.75rem;
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav-dropdown .ha-topnav-dropdown-content .active {
 | 
						|
  border-style: none;
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav-dropdown .ha-topnav-dropdown-content a:hover {
 | 
						|
  --tw-bg-opacity: 1;
 | 
						|
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.ha-footer {
 | 
						|
  margin-left: auto;
 | 
						|
  margin-right: auto;
 | 
						|
  margin-top: 1rem;
 | 
						|
  height: 100%;
 | 
						|
  width: 100%;
 | 
						|
  --tw-bg-opacity: 1;
 | 
						|
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
 | 
						|
  padding: 0.5rem;
 | 
						|
  text-align: right;
 | 
						|
  font-family: Libertine, serif;
 | 
						|
  font-size: 1.125rem;
 | 
						|
  line-height: 1.75rem;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1024px) {
 | 
						|
  .ha-footer {
 | 
						|
    padding: 1rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-footer {
 | 
						|
    max-width: 1190px;
 | 
						|
    padding: 2rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-footer a {
 | 
						|
  -webkit-text-decoration-line: underline;
 | 
						|
          text-decoration-line: underline;
 | 
						|
  -webkit-text-decoration-style: dotted;
 | 
						|
          text-decoration-style: dotted;
 | 
						|
}
 | 
						|
 | 
						|
.ha-footer a:hover {
 | 
						|
  -webkit-text-decoration-line: underline;
 | 
						|
          text-decoration-line: underline;
 | 
						|
  -webkit-text-decoration-style: solid;
 | 
						|
          text-decoration-style: solid;
 | 
						|
}
 | 
						|
 | 
						|
/* Classes for static pages */
 | 
						|
 | 
						|
.ha-static {
 | 
						|
  width: 100%;
 | 
						|
  --tw-bg-opacity: 1;
 | 
						|
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
 | 
						|
  padding-top: 3rem;
 | 
						|
  padding-bottom: 3rem;
 | 
						|
  padding-left: 3rem;
 | 
						|
  padding-right: 3rem;
 | 
						|
  font-family: Libertine, serif;
 | 
						|
  -webkit-hyphens: auto;
 | 
						|
      -ms-hyphens: auto;
 | 
						|
          hyphens: auto;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1024px) {
 | 
						|
  .ha-static {
 | 
						|
    padding-left: 4rem;
 | 
						|
    padding-right: 4rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-static h1 {
 | 
						|
  margin-bottom: 1.5rem;
 | 
						|
  font-size: 1.25rem;
 | 
						|
  line-height: 1.75rem;
 | 
						|
  font-weight: 700;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-static h1 {
 | 
						|
    font-size: 2.25rem;
 | 
						|
    line-height: 2.5rem;
 | 
						|
    font-weight: 400;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-static h2 {
 | 
						|
  margin-bottom: 0.75rem;
 | 
						|
  margin-top: 1rem;
 | 
						|
  font-size: 1.125rem;
 | 
						|
  line-height: 1.75rem;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-static h2 {
 | 
						|
    font-size: 1.5rem;
 | 
						|
    line-height: 2rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-static h3 {
 | 
						|
  margin-top: 1rem;
 | 
						|
  margin-bottom: 0.5rem;
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(216 0 0 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.ha-static table {
 | 
						|
  margin-top: 0.75rem;
 | 
						|
  margin-bottom: 0.75rem;
 | 
						|
  width: 100%;
 | 
						|
}
 | 
						|
 | 
						|
.ha-static table th {
 | 
						|
  padding-left: 0.5rem;
 | 
						|
  padding-right: 0.5rem;
 | 
						|
  text-align: left;
 | 
						|
  font-weight: 400;
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(216 0 0 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-static table th {
 | 
						|
    padding-right: 1rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-static table tr td {
 | 
						|
  padding-left: 0.5rem;
 | 
						|
  padding-right: 0.5rem;
 | 
						|
  vertical-align: top;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-static table tr td {
 | 
						|
    white-space: nowrap;
 | 
						|
    padding-right: 1rem;
 | 
						|
  }
 | 
						|
 | 
						|
  .ha-static table tr td:last-child {
 | 
						|
    white-space: normal;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-static table tr:nth-child(even) {
 | 
						|
  --tw-bg-opacity: 1;
 | 
						|
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.ha-static p {
 | 
						|
  margin-top: 0.75rem;
 | 
						|
  margin-bottom: 0.75rem;
 | 
						|
}
 | 
						|
 | 
						|
.ha-static a {
 | 
						|
  -webkit-text-decoration-line: underline;
 | 
						|
          text-decoration-line: underline;
 | 
						|
  -webkit-text-decoration-style: dotted;
 | 
						|
          text-decoration-style: dotted;
 | 
						|
}
 | 
						|
 | 
						|
.ha-static a:hover {
 | 
						|
  -webkit-text-decoration-line: underline;
 | 
						|
          text-decoration-line: underline;
 | 
						|
  -webkit-text-decoration-style: solid;
 | 
						|
          text-decoration-style: solid;
 | 
						|
}
 | 
						|
 | 
						|
.ha-static .ha-footnote {
 | 
						|
  position: relative;
 | 
						|
  font-size: 0.875rem;
 | 
						|
  line-height: 1.25rem;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-static .ha-footnote {
 | 
						|
    font-size: 1rem;
 | 
						|
    line-height: 1.5rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-static .ha-footnote .ha-footnote-ref {
 | 
						|
  position: absolute;
 | 
						|
  left: -2.5rem;
 | 
						|
  display: inline-block;
 | 
						|
  width: 2rem;
 | 
						|
  text-align: right;
 | 
						|
}
 | 
						|
 | 
						|
/* Classes for register pages */
 | 
						|
 | 
						|
.ha-register {
 | 
						|
  width: 100%;
 | 
						|
  font-family: Libertine, serif;
 | 
						|
  font-variant-numeric: oldstyle-nums;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-head, .ha-register .ha-register-body {
 | 
						|
  --tw-bg-opacity: 1;
 | 
						|
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
 | 
						|
  padding-left: 2.25rem;
 | 
						|
  padding-right: 2.25rem;
 | 
						|
  padding-top: 2.25rem;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1024px) {
 | 
						|
  .ha-register .ha-register-head, .ha-register .ha-register-body {
 | 
						|
    padding-left: 4rem;
 | 
						|
    padding-right: 4rem;
 | 
						|
    padding-top: 3rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-head {
 | 
						|
  border-bottom-width: 2px;
 | 
						|
  --tw-border-opacity: 1;
 | 
						|
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-head h1 {
 | 
						|
  margin-bottom: 1.5rem;
 | 
						|
  font-size: 1.25rem;
 | 
						|
  line-height: 1.75rem;
 | 
						|
  font-weight: 700;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-register .ha-register-head h1 {
 | 
						|
    font-size: 2.25rem;
 | 
						|
    line-height: 2.5rem;
 | 
						|
    font-weight: 400;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-head .ha-register-nav {
 | 
						|
  font-family: Biolinum, sans-serif;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-head .ha-register-nav a {
 | 
						|
  margin-right: 0.25rem;
 | 
						|
  display: inline-block;
 | 
						|
  padding-left: 0.25rem;
 | 
						|
  padding-right: 0.25rem;
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(55 65 81 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-head .ha-register-nav a:hover {
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(17 24 39 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1024px) {
 | 
						|
  .ha-register .ha-register-head .ha-register-nav a {
 | 
						|
    margin-right: 0.75rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-head .ha-register-nav a:first {
 | 
						|
  padding-left: 0px;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-head .ha-register-nav a.active {
 | 
						|
  border-bottom-width: 2px;
 | 
						|
  --tw-border-opacity: 1;
 | 
						|
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-head .ha-register-nav .ha-register-left-nav {
 | 
						|
  display: inline-block;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-head .ha-register-nav .ha-register-right-nav {
 | 
						|
  display: inline-block;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-body {
 | 
						|
  padding-bottom: 2.25rem;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1024px) {
 | 
						|
  .ha-register .ha-register-body {
 | 
						|
    padding-right: 24rem;
 | 
						|
    padding-bottom: 3rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-body .ha-comment {
 | 
						|
  margin-bottom: 2.25rem;
 | 
						|
  display: block;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1024px) {
 | 
						|
  .ha-register .ha-register-body .ha-comment {
 | 
						|
    margin-bottom: 3rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-body .ha-comment a {
 | 
						|
  -webkit-text-decoration-line: underline;
 | 
						|
          text-decoration-line: underline;
 | 
						|
  -webkit-text-decoration-style: dotted;
 | 
						|
          text-decoration-style: dotted;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-body .ha-comment a:hover {
 | 
						|
  -webkit-text-decoration-style: solid;
 | 
						|
          text-decoration-style: solid;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-body .ha-comment .ha-headcomment {
 | 
						|
  display: block;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-register .ha-register-body .ha-comment .ha-headcomment {
 | 
						|
    position: relative;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-body .ha-comment .ha-subcomment {
 | 
						|
  margin-left: 2rem;
 | 
						|
  margin-top: 0.5rem;
 | 
						|
  display: block;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-register .ha-register-body .ha-comment .ha-subcomment {
 | 
						|
    position: relative;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-body .ha-comment .ha-commenthead {
 | 
						|
  display: block;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-body .ha-comment .ha-commenthead .ha-lemma {
 | 
						|
  display: inline;
 | 
						|
  font-weight: 700;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-forschung .ha-register-body .ha-comment .ha-commenthead .ha-lemma {
 | 
						|
  display: inline;
 | 
						|
  font-weight: 400;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-forschung .ha-register-body .ha-comment {
 | 
						|
  margin-bottom: 1rem;
 | 
						|
  padding-left: 1rem;
 | 
						|
  text-indent: -1rem;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1024px) {
 | 
						|
  .ha-register .ha-forschung .ha-register-body .ha-comment {
 | 
						|
    margin-bottom: 1.5rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-body .ha-comment .ha-commenthead .ha-letlinks {
 | 
						|
  margin-left: 0.5rem;
 | 
						|
  display: inline-block;
 | 
						|
  font-family: Biolinum, sans-serif;
 | 
						|
  font-size: 0.75rem;
 | 
						|
  line-height: 1rem;
 | 
						|
  font-weight: 400;
 | 
						|
  line-height: 1.375;
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(75 85 99 / var(--tw-text-opacity));
 | 
						|
  font-variant-caps: all-petite-caps;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1024px) {
 | 
						|
  .ha-register .ha-register-body .ha-comment .ha-commenthead .ha-letlinks {
 | 
						|
    font-size: 0.875rem;
 | 
						|
    line-height: 1.25rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-body .ha-comment .ha-commenthead .ha-letlinks .ha-hkb {
 | 
						|
  display: inline;
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(17 24 39 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-register .ha-neuzeit .ha-register-body .ha-headcomment .ha-commenthead .ha-letlinks, .ha-register .ha-forschung .ha-register-body .ha-headcomment .ha-commenthead .ha-letlinks {
 | 
						|
    left: 48rem;
 | 
						|
  }
 | 
						|
 | 
						|
  .ha-register .ha-neuzeit .ha-register-body .ha-subcomment .ha-commenthead .ha-letlinks, .ha-register .ha-forschung .ha-register-body .ha-subcomment .ha-commenthead .ha-letlinks {
 | 
						|
    left: 46rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-neuzeit .ha-register-body .ha-commenthead .ha-letlinks, .ha-register .ha-forschung .ha-register-body .ha-commenthead .ha-letlinks {
 | 
						|
  padding-left: 0.5rem;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-register .ha-neuzeit .ha-register-body .ha-commenthead .ha-letlinks, .ha-register .ha-forschung .ha-register-body .ha-commenthead .ha-letlinks {
 | 
						|
    position: absolute;
 | 
						|
    top: 0px;
 | 
						|
    display: block;
 | 
						|
    width: 20rem;
 | 
						|
    border-left-width: 2px;
 | 
						|
    --tw-bg-opacity: 1;
 | 
						|
    background-color: rgb(248 250 252 / var(--tw-bg-opacity));
 | 
						|
    text-indent: 0px;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-body .ha-comment .ha-commenthead .ha-letlinks a {
 | 
						|
  -webkit-text-decoration-line: none;
 | 
						|
          text-decoration-line: none;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-register-body .ha-comment .ha-commenthead .ha-letlinks a:hover {
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(17 24 39 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
/* Classes from .NET */
 | 
						|
 | 
						|
.ha-title {
 | 
						|
  display: inline;
 | 
						|
  font-style: italic;
 | 
						|
}
 | 
						|
 | 
						|
.ha-insertedlemma {
 | 
						|
  display: inline;
 | 
						|
}
 | 
						|
 | 
						|
.ha-serif {
 | 
						|
  font-family: Libertine, serif;
 | 
						|
}
 | 
						|
 | 
						|
.ha-aq {
 | 
						|
  font-family: Biolinum, sans-serif;
 | 
						|
}
 | 
						|
 | 
						|
.ha-ul {
 | 
						|
  -webkit-text-decoration-line: underline;
 | 
						|
          text-decoration-line: underline;
 | 
						|
}
 | 
						|
 | 
						|
.ha-del {
 | 
						|
  -webkit-text-decoration-line: line-through;
 | 
						|
          text-decoration-line: line-through;
 | 
						|
}
 | 
						|
 | 
						|
.ha-hand {
 | 
						|
  font-family: Playfair, serif;
 | 
						|
  font-size: 0.9rem;
 | 
						|
}
 | 
						|
 | 
						|
.ha-added {
 | 
						|
  --tw-bg-opacity: 1;
 | 
						|
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
 | 
						|
  padding-left: 0.25rem;
 | 
						|
  padding-right: 0.25rem;
 | 
						|
}
 | 
						|
 | 
						|
.ha-note {
 | 
						|
  font-style: italic;
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(75 85 99 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.ha-sup {
 | 
						|
  position: relative;
 | 
						|
  top: -0.5em;
 | 
						|
  font-size: 80%;
 | 
						|
}
 | 
						|
 | 
						|
/* Classes from Javascript */
 | 
						|
 | 
						|
.active {
 | 
						|
  pointer-events: none;
 | 
						|
  --tw-text-opacity: 1 !important;
 | 
						|
  color: rgb(216 0 0 / var(--tw-text-opacity)) !important;
 | 
						|
}
 | 
						|
 | 
						|
.active:hover {
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(216 0 0 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav a.active {
 | 
						|
  -webkit-text-decoration-line: underline;
 | 
						|
          text-decoration-line: underline;
 | 
						|
  text-underline-offset: 2px;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-topnav a.active {
 | 
						|
    border-bottom-width: 4px;
 | 
						|
    -webkit-text-decoration-line: none;
 | 
						|
            text-decoration-line: none;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav.ha-topnav-collapsed {
 | 
						|
  margin-top: 1rem;
 | 
						|
  display: block;
 | 
						|
  height: 100%;
 | 
						|
  width: 100%;
 | 
						|
  font-size: 1rem;
 | 
						|
  line-height: 1.5rem;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1024px) {
 | 
						|
  .ha-topnav.ha-topnav-collapsed {
 | 
						|
    font-size: 1.125rem;
 | 
						|
    line-height: 1.75rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-topnav.ha-topnav-collapsed {
 | 
						|
    margin-top: 0px;
 | 
						|
    display: flex;
 | 
						|
    width: -webkit-fit-content;
 | 
						|
    width: -moz-fit-content;
 | 
						|
    width: fit-content;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1680px) {
 | 
						|
  .ha-topnav.ha-topnav-collapsed {
 | 
						|
    font-size: 1.25rem;
 | 
						|
    line-height: 1.75rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav.ha-topnav-collapsed a {
 | 
						|
  clear: both;
 | 
						|
  display: block;
 | 
						|
  width: 100%;
 | 
						|
  padding-top: 0.25rem;
 | 
						|
  padding-bottom: 0.25rem;
 | 
						|
  text-align: left;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-topnav.ha-topnav-collapsed a {
 | 
						|
    display: inline-block;
 | 
						|
    width: -webkit-fit-content;
 | 
						|
    width: -moz-fit-content;
 | 
						|
    width: fit-content;
 | 
						|
    padding-top: 0px;
 | 
						|
    padding-bottom: 0px;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav.ha-topnav-collapsed .ha-topnav-dropdown {
 | 
						|
  display: block;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-topnav.ha-topnav-collapsed .ha-topnav-dropdown {
 | 
						|
    display: inline-block;
 | 
						|
  }
 | 
						|
 | 
						|
  .ha-topnav.ha-topnav-collapsed .ha-topnav-dropdown:hover .ha-topnav-dropdown-content {
 | 
						|
    display: block;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav.ha-topnav-collapsed .ha-topnav-dropdown .ha-topnav-dropdown-content {
 | 
						|
  display: block;
 | 
						|
  border-style: none;
 | 
						|
  padding-top: 0px;
 | 
						|
  --tw-shadow: 0 0 #0000;
 | 
						|
  --tw-shadow-colored: 0 0 #0000;
 | 
						|
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-topnav.ha-topnav-collapsed .ha-topnav-dropdown .ha-topnav-dropdown-content {
 | 
						|
    display: none;
 | 
						|
    border-bottom-width: 1px;
 | 
						|
    padding-top: 0.5rem;
 | 
						|
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
 | 
						|
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
 | 
						|
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-topnav.ha-topnav-collapsed .ha-topnav-dropdown .ha-topnav-dropdown-content a {
 | 
						|
  padding-top: 0.25rem;
 | 
						|
  padding-bottom: 0.25rem;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-topnav.ha-topnav-collapsed .ha-topnav-dropdown .ha-topnav-dropdown-content a {
 | 
						|
    padding-top: 0.5rem;
 | 
						|
    padding-bottom: 0.5rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-headcomment .ha-btn-collapsed-box {
 | 
						|
  left: 47.6rem;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-subcomment .ha-btn-collapsed-box {
 | 
						|
  left: 45.6rem;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-btn-collapsed-box {
 | 
						|
  position: absolute;
 | 
						|
  top: -0.25rem;
 | 
						|
  display: none;
 | 
						|
  cursor: pointer;
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(75 85 99 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-btn-collapsed-box:hover {
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(17 24 39 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .ha-register .ha-btn-collapsed-box {
 | 
						|
    display: block;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-neuzeit .ha-register-body .ha-commenthead .ha-collapsed-box, .ha-register .ha-forschung .ha-register-body .ha-commenthead .ha-collapsed-box {
 | 
						|
  z-index: 0;
 | 
						|
  overflow: hidden;
 | 
						|
}
 | 
						|
 | 
						|
.ha-register .ha-neuzeit .ha-register-body .ha-commenthead .ha-expanded-box, .ha-register .ha-forschung .ha-register-body .ha-commenthead .ha-expanded-box {
 | 
						|
  z-index: 1000;
 | 
						|
  height: auto !important;
 | 
						|
  max-height: 100vh !important;
 | 
						|
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
 | 
						|
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
 | 
						|
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
 | 
						|
}
 | 
						|
 | 
						|
/* .ha-register .ha-neuzeit .ha-register-body .ha-commenthead .ha-collapsed-box:hover,
 | 
						|
    .ha-register .ha-forschung .ha-register-body .ha-commenthead .ha-collapsed-box:hover {
 | 
						|
        @apply shadow-md z-[1000] !h-auto
 | 
						|
    } */
 | 
						|
 | 
						|
.pointer-events-none {
 | 
						|
  pointer-events: none;
 | 
						|
}
 | 
						|
 | 
						|
.sticky {
 | 
						|
  position: -webkit-sticky;
 | 
						|
  position: sticky;
 | 
						|
}
 | 
						|
 | 
						|
.my-8 {
 | 
						|
  margin-top: 2rem;
 | 
						|
  margin-bottom: 2rem;
 | 
						|
}
 | 
						|
 | 
						|
.mx-8 {
 | 
						|
  margin-left: 2rem;
 | 
						|
  margin-right: 2rem;
 | 
						|
}
 | 
						|
 | 
						|
.mx-auto {
 | 
						|
  margin-left: auto;
 | 
						|
  margin-right: auto;
 | 
						|
}
 | 
						|
 | 
						|
.ml-8 {
 | 
						|
  margin-left: 2rem;
 | 
						|
}
 | 
						|
 | 
						|
.mb-6 {
 | 
						|
  margin-bottom: 1.5rem;
 | 
						|
}
 | 
						|
 | 
						|
.mr-2 {
 | 
						|
  margin-right: 0.5rem;
 | 
						|
}
 | 
						|
 | 
						|
.\!mr-0 {
 | 
						|
  margin-right: 0px !important;
 | 
						|
}
 | 
						|
 | 
						|
.inline-block {
 | 
						|
  display: inline-block;
 | 
						|
}
 | 
						|
 | 
						|
.flex {
 | 
						|
  display: flex;
 | 
						|
}
 | 
						|
 | 
						|
.table {
 | 
						|
  display: table;
 | 
						|
}
 | 
						|
 | 
						|
.hidden {
 | 
						|
  display: none;
 | 
						|
}
 | 
						|
 | 
						|
.h-full {
 | 
						|
  height: 100%;
 | 
						|
}
 | 
						|
 | 
						|
.h-8 {
 | 
						|
  height: 2rem;
 | 
						|
}
 | 
						|
 | 
						|
.w-full {
 | 
						|
  width: 100%;
 | 
						|
}
 | 
						|
 | 
						|
.w-8 {
 | 
						|
  width: 2rem;
 | 
						|
}
 | 
						|
 | 
						|
.shrink-0 {
 | 
						|
  flex-shrink: 0;
 | 
						|
}
 | 
						|
 | 
						|
.shrink {
 | 
						|
  flex-shrink: 1;
 | 
						|
}
 | 
						|
 | 
						|
.grow-0 {
 | 
						|
  flex-grow: 0;
 | 
						|
}
 | 
						|
 | 
						|
.grow {
 | 
						|
  flex-grow: 1;
 | 
						|
}
 | 
						|
 | 
						|
.cursor-default {
 | 
						|
  cursor: default;
 | 
						|
}
 | 
						|
 | 
						|
.resize {
 | 
						|
  resize: both;
 | 
						|
}
 | 
						|
 | 
						|
.list-disc {
 | 
						|
  list-style-type: disc;
 | 
						|
}
 | 
						|
 | 
						|
.flex-row {
 | 
						|
  flex-direction: row;
 | 
						|
}
 | 
						|
 | 
						|
.flex-wrap {
 | 
						|
  flex-wrap: wrap;
 | 
						|
}
 | 
						|
 | 
						|
.overflow-hidden {
 | 
						|
  overflow: hidden;
 | 
						|
}
 | 
						|
 | 
						|
.text-ellipsis {
 | 
						|
  text-overflow: ellipsis;
 | 
						|
}
 | 
						|
 | 
						|
.whitespace-nowrap {
 | 
						|
  white-space: nowrap;
 | 
						|
}
 | 
						|
 | 
						|
.border {
 | 
						|
  border-width: 1px;
 | 
						|
}
 | 
						|
 | 
						|
.border-t-\[5px\] {
 | 
						|
  border-top-width: 5px;
 | 
						|
}
 | 
						|
 | 
						|
.border-gray-300 {
 | 
						|
  --tw-border-opacity: 1;
 | 
						|
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.border-gray-900 {
 | 
						|
  --tw-border-opacity: 1;
 | 
						|
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.border-t-gray-200 {
 | 
						|
  --tw-border-opacity: 1;
 | 
						|
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.border-l-gray-200 {
 | 
						|
  --tw-border-opacity: 1;
 | 
						|
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.bg-slate-50 {
 | 
						|
  --tw-bg-opacity: 1;
 | 
						|
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
 | 
						|
}
 | 
						|
 | 
						|
.p-1 {
 | 
						|
  padding: 0.25rem;
 | 
						|
}
 | 
						|
 | 
						|
.py-3 {
 | 
						|
  padding-top: 0.75rem;
 | 
						|
  padding-bottom: 0.75rem;
 | 
						|
}
 | 
						|
 | 
						|
.px-3 {
 | 
						|
  padding-left: 0.75rem;
 | 
						|
  padding-right: 0.75rem;
 | 
						|
}
 | 
						|
 | 
						|
.pb-3 {
 | 
						|
  padding-bottom: 0.75rem;
 | 
						|
}
 | 
						|
 | 
						|
.pr-3 {
 | 
						|
  padding-right: 0.75rem;
 | 
						|
}
 | 
						|
 | 
						|
.align-baseline {
 | 
						|
  vertical-align: baseline;
 | 
						|
}
 | 
						|
 | 
						|
.align-bottom {
 | 
						|
  vertical-align: bottom;
 | 
						|
}
 | 
						|
 | 
						|
.font-serif {
 | 
						|
  font-family: Libertine, serif;
 | 
						|
}
 | 
						|
 | 
						|
.text-xl {
 | 
						|
  font-size: 1.25rem;
 | 
						|
  line-height: 1.75rem;
 | 
						|
}
 | 
						|
 | 
						|
.italic {
 | 
						|
  font-style: italic;
 | 
						|
}
 | 
						|
 | 
						|
.text-black {
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(0 0 0 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
/* Regular woff-files for regular font variants curerently
 | 
						|
   Instead we can use the Graphite versions of the font   
 | 
						|
 | 
						|
@font-face {
 | 
						|
    font-family: 'Biolinum';
 | 
						|
    src: url('/fonts/LinBiolinum_R_G.ttf') format('truetype');
 | 
						|
    font-display: swap;
 | 
						|
    font-weight: normal;
 | 
						|
    font-style: normal;
 | 
						|
}
 | 
						|
 | 
						|
@font-face {
 | 
						|
    font-family: 'Libertine';
 | 
						|
    src: url('/fonts/LinLibertine_R_G.ttf') format('truetype');
 | 
						|
    font-display: swap;
 | 
						|
    font-weight: normal;
 | 
						|
    font-style: normal;
 | 
						|
}
 | 
						|
 | 
						|
*/
 | 
						|
 | 
						|
@font-face {
 | 
						|
  font-family: 'Biolinum';
 | 
						|
 | 
						|
  src: url('../fonts/LinBiolinum_R.woff') format('woff');
 | 
						|
 | 
						|
  font-display: swap;
 | 
						|
 | 
						|
  font-weight: normal;
 | 
						|
 | 
						|
  font-style: normal;
 | 
						|
}
 | 
						|
 | 
						|
@font-face {
 | 
						|
  font-family: 'Libertine';
 | 
						|
 | 
						|
  src: url('../fonts/LinLibertine_R.woff') format('woff');
 | 
						|
 | 
						|
  font-display: swap;
 | 
						|
 | 
						|
  font-weight: normal;
 | 
						|
 | 
						|
  font-style: normal;
 | 
						|
}
 | 
						|
 | 
						|
@font-face {
 | 
						|
  font-family: 'Biolinum';
 | 
						|
 | 
						|
  src: url('../fonts/LinBiolinum_RI.woff') format('woff');
 | 
						|
 | 
						|
  font-display: swap;
 | 
						|
 | 
						|
  font-weight: normal;
 | 
						|
 | 
						|
  font-style: italic;
 | 
						|
}
 | 
						|
 | 
						|
@font-face {
 | 
						|
  font-family: 'Biolinum';
 | 
						|
 | 
						|
  src: url('../fonts/LinBiolinum_RB.woff') format('woff');
 | 
						|
 | 
						|
  font-display: swap;
 | 
						|
 | 
						|
  font-weight: bold;
 | 
						|
 | 
						|
  font-style: normal;
 | 
						|
}
 | 
						|
 | 
						|
@font-face {
 | 
						|
  font-family: 'Libertine';
 | 
						|
 | 
						|
  src: url('../fonts/LinLibertine_RI.woff') format('woff');
 | 
						|
 | 
						|
  font-display: swap;
 | 
						|
 | 
						|
  font-weight: normal;
 | 
						|
 | 
						|
  font-style: italic;
 | 
						|
}
 | 
						|
 | 
						|
@font-face {
 | 
						|
  font-family: 'Libertine';
 | 
						|
 | 
						|
  src: url('../fonts/LinLibertine_RB.woff') format('woff');
 | 
						|
 | 
						|
  font-display: swap;
 | 
						|
 | 
						|
  font-weight: bold;
 | 
						|
 | 
						|
  font-style: normal;
 | 
						|
}
 | 
						|
 | 
						|
@font-face {
 | 
						|
  font-family: 'Playfair';
 | 
						|
 | 
						|
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
 | 
						|
 | 
						|
  font-display: swap;
 | 
						|
 | 
						|
  font-weight: normal;
 | 
						|
 | 
						|
  font-style: normal;
 | 
						|
}
 | 
						|
 | 
						|
* {
 | 
						|
  -webkit-text-decoration-skip-ink: all;
 | 
						|
          text-decoration-skip-ink: all;
 | 
						|
}
 | 
						|
 | 
						|
body {
 | 
						|
  background-image:url('../img/subtlenet2.png');
 | 
						|
  background-repeat:repeat;
 | 
						|
}
 | 
						|
 | 
						|
/* ul {
 | 
						|
    list-style-type:circle;
 | 
						|
} */
 | 
						|
 | 
						|
.downshadow-sm {
 | 
						|
  box-shadow: 5px 6px 5px -7px rgba(0,0,0,0.79);
 | 
						|
}
 | 
						|
 | 
						|
.hyphenate {
 | 
						|
  -webkit-hyphens: auto;
 | 
						|
      -ms-hyphens: auto;
 | 
						|
          hyphens: auto;
 | 
						|
}
 | 
						|
 | 
						|
.unhyphenate {
 | 
						|
  -webkit-hyphens: none;
 | 
						|
      -ms-hyphens: none;
 | 
						|
          hyphens: none;
 | 
						|
}
 | 
						|
 | 
						|
.numeric-mediaeval {
 | 
						|
  font-variant-numeric: oldstyle-nums;
 | 
						|
}
 | 
						|
 | 
						|
.numeric-normal {
 | 
						|
  font-variant-numeric: normal;
 | 
						|
}
 | 
						|
 | 
						|
.caps-small {
 | 
						|
  font-variant-caps: all-petite-caps;
 | 
						|
}
 | 
						|
 | 
						|
.caps-normal {
 | 
						|
  font-variant-caps: normal;
 | 
						|
}
 | 
						|
 | 
						|
.break-inside-avoid {
 | 
						|
  -moz-column-break-inside: avoid;
 | 
						|
       break-inside: avoid;
 | 
						|
}
 | 
						|
 | 
						|
.ha-menu-arrowsymbol::after {
 | 
						|
  display: inline-block;
 | 
						|
  margin-left: 0.2em;
 | 
						|
  vertical-align: 0.2em;
 | 
						|
  content: "";
 | 
						|
  border-top: 0.3em solid;
 | 
						|
  border-right: 0.3em solid transparent;
 | 
						|
  border-bottom: 0;
 | 
						|
  border-left: 0.3em solid transparent;
 | 
						|
}
 | 
						|
 | 
						|
.ha-menusymbol {
 | 
						|
  background:var(--white);
 | 
						|
  border-radius:4px;
 | 
						|
}
 | 
						|
 | 
						|
.ha-menusymbol svg {
 | 
						|
  width:24px;
 | 
						|
  height:24px;
 | 
						|
  stroke:#000000;
 | 
						|
  stroke-width:2;
 | 
						|
  stroke-linecap:round;
 | 
						|
  stroke-linejoin:miter;
 | 
						|
  fill:none;
 | 
						|
  color:#000000;
 | 
						|
}
 | 
						|
 | 
						|
.ha-open-btn-collapsed-box::before {
 | 
						|
  content: '\200E+';
 | 
						|
  font-weight: 900;
 | 
						|
}
 | 
						|
 | 
						|
.ha-close-btn-collapsed-box::before {
 | 
						|
  content: '\200E\00D7';
 | 
						|
  font-weight: 900;
 | 
						|
}
 | 
						|
 | 
						|
/* Not possible otherwise, overwrites javascript set style values, which cant be defined before render */
 | 
						|
 | 
						|
/* @media (max-width: 1190px) {
 | 
						|
    .ha-register .ha-neuzeit .ha-register-body .ha-subcomment .ha-commenthead .ha-letlinks {
 | 
						|
        height: auto !important;
 | 
						|
        overflow: unset !important;
 | 
						|
    }
 | 
						|
} */
 | 
						|
 | 
						|
.hover\:text-black:hover {
 | 
						|
  --tw-text-opacity: 1;
 | 
						|
  color: rgb(0 0 0 / var(--tw-text-opacity));
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 786px) {
 | 
						|
  .sm\:inline {
 | 
						|
    display: inline;
 | 
						|
  }
 | 
						|
 | 
						|
  .sm\:hidden {
 | 
						|
    display: none;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1024px) {
 | 
						|
  .md\:inline {
 | 
						|
    display: inline;
 | 
						|
  }
 | 
						|
 | 
						|
  .md\:hidden {
 | 
						|
    display: none;
 | 
						|
  }
 | 
						|
 | 
						|
  .md\:pr-80 {
 | 
						|
    padding-right: 20rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1190px) {
 | 
						|
  .desktop\:block {
 | 
						|
    display: block;
 | 
						|
  }
 | 
						|
 | 
						|
  .desktop\:hidden {
 | 
						|
    display: none;
 | 
						|
  }
 | 
						|
 | 
						|
  .desktop\:max-w-screen-desktop {
 | 
						|
    max-width: 1190px;
 | 
						|
  }
 | 
						|
 | 
						|
  .desktop\:px-8 {
 | 
						|
    padding-left: 2rem;
 | 
						|
    padding-right: 2rem;
 | 
						|
  }
 | 
						|
 | 
						|
  .desktop\:pr-8 {
 | 
						|
    padding-right: 2rem;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1440px) {
 | 
						|
  .xl\:h-12 {
 | 
						|
    height: 3rem;
 | 
						|
  }
 | 
						|
 | 
						|
  .xl\:w-12 {
 | 
						|
    width: 3rem;
 | 
						|
  }
 | 
						|
 | 
						|
  .xl\:text-3xl {
 | 
						|
    font-size: 1.875rem;
 | 
						|
    line-height: 2.25rem;
 | 
						|
  }
 | 
						|
} |