<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
a, body {
  color: var(--grey-1)
}
.modal .container, section img {
  max-width: 100%
}
:root {
  --color-1: #f55500;
  --color-2: #c24400;
  --color-3: #f7f7f7;
  --grey-1: #333333;
  --grey-2: #6e6e6e
}
body {
  font-family: "Meta W05 Regular";
  font-weight: 400;
  font-size: 1rem;
  overflow: scroll;
  margin: 0
}
.h1, .h2, .modal h1, h1, h2, h3 {
  font-family: "Meta W05 Medium";
  color: var(--grey-1);
  margin: 0 0 1.5em
}
.lead, a:hover {
  color: var(--grey-2)
}
.h1, h1 {
  font-size: 1.75rem;
  line-height: 1.36
}
.h2, h2 {
  font-size: 1.25rem;
  line-height: 1.6
}
.modal h3 {
  font-size: 1.13rem;
  margin: 1.5em 0 1em
}

.modal .kontakt h3 {
display: none;
}

#link11.active, #link12.active, #link13.active, #link14.active, #link15.active, #link16.active, #link17.active, #link18.active, #link19.active {
  color: #ffffff;
  background-color: #333;
}

@media (min-width:50rem) {
  .h1, h1 {
    font-size: 3rem;
    line-height: 1.25
  }
  .h2, h2 {
    font-size: 1.75rem;
    line-height: 1.36
  }
  .modal h3 {
    font-size: 1.25rem
  }
}
.karte {
	max-width:700px;
}

.karte text {
	fill: #333;
	font-family: "Meta W05 Medium";
	font-size: 4.505px;
}






.karte a:focus{
	border: none;
	outline: none;
	}

.karte #nrw path {
fill: #f4f2f1;
	stroke: #333;
stroke-width: .3px;
}

.karte #staedte path {
	fill: #f7f7f7;
	stroke: #333;
	stroke-miterlimit: 3.864;
stroke-width: .3px;
}

use[class*="pin"]/*, .karte #staedte .beschriftung*/ {
	opacity: 0;
transition: ease-in-out 0.2s;
	stroke-width: 0.8px;

	}

#staedte a:hover use[class*="pin"],
/*.karte #staedte a:hover .beschriftung,*/
#staedte a:focus use[class*="pin"]/*,
.karte #staedte a:focus .beschriftung*/{
	opacity: 100;
	}





.karte #staedte a:hover path,
.karte #staedte a:focus path{
	stroke-width: 0.5px;
	}

symbol[id*="icon"] {
	stroke: #333;



	
 }

symbol#icon_bildung {
	fill: #f55500;
}

symbol#icon_kultur {
	fill: #f7f7f7;
}

symbol#icon_bib{
	fill: #333;
}

symbol[id*="icon"] circle  {
	fill: #fff;

}















.lead {
  font-size: .875em;
  font-family: "Meta W05 Regular"
}
strong, b {
  font-family: "Meta W05 Medium";
  font-weight: normal;
}
/*==============
Legende: 		.legend
================*/
.legend {
  font-size: 1.25em;
}
.legend h3 {
  font-size: 1em;
  margin: 2em 0 0.5em 0;
}
.legend ul {
  list-style-type: none;
  padding-left: 0.9em;
}
.legend li a {
  position: relative;
}
.legend li a[role="button"]::after {
  background: url(../img/icon-popup.svg) no-repeat center right;
}
.legend li a::after, .legend li a[role="button"]::after {
  content: "";
  position: absolute;
  right: -1.5em;
  height: 1em;
  width: 1em;
}
.legend img {
  margin-top: -5px;
  height: 1.25em;
  width: auto;
  margin-right: 0.2em;
}
:focus {
  outline: #333 solid 3px
}
.legend ul li a:focus, .legend ul li a:hover {
  color: #ffffff;
  background-color: #333;
}
.legend ul li a:hover {
  /*transition: 0.3s ease-in-out;*/
}
a {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  position: relative;
}



a::after {}


li.menu-link a {
  position: absolute;
}

/*Größenanpassung Standortkarten*/



#aachen .campus-map img {width: 253px; }
#bochum .campus-map img {width: 450px;}
#bonn .campus-map img {width: 300px;}
#dortmund .campus-map img {width: 450px;}
#koeln .campus-map img {width: 424px;}
#duesseldorf .campus-map img {width: 258px;}




/*Icons für verschiedene Linktypen*/
a[href*="http"]::after, a[href^="tel"]::after, a[href^="mailto"]::after {
  position: relative;
  height: 0.75em;
  width: 0.75em;
  right: 0em;
  top: 0.05em;
  background-size: 100%;
  display: inline-block;
  content: "";
  margin-left: .25em;
	background-image: url("../img/icon-extern-24-px.svg")
}
a[href^="http:"]::after, a[href^="https:"]::after {
  
}
a[href^="https://www.fh-dortmund.de"]::after {
  background-image: url("../img/icon-arrow-right-24-px.svg")
}

a[href^="tel"]::after {
  background-image: url("../img/icon_telefon.svg")
}

a[href^="mailto"]::after {
  background-image: url("../img/icon_e-mail.svg")
}

a[href*=".pdf"]::after {
  background-image: url("../img/icon_download.svg")
}


a.link-icon {
  border: none;
  display: inline-block
}
a.link-icon:focus span, a.link-icon:hover span {
  text-decoration: underline
}
a.link-icon img {
  width: 24px
}
p.iframe-link {
  margin-top: 1.5em
}
nav.site-navigation ul {
  margin: 0 0 2em 0;
  padding: 0;
  text-align: right
}
nav.site-navigation ul li {
  padding: 0;
  margin: 0 20px 0 0;
  display: inline-block
}
nav.site-navigation ul li a span {
  float: right
}
nav.site-navigation ul li a img {
  margin-top: .5em
}
.more span {
  font-family: "Meta W05 Regular";
  font-weight: normal;
  display: block;
	  color: var(--grey-2);}

