<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(/css/font-awesome.min.css);
/* Roboto + Droid Sans Narrow */


.clear { clear: both; }
img { max-width: 100%; }

body {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 200;    
    background: #eaeaea;
    color: #333;
    padding: 0;
    margin: 0;
}

#wrapper {
    position: relative;
    width: 1024px;
    margin: 40px auto 0;
    height: auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 20px rgba(0,0,0,.1);
}

div#lang {
    position: absolute;
    right: 0;
    margin-top: -20px;
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 13px;
    line-height: 9px;
    color: rgba(0,0,0,.8);
    text-transform: lowercase;
    opacity: 0.5;
}
div#lang:hover { opacity: 1; }


/* HEADER */

#header {
    position: relative;
    width: 100%;
    height: 150px;
    box-shadow: 0 0 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 1px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 1px rgba(0,0,0,.3);
}

/* LOGO */
#logo {   
    position: relative;
    font-family: 'Roboto';
    float: left; 
    padding-top: 40px;
    padding-left: 55px;
}
#logo h1 { 
    display: block;
    padding: 0;
    margin: 0;
    line-height: 40px;
    font-size: 30px;
    height: 40px;
    color: #333;
}
h2#slogan {
    display: block;
    margin: 5px 0 0 1px;
    padding: 0;
    font-size: 17px;
    font-weight: 200;
    line-height: 25px;
    height: 20px;
    color: #777;
}
/* LOGO END */

/* MENU */

a#mobile_menu_switch {
    position: relative;
    display: none; 
    float: right;
    width: 40px;
    height: 40px;
    background: url('/images/webcard/menu_switch.png') no-repeat center center;
}


#menu { 
    position: relative;
    height: 100%;
    float: right; 
    margin-right: 55px;
    z-index: 10;
}
#menu ul {
    list-style: none;
    position: relative;
    top: 50%;
    padding: 0;
    margin-top: -12px;
}
#menu ul li { 
    float: left; 
    margin-left: 20px; 
}
#menu ul li a {
    display: block;
    font-family: 'Roboto';
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2b8aff;
    padding: 0 0 2px;
}
#menu ul li a.active, #menu ul li a:hover, #menu ul li:hover a { 
    border-bottom: 2px solid #2b8aff;
    padding-bottom: 0;
}

#menu ul li div.sub ul li { border-bottom: 0px solid #fff; }

#menu ul li a.sub-trigger:after {
    margin-left: 4px;
    text-decoration: none;
    font-family: 'FontAwesome';
    font-size: 13px;
    content:"\f0d7";
}

#menu ul li div.sub ul { 
    list-style: none; 
    padding: 0;
    margin: 0;
}
#menu ul li div.sub ul li { 
    float: none; 
    padding: 0;
    margin: 0;
}
#menu ul li div.sub ul li a { 
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 5px 15px 5px 20px;
    line-height: 30px;   
    border: none;
}
#menu ul li.menu-sub div.sub {
    position: absolute;
    display: none;
    margin: 0;
    background: #fff;
    padding: 0;
    z-index: 20;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#menu.no_javascript ul li.menu-sub:hover div.sub {
    display: block;   
}


#menu ul li div.sub ul li a:hover, #menu ul li div.sub ul li a.active {
    padding-left: 10px;
    border: none;
}

#menu ul li div.sub ul li a:hover:before, #menu ul li div.sub ul li a.active:before {
    margin-right: 4px;
    font-family: 'FontAwesome';
    font-size: 16px;
    content:"\f0da";
}

/* MENU END */

/* HEADER END */



/* BANNER */
.banner {
    margin-top: -35px;
}
#banner_replacer {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #2b9aff;
}

#banner_wrapper {
    position: relative;
    width: 100%;
}
#banner {
    position: relative;
    width: 100%;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(0,0,0,.1);
    -o-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(0,0,0,.1);
}

#banner_background { 
    width: 100%; 
}
#banner .slider-container {
    background: #2b9aff;
}
#banner_content h2 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 44px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}
#banner.banner-content-left #banner_content h2, #banner.banner-content-right #banner_content h2 {
    font-size: 36px;
}
#banner_content h3 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20pt;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}
#banner_content p {
    text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}
#banner_content .ed-image img {
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
#banner_content .ed-headline {
    padding-bottom: 5px;
}

/* BANNER END */



