/* =Reset default browser CSS
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

@font-face {
    font-family: SuomiHand;
    src: url("font/Suomi-HandWeb.eot");
}

@font-face {
    font-family: SuomiHand;
    src: url("font/Suomi-HandWeb.woff") format("woff");
}




article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global Styles
-------------------------------------------------------------- */
body, form, input, button, select, textarea, label {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 15px;
	line-height: 20px;
	color: #58585a;
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #f5f5f5;
	min-width: 320px;
}

img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"] {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 20px;
	color: #58585a;
	vertical-align: middle;
}

input,
textarea {
	width: 206px;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: top;
	height: auto;
}

select {
	width: 220px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
	font-family: 'SuomiHand', sans-serif;
	font-weight: normal;
	line-height: 20px;
	color: #646363;
	text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
	line-height: 40px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 18px;
	line-height: normal;
	font-family: Arial, sans-serif, Helvetica;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	line-height: 22px;
	margin: 0 0 20px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}

li {
	line-height: 20px;
}

ul.unstyled,
ol.unstyled {
	margin-left: 0;
	list-style: none;
}

ul.inline,
ol.inline {
	margin-left: 0;
	list-style: none;
}

ul.inline > li,
ol.inline > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-bottom: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 10px;
}

hr {
	margin: 20px 0 40px;
	border: 0;
	border-top: 1px dotted #c7c7c7;
	height: 0;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

a {
	background-color: transparent;
	color: #2e2d2c;
	text-decoration: underline;
}

a:hover {
	color: #0087af;
}

figure {
	position: relative;
	margin-bottom: 18px;
	padding-top: 10px;
}

figcaption, .fancybox-title {
	position: absolute !important;
	background: #000 !important;
	background: rgba(0,0,0,.6) !important;
	font-family: 'SuomiHand', sans-serif !important;
	font-size: 20px !important;
	color: #fff !important;
	bottom: 0 !important;
	left: 0 !important;
	padding: 10px 20px !important;
}

.heading {
	margin-top: 0;
}

/* =Grids
-------------------------------------------------------------- */
.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}

.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}

.container:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.row {
	margin-left: -20px;
	*zoom: 1;
}

.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}

.row:after {
	clear: both;
}

.row-fluid {
	width: 100%;
	*zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}

.row-fluid:after {
	clear: both;
}

[class*="col_"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}

.col_12 {
	width: 940px;
}

.col_11 {
	width: 860px;
}

.col_10 {
	width: 780px;
}

.col_9 {
	width: 700px;
}

.col_8 {
	width: 620px;
}

.col_7 {
	width: 540px;
}

.col_6 {
	width: 460px;
}

.col_5 {
	width: 380px;
}

.col_4 {
	width: 300px;
}

.col_3 {
	width: 220px;
}

.col_2 {
	width: 140px;
}

.col_1 {
	width: 60px;
}

.row-fluid [class*="col_"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574468085%;
	*margin-left: 2.074468085106383%;
}

.row-fluid [class*="col_"]:first-child {
	margin-left: 0;
}

.row-fluid .col_12 {
	width: 100%;
	*width: 99.94680851063829%;
}

.row-fluid .col_11 {
	width: 91.48936170212765%;
	*width: 91.43617021276594%;
}

.row-fluid .col_10 {
	width: 82.97872340425532%;
	*width: 82.92553191489361%;
}

.row-fluid .col_9 {
	width: 74.46808510638297%;
	*width: 74.41489361702126%;
}

.row-fluid .col_8 {
	width: 65.95744680851064%;
	*width: 65.90425531914893%;
}

.row-fluid .col_7 {
	width: 57.44680851063829%;
	*width: 57.39361702127659%;
}

.row-fluid .col_6 {
	width: 48.93617021276595%;
	*width: 48.88297872340425%;
}

.row-fluid .col_5 {
	width: 40.42553191489362%;
	*width: 40.37234042553192%;
}

