<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common style */
* {
	margin: 0;
	padding: 0;
}
.tm10 {
	margin-top: 10px;
}
.section { 
	height: 100%; 
	min-height: 300px; 
}
.section h2 {
	font-family: museosans;
	font-size: 65px;
	color: #fff;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	margin-bottom: 0;	
}
.section .content {
	width: 900px;
	margin: 0 auto;
	padding-top: 120px;
	text-align: center;
}
.content .l {
	float: left;
	width: 45%;
}
.content .r {
	float: right;
	width: 45%;
	text-align: left;
}

/* header with nav and brand */
#wakame-header { 
	position: fixed; 
	top: 0; 
	z-index: 100;
	width: 100%;
}
nav {
	margin: 0 auto;
	max-width: 900px;
	width: 900px;
	min-height: 38px;
}
nav .brand { 
	background: transparent url(/imgs/brand.png) 0 0 no-repeat; 
	background-size: 320px 38px;
	display: block;
	width: 320px;
	height: 38px;
	margin: 30px 0 0;
	padding: 0;
	text-indent: -9999em;
	float: left;
}
nav aside { 
	float: right;
}
#nav-menu {
	list-style: none;
	height: 100px;
}
#nav-menu li {
	display: inline-block;
	list-style-type: none;
	padding: 45px 0;
	margin: 0 2px;
}
#nav-menu li a {
	padding: 30px 15px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 110%;
	color: #fff;
	font-family: edelsansregular;
}
#nav-menu li.active {
	background-color: #fff;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
#nav-menu li.active a {
	color: #036320;
}

/* home page specific */
#wakame-home { 
	background: #162f55 url(/imgs/home_bg.jpg) 0 0 repeat-x; 
	height: 700px; 
}
#wakame-home .briefsummary { margin-top: 39px; }

/**
 * wakame about styles
 */
#wakame-about {
	background: #372551 url(/imgs/about_bg.png) 0 0 repeat;
	height: 586px;
	position: relative;
	padding-top: 74px;
}

#wakame-about h3 {
	font-family: museosans;	
	color: #fff;
	margin-bottom: 28px;
	margin-top: 24px;
}
#wakame-about blockquote {
	color: #a8d800;
	font-size: 34px;
	font-family: museosans;
	font-style: italic;
	border: none;
	line-height: 42px;
	padding: 0;
	margin: 0 0 30px;
}
#wakame-about .l { }
#wakame-about p {
	color: #b8b8b8;
}

/**
 * wakame services styles
 */
#wakame-services {
	background: #416515 url(/imgs/services_bg.png) 0 0 repeat-x;
	height: 700px;
	padding-top: 74px;
}
#wakame-services .l {
	text-align: left;
}
#wakame-services .l img {
	margin-left: 33px;
}
#wakame-services .r {
	width: 50%;
}
#wakame-services i {
	background: transparent url(/imgs/services_icons.png) 0 0 no-repeat;
	display: inline-block;
	width: 58px;
	height: 58px;
	float: left;
	margin-right: 12px;
}
#wakame-services i.app {
	background-position: 0 -88px;
}
#wakame-services i.cms {
	background-position: 0 -185px;
}
#wakame-services i.ci {
	background-position: 0 -285px;
}
#wakame-services i.cloud {
	background-position: 0 -388px;
}
#wakame-services li {
	clear: both;
	min-height: 90px;
}
#wakame-services ul, #wakame-service ul li {
	list-style: none;
}
#wakame-services ul li h4 {
	color: #fff;
	font-family: museosans;
	font-size: 13px;
	margin-bottom: 1px;
}
#wakame-services ul li p {
	color: #cdcdcd;
	font-family: museosans;
	font-size: 12px;
	line-height: 14px;
}

/**
 * wakame consulting
 */
#wakame-consulting {
	background: #001111 url(/imgs/consulting_bg.png) 0 0 repeat;
	min-height: 400px;
	padding-top: 74px;
	padding-bottom: 50px;
}

