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

/* Farben Schriften */

.footerbox h4,
.content-inner h2,
.content-inner h3,
.content-inner p,
.content-inner li,
.right-inner h4,
.content-inner li:before {
	color: #005EA9;
}

#pagetitle h1 {
	color: #fff;
}

.boxform h4,
.boxform p,
.boxform-inner label{
	color: #005EA9;
}

.right-inner h3,
.right-inner li,
.right-inner li:before {
	color: #005EA9;
}

.boxform h5 {
	border-bottom: 1px solid #005ea9;
}

.teaserbox h5 {
	border-bottom: 1px solid #ffffff;
}

.boxform i.fa-facebook-square,
.boxform i.fa-youtube-square {
	color: #005EA9;
}

a,
.boxform h5,
.boxform i.fa-phone-square,
.boxform i.fa-shopping-cart {
	color: #000000;
}

.teaserbox h5,
.teaserbox p,
.teaser-inner .teaser-inner-middle p,
#popup p {
	color: #bfcdda;
}

#popup button,
.teaserbox h4,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"],
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea,
#popup h3,
.teaser-inner .teaser-inner-middle h4,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-phone,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-envelope,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-check-circle,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-mobile,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-gamepad,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-shopping-cart,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-pencil-square,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-download,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-calendar,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-facebook-official  {
	color: #ffffff;
}

/* Farben Background Seitenbereiche */
#content,
#content-top,
#content-main  {
	background-color: #eeeeee;
}


#content-top {
	background-image: url("./../img/headerbild.jpg"); 
}


/* Farben Background one-two-three Boxen und lange Teaserboxen */
.one-inner,
.two-inner,
.three-inner,
.teaser-inner,
#popup .content-inner {
	background-color: #005EA9;
}

/* Farben Background Hauptwrapper und left-right Boxen */
body,
#contentwrapper,
#content-teaserboxen {
	background-color: #ffffff;
}

.right-inner {
	background-color: rgba(255, 255, 255, .81);
}

/* Farben Background Header */
#header{
	background-color: #fff;
}



/* Farben Background Icons und allgemeine Farben Buttons */
#popup button,
.teaser-inner .teaser-inner-left .teaser-inner-icon,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"] {
	border:1px solid #fff!important;
	background-color: #005EA9;
}

#popup a{
	color: #ffffff;
}


/* Hintergrundfarbe Formularfelder */
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea {
	background-color: #5f81a4;
}

#accept {
	background-color: #ffffff!important;
	color: #005EA9!important;
}

#decline {
	background-color: transparent!important;
	border: solid #ffffff 2px !important;
}

/* Allgemein verwendete Font Family */
body,
#popup button,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"],
.boxform-inner label,
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea {
	font-family: "Open Sans", sans-serif;
	/* font-family: "Lora", serif; */

}
div.alert-success {
	color: #33cc00;
}
label.error {
	color: #ff0000;
}

/* Styles fÃ¼r das Menu */
#toprow{
	padding:10px 10px 0px 0px;
}
#header li {
    font-size: 14px;
    line-height: 17px;
	border-right: 2px solid #005EA9;
	padding-top: 32px;
	padding-bottom: 0px;
}
#header li.li-vertical{
	padding: 6px 2px;
}
.head-center ul {
    list-style: none;
    margin-top: 0px;
	vertical-align:middle;
}
#topmenu{
	padding-left:5px;
}
#topmenu li{
	float:left;
	padding-left:10px;
}
.head-center li, 
.head-center a{
	font-size: 13px;
}
.subnav-horizontal a,
.subnav-vertical a{
	font-size: 13px;
	padding: 0px 10px;
}
.subnav-vertical .last{
	border:none;
}
/* padding fÃ¼rs Hauptmenu */
.top-nav &gt; li{
	padding: 10px 10px;
	position:relative;
}
/* Padding und Schatten fÃ¼r die Untermenus */
.subnav-vertical,
.subnav-horizontal{
	padding: 0px;
	box-shadow:3px 5px 8px 0 rgba(105, 105, 105, 0.5);
}
.subnav-vertical li{
	padding: 10px 0px;
}
.subnav-horizontal li{
	padding:10px 0px;
}
/* Farbe der Links im Hauptmenu und ggf. des Topmenus */
.mainmenu a,
#topmenu a{
	color:#000;
}
/* Farbe der Links in den Untermenus */
.subnav-horizontal a,
.subnav-vertical a{
	color:#ffffff;
}
/* Hintergrundfarbe der Untermenus */
.subnav-horizontal,
.subnav-vertical{
	background-color:#005EA9;
}</pre></body></html>