.row-fluid .col_4 {
	width: 31.914893617021278%;
	*width: 31.861702127659576%;
}

.row-fluid .col_3 {
	width: 23.404255319148934%;
	*width: 23.351063829787233%;
}

.row-fluid .col_2 {
	width: 14.893617021276595%;
	*width: 14.840425531914894%;
}

.row-fluid .col_1 {
	width: 6.382978723404255%;
	*width: 6.329787234042553%;
}

[class*="col_"].hide,
.row-fluid [class*="col_"].hide {
	display: none;
}

[class*="col_"].pull-right,
.row-fluid [class*="col_"].pull-right {
	float: right;
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
}

.container {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

/* =Header
-------------------------------------------------------------- */
#header {
	width: 100%;
	background-color: #fff;
}

.header-top {
	background-color: #f5f5f5;
}

.header-top-inner {
	position: relative;
}

.logo {
	position: absolute;
	top: 0;
	left: -9px;
	z-index: 9;
}

.header-right {
	float: right;
	padding: 7px 110px 7px 0;
}

.form-search {
	display: inline-block;
	margin-left: 28px;
}

.form-search input {
	color: #58585a;
	border: 0;
	background: transparent;
	width: 105px;
	padding: 2px 5px;
	height: 18px;
	margin-bottom: 0;
}

.form-search .btn {
	width: 20px;
	height: 20px;
	border: 0;
	background: transparent url(../images/icon_lupe.png) no-repeat 0 -20px;
	text-indent: -9999px;
}

.form-search .btn:hover {
	background-position: 0 0px;
}

.header-right a {
	text-decoration: none;
}

.linkprax {
	color: #b2b2b2;
	display: inline-block;
	vertical-align: middle;
}

/* =Menu
-------------------------------------------------------------- */
#nav {
	width: 100%;
	list-style: none;
	margin: 0;
	position: relative;
}

#nav > li {
	float: right;
}

#nav > li > a {
	color: #646363;
	font-size: 36px;
	font-family: 'SuomiHand', sans-serif;
	line-height: normal;
	display: block;
	padding: 16px 17px 7px;
	border-top: 6px solid transparent;
	text-decoration: none;
	position: relative;
}

#nav > li > a:hover,
#nav > li > a.active {
	border-color: #d0d1d2;
}

#nav > li.hasmenu > a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 30px;
	height: 21px;
	margin-left: -15px;
	background: url(../images/submenu_arrow.png) no-repeat 0 0;
	z-index: 9999;
	display: none;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav ul a {
	text-decoration: none;
}

.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	width: 100%;
	display: none;
}

#nav > li:hover > a:after,
#nav > li:hover .submenu {
	display: block;
}

.submenu .leading {
	-moz-box-shadow: 0 10px 20px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 10px 20px 3px rgba(0,0,0,.3);
	box-shadow: 0 10px 20px 3px rgba(0,0,0,.3);
	border: solid 1px #ededee;
}

.submenu h3 {
	border-bottom: 1px dotted #c7c7c7;
}

.submenu .img-block {
	margin-top: 8px;
}

.submenu li a {
	color: #2e2d2c;
	display: block;
	border-top: 1px dotted #c7c7c7;
	padding: 10px 11px 9px;
}

.submenu li:first-child a {
	border-top: 0;
}

.submenu li a:hover {
	background: #f5f5f5;
}

/* =Menu Mobile */
.btn-navbar {
	display: none;
	float: left;
	cursor: pointer;
	color: #58585a;
	font-size: 10px;
	font-weight: bold;
	margin-top: -6px;
	margin-right: 20px;
}

.btn-navbar .ico-bar {
	display: block;
	width: 30px;
	height: 4px;
	line-height: .4em;
	background-color: #878787;
	margin-top: 3px;
}

.btn-navbar.active .ico-bar,
.btn-navbar:hover .ico-bar,
.btn-navbar:focus .ico-bar {
	background: #0087af;
}