#wakame-consulting h2 {
	text-align: left;
	margin-bottom: 40px;
}
#wakame-consulting i {
	background: transparent url(/imgs/consulting_sprite.png) 0 0 no-repeat;
	display: inline-block;
	width: 116px;
	height: 112px;
	float: left;
	margin-right: 12px;
}
#wakame-consulting i.consulting-marketing {
	background-position: 0 -21px;
}
#wakame-consulting i.consulting-localization {
	background-position: 0 -141px;
	height: 147px;
	margin-bottom: 10px;
}
#wakame-consulting i.consulting-business {
	background-position: 0 -285px;
	height: 150px;
}
#wakame-consulting ul, #wakame-consulting ul li {
	list-style: none;
	margin-bottom: 30px;
}
#wakame-consulting ul li h4 {
	color: #fff;
	font-family: museosans;
	font-size: 15px;
	margin-bottom: 5px;
}
#wakame-consulting ul li p {
	color: #cdcdcd;
	font-family: museosans;
	font-size: 14px;
	line-height: 18px;
}
/**
 * wakame portfolio
 */
#wakame-portfolio {
	background: #0f4056 url(/imgs/portfolio_bg.png) 0 0 repeat;
	min-height: 700px;
	padding-top: 74px;
	padding-bottom: 50px;
}
#wakame-portfolio h2 {
	text-align: left;
	margin-bottom: 40px;
}
#wakame-portfolio .l {
	float: none;
	clear: both;
}
#wakame-portfolio .grid {
	text-align: center;
}
#wakame-portfolio .grid .item {
	width: 430px;
	border: 1px solid #aaa;
	min-height: 150px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#wakame-portfolio .item .header { 
	background: #10a0cf; 
	padding: 15px 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#wakame-portfolio .item h3 {
	font-family: museosans;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 22px;

}
#wakame-portfolio .item .caret-down {
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	padding: 0;
	border: 1em solid transparent;
	border-top-color: #10a0cf;
	border-bottom-width: 0;
}
#wakame-portfolio .details ul {
	margin: 0;
	padding: 10px;
}
#wakame-portfolio .details li { 
	text-align: left;
	font-family: museosans;
	font-size: 12px;
	list-style: none;
	line-height: 16px;
	margin-bottom: 15px;
	color: #666;
}
#wakame-portfolio .details b {
	font-weight: bold;
	font-family: helvetica;
}
#wakame-portfolio .details li.gallery { 
	text-align: center;
	padding: 0;
	margin-top: 10px;
}
#wakame-portfolio .details li.last {
	margin-bottom: 0;
}
#wakame-portfolio .details img {
	background: #fff;
	padding: 3px;
	margin: 3px;
	border: 1px solid #aaa;
	margin-bottom: 10px;
}
#wakame-portfolio .details img.last {
	margin-bottom: 0;
}

/**
 * wakeme-contact
 */
#wakame-contact {
	background: #219fa8;
	min-height: 1000px;
	padding-top: 74px;
	padding: bottom: 50px;
}
#wakame-contact .l {
	text-align: left;
	float: none;
	width: 70%;
	color: #eee;
}
#wakame-contact h2 {
	position: relative;
}
#wakame-contact h2 i {
	position: absolute;
	display: block;
	width: 131px;
	height: 120px;
	background: transparent url(/imgs/contact_icon.png) 0 0 no-repeat;
	left: 258px;
	top: -45px;
	text-indent: -9999em;
}
#wakame-contact h3 {
	color: #fff;
	font-size: 24px;
	margin-top: 40px;
	font-family: museosans;
	margin-bottom: 30px;
}
#wakame-contact .l ol {
	margin-left: 60px;
}
#wakame-contact form {
	margin-top: 50px;
}
#wakame-contact textarea {
	width: 350px;
}
#wakame-contact input, #wakame-contact textarea, #wakame-contact button {
	font-family: museosans!important;
	padding: 10px;
}
#wakame-contact textarea, #wakame-contact input[type="text"] {
	border-width: 3px;
}
#wakame-contact .control-group {
	margin-bottom: 0;
}
#wakame-contact .help-inline {
	padding-bottom: 10px;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: rgb(163, 10, 10);
}
.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
	color: rgb(163, 10, 10);
	font-weight: bold;
}
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
	color: rgb(163, 10, 10);
}
.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
	color: rgb(144, 235, 231);
	font-weight: bold;
}
/*
 * wakame-footer
 */
