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

body {
  font-size: 18px;
  font-family: var(--font-fliesstext, "futura-pt", sans-serif); /*FÃ¼r FlieÃŸtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
  color: var(--color-text);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-ueberschriften);
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  color: var(--color-ueberschriften);
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-ueberschriften);
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  color: var(--color-ueberschriften);
}

.subline {
  color: var(--color-subline);
}

a {
  color: var(--color-links);
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a:hover {
  color: var(--color-links-hover);
}

.nowrap {
  white-space: nowrap;
}

img {
  filter: var(--img-filter);
}

img[src$=".svg"], img[src$=".icon.svg"] {
  filter: none;
}
.top-info .logo-theme {
    width: 200px;
}
/* -------------------- Hintergrundbilder BEGINN -------------------- */
.bg-content-front {
  background-image: url("../images/teaser/content_front_image.svg");
  background-size: cover;
}
.bg-content {
  background: var(--background-content, #fff);
  background-size: cover;
}
.bg-review {
  background:var(--background-review-slider, #DDD);
  background-size: cover;
  background-position: center;
}
.bg-kontaktformular {
  background:var(--background-kontaktformular, #fff);
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-footer {
  background: var(--background-footer, #193A8F);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
/* -------------------- Hintergrundbilder ENDE -------------------- */

/* -------------------- Navbar-Brand ANFANG -------------------- */
@media (max-width: 1500px) {
	.navbar-brand {
		opacity: 1 !important;
	}
	.navbar-brand img {
		max-width: 200px;
		width: 200px;
                padding: 1rem;

	}}

@media (min-width: 1500px) {
	.navbar-brand img {
		position: relative;
		max-width: 230px;
		width: 230px;
        padding: 1rem;
	}
	.navbar-brand {
		opacity: 1;
		padding: 0px;
		z-index: 9;
	}}

@media (min-width: 1700px) {
	.navbar-brand img {
		position: relative;
		max-width: 200px;
		width: 200px;
        padding: 1rem;
	}
	.navbar-brand {
		opacity: 1;
		padding: 0px;
		z-index: 9;
	}
}
/* -------------------- Navbar-Brand ENDE -------------------- */

/* -------------------- Navigation Anfang -------------------- */
#mainNav.navbar {
background: var(--background-navi);
background-repeat: no-repeat;
background-size: cover;
box-shadow: 0px 15px 10px -15px #000;
z-index: 99;
}
#mainNav.navbar-shrink {
padding: 0;
}
#mainNav .nav-link {
font-family: var(--font-navigation);
transition: none;
text-transform: uppercase;
font-size: 1.3rem;
font-weight: normal;
padding: 1.3rem;
color: var(--color-navigation);
}
@media (max-width: 1470px){
#mainNav .nav-link {
transition: none;
text-transform: uppercase;
font-size: 1rem;
font-weight: normal;
padding: 1.3rem;
color: var(--color-navigation);
}}
#mainNav .nav-link:hover,
#mainNav .nav-link:focus,
#mainNav .nav-link:hover .svg,
#mainNav .nav-link:focus .svg,
#mainNav .nav-item.active .nav-link {
background-color: var(--color-akzent);
transform: scale(1);
border-radius: 3px;
padding: 1em;
color: var(--color-navigation-hover);
}
.sticky-top {
position: static;
}
@media (min-width: 992px) {
.sticky-top {
position: sticky;
top: 0;
width: 100%;
}
}

/*Effekt*/
.from-center:before {
top: 0;
left: 50%;
height: 100%;
width: 0;
border: 1px solid var(--color-akzent);
border-left: 0;
border-right: 0;
}
.from-center:after {
bottom: 0;
left: 0;
height: 0;
width: 100%;
background: var(--color-akzent);
}
.from-center:hover:before {
left: 0;
width: 100%;
}
.from-center:hover:after {
top: 0;
height: 100%;
}

/* -------------------- Navbar Toggler BEGINN -------------------- */
.navbar-toggler {
  border: 1px solid transparent !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
  width: 30px;
  height: 30px;
  position: relative;
  background-image: none !important;
  border: 1px solid transparent !important;
}

.line {
	position: absolute;
	left: 0px;
	height: 3px;
	width: 100%;
	background-color: var(--color-navigation);
	border-radius: 8px;
	transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.45s;
}

.top {
	top: 18%;
}

.middle {
	top: 48%;
}

.bottom {
	top: 78%;
}

.navbar-toggler-icon.close .top {
	transform: rotate(45deg);
top: 48%;
}

.navbar-toggler-icon.close .middle, .navbar-toggler-icon.close .bottom {
	transform: rotate(-45deg);
	top: 48%;
}
/* -------------------- Navbar Toggler ENDE -------------------- */

/* -------------------- Dropdown Animation Fade BEGINN -------------------- */
@media (min-width: 992px) {
.dropdown-menu-end {
position: absolute;
margin-top: 0rem;
left: auto;
right: 0;
}
.dropdown-menu-start {
position: absolute;
margin-top: 0rem;
left: auto;
right: 0;
} 
}
@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
    transform: translate(0, 50px);
}
100% {
    opacity: 1;
    transform: translate(0, 0);
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
    transform: translate(0, 50px);
}
100% {
    opacity: 1;
    transform: translate(0, 0);
}
}
/* -------------------- Dropdown Animation Fade ENDE -------------------- */

