<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v20-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-300italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/ubuntu-v20-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v20-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v20-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v20-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v20-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v20-latin-300italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/ubuntu-v20-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v20-latin-italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v20-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-500italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/ubuntu-v20-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v20-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v20-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v20-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v20-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v20-latin-500italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v20-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/ubuntu-v20-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v20-latin-700italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html{
	min-height: 100.1%;
}

body{
	background: #fff;
	margin:0;
	padding:0;
	font-family: 'Ubuntu',Arial, Helvetica, sans-serif;
}

header{
	width:100%;
	height: 590px;
	overflow: hidden;
	background:url(../images/schrauber.jpg) no-repeat #fff;
	background-size: 100% auto; 
}

#grid{
	width: 100%;
	height:565px;
	padding-top:25px;
	overflow:hidden;
	background:url(../images/grid.png) repeat transparent;
	position: relative;
}

#topmenu{
	width:100%;
	max-width:1170px;
	height:100px;
	background: #f2f2f2;
	border-radius:3px;
	margin:0 auto;
	z-index: 1000!important;	
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #dcdcdc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dcdcdc));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dcdcdc 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#dcdcdc 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#dcdcdc 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#dcdcdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dcdcdc',GradientType=0 );
}

.is-sticky #topmenu{
	border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}  

.left{
	float:left;
}

.right{
	float:right;
}

.left.top{
	height:70px;
	padding:15px;
}

.left.top a.logo{
	line-height: 50px;
	float:left;
	margin-right:10px;	
}

.left.top a.logoclaim{
	text-decoration: none;
	color:#152d69;
	font-size:36px;
	line-height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;

}

.left.top a.logoclaim span{
	font-size: 24px;
	font-weight: 400;
}

.right #navigation ul{
	list-style: none;
	padding:0;
	margin:0;
	font-size: 22px;
	font-weight:500;
	text-transform: uppercase;
}

.right #navigation ul li{
	float:left;
	display:block;
	height:100px;
	line-height: 100px;
	padding:0px 10px;
	margin:0px 10px;
}

.right #navigation ul li:first-child{
	margin-left:0;
}

.right #navigation ul li:last-child{
	display:none;
}

.right #navigation ul li:hover{
	border-bottom:4px solid #152D69;
	height:96px;
}

.right #navigation ul li a{
	display: block;
	text-decoration: none;
	color:#333;	
}

#slider{
	width: 100%;
	max-width: 1170px;
	height:385px;
	margin:0 auto;
}

#slider .left,
#slider .right{
	height:385px;
	position:relative;
}

#slider .right{
	text-align: right;
	color:#fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
	font-size:18px;
	font-weight: 400;
}

#slider .right h2{
	font-size:36px;
	font-weight: 500;
}

#slider .right p{
	margin-bottom: 50px;
}

#slider .right a{
	color:#fff;
	text-shadow:none;
	padding:10px 15px;
	background:#d2251c;
	border-radius:3px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.48);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.48);
	transition: padding 0.5s;
}

#slider .right a:hover{
	padding:15px 20px;
}


#slider .left img{
	position: absolute;
	bottom:-37px;
	left:20px;
}

#slider .right{
	height:auto;
	padding-top: 70px;
	padding-right: 25px;
}

#fastfacts{
	width:100%;
	max-width: 1170px;
	height:80px;
	margin:0 auto;
	background: #152d69;
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	background: -moz-linear-gradient(top,  #152d69 0%, #1e3e8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#152d69), color-stop(100%,#1e3e8f));
	background: -webkit-linear-gradient(top,  #152d69 0%,#1e3e8f 100%);
	background: -o-linear-gradient(top,  #152d69 0%,#1e3e8f 100%);
	background: -ms-linear-gradient(top,  #152d69 0%,#1e3e8f 100%);
	background: linear-gradient(to bottom,  #152d69 0%,#1e3e8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152d69', endColorstr='#1e3e8f',GradientType=0 );
}

#fastfacts .third{
	float: left;
	width: 33.33%;
    width: calc(100% / 3);
    height:80px;
}

#fastfacts .third .custom{
	color:#fff;
	height:80px;
}

#fastfacts .third .custom img{
	float:left;	
	padding:20px 20px 20px 25px;
}

#fastfacts .third.two .custom img{
	padding:8px;
	padding-left: 50px;
}

#fastfacts .third .custom h3,
#fastfacts .third .custom h4{
	margin:0;
	padding;0;	
}

#fastfacts .third .custom h3{
	font-size:20px;
	font-weight:900;
	padding-top:15px;
}

#fastfacts .third .custom h4{
	font-size:14px;
	font-weight:400;
	color:#5f7bc1;
}

#fastfacts .third .custom p{
	margin:0;
	padding:0;
}

main{
	width: 100%;
	max-width:1170px;
	margin:0 auto;
	color:#909090;
	font-size:14px;
	margin-bottom:50px;
	display:block;
}

main .fourth{
	width: 25%;
	float: left;
	text-align: justify;
}

main #fourth{
	margin-left:25px;	
}

main .fourth .moduletable{
	padding-right: 40px;
}


main .fourth h3{
	font-size:30px;
	margin-top:50px;
	color:#152D69;
	font-weight:300;
	border-bottom: 1px dotted #909090;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

main .fourth ul{
	padding-left:20px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	text-align: left;
}

main .fourth ul li{
	list-style-image: url(../images/check.png);
	margin-bottom:10px;
}

main a{
	color:#152D69;
	font-weight:500;
}

main #main{
	padding:0px 25px;
}

main #main h2,
main #main h3,
main #main h4{
	color:#152D69;
	font-weight: 400;
}