.aside-close {
	border-bottom: 1px solid #fff;
	-moz-box-shadow: inset 0 -1px #ededee;
	-webkit-box-shadow: inset 0 -1px #ededee;
	box-shadow: inset 0 -1px #ededee;
	font-size: 10px;
	font-weight: bold;
	padding: 16px 20px;
}

.aside-close .ico-close {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-top: 2px;
	margin-right: 2px;
	vertical-align: top;
	background: #878787;
	color: #f5f5f5;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 17px;
}

.aside-close a:hover .ico-close {
	color: #0087af;
}

.aside-close a {
	text-decoration: none;
}

/* =Banner
-------------------------------------------------------------- */
.banner {
	position: relative;
	min-height: 400px;
	max-width: 1300px;
	margin: 0 auto;
}

.banner-bubble {
	width: 100%;
	max-width: 365px;
	height: 100%;
	background: url(../images/banner_bg_bubble.png) no-repeat bottom right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.banner-bubble-bottom {
	background: #f5f5f5 url(../images/bg_bubble_bottom.png) no-repeat top right;
	width: 364px;
	height: 196px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 2;
}

/* =Main
-------------------------------------------------------------- */
.main {
	background: url(../images/rz_bg.png) repeat top center;
	margin-top: -60px;
	position: relative;
}

/* =Content
-------------------------------------------------------------- */
.content {
	position: relative;
	z-index: 2;
}

.leading {
	background-color: #fff;
	min-height: 100px;
	padding: 20px 20px 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
	box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.portlet {
	min-height: 214px;
}

/* Icons */
.icon {
	display: inline-block;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 40px;
	vertical-align: text-top;
	margin-right: 12px;
}

.leading h3 {
	margin: 0 0 13px;
}

.dl-horizontal {
	line-height: 22px;
	margin-bottom: 11px;
}

.dl-horizontal dt {
	float: left;
	font-weight: normal;
}

.dl-horizontal dd {
	margin-left: 86px;
}

.paragraph {
	margin-bottom: 10px;
}

.services h3 {
	padding-bottom: 10px;
}

.services h4 {
	font-family: Arial, sans-serif, Helvetica;
	color: #2e2d2c;
	font-size: 15px;
	line-height: 17px;
	margin: 0;
}

.services ul {
	margin: 0;
	list-style: none;
}

.services li {
	border-bottom: 1px dotted #c7c7c7;
	background: url(../images/arrow.png) no-repeat 0 7px;
	padding: 0 0 13px 15px;
	margin-bottom: 20px;
}

.services li.last {
	border-bottom: 0;
	margin-bottom: 12px;
}

.services li p {
	color: #878787;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px;
}

.services li a {
	text-decoration: none;
}

.services li a:hover h4,
.services li a:hover p {
	color: #0087af;
}

.vcard {
	padding-bottom: 15px;
}

.vcard .org {
	line-height: 22px;
	margin-bottom: 10px;
	display: block;
}

.vcard address {
	line-height: 21px;
	font-style: normal;
}

.thumbnail {
	padding-bottom: 15px;
}

.portlet p {
	line-height: 22px;
	margin-bottom: 11px;
}

.link-mask {
	border-top: 2px dotted #c7c7c7;
	padding-top: 10px;
}
.link-mask-sub {
	border-bottom: 2px dotted #c7c7c7;
	padding-bottom: 10px;
}
.flex-inner .link-mask {
	border-top: 2px dotted #c7c7c7;
}

.more {
	color: #2e2d2c;
	display: inline-block;
	background: url(../images/arrow.png) no-repeat 0 7px;
	padding-left: 15px;
	text-decoration: none;
}

.arrow {
	width: 8px;
	height: 8px;
	line-height: 8px;
	display: inline-block;
	margin-top: 6px;
	vertical-align: text-top;
	margin-right: 5px;
	background: url(../images/arrow.png) no-repeat 0 7px;
}

.list, .rteWrapper ul, .accordion-wrap ul {
	margin: 0;
	list-style: none;
}

.list li, .rteWrapper li, .accordion-wrap li {
	background: url(../images/arrow.png) no-repeat 0 7px;
	padding: 0 0 9px 15px;
}

.links-list {
	margin: 0;
	list-style: none;
}

.links-list li {
	border-bottom: 1px dotted #b3b2b2;
	background: url(../images/arrow.png) no-repeat 0 7px;
	padding: 0 0 12px 16px;
	margin-bottom: 10px;
}

.links-list li:last-child {
	border-bottom: 0;
}

.links-list a {
	color: #2e2d2c;
	text-decoration: none;
}

.links-list a:hover {
	color: #0087af;
}

.social {
	padding: 0px 0 22px;
}

.social a,
.social-likes__icon_facebook,
.social-likes__icon_twitter,
.social-likes__icon_plusone {
	float: left;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background-image: url(../images/social_icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 10px;
}

.social .tw,
.social-likes__icon_twitter {
	background-position: -32px 0px;
}

.social .gplus,
.social-likes__icon_plusone {
	background-position: -64px 0px;
}

.social .jameda {
	background-position: -96px 0px;
	width: 57px;
}

.certified-block {
	border-top: 1px dotted #c7c7c7;
	padding: 10px 0 0;
	
	line-height: 22px;
}

.certified-block .text-wrap {
	padding-top: 6px;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-horizontal input {
	height: 20px;
	padding: 4px 9px;
	margin-bottom: 10px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
}

.form-horizontal .field {
	padding-left: 7px;
}

.form-horizontal textarea {
	height: 150px;
	padding: 9px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	resize: none;
}

.form-horizontal .buttonpane {
	padding: 3px 0 22px;
}

.form-horizontal .btn-submit {
	color: #2e2d2c;
	border: 0;
	background: transparent url(../images/arrow.png) no-repeat 0 7px;
	padding-left: 16px;
}

.form-horizontal .btn-submit:hover {
	color: #0087af;
}

.helper-text {
	border-top: 2px dotted #c7c7c7;
	padding-top: 6px;
}

.helper-text .text-label {
	vertical-align: middle;
	padding-right: 10px;
}

.helper-text .icon {
	vertical-align: middle;
	display: inline-block;
}

.helper-text .tel {
	font-family: 'SuomiHand', sans-serif;
	font-size: 36px;
	vertical-align: middle;
	padding-top: 2px;
	line-height: normal;
	display: inline-block;
}

.sidenav {
	margin: 0;
	list-style: none;
}

.sidenav a {
	color: #2e2d2c;
	text-decoration: none;
	display: block;
	border-top: 1px dotted #c7c7c7;
	padding: 10px 25px 9px;
	background: url(../images/arrow.png) no-repeat 10px 17px;
}

.sidenav li:first-child a {
	border-top: 0;
}

.sidenav a.active,
.sidenav a:hover {
	background-color: #f5f5f5;
}

.accordion {
	padding: 12px 0 15px;
    height: auto;
}

.accordion > div.accordionHeader {
	border-top: 1px dotted #c7c7c7;
	background-color: #f5f5f5;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, sans-serif, Helvetica;
	margin: 0 0 6px;
	padding: 10px 0 10px 12px;
	cursor: pointer;
    line-height: 22px;
}

.accordion > div span {
	font-size: 40px;
	font-family: 'SuomiHand', sans-serif;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
    margin-top: 3px;
    font-weight: normal;
}

.accordion-content {
	padding: 0px 0 17px;
}

.accordion-content img {
	margin-top: 5px;
}

.accordion-wrap {
	margin-left: 220px;
}

.dialog {
	padding: 5px;
}

/* =UItoTop
-------------------------------- */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	z-index: 99;
	background: #fff url(../images/ui.totop.png) no-repeat center center;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.3); 
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.3); 
	box-shadow: 0 0 6px rgba(0,0,0,.3);
}

#toTopHover {
	background: #fff url(../images/ui.totop.png) no-repeat center center;
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.3); 
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.3); 
	box-shadow: 0 0 6px rgba(0,0,0,.3);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	width: 100%;
	border-top: 6px solid #f9f9f9;
	font-size: 13px;
}