/* CONTENT */
#content {
    padding: 35px 55px 55px 55px;
    margin: 0;
    font-weight: lighter; 
    line-height: 24px;
    font-size: 16px;
    word-wrap: break-word;
}

#content h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 34px;
    line-height: 40px;
    color: #333;
}
#content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 200;
    color: #333;
}
#content p { 
    font-weight: lighter; 
    line-height: 25px;
    font-size: 16px;
}
a {
    font-weight: 400;
    text-decoration: none;
    color: #2b9aff;
}
a:hover { 
    /*border-bottom: 2px solid #2b9aff;*/
    text-decoration: underline;
}

/* CONTENT END */



/* FOOTER */
#footer {
    position: relative;
    width: 970px;
    padding: 0;
    margin: 0 auto 40px;
    font-family: 'Roboto';
    font-weight: 200;
    line-height: 20px;
    font-size: 17px;
    color: #999;
    text-align: right;
}
#footer a {
    color: #999;
    text-decoration: none;
}
#footer a:hover { color: #333; }

/* FOOTER END */



/* INPUTS */
input[type="text"], input[type="password"], textarea {
    width: 40%;
    padding: 4px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px; 
    font-weight: normal;
    font-style: normal; 
    border: 1px solid rgba(0,0,0,.5) !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    box-shadow: 1px -1px 0 rgba(255,255,255,.7), 1px 1px 0px rgba(0,0,0,.1), inset 3px 3px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 1px -1px 0 rgba(255,255,255,.7), 1px 1px 0px rgba(0,0,0,.1), inset 3px 3px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px -1px 0 rgba(255,255,255,.7), 1px 1px 0px rgba(0,0,0,.1), inset 3px 3px 3px rgba(0,0,0,.1);
    -ms-box-shadow: 1px -1px 0 rgba(255,255,255,.7), 1px 1px 0px rgba(0,0,0,.1), inset 3px 3px 3px rgba(0,0,0,.1);
    -o-box-shadow: 1px -1px 0 rgba(255,255,255,.7), 1px 1px 0px rgba(0,0,0,.1), inset 3px 3px 3px rgba(0,0,0,.1);
}
input[type="submit"] { width: auto; padding: 4px 20px 4px 20px; }

label {
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px; 
    line-height: 24px;
    font-weight: normal;
    font-style: normal; 
    padding-right: 30px;
}

/* Contact Us + Blog-Comments Form */
form dt { float: left; width: 35%; }

/* Captcha Link smaller */
li.gb_new_entry a { font-size: 10pt; }


/* INPUTS END */






/* MEDIA QUERIES */


/* for both /


/* iPhone */
@media only screen 
and (min-width:320px) 
and (max-width:1024px) {
    body {
        margin: 0 !important;
    }
    #wrapper {
        width: 100%;
        margin: 0;
        box-shadow: 0 0 0px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 0px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 0px rgba(0,0,0,.1);
        -ms-box-shadow: 0 0 0px rgba(0,0,0,.1);
        -o-box-shadow: 0 0 0px rgba(0,0,0,.1);
    }
    #header {
        height: auto;
    }

    #menu {
        display: none;
        width: 100%;
        clear: both;
        float: none;
    }
    #menu.no_javascript {
        display: block;
    }
    #menu ul {
        width: 100%;
        background: #2b9aff;
        top: 0;
        margin: 0;
        padding: 2px 0 0 0;
    }
    #menu ul li, #menu ul li div.sub ul li {
        float: none;
	width: 90%;
        margin: 0;
        padding: 0;
        margin: 0 0 0 5%;
    }
    #menu ul li.active, #menu ul li:hover { 
        padding-top: 0; 
        border-bottom: 0px solid #fff;

    }

    #menu ul li div.sub ul li {
        float: none;
        margin: 0;
        width: 100%;
    }

    #menu ul li a, #menu ul li a:hover, #menu ul li a.active, #menu ul li:hover a, #menu ul li div.sub ul li a {
        display: block;
	color: #fff;
        width: auto;
        height: auto;
        padding: 15px 0 15px 20px;
        font-size: 16px;
        line-height: 16px;
        border-bottom: 2px solid rgba(0,0,0,.2) !important;
    }
    
    #menu ul li.end a { 
	border-bottom: 0px solid rgba(0,0,0,.2) !important;
    }

    #menu ul li div.sub ul li a {
        padding-left: 40px;
    }

    #menu ul li.menu-sub div.sub {
        display: block;
        position: relative;
        background: transparent;
        border-top: 0px solid #000;
        box-shadow: 0px 0px 0px #000;
        -moz-box-shadow: 0px 0px 0px #000;
        -webkit-box-shadow: 0px 0px 0px #000;
        -ms-box-shadow: 0px 0px 0px #000;
        -o-box-shadow: 0px 0px 0px #000;
    }
    #menu ul li div.sub ul {
        padding-left: 0px;
    }
    #menu ul li a.sub-trigger, #menu ul li div.sub ul li a:hover, #menu ul li div.sub ul li a.active {
        background: none;
        padding-right: 0px;
    }

    /* Menu Arrow */
    #menu ul li a.sub-trigger:after { content:""; margin-left: 0px; }
    #menu ul li div.sub ul li a.active, #menu ul li div.sub ul li a:hover {
        padding-left: 40px;
    }
    #menu ul li div.sub ul li a:hover:before, #menu ul li div.sub ul li a.active:before {
        content:"";
        margin-right: 0;
    }

    #menu ul li div.sub ul li a:before, #menu ul li div.sub ul li a:hover:before {
	margin-right: 5px;
        content:"-";
    }
    #menu ul li a.active:before, #menu ul li div.sub ul li a.active:before {
        margin-right: 4px;
        font-family: 'FontAwesome';
        font-size: 16px;
        content:"\f0da";
    }

}



