<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #191919;
	background-color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
}

a:link, a:visited {
	color: #084a94;
	border-bottom: none !important;
}

a:hover, a:active, a:focus {
	color: #084a94;
	border-bottom: none !important;
}

.clear {
	position: relative;
	clear: both;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.navbar {
	border-bottom: #084a94 1px solid;
}

.container br {
	display: inherit !important;
}

.navbar-header {
	background: #fff;
	border-bottom: none;
	z-index: 0;
}

/*.navbar-brand img {
	display: inline-block;
	height: 80px;
	min-height: 60px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 110px !important;
	max-width: 240px;
}*/

.navbar-brand {
	min-width: 230px;
}

@media screen and (max-width: 1200px) {
	.navbar-brand {
		min-width: 190px;
	}
}

.navbar-brand img {
	display: inline-block;
	height: 70px;
	max-height: 70px !important;
	min-height: 50px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 240px;
	width: auto;
	line-height: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.navbar-collapse.collapse {
	padding-bottom: 10px;
}

.navbar-collapse {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: none;
	border-top: none;
	background: #fff;
	color: #333;
}

.navbar-collapse.collapse.animate-after {
    background-color: rgba(255, 255, 255, 0.97);
}

.navbar-collapse.collapse.affix,
.navbar-collapse.collapse.animate-after {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.15);
	border-bottom: #084a94 1px solid;
}

.navbar-header {
	border: none;
}

h1, h2, h3, h4 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 500;
	color: #404040;
	letter-spacing: 0;
}

h1 {
	font-size: 38px;
}

hr {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}

br {
	display: inherit !important;
}

::selection {
    background: #084A94; /* Safari */
    color: #191919;
}
::-moz-selection {
    background: #084A94; /* Firefox */
    color: #191919;
}


.tint-bg h1,
.tint-bg h2,
.tint-bg h3,
.tint-bg h4,
.glow-bg h1,
.glow-bg h2,
.glow-bg h3,
.glow-bg h4 {
	color: #fff;
}

.headerBild {
	height: 480px;
}

.headerBildContent {
	height: 320px;
}

.mobile {
	display: none;
}

.desk {
	display: inherit;
}

.iconGross {
	font-size: 250%;
}

.headerTitel h2 {
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

#btn20jahre {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
}

#btn20jahre img {
	width: 100%;
	height: auto;
}

#btnExpo {
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 220px;
}

#btnExpo img {
	width: 100%;
	height: auto;
}


@media (max-width: 767px) {
	.container br {
		display: inherit !important;
	}
	.headerBild {
		height: 400px;
	}
	.headerBildContent {
		height: 400px;
	}
	.mobile {
		display: inherit;
	}
	.desk {
		display: none;
	}
	.navbar-brand img {
		/*padding-bottom: 0;*/
	}
	#btn20jahre {
		display: none;
	}
	.headerTitel h2 {
		font-size: 28px;
		font-weight: 500;
		color: #fff;
	}
	h1 {
		font-size: 28px;
	}
	#btnExpo {
		position: absolute;
		bottom: 30px;
		right: calc(50% - 75px);
		width: 150px;
	}
}

h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
    margin-left: 0;
}

.bordered .info h3 a,
.bordered .info h4 a {
    color: inherit;
}

.bordered .info h3 a:hover,
.bordered .info h4 a:hover {
    color: inherit;
}

.sprachnav {
	font-size: 14px;
}

ul.sprachnav {
	margin-bottom: 0;
	padding: 7px 0;
}

.sprachnav li {
	padding: 0 7px;
	border-right: #888 1px solid;
	height: auto !important;
	line-height: 14px;
}

.sprachnav li:last-child {
	border-right: none;
}

@media (max-width: 767px) {
	.sprachnav {
		position: absolute;
		top: -8px;
		right: 5px;
	}
}

.navbar-header li,
.navbar-header a {
	height: auto;
	color: #404040;
}

.navbar-header a:hover,
.navbar-header a.aktiv {
	color: #084a94;
}


.nav {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
}

.navbar-nav {
	vertical-align: bottom;
}

.navbar-nav &gt; li &gt; a {
	color: #404040;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 16px;
}

.navbar-nav &gt; li &gt; a {
	border: none;
}

.nav &gt; li &gt; a:hover,
.nav &gt; li.active &gt; a,
.nav &gt; li a.aktiv {
    background-color: transparent;
    border-color: transparent;
    color: #084a94;
}