#footer h3 {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #58585a;
	border-bottom: 1px dotted #c7c7c7;
}

#footer ul {
	margin: 0;
	list-style: none;
}

#footer a {
	text-decoration: none;
	color: #58585a;
}

#footer a.active {
	color: #0087af;
}

#footer a:hover {
	color: #0087af;
}

.footer-top {
	background-color: #fff;
	border-top: 1px solid #f4f4f5;
	border-bottom: 1px solid #ededee;
	padding: 20px 0;
}

.vcard .photo {
	margin-bottom: 15px;
}

.footer-top .vcard {
	padding: 0 50px 5px 0;
}

.footer-top .vcard .org {
	border-bottom: 1px dotted #c7c7c7;
	padding-bottom: 7px;
}

.footer-top .vcard .tel-row {
	display: block;
	padding: 10px 0;
}

.footer-top li {
	padding-bottom: 2px;
}

.footer-bottom {
	padding: 10px 0;
}
.footer-bottom .col_6 {
    width: auto;
}
.footer-bottom .col_6 + .col_6 {
    width: 360px;
}

.logo-footer {
	margin-right: 10px;
	float: left;
	margin-top: -10px;
}

.copyright { 
	padding-top: 13px;
	margin-bottom: 0;
}

.footer-bottom ul {
	text-align: right;
	padding-top: 15px;
}

