<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =================================== */
/* Google Fonts lokal hosten */
/* =================================== */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/material-icons.woff2) format('woff2'),
    url(../fonts/material-icons.woff) format('woff'),
    url(../fonts/material-icons.ttf) format('truetype');
  font-display: swap;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  font-display: swap;
}

/* =================================== */
/* Typeahead-Fixes */
/* =================================== */
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
}
.input-group span.twitter-typeahead .tt-menu {
  top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu {
  top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu {
  top: 28px !important;
}

/* =================================== */
/* Fassungs-Formular */
/* =================================== */
.trumbowyg-editor {
	background-color: #ffffff !important;
}
.freigaben-galerie {
    width: auto;
}
@media only screen and (max-width: 991px) {
	.freigaben-galerie {
		width: 100%;
		max-width: 300px;
	}
}
.max-w175 {
    max-width: 175px;
}
.max-w250 {
    max-width: 250px;
}
.max-w325 {
    max-width: 325px;
}

/* =================================== */
/* Verschiedene Helper &amp; Fixes */
/* =================================== */
.justwatch_icon {
	transition: 0.2s transform ease-in-out;
	border: 2px solid white;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    width: 40px;
	margin-top: 5px;
	margin-right: 5px;
}
.justwatch_icon_main {
	transition: 0.2s transform ease-in-out;
	border: 2px solid white;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    width: 50px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.justwatch_link {
	white-space: nowrap;
	margin-right: 10px;
}
.justwatch_link:hover .justwatch_icon {
	transform: scale(1.25);
}
.justwatch_link:hover .justwatch_icon_main {
	transform: scale(1.25);
}
div.dt-container div.dt-processing {
	position: fixed !important;
	top: 50% !important;
}
.bodytext-fassung p {
    margin-bottom: 5px;
    font-size: 15px;
}
.link_list-mb5 li {
  margin-bottom: 5px;
}
.table-borderless &gt; tbody &gt; tr &gt; td {
	border: 0px !important;
}
.dropdown-menu2 {
	background-color: #0d304c;
}
.dropdown-menu2 a {
	color: white !important;
	font-weight: 500 !important;
}
.dropdown-menu2 p {
	font-size: 13px;
	padding: 0px 20px;
    color: #70818e;
}
.dropdown-divider2 {
	display: block;
	height: 1px;
	width: 100%;
    overflow: hidden;
    background-color: #70818e;
}
tr.group,
tr.group:hover {
    background-color: #d9edf7 !important;
}
.anzeige-tr16 {
  position: absolute;
  top: -18px;
  right: 16px;
}
.anzeige-tr {
  position: absolute;
  top: -18px;
  right: 0px;
}
.anzeige-br {
  position: absolute;
  bottom: -2px;
  right: 3px;
}
.align-left-imp {
  text-align: left !important;
}
.dd-mb5 dd {
  margin-bottom: 5px;
}
.label-rund-lg {
	margin-right: 5px !important;
    padding: 3px 8px 3px !important;
    border-radius: 1.25em !important;
    font-size: 16px;
}
.label-rund {
	margin-right: 3px;
	margin-bottom: 6px;
	box-sizing: border-box;
    display: inline-block;
    padding: 1px 5px 1px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.5em;
	border: 1px solid #ccc;
}
.label-rund:hover {
	background: #eee;
}
.passwort-erinnerung {
	display:none !important;
}
.button-white-bg {
	background-color: #ffffff !important;
}
.panel-grey-top {
  border-top: 1px solid #ddd;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.mb60 {
  margin-bottom: 60px !important;
}
.m0i {
  margin: 0 !important;
}
.m30lb {
  margin-left: 30px;
  display: block;
}
.m10l {
  margin-left: 10px;
}
.va-bo {
  vertical-align: bottom;
}
.label-left-nonbold {
  text-align: left !important;
  font-weight: 400 !important;
}
#OptionenIcon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#OptionenIcon.open {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.file-upload-indicator2 {
    width: 24px !important;
}
.progress-whitebg {
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(204, 204, 204, 1);
	border-radius: 4px; height: 20px;
}
.custom_panel_heading {
	background-color: #ffffff !important;
	padding-bottom: 10px !important;
}
.custom_panel_body {
	background-color: #f5f5f5 !important;
}
.item_price2 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  color: #0d304c;
}
.XEpencil {
	display: none;
	float: right;
}
.XEeditierbar:hover .XEpencil {
	display: block;
}
.hover-text {
  text-decoration: none;
}
.hover-text:hover {
  text-decoration: underline;
  background-color: #f5f5f5;
}
.modal-content p {
	color: #70818e;
}
.faq-absatz p {
	margin-bottom: 10px;
}
.fassung-absatz p {
	font-size: 15px;
	margin-bottom: 10px !important;
	line-height: 1.2 !important;
}
.fassung-absatz {
	line-height: normal !important;
}
.fassung-absatz li {
	margin-bottom: 5px !important;
}
.dotted {
  border-bottom: 1px dashed #70818e;
  text-decoration: none; 
}
.tooltip-ofdb {
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 3px 0 0px 0;
  color: #000 !important;
}
.tooltip.top .tooltip-inner {
	background-color:#f0f0f0;
	max-width: 450px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #f0f0f0;
}
.tooltip.bottom .tooltip-inner {
	background-color:#f0f0f0;
	max-width: 450px;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #f0f0f0;
}
.fassung-galerie {
    width: 185px;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
	.fassung-galerie {
		width: 165px;
	}
}
.form-group label.error {
    color: #B94A48;
    margin-top: 2px;
}
.form-group label.error:empty {
    display: none !important;    
}
.nav-p15i &gt; li &gt; a {
  padding: 15px !important;
  margin: 0px !important;
}
.p5ri {
  padding-right: 5px !important;
}
.p10lri {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.p15l {
  padding-left: 15px !important;
}
.bluegrey {
  color: #d3e5f6;
}
.filmographie-header {
  font-size: 19px !important;
}
.of-block-link:hover {
	cursor: pointer;
}
.toggle:hover {
	cursor: pointer;
}
.page-link:hover {
	cursor: pointer;
}
.img-cover {
  width: 100%;
  max-height: none !important;
  overflow: hidden;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  transform: translateZ(0);
}
@media only screen and (max-width: 767px) {
  .img-cover {
	width: 60%;
  }
}
.header-persondetail {
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 489px;
  z-index: 0;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .header-persondetail {
    height: 370px;
    margin-top: -30px;
    font-size: 40px;
    margin-bottom: 30px;
  }
}
#banner-container {
	position: fixed;
}
.tdw-mute-icon {
	color: #fff;
	position: absolute;
	top: 100px;
	right: 190px;
	z-index: 2;
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
	.tdw-mute-icon {
		top: 25px;
		left: 45%;
	}
}
.text_link2 {
  margin-top: 3px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.dropdown_divider {
  height: 1px;
  margin: 9px 0;
  background: #e7ecf0;
  background: -moz-linear-gradient(top, #e7ecf0 0, rgba(231, 236, 240, 0) 100px);
  background: -webkit-gradient(left top, left bottom, color-stop(0, #e7ecf0), color-stop(100px, rgba(231, 236, 240, 0)));
  background: -webkit-linear-gradient(top, #e7ecf0 0, rgba(231, 236, 240, 0) 100px);
  background: -o-linear-gradient(top, #e7ecf0 0, rgba(231, 236, 240, 0) 100px);
  background: -ms-linear-gradient(top, #e7ecf0 0, rgba(231, 236, 240, 0) 100px);
  background: linear-gradient(to bottom, #e7ecf0 0, rgba(231, 236, 240, 0) 100px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7ecf0', endColorstr='#e7ecf0', GradientType=0);
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* =================================== */
/* Darstellung Fassungs-Symbole */
/* =================================== */
.material-icons.md-cut { font-size: 20px; left: -10px; position: absolute; }
.material-icons.md-lightblue { color: rgba(117, 179, 231, 1); }
.fassungen-pl15 { left: 10px; position: relative; }
@media only screen and (max-width: 767px) {
	.material-icons.md-cut { font-size: 16px; }
}

/* =================================== */
/* Animierter Spinner beim Laden von Suchergebnissen */
/* =================================== */
.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
h3.quicksearchcontainer-spinner {
	font-size: 36px;
	text-align: center;
	margin: 25px auto;
}
</pre></body></html>