a.navbar-toggle.btn {
	/*margin-top: 20px;
	margin-bottom: -10px;*/
	position: absolute;
	top: 25px;
	right: 15px;
}

.icon-menu-1:before {
	content: '\f0c9';
	font-size: 25px;
}

.navbar .nav .open &gt; a,
.navbar .nav .open &gt; a:hover,
.navbar .nav .open &gt; a:focus {
    background-color: #f1f1f1;
	color: #084a94;
}

.navbar .dropdown-menu {
    background: #f1f1f1;
	color: #f1f1f1;
	border: 1px solid #E7E5DF;
	border-bottom-width: 1px;
	border-bottom-color: #E7E5DF;
	width: auto;
}

.nav &gt; li.dropdown &gt; .dropdown-menu &gt; a {
    color: #404040;
}

.yamm .yamm-content {
	font-size: 16px;
	line-height: 1.7em;
	padding: 30px 40px;
	margin-left: -20px;
	margin-right: -20px;
	text-transform: none;
}

.yamm .yamm-content li {
	padding: 5px 0;
}

.yamm .yamm-content a {
	color: #404040;
}

.yamm .yamm-content a:hover {
	color: #084a94;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) {
	padding: 25px 0 25px 0;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
	border: none;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
	line-height: 1.7em;
	padding: 5px 20px;
	color: #404040;
	font-size: 15px;
	text-transform: none;
	font-weight: 300;
	letter-spacing: 0.08em;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.aktiv {
	background: inherit;
	color: #084a94 !important;
}


@media screen and (max-width: 1024px) {
	.navbar-brand img {
		display: inline-block;
		height: 60px;
	}
	.navbar-header {
	    padding: 10px 0 10px 0;
	}
}

.sidenav {
	background: none;
    padding: 0;
	border-top: #f1f1f1 1px solid;
	border-right: #f1f1f1 1px solid;
	border-bottom: none;
	border-left: #f1f1f1 1px solid;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
    margin: 0;
}

.sidenav li a {
    color: #404040;
	text-transform: none;
	font-weight: 300;
}

.sidenav li a:hover,
.sidenav li a.aktiv {
	background: none;
    color: #084a94;
}

.sidenav li a.aktiv:after {
	opacity: 1;
}

.border-top-lg,
.border-top-md,
.border-top-sm,
.border-top-xs,
.border-top {
	border-top: 1px solid #f1f1f1;
}
.border-right-lg,
.border-right-md,
.border-right-sm,
.border-right-xs,
.border-right {
	border-right: 1px solid #f1f1f1;
}
.border-bottom-lg,
.border-bottom-md,
.border-bottom-sm,
.border-bottom-xs,
.border-bottom {
	border-bottom: 1px solid #f1f1f1;
}
.border-left-lg,
.border-left-md,
.border-left-sm,
.border-left-xs,
.border-left {
	border-left: 1px solid #f1f1f1;
}

.content ul {
	padding-left: 2px;
	padding-bottom: 1em;
}

.content li {
	padding-left: 10px;
}

.content li:before {
	content: 'â€º  ';
	margin-left: -10px;
}

.btn {
    color: #FFF !important;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
    background: #084A94 !important;
    text-transform: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: none;
}

.btn:hover {
    background: #E10D3F !important;
	color: #fff !important;
	border: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
     box-shadow: none;
}

.headerTitel .btn {
	 background: #E10D3F !important;
}

.headerTitel .btn:hover {
	 background: #fff !important;
	 color: #084A94 !important;
}

.tint-bg a:hover {
    color: #735628;
}

.tint-bg .btn {
    color: #f1f1f1 !important;
    background: #f1f1f1 !important;
}

.tint-bg .btn:hover {
    background: #fff !important;
    color: #f1f1f1 !important;
}

.bordered {
    border: none;
	border-bottom-width: 2px;
	border-radius: 3px;
    /* padding: 25px; */
		padding: 15px;
    background: #f1f1f1;
}

.inner-xxs {
	padding-top: 10px;
	padding-bottom: 10px;
}

.inner-bottom-xxs {
	padding-bottom: 10px;
}

.light-bg {
	background: #f1f1f1;
	padding-top: 40px;
}

.glow-bg {
	color: #fff;
	background-color: #cba864;
	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgb(191, 148, 62)), to(rgb(216, 189, 139)));
	background-image: -webkit-radial-gradient(50% 50%, rgb(216, 189, 139), rgb(191, 148, 62));
	background-image: -moz-radial-gradient(50% 50%, rgb(216, 189, 139), rgb(191, 148, 62));
	background-image: -o-radial-gradient(50% 50%, rgb(216, 189, 139), rgb(191, 148, 62));
	background-image: -ms-radial-gradient(50% 50%, rgb(216, 189, 139), rgb(191, 148, 62));
	background-image: radial-gradient(50% 50%, rgb(216, 189, 139), rgb(191, 148, 62));
}

