<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	height: 100%;
	font-size:100%;
}
body{
	font-size:87.5%
}

.DivPrintLogo {
	display:none;
}

/* TEMPLATES */

.Template3 {
	margin-bottom:5px;
}

.Template4 {
	margin-top:5px;
}

.Template5 {
	margin:0px;
}


a:focus, button:focus, input:focus, textarea:focus, select:focus, label:focus {
	outline: 2px solid #444 !important;
	outline-offset: 2px !important;
}

/* Sprunglinks barrierefrei */

#nav-invisible {
	position: absolute;
	top: 5px;
	left: 0px;
	font-family: 'Roboto',verdana,sans-serif;
	font-size: 1em;
}

.unsichtbar:not(:focus) {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(100%);
	white-space: nowrap;
}

:target:before {
	content: "";
	display: block;
	height: 93px;
	margin: -93px 0 0 0;
	z-index: -9999;
}



/* PICS */

.TempatePic {
	max-width:100%;
	height: auto;
}

.Tempate11Pic {
	max-width:100%;
	height: auto;
	margin-bottom:10px;
}

.GalThumb {
	margin:0px 10px 10px 0px;
	float:left;
}

.ImgHeadPic {
	height: auto;
	max-width:100%;
}

.ImgLogo {
	height: auto;
	max-width:100%;
	display: inline-block;
}

.ImgLogo {
	height: auto;
	max-width:100%;
	display: block;
}



/* IFRAMES */

.elastic-iframe {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}

.elastic-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	display:block;
}




/* FORMULARE */

label {
	font-weight:300 !important;
	margin-top:10px;
}

.checkboxMarginBottom {
	margin-bottom:10px;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}



/* DIVERSES */

th, td {
	padding:5px !important;
}

.DivBreadcrumb {
	margin-bottom:30px;
}

.DivAdressPrint {
	display:none;
}

ol, ul {
	margin-bottom: 20px;
	margin-top: 0;
}

.Sitemap ul {
	margin-left:-20px;
}

.DocUl {
	margin-left:-24px;
	list-style-type:none;
}

.DocUl li {
	margin-bottom:6px;
}

.DocUlFaq {
	margin-left:-40px;
	list-style-type:none;
}

.DocUlFaq li {
	margin-bottom:6px;
}

.AlignLeft {
	text-align:left !important;
}

.AlignCenter {
	text-align:center !important;
}

.AlignRight {
	text-align:right !important;
}

.close {
	opacity: 1 !important;
}

.ExtraRightPadding30 {

}

.ExternalLink {
	background:transparent url(../images/external_link.png) no-repeat 0% 60%;
	padding:0px 0px 0px 14px;
}