.footer-bottom li {
	display: inline;
	margin-left: 25px;
}

/* =IE7 Specific
-------------------------------------------------------------- */
.ie7 .form-search {
	display: inline;
}

.ie7 #nav {
	z-index: 1;
}

.ie7 .form-horizontal input {
	min-height: 20px;
	width: 282px;
}

.ie7 .form-horizontal textarea {
	width: 262px;
	height: 132px;
}

.ie7 .banner,
.ie7 .main {
	z-index: 1;
}

.ie7 .dialog .container {
	min-width: 940px;
}

/* =Custom Classes
-------------------------------------------------------------- */
.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* IE 10 responsive fix */
@-ms-viewport {
	width: device-width;
}


/* =Media Queries(responsive)
-------------------------------------------------------------- */
/* Media query for cols only */
@media (min-width: 768px) and (max-width: 979px) {
	.row {
		margin-left: -20px;
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="col_"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container {
		width: 724px;
	}
	.col_12 {
		width: 724px;
	}
	.col_11 {
		width: 662px;
	}
	.col_10 {
		width: 600px;
	}
	.col_9 {
		width: 538px;
	}
	.col_8 {
		width: 476px;
	}
	.col_7 {
		width: 414px;
	}
	.col_6 {
		width: 352px;
	}
	.col_5 {
		width: 290px;
	}
	.col_4 {
		width: 228px;
	}
	.col_3 {
		width: 166px;
	}
	.col_2 {
		width: 104px;
	}
	.col_1 {
		width: 42px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="col_"] {
		display: block;
		width: 100%;
		min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.7624309392265194%;
		*margin-left: 2.709239449864817%;
	}
	.row-fluid [class*="col_"]:first-child {
		margin-left: 0;
	}
	.row-fluid .col_12 {
		width: 100%;
		*width: 99.94680851063829%;
	}
	.row-fluid .col_11 {
		width: 91.43646408839778%;
		*width: 91.38327259903608%;
	}
	.row-fluid .col_10 {
		width: 82.87292817679558%;
		*width: 82.81973668743387%;
	}
	.row-fluid .col_9 {
		width: 74.30939226519337%;
		*width: 74.25620077583166%;
	}
	.row-fluid .col_8 {
		width: 65.74585635359117%;
		*width: 65.69266486422946%;
	}
	.row-fluid .col_7 {
		width: 57.18232044198895%;
		*width: 57.12912895262725%;
	}
	.row-fluid .col_6 {
		width: 48.61878453038674%;
		*width: 48.56559304102504%;
	}
	.row-fluid .col_5 {
		width: 40.05524861878453%;
		*width: 40.00205712942283%;
	}
	.row-fluid .col_4 {
		width: 31.491712707182323%;
		*width: 31.43852121782062%;
	}
	.row-fluid .col_3 {
		width: 22.92817679558011%;
		*width: 22.87498530621841%;
	}
	.row-fluid .col_2 {
		width: 14.3646408839779%;
		*width: 14.311449394616199%;
	}
	.row-fluid .col_1 {
		width: 5.801104972375691%;
		*width: 5.747913483013988%;
	}
}

/* Media query for cols only */
@media screen and (max-width: 767px) {
	.container {
		width: auto;
	}
	.row-fluid {
		width: 100%;
	}
	.row,
	.thumbnails {
		margin-left: 0;
	}
	[class*="col_"],
	.row-fluid [class*="col_"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.col_12,
	.row-fluid .col_12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	[class*="col_"].pull-right,
	.row-fluid [class*="col_"].pull-right {
		float: none;
	}
}

/* Custom Media queries starts here */
@media (min-width: 768px) and (max-width: 979px) {
	.header-right {
		padding-right: 10px;
	}
	#nav > li > a {
		font-size: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.banner {
		min-height: 0px;
	}
	.main {
		margin-top: 0;
		background-position: center -60px;
	}
	.footer-top .vcard {
		padding-right: 0;
	}
	.logo-footer {
		margin-top: 0;
	}
	.dialog .container {
		width: auto;
	}
}

#subpage .first .leading {
    min-height: 869px;
}

@media screen and (max-width: 767px) {
    #subpage .first .leading {
        min-height: 0px;
    }

    .banner {
		min-height: 0px;
		margin-bottom: 20px;
		-moz-box-shadow: 0 6px 6px -6px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 6px 6px -6px rgba(0,0,0,.1);
		box-shadow: 0 6px 6px -6px rgba(0,0,0,.1);
	}
	.banner-bubble,
	.banner-bubble-bottom {
		display: none;
	}
	.logo-footer {
		margin-top: 0;
	}
	#nav > li > a {
		font-size: 24px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.main {
		margin-top: 0;
		background-position: -60px center;
	}
	.contact-picture {
		margin-bottom: 10px;
	}
	.form-horizontal .field {
		padding-left: 0;
	}
	.footer-top,
	.footer-bottom {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer-top .vcard {
		padding-right: 0;
	}
	.footer-top .col_2 {
		float: left;
		width: 50%;
	}
	.ft-col-left {
		padding-right: 10px;
	}
	.ft-col-right {
		padding-left: 10px;
	}	
	.copyright {
		overflow: hidden;
	}
	.footer-bottom ul {
		text-align: left;
	}
	.footer-bottom li {
		margin-left: 8px;
	}
	.footer-bottom li:first-child {
		margin-left: 0;
	}
	.submenu [class*="col_"],
	.submenu .row-fluid [class*="col_"] {
		float: left;
		width: 23.404255319148934%;
		*width: 23.351063829787233%;
		margin-left: 2.127659574468085%;
	}
	.submenu .row-fluid [class*="col_"]:first-child {
		margin-left: 0;
	}

	.leading.portlet .thumbnail img {
		width: 100%;
	}
	#inlineForm .contact-picture img {
		width: 100%;
	}
	#homecontent img.photo {
		width: 100%;
	}
}

