<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#PLS {
  --primary-color: #920f30;
  --riskai-color: #72077b;
  --white: #ffffff;
}


.more &gt; a, h1, h2, h3, h4, h5, h6{color: var(--riskai-color)!Important}
/*rgb(117, 183, 63)*/
/* ============================= */
/* ===== FOR DEVELOP ONLY ===== 
#main &gt; .inside {width: 100%; max-width: none; margin: 3% 0; padding: 0}
.inside{padding: 24px}
h1, h2, h3, h4, h5, h6 {color: rgb(146, 15, 48);}
* {box-sizing: border-box;font-family: sans-serif}*/

#sustainabilityMapHint {border: 3px solid var(--riskai-color);padding: 15px;background-color: #fff;font-size: 0.9em;margin-bottom: 10%}
#sustainabilityMapHint h3 {color: var(--riskai-color);}
#sustainabilityMapHint p {margin-bottom: 0; line-height: 1.5em}

.TRACE {
    background-color: #fefefe;
    border: 1px solid #dddddd;
    padding: 4px;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}

.pls_aiflocation {background-color: rgb(117, 183, 63) !important}

.aif_blink {padding: 20px 0 !important}
.plldesc p {margin-bottom: 0}

.sublevel1 {
   background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 3px 3px 3px #cccccc;
    left: 200px;
    margin-top: -14px;
    padding: 0 4px;
    position: absolute;
    visibility: hidden;
    width: 240px;
}
.submenu:hover &gt; div {visibility: visible}


body.ie #BRD {min-height: 1043px}

body.anw1 #mainNav &gt; ul &gt; li.submenu.trail.mapPages &gt; ul &gt; li:nth-child(1) {background-color: var(--primary-color)}
body.fit1 #mainNav &gt; ul &gt; li.submenu.trail.mapPages &gt; ul &gt; li:nth-child(2) {background-color: var(--primary-color)}
body.fit1 #mainNav &gt; ul &gt; li.submenu.trail.mapPages &gt; ul &gt; li:nth-child(2) a {color: #fff}
body.sud1 #mainNav &gt; ul &gt; li.submenu.trail.mapPages &gt; ul &gt; li:nth-child(3) {background-color: var(--primary-color)}
body.sud1 #mainNav &gt; ul &gt; li.submenu.trail.mapPages &gt; ul &gt; li:nth-child(3) a {color: #fff}


#mapPage {border-top: none !important}
#mapPage .folder .inside {overflow: visible !important}

#header .inside {margin: 0 auto !important}
#mapPage .folder .inside{width: 100% !Important; margin: 0!important; padding: 0 !important}
.relative{position: relative}
/*-----------------------------------------------*/

.mbtn {
    border: 1px solid #bbb;
    border-radius: 15px;
    cursor: pointer;
    font-size: 14px;
       padding: 9px;
    text-align: center;
    margin: 6% 0 0 0;
    font-weight: bold;
}
/*-----------------------------------------------*/
.mbtn:hover {
	background-color: rgb(82, 93, 113);
	color: #fff;
}

.plspaginatoion
{
	text-align: center;
	margin-top: 24px;
	margin-bottom: 50px
}
.paglist
{
	margin-top: 24px;
}

.pagnom
{
	display: inline-block;
	border: 1px solid #ddd;
	padding: 4px 10px;
	font-weight: bold;

}
.pagnum
{
	display: inline-block;
	border: 1px solid #ddd;
	padding: 4px 10px;
	cursor: pointer;
}
.pagnum:hover
{
	background-color: var(--primary-color);
	color: #fff;
}

/*------- LISTENDARSTELLUNG -------------------*/
#PLIST {position: relative}
#PLIST .lcount {top: -14px;}
#SEMLISTPLACARD, #PLISTPLACARD {margin-bottom: 16px; background-color: #f1f1f1; padding: 15px}
#SEMLISTPLACARD span, #PLISTPLACARD span {display: inline-block; width: 20%; margin:0 -2px;font-size: 14px;font-weight: bold; cursor: pointer}
#SEMLISTPLACARD span:after, #PLISTPLACARD span:after {font-family: "Font Awesome 5 Free"; font-weight: 900;content: "\f0dd";margin: -1px 0 0 8px;display: inline-block;vertical-align: text-top;} 
#SEMLISTPLACARD span:last-child:after, #PLISTPLACARD span:last-child:after {display: none}
#SEMLISTPLACARD span:last-child, #PLISTPLACARD span:last-child {width: 40%} 
#SEMLISTPLACARD span input, #PLISTPLACARD span input {background-color: #fff}

#SEMLISTPLACARD span.aktiv, #PLISTPLACARD span.aktiv {color: var(--primary-color)} 
#SEMLISTPLACARD span.aktiv:after, #PLISTPLACARD span.aktiv:after {font-family: "Font Awesome 5 Free"; font-weight: 900;content: "\f0de";margin: 4px 0 0 8px;}
#SEMLIST .lcount {
    top: 66px;
}

.lcount {
    color: #666;
    font-size: 11px;
    font-weight: bold; 
    position: absolute;
    right: 19px;
    bottom: 3px;
    height: 1em;
}
#SEMLIST li, #PLIST li,  #TRANSLIST li, #FITLIST li
{
	padding: 15px 15px 0 15px;
	list-style-type: none; 
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 4px;
    position: relative;
}

#SEMLIST li.even, #TRANSLIST li.even, #PLIST li.even, #FITLIST li.odd {background-color: #f1f1f1}

