<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document 
.container	{
	width: 1170px !important;
	max-width: none !important;
}*/
body {
	font-size: 16px;
font-family: angie-sans, sans-serif;
font-weight: 400;
font-style: normal;
}

/*Links*/

.links_header {
	color: #000;
}

.verlauf-bg {
	  /* background: url('../img/bg_286186162.jpeg'); */
		background: -webkit-linear-gradient(rgb(251, 203, 39) 0%, rgb(255, 255, 255) 100%);
		background: -o-linear-gradient(rgb(251, 203, 39) 0%, rgb(255, 255, 255) 100%);
		background: linear-gradient(rgb(251, 203, 39) 0%, rgb(255, 255, 255) 100%);
}

.links {
     color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
}

h1 {
	font-family: changeling-neo,sans-serif;
  font-weight: 400;
  font-style: normal;
}

h5 {
    font-family: changeling-neo,sans-serif;
    font-size: 1.2rem;
	  text-transform: uppercase;
    color: #004e9d;
}

.footer h5 {
  color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a {
    color: #000;
}

a:hover {
    color: #000;
	text-decoration: underline;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff;
}

.footer h3 {
	    font-size: 1.75rem;
}


.topline a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.textrechtliches {
    font-size: larger;
    font-weight: 400;
    color: #3A569D;
}
/*.fliesstext_normal img {
    width: 100%;
    height: 100%;
}*/

/*Topline*/
.topline {
	font-size: 14px;
	font-weight: lighter;
}

/*Liste*/
ul {
	list-style-type: none;
	padding: 0;
}
li.element {
  position: relative;
	padding: 5px 0 5px 30px;
}
li.element:before {
	content: "\eed9";
	font-family: IcoFont !important;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #f9ae28;
	font-size: 27px;
	left: 0px;
	position: absolute;
  margin-top: -5px;
}

/*Text Farben*/
.color-01 {
	color: #f9ae28;
}

/*Scroll to Top*/
.back-to-top {
 background:#333;
 position: fixed;
 bottom:20px;
 right:20px;
 padding:1em;
opacity: 0.5;
	transition: all 0.35s;
}
.back-to-top:hover {
 background:#333;
 position: fixed;
 bottom:20px;
 right:20px;
 padding:1em;
opacity: 1;
}
.back-to-top:before {
  font-family: IcoFont !important;
  font-size: 20px;
  display: inline-block;
  content: "\ea76";
  color: #fff;
  *text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
  *padding: 10px 0px;
}

.yellow {
	background-color: #f9ae28;
}

.green {
	background-color: #f9ae28;
}

.white {
	background: #fff;
}

.verlauf {
	background: #f4e909; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4e909 0%, #f9ae28 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f4e909 0%,#f9ae28 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f4e909 0%,#f9ae28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e909', endColorstr='#f9ae28',GradientType=0 ); /* IE6-9 */
}

.tuv {
    width: 75%;
    float: right;
    margin-top: 100px;
	border-radius: 20px;
}

.footer {
	padding: 50px 0;
	    font-size: 1.3rem;
    background: -webkit-linear-gradient(rgb(1, 150, 213) 0%, rgb(0, 78, 157) 100%);
    background: -o-linear-gradient(rgb(1, 150, 213) 0%, rgb(0, 78, 157) 100%);
    background: linear-gradient(rgb(1, 150, 213) 0%, rgb(0, 78, 157) 100%);
}

footer {
	background-color: #000; 
}

.card-header {
  font-size: 1.75rem;
  color: #004e9d;
}

.flex-caption {
	display: none;
}

.flexslider {
 	-webkit-box-shadow: 0px 1px 10px 6px rgba(100,100,100,.4);
  box-shadow: 0px 1px 10px 6px rgba(100,100,100,.4);	
}

#MainSlider.flexslider .slides li:before {
  background-image: none;
}

.start-benefits {
	font-size: 2rem;
	font-weight: 700;
	background: #c00;
}

.start-benefits ul {
	font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    padding: 25px 0;
}

.start-benefits h2 {
    color: #fff;
}

.overview {
    margin: 25px 0px;
}

.green h2 {
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
    padding-bottom: 25px;
}

.bg-image a {
    color: #059EE2;
}</pre></body></html>