@media screen and (max-width: 630px) {
    .wrapper {
        padding-top: 51px;
    }
	.btn-navbar {
		display: inherit;
	}
	.logo {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: -20px;
	}
	.header-right {
		padding: 13px 20px 3px;
		float: none;
        background-color: #f5f5f5;
        text-align: left;
        width: 100%;
        min-width: 320px;
        position: fixed;
        top: 0;
        z-index: 99999;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	}
	.header-top {
		background-color: #fff;
		text-align: center;
	}
	.form-search input[type=search] {
		width: 60px;
	}
	#nav {
		display: none;
	}
	.submenu [class*="col_"],
	.submenu .row-fluid [class*="col_"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (max-width: 480px) {
	.accordion-content img {
		margin-bottom: 10px;
		float: none;
	}
	.accordion-wrap {
		margin-left: 0;
	}
    .footer-bottom .col_6 + .col_6 {
        width: auto;
    }
}

@media screen and (max-width: 320px) {
	.hidden-phone {
		display: none !important;
	}
}




.abgetrennterLink {
border-top: 2px dotted #c7c7c7;
padding-top: 10px;
padding-bottom: 9px;
    margin-bottom: 0;
}
.abgetrennterLink a {
color: #2e2d2c;
display: inline-block;
background: url(../images/arrow.png) no-repeat 0 7px;
padding-left: 15px;
text-decoration: none;
}

.abgetrennterLink a:hover {
    color: #0087af;
}

.rteWrapper h2, .accordion-wrap h2 {
    margin: 10px 0 !important;
    font-family: 'SuomiHand', sans-serif !important;
    font-weight: normal !important;
    color: #646363 !important;
    text-rendering: optimizelegibility !important;
    line-height: 40px !important;
    font-size: 36px !important;
}

.rteWrapper h3, .accordion-wrap h3, h3.restyle {
    font-size: 18px !important;
    line-height: normal !important;
    font-family: Arial, sans-serif, Helvetica !important;
    color: #646363 !important;
    text-rendering: optimizelegibility !important;
}

.rteWrapper h4, .accordion-wrap h4 {
    font-weight: bold !important;
    font-size: 15px !important;
    font-family: Arial, sans-serif, Helvetica !important;
    margin: 0 !important;
}

#home p {
    margin-bottom: 8px;
}