/* -------------------- Dropdown BEGINN -------------------- */
.dropdown-menu {
	border: none;
	border-radius: 0px;
	background-image: none;
	box-shadow: inset 1px 1px rgb(255 255 255 / 20%), inset -1px -1px rgb(255 255 255 / 10%), 1px 3px 24px -1px rgb(0 0 0 / 15%);
	background-color: var(--dropdown-menu);
	min-width: 16rem;
	padding: 0;
}

.dropdown-menu a {
	color: var(--color-dropdown-navigation);
	font-size: 1.2rem;
	position: relative;
	padding: 1rem 2rem;
	font-weight: normal;
	text-align: left;
}

.dropdown-menu &gt; li:not(:last-child) {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.50);
}

.dropdown-menu a:hover, .dropdown-menu a:focus  {
	color: var(--color-navigation-hover);
	background-color: var(--color-akzent) !important;
}

/*Dropdown Hover muss im Media min 992px stehen, damit sich die Navigation auf mobil durch klicken wieder schlieÃŸen lÃ¤sst!*/
@media (min-width: 200px) {
	li.dropdown:hover .dropdown-menu, li.dropdown:focus .dropdown-menu {
		opacity: 1;
	}
	
	li.dropdown:hover .dropdown-menu:not(.megasubmenu), li.dropdown:focus .dropdown-menu:not(.megasubmenu) {
		display: block;
		-webkit-animation: fadeIn 0.5s;
		animation: fadeIn 0.5s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}
}

#mainNav.fixed-top {
	animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
/* -------------------- Dropdown ENDE -------------------- */