.modal .modal-content {
  border-bottom: 10px solid transparent;
}

.modal.kultur .modal-content {
  border-bottom-color: var(--color-3);
}

.modal.bib .modal-content {
  border-bottom-color: var(--grey-2);
}

.modal.bildung .modal-content {
  border-bottom-color: var(--color-1);
}


.modal.bildung .lead, .modal.bib .lead, .modal.kultur .lead {
  position: relative;
  padding-left: 1.25em;
}
.modal .lead::before {
  position: absolute;
  width: 1em;
  left: 0em;
  top: -0.5em;
}
.modal.bildung .lead::before {
  content: url("../img/icon_pin_bildung.svg");
}
.modal.bib .lead::before {
  content: url("../img/icon_pin_bibliothek.svg");
}
.modal.kultur .lead::before {
  content: url("../img/icon_pin_kultur.svg");
}
.modal-dialog {
  max-width: 950px;
  width: 95%
}
.modal-body .container-sm {
  margin-top: 0 !important;
  padding: 0
}
.modal-body .container-sm :last-child {
  margin-bottom: 0
}
.modal-body .container {
  padding: 0
}
.modal-header {
  border-bottom: 0 solid !important;
  position: absolute;
  right: 0;
  z-index: 100
}
.modal-content {
  border: 0 solid;
  border-radius: 0
}
.btn-close {
  background: url("../img/close.svg") center/1em auto no-repeat !important;
  border-radius: 0;
  opacity: 1 !important
}
.btn-close:focus, .btn-close:hover {
  outline: none;
  background: url("../img/close_orange.svg") center/1em auto no-repeat !important;
}
.btn-close:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 1);
}
@media screen and (min-width:600px) {
  .modal-body {
    padding: 3rem
  }
  .container .row {
    column-gap: 2em
  }
}
section img {
  height: auto;
  border-radius: 5px
}
.menu-list {
  width: 100%;
  list-style: none;
  height: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 0
}
li.menu-link a {
  border-bottom: none;
  display: block;
  padding: 1em 3em 1em 0;
  color: var(--bs-body-color) !important;
  font-size: 1.2rem;
  background-image: linear-gradient(90deg, #0006 25%, #0000 0);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px
}
li.menu-link a::after, li.menu-link a[role=button]::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 1em;
  height: 1.5em;
  width: 1.5em
}
li.menu-link a::after {
  background: url("../img/icon-arrow-right.svg") center right no-repeat
}
li.menu-link a[role=button]::after {
  background: url("../img/icon-popup.svg") center right no-repeat
}
li.menu-link a:focus, li.menu-link a:hover {
  text-decoration: underline !important
}
@media screen and (max-width:768px) {
  .menu-list {
    flex-direction: column
  }
  .menu-link {
    font-size: 1rem
  }
}
.campus-map {
  -webkit-animation: .5s cubic-bezier(.25, .46, .45, .94) both slide-in-bottom;
  animation: .5s cubic-bezier(.25, .46, .45, .94) both slide-in-bottom
}
.slide-out-left {
  -webkit-animation: .5s cubic-bezier(.55, .085, .68, .53) both slide-out-left;
  animation: .5s cubic-bezier(.55, .085, .68, .53) both slide-out-left
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}
@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0
  }
}
@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0
  }
}
@font-face {
  font-family: "Meta W05 Regular";
  src: url("../font/fonts/5558597/f1cc17b0-4420-4876-8b50-b0659f1c7c8c.woff2") format("woff2"), url("../font/fonts/5558597/e4148c0c-cbab-4350-84c1-e3744e89ba8e.woff") format("woff")
}
@font-face {
  font-family: "Meta W05 Bold";
  src: url("../font/fonts/5558662/b9a19748-4e27-4603-9be7-aa3d2afdeddf.woff2") format("woff2"), url("../font/fonts/5558662/d66978a3-7cde-462e-88a0-3394298c4977.woff") format("woff")
}
@font-face {
  font-family: "Meta W05 Medium Italic";
  src: url("../font/fonts/5560377/fb7954ec-bce2-4e04-be25-95b8eab8e237.woff2") format("woff2"), url("../font/fonts/5560377/50187d89-2cdb-4d60-b6a2-10664c8ae365.woff") format("woff")
}
@font-face {
  font-family: "Meta W05 Italic";
  src: url("../font/fonts/5561362/b27c2bb8-c760-4b4a-bdaf-a552e9e4bbac.woff2") format("woff2"), url("../font/fonts/5561362/cf59dd1d-e5d3-43ea-8fc6-c4ab46e12ef5.woff") format("woff")
}
@font-face {
  font-family: "Meta W05 Bold Italic";
  src: url("../font/fonts/5561371/2a0bc0a6-870a-46dd-95c0-ecd876e5e64f.woff2") format("woff2"), url("../font/fonts/5561371/8affc20e-53b6-4456-ad55-6213a15d9eaa.woff") format("woff")
}
@font-face {
  font-family: "Meta W05 Medium";
  src: url("../font/fonts/5561823/dc6376a6-f8f8-4f9a-9aae-29266fac5660.woff2") format("woff2"), url("../font/fonts/5561823/976b5bd1-877d-4120-8134-224cebbe27f7.woff") format("woff")
}</pre></body></html>