<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



@media only screen and (orientation:landscape){
  body {
    height: 100vw;
    transform: rotate(-90deg);
  }
}

html {
	-webkit-user-select: none;
}

body {
	background: transparent;
	padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
	padding-top: env(safe-area-inset-top); /* iOS 11.2 */
}

#setting {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}

#hauptmenu {
	position: absolute;
	background: transparent;
	width: 90%;
	top: 45px;
	margin-left: 17px;
	vertical-align: middle;
	float:left;
	clear:both;
}

#unilogo {
	position: absolute;
	background: url(../symb/unilogo.svg) no-repeat;
	width: 242px;
	height: 300px;
	float: right;
	bottom: 0px;
	right: 0px;
	z-index: -1;
}

#space{
	height: 8px;
}

#sa_umblaettern {
	position: absolute;
	float: right;
	top: 240px;
	right: 0px;
	z-index: 1;
}

#sa_umblaettern img{
	margin-bottom: -5px;
	height: 175px;
}

#karte_info {
	width:100%;
	position: absolute;
	float: right;
	top: 340px;
	right: 0px;
	z-index: 1;
	background-color: #FFF;
}

#karte_info img{
padding: 10px;
margin-top: 5px;
width: 100%;
}

/*
.startbg {
    background : transparent url(../img/start_bg.jpg) 0 0 no-repeat fixed;
    background-size: 200% 100%;
}  */

/* Personifkation*/

#close_button {
	position: absolute;
	height: 25px;
	width: 25px;
	float: left;
	top: 15px;
	right: 15px;
	z-index: 1;
}

#owl-demo .item{
	display: block;
	width: 95%;		
}

#personification_svg {
	position: absolute;
	left: 5%;
	top: 225px;
	width: 85%;
	height: 175px;
	background: transparent url(../symb/swipe.svg) no-repeat left top;
	background-size: 100% auto;
}

#ble_suche_icon{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 85%;
	height: 475px;
	background: transparent url(../symb/ble_hand.svg) no-repeat right bottom;
	background-size: 100% auto;
}

#qr_suche_icon{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 85%;
	height: 475px;
	background: transparent url(../symb/qr_hand.svg) no-repeat right bottom;
	background-size: 100% auto;
}

/* BLE/QR Select */

#btn_info {
	color: #FFF;
	margin-top: -25px;
	width: 75%;
}

      /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
      #map {
        height: 100%;
		background-color: #f5f5f5;
      }
      /* Optional: Makes the sample page fill the window. */
      html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }
	  
	  
	  
	  
	  
	  
	  
	  
	  


body {
    margin: 0;
    font-family: Arial;
    font-size: 17px;
}

#myVideo {
    position: fixed;
    right: -70%;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

.content_index {
    position: fixed;
    bottom: 0;
    background: transparent;
    color: #f1f1f1;
    width: 100%;
	padding-left: 20px;
    padding-bottom: 0px;
}

#myBtn {
    width: 210px;
    font-size: 11px;
    padding: 10px;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
}



#headline {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	padding-left: 15px; 
	padding-right: 45px; 
	padding-top: 25px;
	font-size: 22px; 
	text-align: center;
	text-shadow: none;
	color: #4a657d ;
	line-height: normal !important;
	}
	
#text {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
	font-size: 14px;
	padding-left: 15px; 
	text-align: justify;
	padding-right: 40px; 
	text-shadow: none;
	color: #4a657d;
	line-height: normal !important;
	}

#POI_titel {
	margin-top: 50px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	color:  black;
	font-size: 28px;
	padding-left: 30px; 
	padding-right: 40px; 
	text-align: left;
	text-shadow: none;
	line-height: normal !important;
	}

#POI_subtitel {
	margin-top: 0px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 200 !important;
	color: black;
	font-size: 28px;
	padding-left: 30px; 
	padding-right: 40px; 
	text-align: left;
	text-shadow: none;
	line-height: normal !important;
	}
	
#POI_text {
	margin-top: 25px;
	bottom: 0px;
	width:  95%;
	height: auto;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
	color:  black;
	font-size: 22px;
	padding-left: 30px; 
	padding-right: 15px; 
	text-align: left;
	text-shadow: none;
	line-height: normal !important;
	background-image: url(../symb/illustration_footer.svg); 
	background-position: center bottom; 
	background-size: 100% auto;
	background-repeat: no-repeat;
	}

#POI_innertext {
	width:  70%;
	height: auto;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
	color:  black;
	font-size: 22px;
	text-align: left;
	text-shadow: none;
	line-height: normal !important;
	padding-bottom: 175px;
	}
	
#POI_text_desc {
	background-color: transparent; 
	width: 90%; 
	color: #4a657d;
	margin-top: 5px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
	font-size: 12px;
	text-align: justify;
	text-shadow: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	}

#POI_moreover {
	background-color: #4a657d; 
	width: 100%; 
	color: #FFF;
	margin-top: 15px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
	font-size: 12px;
	text-align: justify;
	text-shadow: none;
	padding-top: 7px;
	padding-bottom: 7px;
	}	

#POI_moreover_text {
	width: 100%; 
	color: #FFF;
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	text-shadow: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px; 
	padding-right: 15px; 
	}
	
	
	
	
	
	 .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.container_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
</pre></body></html>