#SEMLIST li:hover, #FITLIST li:hover, #PLIST li:hover, #TRANSLIST li:hover,
{
	cursor: pointer;
	background-color: #f8f8f8;
}

.plslist{overflow: hidden;}
.plslist:hover
{
	cursor: pointer;
	background-color: #d1d1d1!important;
}

.closed{
	height: 0;	
	opacity: 0;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}

.plldesc 
{
    color: #666;
  
    font-size: 13px;
    line-height: 1.5em;
    width: 95%;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}

.plsicon
{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px !important;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	
}
.plsiconOpen
{
	transform: rotate(90deg);
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	
}
.emptywarning
{
	text-align: center;
	margin-top: 24px;
}

.clickzone {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
}

.hublogo{
	background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 60px;
    margin-right: 20px;
    width: 80px;
}
/*-----------------------------------------------*/
/*------- GENERAL -------------------*/
/*-----------------------------------------------*/
#PLS {display: block;position: relative}
#PLS_AIF {display: none}
#subselect .inside {max-width: none}

#PLS .bl {cursor: pointer;}
#PLS_KIK {
    margin: 0 auto;
    overflow: auto;
    width: 90%;
    /*max-width: 1180px;*/ 
	margin-top: -96px;
    background-color: #fff;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.6);
    background-color: #fff
}
/*-----------------------------------------------*/
/*------- MAIN NAVIGATION -------------------*/
.pls_placard {background-color: #fff;overflow: hidden}
#mainSelect
{
    margin: 0 auto;
    overflow: hidden;
    width: 200%;
    position: absolute;
    top: 96%;
    background-color: #fff;
    height: 0;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-shadow: none !important;
    z-index: 1030;
    left: -3%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
#mainSelect .plc_btn {width: 50%;margin: 0 -1px;display: inline-block;padding: 12px 0;font-size: 14px !important;text-align: center;font-weight: normal !important;color: #848484;cursor: pointer;}
#mainSelect .plc_btn:hover{background-color: var(--primary-color);color: #fff;}
#mainSelect .plc_btn.active {background-color: var(--primary-color);color: #fff;}
#mainSelect .plc_btn.last {width: 50.15% !important;}

/*-----------------------------------------------*/
/*------- SUB NAV -------------------*/
/*-----------------------------------------------*/
#SUBNAKIK {position: relative}
/* #SUBNAKIK:hover &gt; #mainSelect {min-height: 41px;} */
/* #SUBNAKIK:hover:after {display: none} */
/*#STUDNAV {opacity: 0}*/

#subselect {background-color: #464646; overflow: hidden;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	height: 200px; 
}
#subselect .inside {width: 90% !important; margin: 0 auto !important; padding-top: 20px}
#subselect .icbtn
{
    color: #fff;
    font-family: rubik;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 10px 0;
    min-height: 104px; 
    position: relative;
    width: 24.25%; 
    margin-left: 5%
}
#subselect .icbtn.active
{
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
#SUBNAKIK.icbtn.active {background-color: var(--riskai-color)}
#FITNAV.icbtn.active {background-color: rgb(0, 60, 104)}
#TRANSNAV.icbtn.active {background-color:rgb(80, 189, 203);}

#subselect .icbtn.active:after 
{
content:""; position: absolute; bottom: -10px; background-color: #fff; width: 20px; height: 20px; transform: rotate(45deg); left: calc(50% - 10px) !important; left: 46%
}

#subselect #SUBNAKIK.icbtn.active:after {background-color: var(--riskai-color)}

#subselect .icbtn.clickable
{
	cursor: pointer;
}

#subselect i {
    color: #fff;
    display: block;
    font-size: 30px;
    margin: 13px 0;
}

/*-----------------------------------------------*/
/*------- MAP -------------------*/
/*-----------------------------------------------*/
#plskarte {position: relative; margin-top: 20px; width: 73%}
#plskarte img {width: 650px}
#plskarte .pls_bland {position: absolute;z-index: 5}
#plskarte .pls_bland img {width: 100%}

#plsliste{background-color: #fff; position: relative; min-height: 600px;  margin-top: 20px}

/*-----------------------------------------------*/
/*------- FIT - MAP -------------------*/

.fitPos, .fitbigPos, .trabigPos, .studiPos{
	background-color: #003c68;     
	border-radius: 50%;
    color: #fff;
    position: absolute;
    text-align: center;
    cursor: pointer;
}
.trabigPos{background-color:rgba(81, 189, 203, 1)}
.studiPos{background-color:rgba(232, 136, 0, 1)}
.studiBullet{background-color:rgba(232, 136, 0, 1) !important}
.trabigPos.theDHClass {background-color: #50bdcb}
.traiDi.trabigPos {background-color: rgba(0,0,0,0) !important}
.traiDi.trabigPos img {max-width: 50px !important}

.dhgPos
{
	background-color: rgba(81, 189, 203, 1);     
	border-radius: 50%;
    color: #fff;
    position: absolute;
    text-align: center;
    cursor: pointer;
}
.trzPos, .studiBullet
{
	background-color: #188FA7;     
	border-radius: 50%;
    color: #fff;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.trzPos img, .dhgPos img {width: 18px !important; margin: 0 auto}
.fitPos, .dhgPos, .trzPos, .trabigPos {font-size: 15px !important;
    padding-top: 6px !important;
    height: 30px;
    width: 30px;}
.trabigPos img {max-width: 18px}    
.trabigPos.bigIcon img {max-width: 30px}    
.fitbigPos, .trabigPos.bigIcon
{
    font-size: 25px !important;
    height: 50px;
    padding-top: 10px !important;
    width: 50px;
}
.studiPos
{
    font-size: 15px !important;
    height: 26px;
    padding-top: 10px !important;
    width: 26px;
}

.fitlist
{
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.5);
    color: #000;
    font-size: 11px;
    left: 6px;
    min-height: 20px;
    padding: 7px;
    position: absolute;
    text-align: left;
    top: 15px;
    width: 250px;
    display: none;
    z-index: 100;
   /* max-height: 400px; */
    /*overflow-y: auto;*/
}

#SEMLOCA .fitlist h4.fittown
{
    background-color: #e88800;
    color: #ffffff;
    margin: 2px 0;
    padding: 4px;
}
.semhochschulen
{
	padding: 2px
}
.semhochschulen:hover{background-color: var(--primary-color); color: #fff}
.studiengaenge {
    background-color: #ffffff;
    color: #000;
    box-shadow: 2px 2px 6px #666666;
    left: 64px;
   
    position: absolute;
    width: 260px;
}
.sempro{
    border-bottom: 1px solid #dddddd;
    padding: 4px 10px;
    text-transform: capitalize;
}
.studiengang :hover{background-color: #e88800 !important}

.semhochschulen:nth-child(2n-1) {background-color: #efefef; color: #000;}

.fittown {color: #464646; font-size: 14px; margin: 15px 0; cursor: default}
.fitinst{
	border-top: 1px solid #ddd;
    font-weight: normal;
    line-height: 1.3em;
	min-height: 34px;
    overflow: hidden;
    padding: 5px;}

.fitinst.odd {
    background-color: var(--riskai-color);
}
.fitinst:hover{background-color: #e0e0e0;}

.fitpro{color: #000}
.fitsub{color: #666}
.bfitlabel
{
   background-color: #ffffff;
    color: #000000;
    font-size: 11px;
    margin-left: -27px;
    padding: 2px 6px;
    text-align: center;
    width: 100px;
    display: block;
}
.fitimg {max-width:30px; margin: 0 auto}
/*------- Transfer &amp; Strategie -------------------*/
#TRANSLOCA, #SEMLOCA, #FITLOCA
{
}
#TRANSLIST, #SEMLIST
{   
	background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    z-index: 101;
}
.transhint
{
 font-size: 11px;
 line-height: 1.4em;
 background-color: #fff;
 padding: 14px;
 margin-bottom: 20px;
 border-radius: 3px;
 border: 1px solid #dddddd;
 color: #464646; 
}
.transhint p{margin: 0}
/*------- Forschungsinstitute -------------------*/
#FITDIAL
{
   background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    max-width: 60%;
    min-height: 317px;
    min-width: 600px;
    padding: 20px;
    position: fixed;
    top: 10%;
    left: 20%; 
   
    z-index: 102;  
    overflow: auto;  
}


#TRANSDIAL{
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    max-width: 400px;
    min-width: 50%;
    min-height: 317px;
    padding: 20px;
    position: fixed;
    top: 24%;
    z-index: 102;
}


#TRANSDIAL .col4 ul {padding-left: 20px}
#TRANSDIAL .col4 ul li {font-size: 14px; list-style-type: disc}
#TRANSDIAL .col8 ul {padding-left: 20px; margin-bottom: 12px;}
#TRANSDIAL .col8 ul li {font-size: 14px; list-style-type: disc}


#FITDIAL p, #TRANSDIAL p {
    font-size: 14px;
    hyphens: auto;
    line-height: 1.6;
    margin-top: 0;
}
.fitheadline {margin-bottom: 15px;margin-top: 0;border-bottom: 1px solid;padding-bottom: 10px}
.fitsubline {font-size: 17px !important; font-weight: bold}
.fitHochschule {margin-bottom: 0;font-size: 17px !important;}

#TRANSDIAL .label, #FITDIAL .label 
{
	font-weight: bold;
	font-size: 14px;
}
#TRANSDIAL img { max-height: 120px;width: auto;}
/* #TRANSDIAL figure{float: right;} */
#TRANSDIAL .label.up, #FITDIAL .label.up {margin-top: 10px}

.hsdesc
{
    margin-top: 6px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.hsdesc p
{
	font-size: 11px !Important;
    font-weight: normal !Important;
    line-height: 1.3em !Important;
}
.idhint{	
	font-size: 8px !Important;
	position: absolute;
	top: 4px;
	right: 4px;
	color: #ccc;
	display: none;
}
.studesc h2
{
	font-size: 14px !Important;
	color: #333;
	margin: 0;
}
.studesc ul
{
	margin-bottom: 12px;
}
.studesc &gt; a
{
    font-size: 13px;
    font-weight: bold;
}
.studesc .info_text {
    max-height: 238px;
    overflow-y: auto;
    padding-right: 12px;
    margin-bottom: 12px;
}
.studesc .sep{    border-top: 1px solid #dddddd;
    font-size: 6px;}
.studesc ul li , .plldesc ul li
{
  font-size: 13px;
    font-weight: normal;
    padding-left: 14px;
    position: relative;
}
.plldesc ul li:before
{
    content: "â€¢";
    font-size: 20px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 15px;
	
}
.studesc ul li:before
{
    content: "â€¢";
    font-size: 20px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: -4px;
	
}
.studesc &gt; ul {
    margin-bottom: 12px;
}
.studesc p
{
	font-size: 12px !Important;
}
#FITDIAL ol, #FITDIAL ul {padding-left: 20px}
#FITDIAL ol li {padding: 2px 15px 0}
#FITDIAL li {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}
#FITDIAL .lined
{
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
}
#FITDIAL figure {width: 80%; margin-bottom: 12px;}

#FITLIST {   
	margin-top: 20px;
	background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    z-index: 101;
}
#SEMSEARCHCLR, #FITSEARCHCLR, #FITSEARCHCLR_R, #ANWSEARCHCLR, #ANWSEARCHCLR_R
{
    font-weight: bold;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.fitlist_placard
{
	overflow: hidden;

 /*   background-color: #f1f1f1;
    margin-bottom: 16px;
	padding: 15px 15px 25px;
	position: relative; */
}
.fitlist_placard i {width: 3%;  cursor: pointer;   margin-top: 7px;}

#FITLIST ol {padding-left: 20px}
#FITLIST ol li {padding: 2px 15px 0;list-style-type: inherit}
/*------- FILTER/MAP -------------------*/
#fitFilter {display: none;}

#semFilter .row.space, #fitFilter .row.space, #mapFilter .row.space {border-top: 1px solid #ddd; padding-bottom: 12%}
#semFilter label, #fitFilter label, #mapFilter label {display: block}
#semFilter ul, #fitFilter ul, #mapFilter ul {padding: 0; margin: 0; list-style: none}

.plsfilter {background-color: var(--white);box-shadow: 2px 2px 10px rgba(0,0,0,0.3); padding: 35px; min-width: 310px; min-height: 100vw}

#semFilter .clickable h4, #fitFilter .clickable h4,#mapFilter .clickable h4 {cursor: pointer;position: relative;
-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;}
#semFilter .clickable h4:after, #fitFilter .clickable h4:after, #mapFilter .clickable h4:after {font-family: "Font Awesome 5 Free"; font-weight: 900; content:"\f054";position: absolute; right: 5px; top: 5px}
#semFilter .clickable.factive h4:after, #fitFilter .clickable.factive h4:after, #mapFilter .clickable.factive h4:after {transform: rotate(90deg); transform-origin: 50% 25%}


#semFilter .clickable ul.closedfilter, #fitFilter .clickable ul.closedfilter, #mapFilter .clickable ul.closedfilter {height: 0}
#semFilter .clickable ul.openfilter, #fitFilter .clickable ul.openfilter,#mapFilter .clickable ul.openfilter {height: 100%}

.kistratlogo, #stratLogos {background-color: #fff;padding: 14px; border: 1px solid #dddddd;margin-bottom: 10px}
.kistratlogo img {max-width: 80%; margin: 0 auto}

#WAPPENFILTER {overflow: hidden; margin-bottom: 30px; background-color: #fff;padding: 14px; border: 1px solid #dddddd;}
.WappenName {display: inline-block;width: 50%;margin: 0px -2px;cursor: pointer;font-weight: bold;font-size: 14px;vertical-align: top;}
.WappenName p {margin: 0 0 5px 0}
.WappenName:hover p {color: rgb(146, 15, 48)}
/*
.WappenItem {display: inline-block; width: 25%; margin: 5px -2px; text-align: center; cursor: pointer}
.WappenItem img {max-width: 60%; margin: 0 auto; 
-webkit-filter: grayscale(100%); 
filter: grayscale(100%);}
.WappenItem:hover img {-webkit-filter: grayscale(0%); filter: grayscale(0%);}


#titaude .switch :checked + i {box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px rgb(146, 13, 48);
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px #920d30;}
*/

#titaude .switchtext {font-weight: bold;vertical-align: super}


/*------- SELECT -------------------*/
#fitFilter select, #mapFilter select {height: auto; -webkit-appearance: none;-moz-appearance: none;appearance: none; margin-bottom: 12px;
font-size: 14px;width: 100%;cursor: pointer;border: 1px solid #ddd;outline: 0;padding: .75em 1em .5em 1em;box-shadow: none;background-color: #e4e4e4;
border-radius: 20px;border: 1px solid #bbb;background-color:white}
#fitFilter select:hover, #mapFilter select:hover {box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1)}
#fitFilter option, #mapFilter option {border-top:1px solid #444;padding:.3em 1em .3em 1em}


#fitFilter {position: relative}
.addInfoFrame .switchtext:after {font-family: "Font Awesome 5 Free"; font-weight: 900;content: "\f05a";
    opacity: 1;
    margin-left: 10px;
    color: #003c68;}
.addInfoFrame:hover &gt; .addInfoBox {display: block}   
.addInfoBox {position: absolute;display: none; 
    top: 166px;
    right: -280px;
    width: 400px;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,.6);
    padding: 20px;
    z-index: 9999999999;
    font-size: 14px;}

/*------- SWITCH BUTTONS -------------------*/
.switch{padding-bottom: 3%;display: block;cursor: pointer}
.switch input {display: none;}
.switch i {
display: inline-block;
cursor: pointer;
padding-right: 20px;
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
border-radius: 20px;
height: 20px; 
box-shadow: inset 0 0 10px rgba(0,0,0,.5);
width: 15%; max-width: 40px;
}
.switch i:before {
display: block;
content: '';
width: 15px;
height: 15px;
border-radius: 50%;
background: white;
box-shadow: 0 1px 2px rgba(0,0,0,.8);
margin: 2px
}
.switch :checked + i {
padding-right: 0;
padding-left: 20px;
box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px var(--riskai-color);
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px var(--riskai-color);
}
.switchtext {vertical-align: top; padding-left: 4%;display: inline-block;font-size: 14px; font-weight: normal;width: 85%;margin-top: -2px;  
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */}
.switchtext:hover {opacity: 0.8}


#plsContentFrame
{
	position: relative;
}
/*#plsContentFrame.pcol9 {width: 53%}*/

/*------- POINTS/MAP -------------------*/
#INSTBACK
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	 z-index: 99;
	 display: none;
	 opacity: 0
}
#INSTILIST
{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: none;
    font-size: 11px;
    line-height: 19px;
    padding: 8px;
}
#INSTILIST li:hover{	 background-color: #ddd;
	 cursor: pointer;
} 
.pls_instfahne
{
    color: #000;
    right: -10px;
    opacity: 0.9;
    overflow: hidden;
    padding: 4px 14px 4px 16px;
    position: absolute;
    top: 10px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.5s;
    z-index: 4;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #b1b1b1;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.pls_instfahneRight
{
	  color: #000;
	left: 9px;
    opacity: 0.9;
    overflow: hidden;
    padding: 4px 14px 4px 16px;
    position: absolute;
    top: 10px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.5s;
    z-index: 4;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #b1b1b1;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.pls_instfahne:hover
{
    opacity: 0.8;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.5s;
}
.greenback
{
     background-color: rgb(0, 136, 0);
    border-radius: 50%;
    color: #fff;
    padding: 2px 4px;
    position: absolute;
    top: 0;
    z-index: 4;

}
#INSTBOX
{
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 4px 4px 4px #666;
    font-size: 11px;
    left: 10%;
    min-height: 240px;
    padding: 24px;
    position: absolute;
    top: 9%;
    width: 80%;
    z-index: 99;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.5s;    
}
#inst_backbtn
{
   border: 2px solid #940a2e;
    color: #940a2e;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
}
#INSTBOX ul li
{
    list-style-type: none;
    margin-left: 17px;
	position: relative;
	margin-bottom: 4px;
}
#INSTBOX ul li:before {content: "â€¢";
    color: var(--primary-color);
    left: -15px;
    position: absolute;
    font-size: 19px;
    line-height: 12px;
    top: 0;}
/* ------ */
.pls_aiflocation
{
    background-color: rgb(232, 136, 0);
    border-radius: 50%;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
    width: 22px;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    z-index: 10;
    cursor: pointer;
}
#bulletinfo h3
{
  font-size: 16px;
    padding-left: 11px;
}
.pls_biglocation
{   /* background-color: rgba(148,3,51,0.8); */
        box-shadow: 1px 1px 3px rgba(0,0,0,0.5);

	background-color: rgb(117, 183, 63);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    left: 43%;
    padding-top: 11px;
    position: absolute;
    text-align: center;
    top: 18%;
    width: 50px;
    z-index: 10;}
.pls_location
{
        box-shadow: 1px 1px 3px rgba(0,0,0,0.5);

    background-color: var(--riskai-color);
    border-radius: 50%;
    color: #fff;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
    width: 36px;
    left: 43%;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 18%;
    z-index: 10;
    cursor: pointer;
}
#BLSVG{position: relative}
.pls_instlocation
{
    padding-top: 3px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.pls_loclocation
{
    background-color: var(--riskai-color);
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    height: 30px;
   /* margin-left: -1%;
	margin-top: 10%;*/
    padding-top: 6px;
    position: absolute;
    text-align: center;
    width: 30px;
    z-index: 10;
}
#BLSINFF
{
	background-color: #fff;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
    display: none;
    padding: 4px 16px;
    position: absolute;
    z-index: 31;
    overflow: auto;
}

#bulletinfo
{
   background-color: #fff;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
    display: none;
    font-size: 14px;
    left: 2px;
    margin-left: 18px;
    margin-top: 9px;
    min-height: 80px;
    padding-right: 1px;
    padding-top: 4px;
    position: absolute;
    top: 2px;
    width: 240px;
    z-index: 31;
    max-height: 450px;
    min-width: 200px;
    hyphens: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.blscity{font-size: 13px; font-weight: bold; text-align: center;}
#bulletinfo p
{
	padding-left: 12px;font-size: 14px; 
}
#bulletinfo p {cursor: pointer}
#bulletinfo .even
{
	background-color: #f1f1f1
}
#bulletinfo .aif_bipoint
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-left: 7px;
    min-height: 34px;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    cursor: pointer;
}
#bulletinfo .aif_blink
{
	margin-top: 6px;
}
#bulletinfo .aif_teaser
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em;
    margin-top: 6px;
    padding: 0 12px 0 0;
}
.AIFHEAD {margin: 6px 0;}
#bulletinfo .bipoint, #BLSPROJEKTS .bipoint
{
    /*margin-bottom: 4px;*/
    /*margin-left: 7px;*/
    min-height: 34px;
    overflow: hidden;
    padding: 5px;
    width: 100%;
	cursor: pointer;
}

/*------- POPUP PROJEKT ANSICHT  -------------------*/
/*#pls_projekt{background-color: #fff;display: block; width: 100%;z-index: 100;padding: 50px 100px; min-height: 500px;
 font-size: 16px; line-height: 1.6em}*/
#pls_projekt{
   background-color: #fff;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    min-height: 317px;
    min-width: 50%;
    padding: 20px;
    position: fixed;
    left: 10%;
    width: 80%; 
    top: 10%;
    bottom: 5%; 
    overflow-y: auto; 
    z-index: 2102;
}


.pls_placard .btn, .row.contact .btn {cursor: pointer;max-width: 400px;padding: 5px 10px;border: 2px solid var(--riskai-color);text-align: center;font-weight: bold;color: var(--riskai-color)}
.row.contact {font-size: 13px; margin-top: 12px}
.row.contact a {text-decoration: none; color: var(--riskai-color)}
.row.contact p{line-height: 1.4em; margin-top: 6px; margin-bottom: 2px}
#plsfaktlist li {list-style-type: none; font-size: 14px}
#plsfaktlist .col5{hyphens: auto; word-wrap: break-word;}
.btnCenter{margin: 0 auto;}
.btn:hover{background-color: var(--riskai-color); color: #fff}
.btn:hover a {color: #fff !important}
#plsfaktlist.infoKasten, #plsfaktlist.infoKasten li, .youtubeBox
{
	font-size: 14px;
}
#plsfaktlist.infoKasten .row:nth-child(2n-1) {background-color: #efefef}
#plsfaktlist.infoKasten .row {padding: 6px 12px;}
#plsfaktlist.infoKasten .col5 {font-weight: bold}

h2#plsTitle {margin-bottom: 35px}
#plsfaktlist.infoBox {background-color: #fefefe; font-size: 13px; max-width: 750px} 
#plsfaktlist.infoBox ul {padding-left: 0;background-color: #f1f1f1; border: none;box-shadow: none;}
#plsfaktlist.infoBox li {float: left; list-style-type: none; min-height: 75px !important; border: 0px solid #ddd; padding: 15px; line-height: 1.6em !important;}
#plsfaktlist.infoBox li:before {content: ""; display: none}
#plsfaktlist.infoBox li:nth-child(2n) {font-weight: normal; width: 60%}
#plsfaktlist.infoBox li:nth-child(2n+1) {width: 40%; font-weight: bold}
#plsfaktlist.infoBox li:nth-child(3), .infoBox li:nth-child(4), .infoBox li:nth-child(7), .infoBox li:nth-child(8) {background-color: #fff}
#pls_proinner p {margin-top: 0;}

#plsaif a {text-decoration: none;}
#plsaif a:after {font-family: "Font Awesome 5 Free"; font-weight: 900;content: "\f061";transform: rotate(-31deg);display: inline-block;margin-left: 5px;}
.institutions{background-color: #f1f1f1; padding: 24px}
.subpoint{font-weight: bold}
#plsfaqslider{display: none;margin-top: 40px;border: 3px solid #efefef;padding: 24px;}
#plsfaqslider hr {display: none}
#plsfaqsliderImg
{
   float: right;
    margin-left: 6px;
    width: 50%;
}

.faqaktiv{}
.faqboxen{margin-top: 24px;}
.faqhidden{display: none;}
.faqbullet
{
   background-color: #fff;
    border: 5px solid #888;
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    margin: 0 4px;
    padding: 2px;
    width: 24px;
    cursor: pointer;
}
.faqbullet:hover,.faqbulletaktiv{background-color: #bbb;}
.center{text-align: center;}

.youtubeBox h3 {margin-bottom: 0; margin-top: 30px}
.youtubeBox iframe {border: none; outline: none}

/* ========= */

#pls_company
{
    background-color: #ffffff;
    left: 20%;
    max-height: 600px;
    overflow-y: auto;
    position: absolute;
    top: -1px;
    width: 60%;
    z-index: 300;
}
.companydial
{
    padding: 12px 20px;
    border: 1px solid #666;
    box-shadow: 0 6px 6px #999;
  
	-webkit-transition: height 0.8s; /* Safari */
    transition:  height 0.8s;    
    
}
.geschlossen
{
height: 0;
}
#pls_company .line
{
    border-bottom: 1px solid #ddd;
    color: #ddd;
    margin: 0 auto;
    width: 50%;
}
#pls_company .clogo img
{
	float: right;
	width: auto !important;
	max-width: 140px;
	
}
#pls_company .pls_placard
{
	position: absolute;
	bottom: 12px;
	right: 12px;
}
#pls_company  ul {
    margin-bottom: 24px;
}
#pls_company li {
    margin-bottom: 15px;
}
.more {
    color: #940a2e;
    font-size: 11px;
    text-align: right;
    cursor: pointer;
}
.noMargin
{
	margin: 0 !important;
}
.hint
{
	font-size: 11px;
	color: #999;
}

#semFilter .hint,#tsFilter .hint, #fitFilter .hint, #mapFilter .hint {background-color: #fff; padding: 15px; border: 1px solid #ddd; margin-top: 12px; font-size: 14px;line-height: 1.5em;color: #464646;font-weight: normal; hyphens: auto;}
#fitFilter .hint .down, #mapFilter .hint .down {cursor: pointer;}
/* ========= */
#bulletinfo .bipoint:hover
{
	 background-color: #f8f8f8;
	 cursor: pointer;
}
/*------- Anwendung im Focus  -------------------*/

#AIF_CONTENT {min-height:600px}
#AIF_CONTENT .inside {max-width: none}
.kabox.col6 &gt; div {height: 300px !important}
.kabox {
    background-color: #f1f1f1;
    float: left;
    margin-bottom: 3% !important;
    margin-right: 1%;
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.ka_more{
	margin-bottom: 12px;
    color: rgb(146, 15, 48);
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}
.ka_inside h2 {
    font-size: 1.2em;
    margin-bottom: 0;
}
.ka_inside p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 24px;
    margin-top: 15px;
}
.ka_inside {
    padding: 20px 20px 0;
}


/*------- BUNDESLAND EINZELANSICHT  -------------------*/
#bundesland
{
/*  max-height: 800px; */
}
#WAPPEN {width: 70px; margin: 0 auto;}
#HNTBOX {padding: 50px !important}

#HNTBOX, #BLOVER
{
	background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    opacity: 1;
    padding: 0 12px 12px 12px;
    z-index: 99;
	max-width: 1160px;
	height: 100vw; 
	min-width: 100%
}


#BLKARTE{    
	border-top: 1px solid #ddd;
    margin-top: 12px;
    padding-top: 12px;
 	position: relative
}
#BLKARTE img {width: 100%}

#BLSLOC
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0; 
	left: 0
}
#FISLOC, #DHLOC, #TRZLOC
{
/*	position: absolute; */
	height: 100%;
	width: 100%;
	top: 0; 
	left: 0
}

#BLSCityName
{
    background-color: #920e30;
    border-color: #920e30;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    position: relative;
}

.phone {position: relative; padding-left: 20px}
.phone::after{
    color: #000;transform: rotate(90deg);
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 0px;

}

#BLSCityName::after {
    color: #fff;
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 10px;
	cursor: pointer;
}

/*----------------------------------*/
/*--------- LIST OF POINTS ---------------*/
.pointList .bipoint {/*border-bottom: 1px solid #ddd;*/font-size: 14px;padding: 6px;width: 100%}
.pointList .bipoint.even {background-color: #efefef} 
.pointList {border: 1px solid #ddd;overflow-x: hidden;overflow-y: auto}
.pointList .bipoint:hover {background-color: #333;color: #fff;cursor: pointer}

.CloseACC {max-height: 0 !Important;opacity: 0;overflow: hidden;transition: all ease 0.5s;-webkit-transition: all ease 0.5s;}	
.OpenACC {max-height: 500px !Important;overflow: hidden;opacity: 1;transition: all ease 0.5s;-webkit-transition: all ease 0.5s;margin-bottom: 40px;overflow-x: hidden;overflow-y: auto;}	
.ClickACC {cursor: pointer; position: relative;border: 2px solid #920e30;padding: 10px 10px 0;margin-bottom: 3%;}
.ClickACC:after {font-family: "Font Awesome 5 Free"; font-weight: 900;content: "\f054";position: absolute; top: 14px;right: 10px;font-weight: bold;color: #920e30;}
.ClickACC h4 {margin-bottom: 10px}
.pointList .empoint {padding: 10px; font-size: 12px}

.ClickACC.taktiv, .ClickACC:hover {background-color: var(--riskai-color); border-color: var(--riskai-color)}
.ClickACC.taktiv:after {transform: rotate(90deg); color: #fff}
.ClickACC.taktiv h4, .ClickACC:hover h4 {color: #fff!Important}

#BLDESC p.subHead {color: var(--riskai-color); font-weight: bold; font-size: 14px}
#transZentren {padding-left: 20px; margin-top: -10px; margin-bottom: 20px}
#transZentren .ClickACC {border-color: #fff; padding: 10px 0 0 10px;margin-bottom: 5px}
#transZentren .ClickACC:hover, #transZentren .ClickACC.taktiv {background-color: #e2e2e2;border-color: #e2e2e2 !important}
#transZentren .ClickACC:hover h4, #transZentren .ClickACC.taktiv h4, #transZentren .ClickACC.taktiv:after {color: #920e30}
#transZentren .OpenACC {margin-bottom: 20px}

#BLDESC &gt; ul {
    padding-left: 28px;
}
#BLDESC &gt; ul ul {padding-left: 20px}
#BLDESC &gt; p {
    line-height: 1.5em;
    margin-bottom: 4px;
    margin-top: 8px;
    font-size: 14px;
}


/*--------------------------------------------------------*/
/*----- INFO BUTTON RIGHT -----------------------*/
/*--------------------------------------------------------*/
#infoBtnBack {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); z-index: 9999}
#infoBtnBack.zoomIn {display: block} 
/*#infoBtnBack:before {content: "\f057";font-family: "FontAwesome";color: #fff;position: absolute;right: 5%;top: 5%;font-size: 3em; cursor: pointer}*/
#infoBtnCloser:before {content: "\f057";font-family: "FontAwesome";color: #fff;position: absolute;right: 5%;top: 5%;font-size: 3em; cursor: pointer} 

#InfoBox {position: absolute; text-align: center; z-index: 999; background-color: rgba(255,255,255,0.9); padding: 50px;top: 20%; width: 60%; left: 20%;box-shadow: inset 2px 2px 25px rgba(0,0,0,0.5)}
#InfoBox .btn {cursor: pointer;max-width: 400px;padding: 8px 10px;background-color: #940a2e;text-align: center;font-weight: bold;margin: auto; margin-top: 30px}
#InfoBox .btn a {display: block; color: #fff; text-decoration: none}

#awButton {top: 30%;width: 300px;right: -230px;background-color: #910f31;display: none !important}
#foButton {top: 30%;width: 400px;right: -330px;background-color: #003c68;}

.infoBtn {position: fixed;cursor: pointer;border-top-left-radius: 45px;border-bottom-left-radius: 45px;color: #fff;padding: 10px 12px;z-index: 999}
.infoBtn i {font-size: 3.4em;vertical-align: middle}
.infoBtn span {display: inline-block;vertical-align: middle;margin-left: 7%;font-size: 1.2em}
.infoBtn:hover, .infoBtn.active {right: 0 !important}

.infoBtn 
{
    -webkit-transition: all .45s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .45s cubic-bezier(.23,1,.32,1);
    -ms-transition: all .45s cubic-bezier(.23,1,.32,1);
    -o-transition: all .45s cubic-bezier(.23,1,.32,1);
    transition: all .45s cubic-bezier(.23,1,.32,1);
}
.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


/*-----------------------------------------------*/
/*------- MEDIA BREAK -------------------*/
/*-----------------------------------------------*/
@media all and (max-width: 1360px) 
{	
	#fitFilter, #mapFilter, #tsFilter {min-width: 0;font-size: 0.9em;}
	.switchtext {width: 70%}
	.kabox {min-height: 750px}
	

}

@media all and (max-width: 1180px) 
{
	#plskarte {transform: scale(0.9);
    transform-origin: 50% 0;}
	
	#fitFilter, #mapFilter, #tsFilter {font-size: 0.8em; padding: 2%}
	#fitFilter .hint, #mapFilter .hint, #tsFilter .hint {font-size: 10px}
	.switchtext {font-size: 0.9em}

	.kabox {width: 49% !important; margin: 1% 0.5% !important;}
	.ka_inside h2 {font-size: 1em}
	
	#TRANSDIAL {   height: 130%;
    left: 3% !important;
    max-width: 1000%;
    overflow: auto;
    top: 0;
    width: 610px !important;}	
}

@media all and (max-width: 768px) 
{

	#subselect {height: auto}
	#subselect .icbtn.active:after {display: none}
	#subselect .icbtn {margin-top: 0;height: auto;width: 33.333%;float: left;font-size: 9px;text-align: center; hyphens: auto; -webkit-hyphens: auto; padding: 10px}
	#subselect i {}
	
	#PLS_KIK, #PLS_AIF {margin-top: 0; width: 95%}
	#mainSelect {display: none}
	
#FITDIAL, #TRANSDIAL{bottom: 5%;}
	
	/*#mainSelect .plc_btn {font-size: 12px !important;vertical-align: middle;min-height: 60px;margin: 0 -1px !important}	*/

	/*#fitFilter &gt; .row, #mapFilter &gt; .row {height: 110px;}*/
	#fitFilter, #mapFilter {overflow: hidden;min-height: 0;padding: 4%;height: auto}
	#plskarte {width: 100%}
	#plsliste {max-width: 90%; margin-left: 5%}
	.plsfilter {height: 100%}

	#pls_projekt {padding: 4%;font-size: 14px;position: absolute;width: 100%;left: 0;overflow: scroll;}
	#bulletinfo
	#HNTBOX, #BLOVER {overflow: hidden}
	#BLOVER {position: fixed;
    height: 100%;
    border: 3px solid;
    background-color: #fff;
    overflow: scroll;}

	#PLISTPLACARD {padding: 2%; margin: 12px 0 6% 0}
	#PLISTPLACARD span {font-size: 10px}
	#PLIST li {padding: 2% 10% 2% 2%;font-size: 0.8em}

	.kabox {width: 100% !important; margin: 3% 0 !important;}
	.kabox.col6 &gt; div {height: auto !important;min-height: 180px;}

	#plsfaktlist.infoBox li:nth-child(2n+1), #plsfaktlist.infoBox li:nth-child(2n) {width: 100%; min-height: 50px}
	#plsfaktlist.infoBox li:nth-child(2n+1) {background-color: rgb(146, 15, 48); color: #fff}
	.pls_instlocation{display: none;}
	#INSTILIST{display: block;}
	#FITDIAL {min-width: 100%; max-width: 100%; left: 0}
	#TRANSDIAL {   height: 100%;
    left: 3% !important;
    max-width: 100%;
    overflow: auto;
    top: 0;
    width: 95% !important;}
}

/*-----------------------------------------------*/
/*------- GRID -------------------*/
/*-----------------------------------------------*/
.pcol3, .pcol4, .pcol5, .pcol6, .pcol7, .pcol8, .pcol9
{float: left; margin: 0 22px 0 0}
.pcol3.last, .pcol4.last, .pcol5.last, .pcol6.last, .pcol7.last, .pcol8.last, .pcol9.last	
{float: left; margin-right: 0;}
.pcol3 { width: 27%}
.pcol4 { width: 31%}
.pcol5 { width: 40%}
.pcol6 { width: 48%}
.pcol7 { width: 57%}
.pcol8 { width: 65%}
.pcol9 { width: 69%}


@media all and (max-width: 768px) {
	
	.pcol1, .pcol2, .pcol3, .pcol4, .pcol5, .pcol6, .pcol7, .pcol8, .pcol9, .pcol10, .pcol11,
	.pcol1.last, .pcol2.last, .pcol3.last, .pcol4.last, .pcol5.last, .pcol6.last, .pcol7.last, .pcol8.last, .pcol9.last, .pcol10.last, .pcol11.last, .pcol12 
	{
		float: none;
		width: 100% !important; 
		margin: 0;
	}
#INSTBOX
{
    left: 2%;
    padding: 14px;
    top: 2%;
    width: 96%;
}
	
}</pre></body></html>