strong {
    font-weight: bold;
}

i, em {
   font-style:italic;
}

#homefirst, .first .leading {
    padding-top: 5px !important;
}

#homefirst .abgetrennterLink {
    padding-bottom: 0;
}

.websitesearch h3 a {
    text-decoration: none;
}


.image-frame {
 position: relative;
 }
 .image-frame:before {
 content: "";
 position: absolute;
 border: 8px solid rgba(255,255,255,.4);
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 }


.accordion-content ul {
    overflow: hidden;
}


.rteWrapper figure {
    padding-top: 0 !important;
}










.banner {
	overflow: hidden;
	padding-bottom: 165px;
	max-width: none;
}
.banner .flexslider {
	max-width: 1300px;
	margin: 0 auto;
}
.banner-bubble {
	background: url(../images/new_banner_bg_bubble.png) no-repeat 0 0;
	height: 42px;
}
.banner-bubble-bottom {
	background: url(../images/new_bg_bubble_bottom.png) no-repeat top right;
	height: 407px;
	width: 407px;
	position: absolute;
	top: auto;
	bottom: -165px;
	right: -40px;
	z-index: 1;
}

.main {
	margin-top: -225px;
}

@media (max-width: 979px) and (min-width: 768px) {
	.main {
		margin-top: -165px;
	}

}

@media screen and (min-width: 979px) {

	#homecontent .addressbox-right {
		padding-bottom: 27px;
	}
}

@media screen and (max-width: 767px) {
	.banner {
		padding-bottom: 0;
	}
	.main {
		margin-top: 0;
	}
	.services ul {
		word-wrap: break-word;
	}
}


.bloglistitem-wrapper {
    margin-left: 20px;
    width: 580px;
}

.col_4.bloglistitem-wrapper {
    width: 280px;
}

@media (max-width: 979px) and (min-width: 768px) {
    .bloglistitem-wrapper {
        width: 436px;
        margin-left: 0;
    }
    .col_4.bloglistitem-wrapper {
        width: 436px;
    }
}
@media (max-width: 768px) {
    .bloglistitem-wrapper {
        width: 100%;
        margin-left: 0;
    }
	.col_4.bloglistitem-wrapper
	{
        width: 100%;
    }

	.col_4.outputBlogBoxes {
		margin-right: 20px;
		width: calc(100% - 40px);
	}
}



