<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
	min-height:150px;
}

.navbar .blue{
	width: 100%;
	min-height: 50px;
	background-color: #0035fc;
}

.navbar .white{
}

.navbar .rosa{
	width: 100%;
	min-height: 50px;
	background-color: #ea92d4;
}

.navbar-fixed-top{
	background-color:#fff;
	border: none;
}

.navbar-fixed-top .navbar-brand, .navbar-fixed-top .navbar-nav&gt;li&gt;a{
	color:#000;
}

.navbar-fixed-top .navbar-nav&gt;li&gt;a:hover, .navbar-fixed-top .navbar-nav .active&gt;a, .navbar-fixed-top .navbar-nav .active&gt;a:hover{
	color:#0035fc;
	background-color:#f9f9f9;
}

.navbar-fixed-top .navbar-brand:focus, .navbar-fixed-top .navbar-brand:hover{
	color:#0035fc;
	background-color:#fff;
}

.navbar-fixed-top .navbar-toggle .icon-bar{
	background-color:#000;
}

.navbar-fixed-top .navbar-toggle{
	border-color:#fff;
}

.navbar-fixed-top .navbar-header .navbar-toggle:focus, .navbar-fixed-top .navbar-header .navbar-toggle:hover{
	background-color:#f9f9f9;
}

.navbar-collapse{
	border-top:0px !important;
	box-shadow:none;
}

/* Damit text unterhalb der Navbar beginnt */
#KTV {
	margin-top:170px;
}

.jumbotron {
	background-color:rgba(228, 242, 247, 0.4);
}

.jumbotron .half-rule{
	border-color:#fff;
	margin-top:40px;
	margin-bottom:40px;
	width:150px;
}

/* Eigene Bereiche */
.own-main-section{
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:40px;
	font-size:16px;
	line-height:1.5;
	color:#000;
	background-color:#fff;
}

.bootom-line{
	border-bottom:1px solid #0035fc;
}

.own-main-section h1, .red{
	color:#0035fc;
}

.own-main-section .half-rule{
	width:150px;
	border-color:#0035fc;
	margin-bottom:30px;
}

.own-main-section .table{
	text-align:left;
}

.lead{
	width:80%;
	margin:0 auto 30px;
	font-size:20px;
}

.own-footer{
	padding-top:10px;
	padding-bottom:10px;
	color:#767676;
	border-top:1px solid #e5e5e5
}

.own-footer-links{
	padding-left:0;
	margin-top:20px
}

.own-footer-links li{
	display:inline;
		padding:0 2px
}

.own-footer-links li:first-child{
	padding-left:0
}

@media (min-width:768px){
	.own-footer-links p{
		margin-bottom:0
	}
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   font-size:20px;
   background: #e5e5e5;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}

.scroll-top a:link,.scroll-top a:visited {
  color:#0035fc;
} 

.bandknopf {
   position:fixed;
   top: 0px;
   right:6%;
   z-index:1000;
}

@media (min-width: 768px) {
	.tab{
		padding: 0 15px; /* Or desired space*/
	}
	
	.einzug {
		padding-left: 20px;
		padding-right: -20px;
	}
	
	.hidden-not-mobile {
		display: none !important;
		visibility: hidden !important;
	}
}

@media only screen and (max-width: 768px) {
	.hidden-mobile {
		display: none !important;
		visibility: hidden !important;
	}
}

/* Tabelle */
@media only screen and (max-width: 768px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { 
		border: 1px solid #ccc; 
	}
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}</pre></body></html>