main #main h2{
	padding-top:40px;
}

main #main dd{
	margin-left:0;
}

main #main .contact-form{
	padding-bottom:25px;
	border-bottom:1px solid #CCCCCC;
}

main #main .contact-miscinfo h2{
	padding-top:0;
}

main #main .contact-form input,
main #main .contact-form textarea{
	border: 1px solid #152D69;
	padding:5px;
}

main #main .control-group{
	padding:10px 0px;
}

main #main .contact-form button{
	background: #152D69;
	color:#fff;
	cursor: pointer;
	padding:5px;
	border:none;
	text-transform:uppercase;
	font-family: 'Ubuntu',Arial, Helvetica, sans-serif;
}

aside,
footer{
	width: 100%;
	background:#e2e2e2;
	color:#888;
}

aside h3{
	max-width: 1145px;
	display: block;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 400;
	padding: 10px 0px;
	padding-left:25px;
}

div.tooltip {
    display: none !important;
}


footer #wrapper{
	margin:25px auto;
	max-width:1155px;
	padding-left:25px;
}

footer #wrapper .third{
	float: left;
	width: 33.33%;
    width: calc(100% / 3);
}

footer{
	padding:25px 0px;
}

footer a{
	color:#888888;
	text-decoration: none;
}

footer .third.two a{
	padding:5px 10px;
	color:#fff;
	background:#888;
	border-radius: 3px;
	font-weight: 700;
	transition: background-color 1.0s;
}

footer .third.two a:hover{
	background: #D2251C;
}

#topmenu-sticky-wrapper,
#topmenu{
	width:initial!important;
	max-width:1170px!important;
}

#topmenu-sticky-wrapper{
	box-sizing: border-box;
	padding:0px 25px!important;
	max-width:1220px!important;
}

#topmenu{
	left:0;
	right:0;
}

#fastfacts .third a{
	color:#fff;
	text-decoration: underline;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
 }



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media only screen and (max-width: 1090px) {
		
	#slider .right{
		font-size:16px;
	}
	
	#slider .right h2{
		font-size:26px;
	}
	
	.right #navigation ul{
		font-size:18px;
	}
	
	#fastfacts .third .custom img {
	    padding: 20px 10px 20px 25px;
	}
		
}

@media only screen and (max-width: 1020px) {

	.left.top a.logoclaim{
		font-size:30px;
	}
	
	.left.top a.logoclaim span {
		font-size:20px;
	}
	
	main .fourth{
		width:50%;
	}
	
}

@media only screen and (max-width: 990px) {
	
	#slider .right{
		font-size:14px;
	}
	
	#fastfacts .third .custom h4{
		font-size:12px;
	}
		
}

@media only screen and (max-width: 960px){
	
	#topmenu-sticky-wrapper,
	#topmenu{
		height:auto!important;
		position: relative!important;
	}

	
	.left.top,
	.right.top{
		float:none;
		text-align:center;
	}
	
	.left.top a.logo{
		float:none;
	}
	
	.right #navigation ul li{
		float:none;
		display:inline-block;
	}
	
	header,
	#grid,
	#slider{
		height:auto;
	}
	
	header{
		background-size: cover;
	}
	
	#slider{
		padding: 0px 25px;
		box-sizing: border-box;
	}
	
	#slider .right,
	#slider .left{
		float:none;
		padding:0px;
		width:100%;
		text-align: center;
		margin:0;
		height:auto;
	}
	
	#slider .left img{
		position: relative;
		bottom:25px;
		left:auto;
	}
	
}

@media only screen and (max-width: 880px){
	
	#fastfacts .third .custom h3{
		font-size:18px;
	}
	
}

@media only screen and (max-width: 820px){
	
	#fastfacts .third .custom h3{
		font-size:16px;
	}
	
}

@media only screen and (max-width: 760px){
	
	#fastfacts{
		height:auto;
		position: relative;
	}
	
	#fastfacts .third{
		float: none;
		width:100%;
		text-align:center;
		height:auto;
	}
	
	#fastfacts .third .custom{
		height:auto;
		padding:20px;
	}
	
	#fastfacts .third .custom img{
		float:none;
		padding:10px 25px;
		padding-bottom:0px;
	}
	
	#fastfacts .third .custom h3{
		font-size:30px;
	} 
	
	#fastfacts .third .custom h4{
		font-size:16px;
	} 
	
	#slider .right, #slider .left{
		bottom: -60px;
	}
	
	#slider .right, #slider .left img{
		bottom:auto;
		width:100%;
		max-width:636px;
	}
	
	footer #wrapper .third{
		float:none;
		width:100%;
		text-align:center;
		margin-bottom:25px;
	}
	
}

@media only screen and (max-width: 660px){
	
	main .fourth{
		float: none;
		width:100%;
	}
	
	main .fourth .moduletable{
		padding-right:25px;
	}
	
	main #main .contact-form input, main #main .contact-form textarea{
		width:100%;
	}

}

@media only screen and (max-width: 520px){

	.right #navigation ul li,
	.right #navigation ul li:hover{
		display:block;
		height:60px;
		line-height: 60px;
		border: none;
		margin:0px!important;
		padding-left:0;
		padding-right:0;
	}
	
	.left.top,
	.right.top{
		height:auto;
	}
		
	.left.top a.logo{
		display: block;
		line-height:auto;
		float:none;
		margin:0;
	}
	
	.left.top a.logoclaim{
		line-height:30px;
	}
	
	#slider .right, #slider .left {
    bottom: -40px;
	}
	
	#fastfacts .third .custom h3{
		font-size:24px;
	}
	
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
</pre></body></html>