.bloglistitem-wrapper h3 {
    overflow: hidden;
}

.bloglistitem-wrapper a.title {
    text-decoration: none;
    font-weight: bold;
    color: rgb(88, 88, 90);
    line-height: 26px;
    font-size: 16px;
}


.bloglistitem-wrapper-inner {
    min-height: 0 !important;
    padding-left: 0;
    padding-right: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blogpagination-list , .blogarchive ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.blogpagination-list , .blogarchive ul ul {
    padding-left: 20px;
}

.blogpagination-list li {
    float: left;
}
.blogpagination-list li:not(:first-child) {
    margin-left: 15px;
}

.blogpagination-list li a {
    text-decoration: none;
}
.blogpagination-list li.active a {
    font-weight: bold;
}

.blogarchive a.active {
    color: #0087af;
}


.bloglistitem-wrapper .title h1,
.blog-full h1{
    font-family: Arial;
    font-size: 26px;
    line-height: 30px;
}

@media (min-width: 980px) {
    .bloglistimagewrapper {
        width: 280px;
        height: 151px;
        overflow: hidden;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span  {
	visibility: visible !important;
}
}

.rteWrapper img {
	width: 100%;
}

.social .gplus, .social-likes__icon_plusone {
	background-image: url(../images/icons/gplus.png);
}

.social .tw, .social-likes__icon_twitter {
	background-image: url(../images/icons/twitter.png);
}

.social-likes__icon_facebook {
	background-image: url(../images/icons/fb.png);
}

.social .jameda {
	background-image: url(../images/icons/jameda.png);
	width: 59px;
	height: 17px;
	background-position: 0 0;
	margin-top: 5px;
}
.social .gplus, .social-likes__icon_plusone,
.social .tw, .social-likes__icon_twitter,
.social-likes__icon_facebook {
	background-position: 0 0;
	width: 28px;
	height: 28px;
}
.social-likes_notext .social-likes__button {
	width: 28px;
	margin: 0 !important;
}

.social-likes__button, .social-likes__counter {
	border: none !important;
	background: none !important;
	line-height: 28px !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.leading .h3-a {
	display: block;
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 13px;
	font-family: 'SuomiHand', sans-serif;
	color: #646363;
	text-rendering: optimizelegibility;
	text-decoration: none;
}
#footer a.tel-row,
#footer a.tel-row:hover {
	color: rgb(88,88,88);
	text-decoration: none;
}
.helper-text  a.tel {
	font-family: 'SuomiHand', sans-serif;
	font-size: 36px;
	vertical-align: middle;
	padding-top: 2px;
	line-height: normal;
	display: inline-block;
	text-decoration: none;
	color: rgb(88,88,88);
}


.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}



.footer_adding_links {
	padding-top: 50px;

}
.footer_adding_links a {
	color: #2e2d2c;
	border: 0;
	background: transparent url(/images/arrow.png) no-repeat 0 4px;
	padding-left: 16px;
}




.outputBlogBoxes {
	width: 280px;
	margin: 10px;
	margin-left: 20px;
	margin-bottom: 0;
}
.outputBlogBoxes .leading {
	padding: 0px !important;
	box-shadow: none !important;
}
.outputBlogBoxes .leading h3 {
	margin: 0px; padding: 0;
}
@media screen and (max-width: 767px) {
	.outputBlogBoxes:first-of-type {
		padding-top: 20px !important;
	}
	.outputBlogBoxes:nth-of-type(3) {
		padding-bottom: 10px !important;
	}
	.outputBlogBoxes:not(:first-of-type)  h3 {
		display: none !important;
	}
}

.leading.portlet .thumbnail a,
.thumbnail.link-mask a {
  display: block;
}