.owl-pagination .owl-page span {
	background: #f1f1f1;
}
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
	background: #f1f1f1;
}

.owl-prev,
.owl-next {
	background-color: #084a94;
}

.owl-prev:hover,
.owl-next:hover {
	color: #fff !important;
}

.owl-wrapper-outer {
	margin-bottom: 20px;
}

.owl-controls {
    margin-top: 0;
}

.info h2,
.info h3,
.info h4 {
	color: #404040 !important;
}

.info p {
	color: #333 !important;
}

.text-overlay .info h2,
.text-overlay .info h3,
.text-overlay .info h4 {
	color: #fff !important;
}

.text-overlay .info p {
	color: #fff !important;
}

footer .inner-xs {
	padding-top: 25px;
	padding-bottom: 25px;
}

footer.dark-bg,
footer.dark-bg p {
    color: #fff;
	font-weight: 400;
}

footer h4 {
	margin-bottom: 0;
	padding-bottom: 5px;
}

footer a {
	color: #fff !important;
	text-decoration: none;
	border: none;
}

footer a:hover {
	color: #e10d3f !important;
}

footer .logo {
	height: auto;
	max-height: inherit !important;
	max-width: 220px;
}

.footerNav {
	padding-left: 0;
}

.support img {
	margin-bottom: 5px;
}

#scrollUp {
	background-color: #084a94;
}

#scrollUp:hover {
	color: #fff;
	opacity: 1;
}

img.fit {
	width: 100%;
	height: auto;
}

iframe ._1drm._1b90, iframe ._1drm._1ds4 {
	border: none !important;
}

.socialLinks {
	margin-top: 10px;
}
.socialLinks strong {
	display: inline-block;
	margin-top: -5px;
}

.socialLinks iframe {
	padding-top: 5px;
	height: 26px;
	margin-bottom: -5px;
}

.social {
	font-size: 40px;
	padding-top: 15px;
}

.social a:link i,
.social a:visited i,
.social a:hover i,
.social a:active i {
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.navbar-collapse {
		background: #f1f1f1;
	}
	.navbar-nav &gt; li + li {
		border-top: 1px solid #0F4C92;
	}
	.navbar-nav &gt; li + li.socialLinks {
		border-top: none;
	}
	.pull-right.socialLinks {
		float: none !important;
	}
}

.tint-bg {
	background: #f1f1f1;
}

.light-bg {
	background: #f1f1f1;
}

.dark-bg {
	background: #084A94;
	color: #fff;
	font-weight: 400;
	padding-top: 40px;
}

.dark-bg p {
	color: #fff;
	font-weight: 400;
}

.items li .text-overlay,
.thumbs .thumb .text-overlay,
.owl-carousel .item .text-overlay,
.icon-overlay a .icn-more {
    /*background-color: RGBA(202, 192, 167, 0.9);*/
	background-color: RGBA(15, 76, 146, 0.9);
}

.dark-bg a:link,
.dark-bg a:visited {
	color: #fff;
	font-weight: 700;
}

.dark-bg a:hover,
.dark-bg a:active {
	color: #de1643;
}



.container {
	position: relative;
}

.buttonTermin {
	position: absolute;
	right: 20px;
	top: 40px;
	width: 160px;
	height: 160px;
}

@media screen and (max-width: 990px) {
	.buttonTermin {
		position: relative;
		top: auto;
		right: auto;
		margin: 20px auto 0 auto;
	}
}


.forms input,
.forms textarea {
	background: #E7E5DF;
	border-color: #ada3a4;
}

.form-control::-webkit-input-placeholder {
    color: #ada3a4;
}
.form-control:-moz-placeholder {
    color: #ada3a4;
}
.form-control::-moz-placeholder {
    color: #ada3a4;
}
.form-control:-ms-input-placeholder {
    color: #ada3a4;
}
.dark-bg .form-control::-webkit-input-placeholder {
    color: #828E99;
}
.dark-bg .form-control:-moz-placeholder {
    color: #828E99;
}
.dark-bg .form-control::-moz-placeholder {
    color: #828E99;
}
.dark-bg .form-control:-ms-input-placeholder {
    color: #828E99;
}
.search .form-control::-webkit-input-placeholder {
    color: #ada3a4;
}
.search .form-control:-moz-placeholder {
    color: #ada3a4;
}
.search .form-control::-moz-placeholder {
    color: #ada3a4;
}
.search .form-control:-ms-input-placeholder {
    color: #ada3a4;
}
input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder {
    color: transparent !important;
}