#wakame-footer ul {
  list-style: none;
}

/*
 * 404 and 500 error
 */
#wakame-error {
	background: #162f55 url(/imgs/home_bg.jpg) 0 0 repeat-x; 
}
#wakame-error #wakame-header {
	position: relative;
}
.error-404, .error-500 {
	clear: both;
	margin: 70px 0 0 280px;	
}
.error-404 h2, .error-500 h2, .error-500 h4 {
	color: #ddd;
}

#payment-body {
    background: #152d51;
    background: -webkit-linear-gradient(#152d51, #19417e)
    background: -moz-linear-gradient(#152d51, #19417e)
    background: linear-gradient(#152d51, #19417e)
}
#payment-inner-body {
    margin-top: 200px;
}
#payment-body form {
    width: 480px;
    margin: 20px auto;
  }
  
#payment-body   .group {
    background: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
                0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    margin-bottom: 20px;
  }
  
#payment-body label {
    position: relative;
    color: #8898AA;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    display: block;
}
  
#payment-body .group label:not(:last-child) {
    border-bottom: 1px solid #F0F5FA;
  }
  
  #payment-body label &gt; span {
    width: 20%;
    text-align: right;
    float: left;
  }
  
  #payment-body .field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #31325F;
    outline: none;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
    width: 70%;
    height: 40px;
    float: right;
  }
  
  #payment-body .field::-webkit-input-placeholder { color: #CFD7E0; }
  #payment-body .field::-moz-placeholder { color: #CFD7E0; }
  #payment-body .field:-ms-input-placeholder { color: #CFD7E0; }
  
  #payment-body button {
    float: left;
    display: block;
    background: #666EE8;
    color: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
                0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    border: 0;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 40px;
    line-height: 38px;
    outline: none;
  }
  
  #payment-body button:focus {
    background: #555ABF;
  }
  
  #payment-body button:active {
    background: #43458B;
  }
  
  #payment-body .outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
    min-height: 24px;
    text-align: center;
  }
  
  #payment-body .success, .error {
    display: none;
    font-size: 13px;
  }
  
  #payment-body .success.visible, .error.visible {
    display: inline;
  }
  
  #payment-body .error {
    color: #E4584C;
  }
  
  #payment-body  .success {
    color: #666EE8;
  }
  
  #payment-body .success .token {
    font-weight: 500;
    font-size: 13px;
  }

  #payment-body .payment-header {
      color: #fff;
  }

  p.hosting-description {
      margin-top: 20px;
      margin-bottom: 10px;
      width: 600px;
      color: #ddd;
  }
/* 
EDELSANS 

- "EDELSANS"
-
-
&gt; &gt; &gt;  (c) 2009 Jakob Runge 
-
-
&gt; &gt; &gt;  free for non-commercial use
&gt; &gt; &gt;  type designer must be attributed
&gt; &gt; &gt;  for further use, contact the type designer
-
-
&gt; &gt; &gt;  http://26plus-zeichen.de/fonts/edelsans/  
-
-
&gt; &gt; &gt;  Contakt: jakob@26plus-zeichen.de  
-
-
&gt; awaiting an image/ a pdf of the font-in-use :-)!

*/
@font-face {
	font-family: edelsansregular;
	src: url(/fonts/edelsans_regular.otf) format("opentype");
}
@font-face {
	font-family: museosans;
	src: url(/fonts/MuseoSans_500-webfont.eot);
	src: local('@'),
		url(/fonts/MuseoSans_500-webfont.woff) format('woff'),
		url(/fonts/MuseoSans_500-webfont.ttf) format('truetype'),
		url(/fonts/MuseoSans_500-webfont.svg#font) format('svg');
}
@font-face {
	font-family: headerfontitalic;
	src: url(/fonts/MuseoSans_500_italic-webfont.eot);
	src: local('@'),
		url(/fonts/MuseoSans_500_italic-webfont.woff) format('woff'),
		url(/fonts/MuseoSans_500_italic-webfont.ttf) format('truetype'),
		url(/fonts/MuseoSans_500_italic-webfont.svg#font) format('svg');
}
</pre></body></html>