.DisplayFlex {
	display:flex;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.no-gutter {
	padding-right:0px;
	padding-left:0px;
}

.PreviewBg {
	background:transparent url(../images/preview_bg.gif) repeat 0 0;
}

.markSearchString {
	background:#ff0;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
}

.cc_container {
	background:transparent url(../images/bg_cockieconsent.png) repeat 0 0 !important;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #666666 !important;
    border:none;
    color: #fff;
}

.btn-primary:hover {
    background-color: #666666 !important;
    border:none;
    color: #fff;
}


.form-horizontal .control-label {
    text-align:left;
    font-weight:300 !important;
    margin-bottom:5px;
}

.form-control {
    font-size: 20px;
    height: auto !important;
}

/* pagination style */
.pagin {
padding: 2px 0;
margin-top: 20px;
font-weight: bold;
}
.pagin * {
padding: 6px 8px;
margin: 0;
}
.pagin a, .pagin a {
background-color: #EFEFEF;
color: #666666;
text-decoration: none;
}
.pagin a:visited {
background-color: #EFEFEF;
color: #60606F;
text-decoration: none;
}
.pagin a:hover, .pagin a:active {
background-color: white;
color: #CC0000;
text-decoration: none;
}
.pagin span {
cursor: default;
background-color: #F0F0F0;
color: #B0B0B0;
}
.pagin span.current {
background-color: #666666;
color: white;
}


/* NAVIGATION */

@media (min-width:769px) {

	.navbar .navbar-nav &gt; li &gt; a:hover, .navbar .navbar-nav &gt; li &gt; a:focus {
		color: #000;  /*Sets the text hover color on navbar*/
	}
	
	.navbar .navbar-nav &gt; .active &gt; a, .navbar .navbar-nav &gt; .active &gt;   
	a:hover, .navbar .navbar-nav &gt; .active &gt; a:focus {
		color: #000; /*BACKGROUND color for active*/
		background:transparent;
	}
	
	.navbar {
		background:transparent !important;
		border:none !important;
		border-color: #fff;
	}
	
	.dropdown-menu &gt; li &gt; a:hover,
	.dropdown-menu &gt; li &gt; a:focus {
		color: #000;
		text-decoration: none;
		background-color: #66CCFF;  /*change color of links in drop down here*/
	}
	
	.nav &gt; li &gt; a:link,
	.nav &gt; li &gt; a:visited,
	.nav &gt; li &gt; a:active {
		font-family:'Lato',arial,verdana,sans-serif;
		font-size:15px;
		color:#000;
		text-transform:uppercase;
		text-decoration: none;
		background-color:transparent;
		font-weight:400;
	}
	
	
	.navbar .navbar-nav &gt; li &gt; a {
		color: 000; /*Change active text color here*/
	}

	.dropdown-menu {
	    background-clip: padding-box;
	    background-color: #fff;
	    border: 1px solid rgba(0, 0, 0, 0.15);
	    border-radius: 0px;
	    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	    display: none;
	    float: left;
	    font-size: 15px;
	    left: 0;
	    list-style: outside none none;
	    margin: 2px 0 0;
	    width: 320px;
	    padding: 5px 0;
	    position: absolute;
	    text-align: left;
	    top: 100%;
	    z-index: 1000;
	    font-weight: 300;
	    font-family:'Lato',arial,verdana,sans-serif;
	}
	
	.dropdown-menu.pull-right {
	    left: auto;
	    right: 0;
	}
	.dropdown-menu .divider {
	    background-color: #e5e5e5;
	    height: 1px;
	    margin: 9px 0;
	    overflow: hidden;
	}
	.dropdown-menu &gt; li &gt; a {
	    clear: both;
	    color: #000;
	    display: block;
	    font-weight: 300;
	    line-height: 1.42857;
	    padding: 3px 20px;
white-space: normal !important;
	    border-right: none !important;
	}
	.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover {
	    background-color: #f5f5f5;
	    color: #262626;
	    text-decoration: none;
	}
	.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:focus, .dropdown-menu &gt; .active &gt; a:hover {
	    background-color: #ddd;
	    color: #000;
	    outline: 0 none;
	    text-decoration: none;
	}
	.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:focus, .dropdown-menu &gt; .disabled &gt; a:hover {
	    color: #000;
	}
	.dropdown-menu &gt; .disabled &gt; a:focus, .dropdown-menu &gt; .disabled &gt; a:hover {
	    background-color: transparent;
	    background-image: none;
	    cursor: not-allowed;
	    text-decoration: none;
	}
	
	
	ul.navbar-nav &gt; li{
	  float: left;
	  list-style: none;
	  padding:0px;
	  border-right: 1px solid #aaa;
	}
	ul.navbar-nav &gt; li a{
	  text-decoration: none;
	}
	ul.navbar-nav &gt; li:last-child{  
	  border-right: none;
	}

}

@media (max-width:768px) {

	.navbar .navbar-nav &gt; li &gt; a:hover, .navbar .navbar-nav &gt; li &gt; a:focus {
		color: #000;  /*Sets the text hover color on navbar*/
	}
	
	.navbar .navbar-nav &gt; .active &gt; a, .navbar .navbar-nav &gt; .active &gt;   
	a:hover, .navbar .navbar-nav &gt; .active &gt; a:focus {
		color: #000; /*BACKGROUND color for active*/
		background:transparent;
	}
	
	.navbar {
		background:transparent !important;
		border:none !important;
		border-color: #fff;
	}
	
	.dropdown-menu &gt; li &gt; a:hover,
	.dropdown-menu &gt; li &gt; a:focus {
		color: #000;
		text-decoration: none;
		background-color: #66CCFF;  /*change color of links in drop down here*/
	}
	
	.nav &gt; li &gt; a:link,
	.nav &gt; li &gt; a:visited,
	.nav &gt; li &gt; a:active {
		font-family:'Lato',arial,verdana,sans-serif;
		font-size:16px;
		color:#000;
		text-transform:uppercase;
		text-decoration: none;
		background-color:transparent;
		font-weight:400;
	}
	
	
	.navbar .navbar-nav &gt; li &gt; a {
		color: 000; /*Change active text color here*/
	}

	.dropdown-menu {
	    background-clip: padding-box;
	    background-color: #fff;
	    border: 1px solid rgba(0, 0, 0, 0.15);
	    border-radius: 0px;
	    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	    display: none;
	    float: left;
	    font-size: 16px;
	    left: 0;
	    list-style: outside none none;
	    margin: 2px 0 0;
	    min-width: 200px;
	    padding: 5px 0;
	    position: absolute;
	    text-align: left;
	    top: 100%;
	    z-index: 1000;
	    font-weight: 300;
	    font-family:'Lato',arial,verdana,sans-serif;
	}
	.dropdown-menu.pull-right {
	    left: auto;
	    right: 0;
	}
	.dropdown-menu .divider {
	    background-color: #e5e5e5;
	    height: 1px;
	    margin: 9px 0;
	    overflow: hidden;
	}
	.dropdown-menu &gt; li &gt; a {
	    clear: both;
	    color: #000;
	    display: block;
	    font-weight: 300;
	    line-height: 1.42857;
	    padding: 3px 20px;
	    white-space: nowrap;
	    border-right: none !important;
	}
	.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover {
	    background-color: #f5f5f5;
	    color: #262626;
	    text-decoration: none;
	}
	.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:focus, .dropdown-menu &gt; .active &gt; a:hover {
	    background-color: #ddd;
	    color: #000;
	    outline: 0 none;
	    text-decoration: none;
	}
	.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:focus, .dropdown-menu &gt; .disabled &gt; a:hover {
	    color: #000;
	}
	.dropdown-menu &gt; .disabled &gt; a:focus, .dropdown-menu &gt; .disabled &gt; a:hover {
	    background-color: transparent;
	    background-image: none;
	    cursor: not-allowed;
	    text-decoration: none;
	}
	
}
</pre></body></html>