.formularMail {
	display: none;
}

.has-error .hide {
	display: inherit !important;
}

label.error {
	display: none !important;
}

input.error,
textarea.error {
	border: #F30 2px solid !important;
}

.btn-submit {
	background: #084A94 !important;
}

.btn-submit:hover {
	background: #084a94 !important;
}


input.form30 {
	width: 28%;
	margin-right: 2%;
	float: left;
}

input.form70 {
	width: 70%;
}

#map {
	height: 500px;
	width: 100%;
}

.newsletter input[type="email"] {
	background: rgba(255,255,255,0.9) !important;
	color: #084a94 !important;
}


/* Suche */
ul#suchresultate {
	margin: 0 0 10px 0;
	padding: 0;
	border-top: #084A94 1px solid;
}

#suchresultate li {
	padding-bottom: 18px;
	border-bottom: #084A94 1px solid;
	margin-top: 20px;
}

#suchresultate h3 {
	font-weight: 400;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    background: #084A94;
    font-weight: 700;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; a:focus {
    background: #084a94;
    color: #FFF;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:last-child &gt; a {
    border-radius: 3px;
}

footer {
	position: relative;
}

#designby {
	position: absolute;
	z-index: 100;
	right: 10px;
	bottom: 15px;
	width: 12px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(/_images/webdesign.png) no-repeat top right;
}

#designby a {
	display: block;
	width: 12px;
	height: 80px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}



/* Admin WebEdition
*******************************************************************************/

.admin {
	color: #C30;
}

div.admin {
	position: relative;
	background: #e4f1ff;
	color: #000;
	width: auto;
	padding: 10px;
	margin: 5px 10px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.admin.admin50 {
	width: calc(50% - 40px) !important;
}

p.admin {
	font-size: 14px !important;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #C30 !important;
}

.admin .mehr {
	color: #333;
}

div.admin.config {
	background: #ecc5c5;
	width: 250px;
}

div.admin.configMarke {
	background: #b8f2c0;
}

div.admin.configNews {
	background: #FF9;
}

.admin tbody {
	background: none !important;
}

.adminHeader {
	position: relative;
	width: auto;
	padding: 5px 10px;
	margin: 15px 10px 5px 10px;
	color: #fff;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	/*background-color: #2a5383;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(47, 93, 150)), to(rgb(38, 73, 113)));
	background-image: -webkit-linear-gradient(top, rgb(47, 93, 150), rgb(38, 73, 113));
	background-image: -moz-linear-gradient(top, rgb(47, 93, 150), rgb(38, 73, 113));
	background-image: -o-linear-gradient(top, rgb(47, 93, 150), rgb(38, 73, 113));
	background-image: -ms-linear-gradient(top, rgb(47, 93, 150), rgb(38, 73, 113));
	background-image: linear-gradient(top, rgb(47, 93, 150), rgb(38, 73, 113));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2f5d96', EndColorStr='#264971');*/

	background-color: #9fcaf6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(166, 210, 254)), to(rgb(153, 195, 238)));
	background-image: -webkit-linear-gradient(top, rgb(166, 210, 254), rgb(153, 195, 238));
	background-image: -moz-linear-gradient(top, rgb(166, 210, 254), rgb(153, 195, 238));
	background-image: -o-linear-gradient(top, rgb(166, 210, 254), rgb(153, 195, 238));
	background-image: -ms-linear-gradient(top, rgb(166, 210, 254), rgb(153, 195, 238));
	background-image: linear-gradient(top, rgb(166, 210, 254), rgb(153, 195, 238));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a6d2fe', EndColorStr='#99c3ee');
}

.adminHeader p.admin {
	color: #fff !important;
}

.adminHeader select {
	margin-bottom: 0;
	padding-bottom: 0;
}

.admin input[type=checkbox] {
	width: 40px;
	display: inline-block;
}

@media (max-width: 768px) {
.responsive-table td {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
	max-width: 280px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.referenz {
	display: flex;
	flex: 1 1 100%;
}

.referenz-col {
	flex: 0 0 120px;
	width: 120px;
}
</pre></body></html>