/* -------------------- Megamenu BEGINN -------------------- */
.megasubmenu &gt; a {
color: var(--color-05);
font-size: 1.2rem;
position: relative;
padding: 1rem 2rem;
font-weight: normal;
}
@media all and (min-width: 992px) {
.dropdown-menu .dropdown-toggle::after {
border-top: .3em solid transparent;
border-right: 0;
border-bottom: .3em solid transparent;
border-left: .3em solid;
}
/*Wird benÃ¶tigt wenn das dropdown-menu Fenster rechtsbÃ¼ndig ist*/
.dropdown-menu.dropdown-menu-end .dropdown-toggle::after {
position: absolute;
left: 15px;
top: 22px;
border-top: .3em solid transparent;
border-right: .3em solid;
border-bottom: .3em solid transparent;
border-left: 0;
}
.megasubmenu {
left: 100%;
top: 0;
min-height: 100%;
min-width: 13rem;
}
.megasubmenu-end {
right: 100%;
left: auto;
text-align: right !important;
}
.dropdown-menu &gt; li:hover .megasubmenu {
display: block;
-webkit-animation: fadeIn 0.5s;
animation: fadeIn 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.megasubmenu a:not(:last-child) {
border-bottom: 1px dotted rgba(255, 255, 255, 0.50);
}
}	
/* -------------------- Megamenu ENDE -------------------- */

/* -------------------- Theme Switch ANFANG -------------------- */
.checkbox {
opacity: 0;
position: absolute;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#colorMode.switch {
background: #212529;
width: 70px;
height: 40px;
border: solid 2px var(--color-navigation, #000);
border-radius: 50px;
position: relative;
padding: 9px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.fa-moon {color: #f1c40f;}
.fa-sun {color: #f39c12;}

.switch .ball {
background: rgba(255,255,255,0.8);
width: 30px;
height: 30px;
position: absolute;
left: 2px;
top: 3px;
border-radius: 50%;
transition: transform 0.2s linear;
}

.checkbox:checked + .switch .ball {
transform: translateX(30px);
}

/* -------------------- Theme Switch ENDE -------------------- */

/* -------------------- Navigation ENDE -------------------- */

/* -------------------- Topinfo ANFANG -------------------- */
.top-info {
background: var(--background-top-info, #565756);
}
.tinfo {
display: flex;
place-content: center space-around;
align-items: flex-start;
flex-direction: column;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.tinfo {
display: flex;
flex-direction: row;
place-content: center space-evenly;
align-items: center;
font-size: smaller;
}
}
@media (min-width: 1200px) {
.tinfo {
display: flex;
flex-direction: row;
place-content: center space-evenly;
align-items: center;
}
}
/* -------------------- Topinfo Main Anfang -------------------- */
.wrappertinfo a {
  color: var(--links-top-info);
}

.wrappertinfo a:hover {
  color: var(--links-top-info-hover);
  text-decoration: underline;
}
/* -------------------- Topinfo Mobil Anfang -------------------- */
.wrappertinfo {
display: inline-flex;
margin: 0.5em 0em 0.5em 0em;
}

.wrapinner {
display: inline-flex;
font-size: 0.8em;
text-align: start;
}

.wrapout {
display: inline-flex;
flex-direction: column;
justify-content: center;
margin-left: 0.5em;
}

.tinfoicon {
display: inline-flex;
align-items: center;
}

.icon {
font-size: 1.2em;
padding: 0.4em;
width: 1em;
color: var(--color-akzent);
}
/* -------------------- Topinfo Mobil ENDE -------------------- */

/* -------------------- Topinfo Desktop AnFANG -------------------- */
@media (min-width: 992px) {
.wrappertinfo {
display: inline-flex;
margin: 0em;
}

.wrapinner {
display: inline-flex;
font-size: 1em;
}

.wrapout {
display: inline-flex;
flex-direction: column;
justify-content: center;
margin-left: 0.5em;
}

.tinfoicon {
display: inline-flex;
align-items: center;
}

.icon {
font-size: 1.8em;
padding: 0.4em;

width: 1em;
color: var(--color-akzent);
}
}
/* -------------------- Topinfo Desktop ENDE -------------------- */
/* -------------------- Topinfo ENDE -------------------- */

/* -------------------- Scroll Top BEGINN -------------------- */
.scroll-top {
display: none !important;
color: #fff;
font-weight: bold;
background-color: rgba(43, 43, 43, 0.60);
right: 140px;
bottom: 4.5%;
position: fixed;
transition: all .35s;
box-shadow: 1px 0px 2px #333;
font-size: 0.7rem;
z-index: 9;
}
.scroll-top:hover {
color: #fff;
text-decoration: none;
background-color: var(--color-akzent); 
}
@media (min-width: 992px) {
.scroll-top {
display: block !important;
}
}
/* -------------------- Scroll Top ENDE -------------------- */
.bg-color-13  {
  background-image: url("../images/teaser/003--03NR_160721_Renishaw_552.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply !important;
  background-color: rgba(0,0,0,0.6); /*schwarz blur 75%*/
  backdrop-filter: blur(10px);
  box-shadow: 15px 0px 15px -15px rgba(0,0,0,0.85);
  border-right: 1px solid #000;
  border-radius: 15px;
}
/* -------------------- Footer BEGINN -------------------- */
.copyright {
  color: var(--color-footer-text);
  font-style: italic;
  text-align: left;
  margin: auto;
  display: block;
  padding: 1rem 0 2.5rem 0;
}

@media (max-width: 1200px) {
  .logo-footer {
    width: 35%;
    margin: auto
  }
}
@media (max-width: 999px) {
.logo-footer {
  width: 55%;
  display: block;
  padding: 0;
  margin: auto;
    }}
@media (min-width: 1200px) {
  .logo-footer {
    width: 60%;
    margin: 0
  }
}
.footer-list-1 a:hover .footer-icon {
  border: 3px solid var(--color--links-hover);
  color: var(--color-links-hover);
}

ul.footer-list-1 {
  color: var(--color-footer-text);
  list-style-type: none;
  padding: 1rem 0 0;
  text-align: end;
}
@media(max-width: 1200px){
ul.footer-list-1 {
  color: var(--color-footer-text);
  list-style-type: none;
  padding: 1rem 0 0;
  text-align: center;
}
}
ul.footer-list-1 li {
  display: inline-block;
  text-align: center;
}

ul.footer-list-1 a {
  color: var(--color-footer-link);
  padding: 0 0.5rem;
  text-decoration: none;
}

ul.footer-list-1 a:hover {
  color: var(--color-links-hover);
}

.footer-position {
  position: fixed;
  bottom: 0;
}
/* -------------------- Footer ENDE -------------------- */

/* -------------------- Ã–ffnungszeiten Tabelle BEGINN -------------------- */
.table {
  border-color: #9b9b9b;
}

.table .table {
  background-color: transparent;
  color: #fff;
}

.table-success, .table-success &gt; th, .table-success &gt; td {
  background-color: var(--color-akzent)!important ;
  color: #fff!important;
  font-weight: 400;
}

.table-sm &gt; :not(caption) &gt; * &gt; * {
  padding: 0.25rem 1rem;
  padding: .4rem .4rem;
  color: var(--color-text);
  background-color: transparent;
}
/* -------------------- Ã–ffnungszeiten Tabelle ENDE -------------------- */

/* -------------------- Datenschutz Button BEGINN -------------------- */
.btn-success {
color: var(--color-text);
background-color: var(--color-hauptfarbe);
border-color: var(--color-text);
}
.btn-success:hover, .btn-success:focus {
color: var(--color-text);
background-color: var(--color-akzent);
border-color: var(--color-text);
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show &gt; .btn-success.dropdown-toggle {
color: var(--color-text);
background-color: #999;
border-color: #ddd;
}
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show &gt; .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50);
}
.btn-success.disabled, .btn-success:disabled {
color: var(--color-text);
background-color: #999;
border-color: #ddd;
}
/* -------------------- Datenschutz Button ENDE -------------------- */


/* -------------------- Custom CSS ANFANG -------------------- */

.mapsiframe {
  border: 4px solid #fff;
  width:100%;
  filter: var(--mapsiframe-filter);
}

.flex-control-nav {
  bottom: -30px;
}

.title-review {
  color: var(--title-review);
}

#main-flexslider {
  background-color: var(--background-content, #fff);
}

.tooltip-highlighter {
	border-bottom: 1px dotted #b1b1b1;
	cursor: help;
}

/* -------------------- Custom CSS Ende -------------------- */
.leistungen img {
    width: 100px;
    padding: 1rem;
}
.col-content {
  position: relative;
}

.col-content:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--color-akzent);
  transform: skewX(-10deg);
}
@media(max-width: 1200px){
.col-content:not(:last-child)::after {
display: none;
    }}</pre></body></html>