/* iPhone */
@media only screen 
and (min-width:320px) 
and (max-width:767px) {

    #logo {
        width: 70%;
        padding: 18px 0px 20px 20px;
        margin: 0;
        top: 0;
    }

    #logo h1 {
        font-size: 26px;
        line-height: 26px;
        height: auto;
    }
    h2#slogan {
        margin: 0;
        font-size: 16px;
        line-height: 16px;
        height: auto;
    }


    /* MENU */
    a#mobile_menu_switch {
        display: block;
        margin: 20px 20px 0 0;
    }

    /* BANNER */
    #banner_wrapper {
        display: none;
    }
    #banner_replacer {
        position: relative;
    }
    #banner_content h2 {
	font-size: 50px;   
    }
    #banner_content h3 {
	font-size: 30px;
    }
    /* BANNER END */

    #footer {
        width: auto;
        margin-right: 30px;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 20px;
    }
    #content {
        padding: 10px;
    }

    #content, #content label, #content p, #content a {
        font-size: 16px;
        line-height: 20px;
    }
    #content h2 {
        font-size: 24px;
        line-height: 28px;
    }
    #content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    #content .c-3-1 p, #content .c-5-1 p, #content .c-3-2 p, #content .c-5-2 p, #content .c-3-3 p, #content .c-5-3 p {
        font-size: 15px;
        line-height: 18px;
    }

    #content .c-3-1 h2, #content .c-5-1 h2, #content .c-3-2 h2, #content .c-5-2 h2, #content .c-3-3 h2, #content .c-5-3 h2 {
        font-size: 22px;
        line-height: 24px;
    }
    #content .c-3-1 h3, #content .c-5-1 h3, #content .c-3-2 h3, #content .c-5-2 h3, #content .c-3-3 h3, #content .c-5-3 h3 {
        font-size: 19px;
        line-height: 21px;
    }

    input, textarea {
	width: 50%;
        font-size: 16px;
    }
}



/* iPad */
@media only screen 
and (min-width:768px) 
and (max-width:1024px) {
    body {
        margin: 0 !important;
    }

    #logo {
        width: 70%;
        padding: 28px 0px 30px 30px;
        margin: 0;
        top: 0;
    }

    #logo h1 {
        font-size: 28px;
        line-height: 28px;
        height: auto;
    }
    h2#slogan {
        margin: 0;
        font-size: 18px;
        line-height: 18px;
        height: auto;
    }


    /* MENU */
    a#mobile_menu_switch {
        display: block;
        margin: 30px 30px 0 0;
    }

    #wrapper {
        width: 100%;
        margin: 0;
        box-shadow: 0 0 0px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 0px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 0px rgba(0,0,0,.1);
        -ms-box-shadow: 0 0 0px rgba(0,0,0,.1);
        -o-box-shadow: 0 0 0px rgba(0,0,0,.1);
    }
    #content {
        padding: 30px;
    }
    #footer {
        width: auto;
        margin-right: 30px;
        margin-bottom: 20px;        
    }

}
</pre></body></html>