<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Stylesheet for campustv.tu-bs.de
 * (c) Simon Walz, 2018
 */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.small {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.4;
}
/* Content */
div#page {
  line-height: 1.5;
  /* Silbentrennung: */
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
  /* syntax highlighting code */
  /* dokuwiki smileys */
  /* images */
}
div#page img,
div#page iframe {
  max-width: 100%;
}
div#page .centeralign {
  text-align: center;
}
div#page .rightalign {
  text-align: right;
}
div#page hr {
  border: 0;
  border-bottom: 2px solid gray;
}
div#page ul {
  line-height: 1.5em;
  list-style-type: square;
  list-style-image: none;
  margin: 0;
  padding: 0 0 0 1.5em;
  color: #ee7808;
}
div#page ol {
  line-height: 1.5em;
  list-style-type: decimal;
  list-style-image: none;
  margin: 0;
  padding: 0 0 0 1.5em;
  color: #ee7808;
  font-weight: bold;
}
div#page .li {
  color: black;
  font-weight: normal;
}
div#page pre {
  padding: 0.5em;
  border: 1px dashed black;
  color: black;
  overflow: auto;
}
div#page .table {
  overflow-x: auto;
  margin: 0 -2em 0 -2em;
  padding: 0 2em 0 2em;
}
div#page .table &gt; table {
  min-width: 100%;
}
div#page table,
div#page tr,
div#page th,
div#page td {
  border-collapse: collapse;
}
div#page th {
  text-align: left;
}
div#page .code .br0 {
  color: #66cc66;
}
div#page .code .co0 {
  color: #808080;
  font-style: italic;
}
div#page .code .co1 {
  color: #808080;
  font-style: italic;
}
div#page .code .co2 {
  color: #808080;
  font-style: italic;
}
div#page .code .co3 {
  color: #808080;
}
div#page .code .coMULTI {
  color: #808080;
  font-style: italic;
}
div#page .code .es0 {
  color: #000099;
  font-weight: bold;
}
div#page .code .kw1 {
  color: #b1b100;
}
div#page .code .kw2 {
  color: #000000;
  font-weight: bold;
}
div#page .code .kw3 {
  color: #000066;
}
div#page .code .kw4 {
  color: #993333;
}
div#page .code .kw5 {
  color: #0000ff;
}
div#page .code .me1 {
  color: #006600;
}
div#page .code .me2 {
  color: #006600;
}
div#page .code .nu0 {
  color: #cc66cc;
}
div#page .code .re0 {
  color: #0000ff;
}
div#page .code .re1 {
  color: #0000ff;
}
div#page .code .re2 {
  color: #0000ff;
}
div#page .code .re3 {
  color: #ff3333;
  font-weight: bold;
}
div#page .code .re4 {
  color: #009999;
}
div#page .code .st0 {
  color: #ff0000;
}
div#page .code .sy0 {
  color: #66cc66;
}
div#page a:link {
  color: #ee7808;
}
div#page a:visited {
  color: gray;
}
div#page a.mail:before {
  content: '\1f4e7';
  text-decoration: none;
  display: inline-block;
  padding-right: 0.2em;
}
div#page a.urlextern:before {
  content: '\1f310';
  text-decoration: none;
  display: inline-block;
  padding-right: 0.2em;
}
div#page h1,
div#page h2,
div#page h3 {
  clear: left;
}
div#page img.middle {
  vertical-align: middle;
}
div#page img.media,
div#page svg.media {
  margin: 3px;
  vertical-align: middle;
}
div#page img.medialeft,
div#page svg.medialeft {
  border: 0;
  float: left;
  clear: left;
  margin: 0 1.5em 0.5em 0;
}
div#page img.mediaright,
div#page svg.mediaright {
  border: 0;
  float: right;
  clear: right;
  margin: 0 0 0.5em 1.5em;
}
div#page img.mediacenter,
div#page svg.mediacenter {
  border: 0;
  clear: both;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  div#page img.medialeft,
  div#page img.mediaright,
  div#page svg.medialeft,
  div#page svg.mediaright {
    float: none;
    border: 0;
    display: block;
    margin: 1em auto;
  }
}
div#page &gt; p:first-child + h1,
div#page &gt; p:first-child + h2 {
  padding-top: 1.5em;
}
div#page &gt; * {
  /* main container */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media only screen and (min-width: 641px) {
  div#page &gt; * {
    width: 80%;
  }
}
div#page &gt; p:first-child {
  margin-top: 0;
}
div#page &gt; p:first-child,
div#page .wrap_full {
  padding: 0;
  width: 100%;
}
div#page &gt; p:first-child &gt; img.mediacenter,
div#page .wrap_full &gt; img.mediacenter,
div#page &gt; p:first-child &gt; svg.mediacenter,
div#page .wrap_full &gt; svg.mediacenter,
div#page &gt; p:first-child &gt; iframe.media,
div#page .wrap_full &gt; iframe.media {
  padding: 0;
  margin-top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 50vh;
  min-height: 20vh;
  /* Zoom fullsize images on smartphones */
}
@media only screen and (max-width: 640px) {
  div#page &gt; p:first-child &gt; img.mediacenter,
  div#page .wrap_full &gt; img.mediacenter,
  div#page &gt; p:first-child &gt; svg.mediacenter,
  div#page .wrap_full &gt; svg.mediacenter,
  div#page &gt; p:first-child &gt; iframe.media,
  div#page .wrap_full &gt; iframe.media {
    width: 150%;
    max-width: 150%;
    margin-left: -25%;
    margin-right: -25%;
  }
}
@media only screen {
  div#page {
    padding-bottom: 6em;
    min-height: 77vh;
  }
}
@media print {
  .noprint {
    display: none;
  }
  .menu ul {
    display: none;
  }
  footer .editpage {
    display: none;
  }
  body {
    font-size: 12px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
  page-break-inside: avoid;
}
div#page p {
  padding: 0;
}
body {
  font-family: "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  padding: 0;
  overflow-x: hidden;
  margin: 0 0 30px 0 !important;
}
@media only screen and (max-width: 640px) {
  body {
    margin: 0 0 0 0 !important;
  }
}
div#menu {
  width: 100%;
  background: #333333;
  position: fixed;
  top: 0;
  z-index: 200;
  font-size: 14px;
}
@media print {
  div#menu {
    position: absolute;
  }
}
div#menu div#toggle {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  cursor: pointer;
  margin-top: 40px;
  padding: 10px;
  font-weight: bold;
  color: #ee7808;
}
div#menu div#center {
  /* main container */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 641px) {
  div#menu div#center {
    width: 80%;
  }
}
@media only screen and (max-width: 850px) {
  div#menu div#center {
    margin-top: 40px;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  div#menu {
    position: relative;
  }
  div#menu div#toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div#menu div#center {
    display: none;
    margin-top: 10px;
  }
  div#menu div#center div ul li {
    display: block;
    width: 100%;
  }
}
div#menu ul {
  margin: 0;
  padding: 0;
}
div#menu ul li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0 2px 0 0;
  text-align: center;
  line-height: 20px;
}
div#menu ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(80%, #222222));
  background: linear-gradient(to bottom, #333333, #222222 80%);
}
div#menu ul li a {
  text-decoration: none;
  color: #ee7808;
  padding: 10px;
  display: block;
}
div#menu ul li ul {
  display: none;
  position: fixed;
  width: 100%;
}
div#menu div#circle {
  position: fixed;
  top: 1vw;
  right: 3.5vw;
  height: 20vw;
  width: 20vw;
  /*
		border-radius: 1000px;
		background-color: rgba(238, 120, 8, 0.85);
		*/
  text-align: center;
  opacity: 0.85;
  -webkit-transition: width 0.2s, height 0.2s, top 0.2s, right 0.2s, padding 0.2s;
  transition: width 0.2s, height 0.2s, top 0.2s, right 0.2s, padding 0.2s;
}
div#menu div#circle:hover {
  width: 25vw;
  height: 25vw;
  right: 1vw;
  top: 0;
  -webkit-transition: width 0.2s, height 0.2s, top 0.2s, right 0.2s, padding 0.2s;
  transition: width 0.2s, height 0.2s, top 0.2s, right 0.2s, padding 0.2s;
}
div#menu div#circle img {
  width: 100%;
  position: relative;
  top: 0.25vw;
  /*
			transform: rotate(17deg);
			*/
  -webkit-transition: width 0.2s, top 0.2s;
  transition: width 0.2s, top 0.2s;
}
div#menu div#circle:hover img {
  top: -1vw;
  -webkit-transition: width 0.2s, top 0.2s;
  transition: width 0.2s, top 0.2s;
}
@media only screen and (max-width: 640px) {
  div#menu div#circle {
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  div#menu div#circle img {
    top: 12px;
  }
}
@media print {
  div#menu div#circle {
    position: absolute;
  }
}
div#menu div#brand {
  /* main container */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-align: left;
  height: 30px;
  margin-bottom: -30px;
  padding-top: 10px;
}
@media only screen and (min-width: 641px) {
  div#menu div#brand {
    width: 80%;
  }
}
div#menu div#brand span#ctv {
  font-size: 25px;
  color: #ee7808;
  font-weight: bold;
}
div#menu div#brand span#bs {
  font-size: 13px;
  color: white;
}
/* footer */
footer {
  clear: both;
}
footer div#footertext a.editpage {
  color: #999;
  float: right;
  padding-right: 0.5em;
  font-size: 11px;
}
@media only screen and (max-width: 640px) {
  footer div#footertext a.editpage {
    float: inherit;
    text-align: center;
  }
}
div#footertext {
  color: #ee7808;
  background: #333333;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  text-align: center;
}
div#footertext a {
  color: #ee7808;
}
@media only screen and (max-width: 640px) {
  div#footertext {
    position: relative;
  }
}
@media print {
  div#footertext {
    position: relative;
    color: gray;
    text-align: left;
    margin-top: 0.7em;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
div#page h2 a {
  color: #ee7808;
  font-size: 20pt;
  text-decoration: none;
}
div#page {
  color: #202020;
  padding-top: 50px;
}
@media only screen and (max-width: 850px) {
  div#page {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 640px) {
  div#page {
    padding-top: 0;
  }
}
div#page {
  /** Boxes **/
}
div#page div[class*='plugin_include__web:'] {
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 5px solid #ee7808;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  /* clear fix */
}
div#page div[class*='plugin_include__web:'] h1 a,
div#page div[class*='plugin_include__web:'] h2 a,
div#page div[class*='plugin_include__web:'] h3 a,
div#page div[class*='plugin_include__web:'] h4 a,
div#page div[class*='plugin_include__web:'] h5 a,
div#page div[class*='plugin_include__web:'] h6 a {
  color: #ee7808;
}
div#page div[class*='plugin_include__web:'] h1 a:link,
div#page div[class*='plugin_include__web:'] h2 a:link,
div#page div[class*='plugin_include__web:'] h3 a:link,
div#page div[class*='plugin_include__web:'] h4 a:link,
div#page div[class*='plugin_include__web:'] h5 a:link,
div#page div[class*='plugin_include__web:'] h6 a:link,
div#page div[class*='plugin_include__web:'] h1 a:visited,
div#page div[class*='plugin_include__web:'] h2 a:visited,
div#page div[class*='plugin_include__web:'] h3 a:visited,
div#page div[class*='plugin_include__web:'] h4 a:visited,
div#page div[class*='plugin_include__web:'] h5 a:visited,
div#page div[class*='plugin_include__web:'] h6 a:visited {
  color: auto;
  text-decoration: none;
}
div#page div[class*='plugin_include__web:'] &gt; :last-child::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
/* page tables */
div#page td {
  padding-top: 0.2em;
}
div#page th {
  padding-top: 0.5em;
  border-bottom: 1px solid #e1e4e8;
}
div#page table tr:first-child &gt; th {
  border-bottom: 2px solid #e1e4e8;
}
</pre></body></html>