audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
/* base */
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: Verdana,sans-serif;
}
body {
	margin: 0;
	background-color: #ffffff;
	overflow-x:hidden;
	-webkit-animation: bugfix infinite 1s; 
}
/* bugfix */
@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}
/* links */
a:focus {
	outline: thin dotted;
}
a:link, a:visited
{
    color: #006EB6;
    text-decoration: none;
}
a:active, a:hover
{
    color: #000000;
    text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a.topmenu, a.topmenu-focus {
	text-transform: capitalize;
	font-size: 1.0em;
	font-weight: bold;
}
a.topmenu-focus {
}
a.topmenu-focus:link, a.topmenu-focus:visited, a.topmenu:link, a.topmenu:visited {
	text-decoration: none;
	color: #ffffff;
}
div.article-link {
	padding: 0.5em 0 0.5em 0;
}
/* Typography */
h1 {
	font-size: 3.0em;
	margin: .67em 0;
	font-family: Helvetica,  'Microsoft Sans Serif';
}
h2 {
	font-size: 1.2em;
	margin: .83em 0;
	font-family: Helvetica,  'Microsoft Sans Serif';
}
p.lead-paragraph {
	font-size: 1.57em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: .83em;
	margin: 1.67em 0;
}
h6 {
	font-size: .67em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
p, pre {
	margin: 0.5em 0 0.3em 0;
	line-height: 1.22em;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
/* Lists */
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
/* Embedded content */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
/* Service Header */
div.service-header {
	position: absolute;
	display: inline-block;
	padding: 0% 1% 0 1%;
	text-align: left;
	vertical-align: top;
	right: 0;
	width: 20%;
	top: -5%;
	z-index: 60;
	background-color: #006EB6;
	*display:inline;
	*zoom:1;
}
div.service-header:before  {
	content: "";
	display: block;
	padding-top: 10%; /* initial ratio of 1:1*/
}
.language-tool {
	display: inline-block;
	text-align: left;
	margin: 0% 0% 0% 0%;
	padding: 0;
	width: 95%;
	vertical-align: top;
	*display:inline;
	*zoom:1;
}
.language-img {
	width: 12%;
	margin: 2% 0% 0% 0%;
	display: none;
	vertical-align: top;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
.languages-img:before  {
	content: "";
	display: block;
	padding-top: 62.5%; /* initial ratio of 1:1*/
}
.languages-text {
	width: 25%;
	padding: 0 3% 2% 0;
	display: inline-block;
	margin: 0% 4% 0% 0.5%;
	text-align: left;
	vertical-align: top;
	color:#ffffff;
	font-size:1.15em;
	*display:inline;
	*zoom:1;
}
a.language
{
    font-size: 1.2em;
    font-weight: normal;
}
a.language:link, a.language:visited, a.language:hover
{
    color: #000000;
    text-decoration: none;
}
a.language:active
{
    color: #98672f;
    text-decoration: none;
}

/* reset webkit search input browser style */
div.service-header {
}
.search-tool {
	position: absolute;
	right: 3%;
	bottom: 10%;
	display: inline-block;
	z-index: 60;
	*display:inline;
	*zoom:1;
}
.search-tool input {
	outline: none;
}
.search-tool input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 120%;
}
.search-tool input::-webkit-search-decoration,
.search-tool input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

/* search input field */
.search-tool input[type=search] {
	background: #ededed url('images/search-icon.png') no-repeat 9px center;
	border: solid 2px #006EB6;
	padding: 7px 10px 7px 32px;
	width: 2.5em;
	background-color:rgba(256, 256, 256,1.0);
	color: #006EB6;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.search-tool input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color: #006EB6;
}
.search-tool input[type=search]:-moz-placeholder, textarea:-moz-placeholder { 
    color:  #006EB6;
}
.search-tool input[type=search]::-moz-placeholder, textarea::-moz-placeholder { 
    color: #006EB6;
}
.search-tool input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color: #006EB6;
}
.search-tool input[type=search]:focus {
	width: 180px;
	background-color:rgba(256, 256, 256,0.9);
	border-color: #006EB6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,1);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
/* placeholder */
.search-tool input:-moz-placeholder {
	color: #ffffff;
}
.search-tool input::-webkit-input-placeholder {
	color: #ffffff;
}
/* Service Mob */
div.service-mob {
	position: relative;
	text-align: left;
	top: 10%;
	left: 2%;
	width: 85%;
	display: none;
	vertical-align: middle;
}
div.service-mob .search-tool {
	position:relative;
	display: inline-block;
	width: 20%;
	padding: 2% 0;
	z-index: 70;
	*display:inline;
	*zoom:1;
}
/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* boxes */
div.box-layer {
	margin: 0px;
	position: relative;
	z-index: 20;
}
div.center-top-container {
	margin: 0px auto;
	z-index: 10;
	height: auto;
	max-width: 1280px;
}
div.center-nav-container {
	margin: 0px auto;
	z-index: 10;
	height: auto;
	width: 100%;
	display: block;
	background-color: #006EB6;
}
div.center-content-container {
	margin: -4px auto 0px auto;
	z-index: 10;
	height: auto;
	max-width: 1280px;
}
div.box {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0% 0% 0 0;
}
.box:before {
	content: "";
	display: block;
	padding-top: 100%; /* initial ratio of 1:1*/
}
div.content img {
	position: absolute;
}
.banner {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0;
	vertical-align:bottom;
}
.banner:before {
	content: "";
	display: block;
	padding-top: 35%; /* initial ratio of 1:1*/
}
.banner-img{
	width: 100%;
	position: absolute;
	z-index: 10;
}
.banner-img:before {
	content: "";
	display: block;
	padding-top: 35%; /* initial ratio of 1:1*/
}
.logo {
	position: absolute;
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: left;
	left: 5%;
	width: 70%;
	height: 70%;
	top: 13%;
	z-index: 55;
}
.fb-margin {
	margin: 8% 3% 3% 3%;
	width: 90%;
	-ms-transform-origin: left center;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
}
.logoimg {
}/*
.logoimg:before {
	content: "";
	display: block;
	padding-top: 10.67538126%;
}*/
/* Other ratios */
.ratio2_1:before {
	padding-top: 50%;
}
.ratio1_2:before {
	padding-top: 200%;
}
.ratio4_3:before {
	padding-top: 75%;
}
.ratio3_1:before {
	padding-top: 33.33333333%;
}
.ratio3_2:before {
	padding-top: 66.66666667%;
}
.ratio4_1:before {
	padding-top: 25%;
}
.ratio5_1:before {
	padding-top: 20%;
}
.ratio5_2:before {
	padding-top: 40%;
}
.ratio5_2:before {
	padding-top: 40%;
}
.ratio8_5:before {
	padding-top: 62.5%;
}
.ratio8_1:before {
	padding-top: 12.5%;
}
.ratio10_3:before {
	padding-top: 30%;
}
.ratio16_9:before {
	padding-top: 56.25%;
}
.ratio20_7:before {
	padding-top: 35%;
}
.ratio117_8:before {
	padding-top: 6.837606838%;
}
.ratio25_4:before {
	padding-top: 16%;
}
.ratio25_32:before {
	padding-top: 128%;
}
.ratio32_1:before {
	padding-top: 3.225806452%;
}
.ratio50_9:before {
	padding-top: 18%;
}
.ratio121_64:before {
	padding-top: 48.85496183%;
}
.ratio150_47:before {
	padding-top: 31.33333333%;
}
.ratio256_25:before {
	padding-top: 9.765625%;
}
.ratio283_170:before {
	padding-top: 60,07067138%;
}
/* Positioning */
.content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.v-align-top {
	vertical-align: top;
}
/* effects */
.border-blue-not-top {
	border-style: solid;
	border-color: #006EB6;
	border-width: 0 1px 1px 1px;
	}
.border-blue {
	border-style: solid;
	border-color: #006EB6;
	border-width: 1%;
	}
.border-off-left {
	border-left: none;
	}
.border-off-right {
	border-right: none;
	}
.rounded-lefts {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	}
.rounded-rights {
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	}
.rounded-bottom {
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.rounded {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.rounded-light {
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	border-radius: 0.6em;
}

#waiting {
    display: none;
    margin: 15px 0px 15px 0px;
    text-align: center;
}
.shadow-right {
	-webkit-box-shadow: 3px 0px 3px 0px rgba(0,110,182,1);
	-moz-box-shadow: 3px 0px 3px 0px rgba(0,110,182,1);
	box-shadow: 3px 0px 3px 0px rgba(0,110,182,1);
}
/* nav */
div.navigation-container {
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 60;
	max-width: 1280px;
	overflow: hidden;
	display: block;
}
div.navigation {
	display: none;
	position: relative;
	bottom: 0px;
	overflow: hidden;
	text-align: left;
	width: 100%;
	height:100%;
	padding: 0;
	margin: 0;
	vertical-align:bottom;
	background-color:#006EB6;
}
div.navigation-mob {
	display: none;
	overflow: hidden;
	position:relative;
	z-index:10;
	background-color:#006EB6;
	text-align: left;
	width: 100%;
}
div.navigation_graphic {
	position: absolute;
	top:0;
	z-index: 70;
	width: 60%;
	height: 4.4em;
	left: 60%;
	padding: 0;
	margin: 0;
}
#topmenu ul {
	padding: 0;
	width: 100%;
	height:100%;
	display: table;
	margin: 0;
	float: left;
}
#topmenu ul li {
	padding: 1% 0;
	border: none;
	text-align: center;
	width: auto;
	display: table-cell;
	height: 100%;
}
#topmenu li.topmenu-divider {
	font-size: 1px;
	border: none;
	padding: 0;
	display: table-cell;
	width: 0px;
	vertical-align: top;
}
#topmenu li.topmenu-item-focus {
	background-color: #004674;
}
a.focus {
    color: #F0F3F0;
	height: 32px;
}
a.focus:before {
    color: #FFDA00;
    content: "» ";
}
a.menu {
    font-weight: lighter;
    line-height: 1.1em;
    text-decoration: none;
    text-transform: none;
}
a.menu:link, a.menu:visited {
    color: #ffffff;
}
a.menu:active {
    color: #FFBF00;
    font-weight: bold;
}
a.menu:hover {
    color: #EEF1EE;
}
/* nav sub */
 div.menu {
	border-bottom:1px solid #ffffff;
	clear: both;
    line-height: 1.1em;
    padding: 5% 0px 4% 4%;
	background-image: url('/images/h-r_graphics/333-transparant_black_60.png');
}
div.menu div.menu
{
    border: none;
    font-size: 14px;
    margin: 0px 0px 0px 19px;
    padding: 8px 0px 5px 0px;
	background-image: none;
}
/* nav mobile */
#header label {
	padding:0 0.125em;
	font:2.875em/1.4375em Arial;
	}
#menu label {
	padding:0 0.25em;
	font:3.125em/1.375em Arial;
	}
#menu .sub-nav label {
	padding:0 0.3125em;
	font:2em/2em Arial;
	top:0;
	}
#main-nav-check, #menu .sub-nav-check {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.toggle-menu {
    position: absolute;
    right: 0.25em;
    cursor: pointer;
    color: #ffffff;
	font-size: 2.8em;
	padding:0;
	margin:0;
	line-height:0.65em;
}
.container {
	background:#fff;
	min-height:100%;
	padding:0;
	margin:0;
}
#menu, #menu .sub-nav {
	position:absolute;
	top:0;
	bottom:0;
	width:13.75em;
	z-index:9999;
	left:-13.75em;
}
.container, #menu, #menu .sub-nav {
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transition:-webkit-transform .25s ease;
	transition:transform .25s ease;
}
#menu ul {
	line-height:2.75em;
	text-decoration:none;
	padding:0;
	list-style:none;
	margin-top:4.0625em;
	border-top:1px solid #ffffff;
}
#menu li {
	border-bottom:1px solid #ffffff;
}
#menu li a {
	display: block;
	font-size:1.0em;
	padding-left:1.5em;
	color:#fff;
	text-decoration:none;
}
#menu li a:hover, #menu .toggle-sub:hover {
	background:#333;
}
#menu .sub-nav {
	margin-top:-1px;
}
#menu .sub-heading {
	margin-top:4.0625em;
	padding-left:1.3125em;
	color:#000;
	font: small-caps bold 1.1em;
}
#menu .sub-heading:before {
	content:"";
	display:table-row;
	height:1px;
	width:13.75em;
	margin-left:-1.3125em;
	background:#444;
}
#menu .toggle-sub {
	font:bold 1em/2.75em Arial !important;
	color:#fff;
	background:#222;
	float:right;
	top:auto;
	margin-top:-2.75em;
	width:2.25em;
	border-left:1px solid #444;
	cursor:pointer;
	text-align:center;
}
.container, #menu, #menu .sub-nav
{
	-webkit-transform:translate3d(0,0,0)
}

#menu, #menu ul
{
	margin-bottom: -230px;
	overflow: hidden;
	background-color: #006EB6;
	;
}

/* #### - extra css for js enhancement - #### */
#menu .close-all { display:none; color: #ffffff; }
.js #menu .close-all { display:inline }
.js #menu .toggle-menu { top:0; z-index:9999 }
.js #menu .sub-nav .toggle-menu { left:0.15em; width:1em; color: #ffffff;  }

/* #### - define ids of animated container, menu and sub-menus here - #### */
#main-nav-check:checked ~ .container, #main-nav-check:checked ~ #menu, #menu .sub-nav-check:checked ~ #sv-home-sub, #menu .sub-nav-check:checked ~ #sv-tidningar-sub, #menu .sub-nav-check:checked ~ #sv-tidningar-ratt-sub, #menu .sub-nav-check:checked ~ #sv-tidningar-hur-sub, #menu .sub-nav-check:checked ~ #sv-distribution-sub, #menu .sub-nav-check:checked ~ #sv-distribution-knappen-sub, #menu .sub-nav-check:checked ~ #sv-distribution-pratsamreaderapp-sub, #menu .sub-nav-check:checked ~ #sv-distribution-pratsamreaderwin-sub, #menu .sub-nav-check:checked ~ #sv-distribution-pratsamreaderweb-sub, #menu .sub-nav-check:checked ~ #sv-distribution-pratsamdownload-sub, #menu .sub-nav-check:checked ~ #sv-distribution-daisyonline-sub, #menu .sub-nav-check:checked ~ #sv-omoss-sub, #menu .sub-nav-check:checked ~ #sv-omoss-produktion-sub, #menu .sub-nav-check:checked ~ #sv-omoss-bidrag-sub, #menu .sub-nav-check:checked ~ #sv-omoss-styrelsen-sub, #menu .sub-nav-check:checked ~ #sv-kontakt-sub {	-webkit-transform:translate(13.75em,0); -ms-transform:translate(13.75em,0); transform:translate(13.75em,0); }

.page-content { padding:1em 2em; max-width:64em; margin:auto }
.page-content:after { display:block; content:''; height:1px } /* fixes bottom padding issue in IE10 */
/* doc */
div.document {
	display: inline-block;
	position: relative;
	margin: 0 0 3% 2%;
	overflow: auto;
	text-align: left;
	width: 96%;
	background-image:url(images/menu_bg_01.jpg);
	background-repeat: no-repeat;
	background-size: 19%;
}

/* front */
.front_top_image {
    display: inline-block;
    position: relative;
    vertical-align: top;
	width: 49.5%;
	margin: 3% 0 3% 0;
}
.front_top_image:before {
	content: "";
	display: block;
	padding-top: 66.66666667; /* initial ratio of 1:1*/
}
.front_top_image img {
    position: absolute;
    top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	-moz-border-radius-bottomright: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
.front-document-top-margin {
	margin: -4.5% 0 0 0;
}
.front-top {
    display: inline-block;
    position: relative;
    margin: 3% 0% 3% 0;
    vertical-align: top;
    width: 49.5%;
	*display:inline;
	*zoom:1;
}
.front-top:before {
	content: "";
	display: block;
	padding-top: 66.66666667; /* initial ratio of 1:1*/
}
.front-top-text {
    left: 0%;
    padding: 6%;
    position: absolute;
    top: 0%;
    z-index: 51;
    color: #000000;
}
.front-top-text h1 {
    padding: 0;
    margin: 1% 0 2% 0;
    font-weight: bold;
    color: #006EB6;
}
.front-top-text p.lead-paragraph {
    margin: 0;
    padding: 0;
	font-weight:normal;
    word-break: keep-all;
    line-height: 1.32em;
	font-size: 1.0em;
}
.front-box-spacer {
	font-size: 1px;
    width: 3%;
    display: inline-block;
	*display:inline;
	*zoom:1;
}
.front-box {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30.5%;
	*display:inline;
	*zoom:1;
}
.front-box:before {
	content: "";
	display: block;
	padding-top: 66.66666667%; /* initial ratio of 1:1*/
}
.front-mid-text {
    height: 60%;
    left: 0%;
    padding: 2% 3% 2% 6%;
    position: absolute;
    top: 0%;
    z-index: 51;
}
.front-mid-text h2 {
    padding: 0;
    margin: 4% 0 2% 0;
    font-weight: bold;
	font-size: 2.3em;
}
.front-mid-text p {
    margin: 0;
    padding: 0;
	font-weight:normal;
    word-break: keep-all;
    line-height: 1.22em;
	font-size: 1.17em;
}
/* default */
.article-padding {
	padding: 0 20% 5% 6%;
}
.article-padding li {
	font-size: inherit;
}
.art-contain3_3col {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 3 background colour */
}
.art-contain2_3col {
	clear:left;
	float:left;
	width:99%;
	position:relative;
	right:18%;
	background:#ffffff; /* column 2 background colour */
}
.art-contain1_3col {
	float:left;
	width:100%;
	position:relative;
	right:64%;
	background:#006EB6; /* column 1 background colour */
}
.art-contain1_3col-white {
	float:left;
	width:100%;
	position:relative;
	right:64%;
	background:#ffffff; /* column 1 background colour */
}
.article-image-top {
    display: inline-block;
    position: relative;
    margin: 0%;
    padding: 0px;
    vertical-align: top;
    width: 100%;
}
.article-image-top:before {
    content: "";
    display: block;
    padding-top: 56.2%;
}
div.column-left-container {
    margin: 0%;
    padding: 2% 0px 0px;
    border-top: 0px solid #FFF;
    vertical-align: top;
    height: inherit;
    float: left;
    width: 18%;
    position: relative;
    left: 82%;
    overflow: hidden;
    display: none;
}
div.column-container {
    margin:0 0 0 1.0%;
    padding: 2% 0px 0px;
    vertical-align: top;
    height: inherit;
    float: left;
    width: 17%;
    position: relative;
    left: 82%;
    overflow: hidden;
    display: none;
}
div.content-container {
    margin: 0%;
    padding: 2% 0px 0px;
    vertical-align: top;
    background-color: #FFF;
    float: left;
    width: 64%;
    position: relative;
    left: 82%;
    overflow: hidden;
    display: none;
}
/* column */
.column-box-bottom {
	background-position: top left;
	background-repeat: repeat-x;
	height: 6px;
	width: 180px;
	background-image: url(images/column_bu_botom.png);
	font-size: 1pxm;
}
.column-box {
    cursor: pointer;
	margin: 0;
    width: 99%;
}
div.column-container h2 {
    color: #FFF;
    padding: 5% 1% 0% 0%;
    margin: 0px;
	font-size: 2.2em;
}
/* socialm */
.twitter-column {
	border: #ffffff solid 1px;
	padding: 3px;
}
.fb-head {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	right: 23%;
	width: 22%;
	top: 2%;
	z-index: 60;
	*display:inline;
	*zoom:1;
}
.fb-logo {
	display: inline-block;;
	width: 13%;
	vertical-align: top;
	*display:inline;
	*zoom:1;
}
.fb-logo img {
    position: static !important;
}
.fb-text {
	display: inline-block;
	padding: 3%;
	vertical-align: top;
	width: 68%;
	background-color: rgba(255, 255, 255, 0.8);
	color:#006EB6;
	*display:inline;
	*zoom:1;
}
/* news */
.newslist-item {
	margin: 7% 0;
}
.newslist-date {
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration:underline;
	font-size: 0.7em;
}
.newslist-link a {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 1.0em;
}
.newslist-link a:hover {
	color: #FFEC80;
}
/* footer */
div.footer {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 100%;
	color: #ffffff;
	background-color: #006EB6;
	height: auto;
	border:1px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.footer a:link, div.footer a:visited {
	color: #ffffff;
}
div.footer h2 {
	font-size: 1.3em;
	font-weight:normal;
	text-decoration:underline;
	margin: 0;
	padding: 0% 0% 2% 0%;
}
div.footer h3 {
	font-size: 0.95em;
	margin: 0px;
	font-weight:normal;
	padding: 0% 0% 2% 0%;
}
div.footer h4 {
	font: normal 1.2em;
	font-weight:600;
	margin: 0px;
	padding: 0% 0% 2% 0%;
}
div.footer p {
	font-size: 0.95em;
	margin: 0;
	padding: 0% 0% 2% 0%;
}
div.footer-sections {
	margin: 3% 0 3% 3%;
	width: 19%;
	display: inline-block;
	vertical-align: top;
	*display:inline;
	*zoom:1;
}
div.footer-sections img {
	max-width: 70%;
	max-height: 70%;
	padding: 0% 0% 2% 0%;
}
@media (min-width:1152px) {
/* Typography */
h1 {
	font-size: 3.0em;
}
h2 {
	font-size: 1.2em;
}
p.lead-paragraph {
	font-size: 1.57em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .83em;
}
h6 {
	font-size: .67em;
}
p, pre {
	font-size: 1.3em;
}
.article-link {
	font-size: 1.3em;
}
.article-padding li {
	font-size: 1.3em;
}
/* links */
a.topmenu, a.topmenu-focus {
	font-size: 1.6em;
}
/* Service Header */
div.content-container img {
	height: auto;
}
.search-tool input[type=search]:focus {
	width: 700px;
	background-color:rgba(256, 256, 256,0.9);
    font-size: 170%;
}
/* boxes */
div.content .language-img {
	position:static;
}
div.content .banner-img img{
	width: 100%;
	top:0;
	left:0;
}
.fb-margin {
	-ms-transform: scale(1.5,1.5); /* IE 9 */
    -webkit-transform: scale(1.5,1.5); /* Safari */
    transform: scale(1.5,1.5);
}
/* nav */
div.navigation {
	display: inline-block;
}
#topmenu ul li {
	display: table-cell;
}
#topmenu li.topmenu-divider {;
}
/* nav sub */
 div.menu {
	font-size: 1.3em;
}

/* front */
.front-top-text {
	font-size: 1.2em;
}
.front-mid-text {
	font-size: 0.90em;
}
/* default */
div.column-container {
	display: inline-block;
}
div.column-left-container {
	display: inline-block;
}
div.content-container {
	display: inline-block;
}
}
@media (max-width:767px) {
/* Typography */
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.2em;
}
p.lead-paragraph {
	font-size: 1.07em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .83em;
}
h6 {
	font-size: .67em;
}
p, pre {
	font-size: 1.0em;
}
.article-link {
	font-size: 1.0em;
}
.article-padding li {
	font-size: 1.0em;
}
div.column-container {
	font-size: 0.75em;
}
/* links */
a.topmenu, a.topmenu-focus {
	font-size: 0.83em;
}
/* service-header */
div.service-header {
	display: none;
}
.language-tool {
    vertical-align: middle;
	margin-left: 6%;
	width: 70%;
}
.language-img {
	position: static;
	height: 20%;
	margin: 1% 1% 0% 0%;
}
.languages-text {
	width: 25%;
	font-size:1.0em;
	color:#ffffff;
	margin: 0 2% 0% 0.5%;
}
/* search input field */
.search-tool {
	display: none;
}
.search-tool input[type=search] {
	padding: 4% 0 4% 40%;
	width: 2.5em;
	background-color:rgba(256, 256, 256,1.0);
	font-size: 110%;
}
.search-tool input[type=search]:focus {
	width: 400%;
	background-color:rgba(256, 256, 256,1.0)
}
/* Service Mob */
div.service-mob {
	display: inline-block;
}
/* boxes */
div.center-content-container {
	margin: 0 auto 0 auto;
}
div.content-container img {
	height: auto;
}
div.content .banner-img img{
	width: 100%;
	top:0;
	left:0;
}
/* nav */
div.navigation {
	display: none;
}
div.navigation-mob {
	display: inline-block;
}
#topmenu ul li {
	display: table-cell;
}
#topmenu li.topmenu-divider {
	font-size: 1.4em;
}

div.navigation_graphic {
	margin: 0;
}
div.navigation_graphic img {
	left: 30%;
	position: absolute;
}
.toggle-menu {
	line-height:0.95em;
}

div.navigation_graphic {
    width: 40%;
    height: 2.2em;
}
/* front */
div.document-frame {
	width: 100%;
}
.ratio3_1:before {
    padding-top: 66.66666667%;
}
.front-top {
    margin: 3% 0 3% 3px;
    width: 94%;
}
.front-top:before {
    content: "";
    display: block;
    padding-top: 40%;
}
.border-off-right {
    border-right: solid #006EB6;
}
.front-top-text {
	font-size: 0.85em;
	padding: 3% 6% 6% 6%;
}
.front_top_image {
    display: none;
}
.front-box {
    margin: 3% 0% 0% 1%;
    width: 44%;
}
.front-mid-text {
	font-size: 0.60em;
}
 
/* default */
div.column-container {
	display: none;
}
div.column-left-container {
	display: none;
}
div.content-container {
	display: inline-block;
	float:none;
	clear:both;
	width:100%;
}

/* column */
.column-box {
    width: 100%;
}
/* socialm */
.fb-head {
	right: 4%;
	width: 60%;
	top:70%;
}
.fb-logo {
	display: inline-block;;
	width: 13%;
	vertical-align: top;
	*display:inline;
	*zoom:1;
}
.fb-text {
	padding: 3%;
	vertical-align: top;
	width: 68%;
}
/* footer */
div.footer-sections {
	margin: 3% 0 3% 10%;
	width: 40%;
	font-size: 0.75em;
}
div.footer-sections img {
	max-width: 70%;
	max-height: 70%;
}
}
@media (min-width:768px) and (max-width:979px) {
/* Typography */
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.2em;
}
p.lead-paragraph {
	font-size: 1.07em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .83em;
}
h6 {
	font-size: .67em;
}
p, pre {
	font-size: 1.0em;
}
.article-link {
	font-size: 1.0em;
}
.article-padding li {
	font-size: 1.0em;
}
div.column-container {
	font-size: 0.75em;
}
/* links */
a.topmenu, a.topmenu-focus {
	font-size: 1.0em;
}
/* Service Header */
div.service-header {
	width: 25%;
}
div.content .language-img {
	position: static;
}
.languages-text {
	width: 25%;
	font-size:0.9em;
}
.search-tool input[type=search] {
	font-size: 100%;
}
/* search input field */
.search-tool input[type=search] {
	padding: 3px 10px 3px 30px;
	width: 55px;
	background-color:rgba(256, 256, 256,1.0);
}
.search-tool input[type=search]:focus {
	width: 180px;
}
.search-tool input[type=search]:focus {
	width: 400px;
	background-color:rgba(256, 256, 256,0.9);
    font-size: 140%;
}
/* boxes */
div.content-container img {
	height: auto;
}
div.content .banner-img img{
	width: 100%;
	top:0;
	left:0;
}
/* nav */
div.navigation {
	display: inline-block;
}
#topmenu ul li {
	display: table-cell;
}
#topmenu li.topmenu-divider {
	font-size: 1px;
}
div.navigation_graphic {
    margin: -0.5% 0px -9.2%;
}
/* nav sub */
 div.menu {
	font-size: 1.05em;
}
/* front */
.front-top-text {
	font-size: 0.75em;
}
.front-mid-text {
	font-size: 0.7em;
}
 
/* column */
.column-box {
	margin: 0 0 0 0;
}
.column-box h2 {
	font-size: 0.95em;
}
.column-box h3 {
	font-size: 0.70em;
}
.column-box a {
	font-size: 0.70em;
}
/* default */
div.column-container {
	display: inline-block;
}
div.column-left-container {
	display: inline-block;
}
div.content-container {
	display: inline-block;
}
/* socialm */
.fb-head {
	right: 30%;
	width: 30%;
	top:1%;
}
.fb-logo {
	display: inline-block;;
	width: 13%;
	*display:inline;
	*zoom:1;
}
.fb-text {
	padding: 2% 3%;
	width: 68%;
}
.fb-text a {
	font-size: 0.8em;
}
/* news */
.front-box-text-news {
	font-size: 0.72em;
}
}
@media (min-width:980px) and (max-width:1151px) {
/* Typography */
h1 {
	font-size: 2.3em;
}
h2 {
	font-size: 1.2em;
}
p.lead-paragraph {
	font-size: 1.27em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .83em;
}
h6 {
	font-size: .67em;
}
p, pre {
	font-size: 1.1em;
}
.article-link {
	font-size: 1.1em;
}
.article-padding li {
	font-size: 1.1em;
}
/* links */
a.topmenu, a.topmenu-focus {
	font-size: 1.1em;
}
/* Service Header */
div.content .language-img {
	width: 12%;
	position: static;
}
.languages-text {
	width: 25%;
	padding: 0 3% 2% 0%;
	font-size:1.0em;
}
#searchfield {
    height: 23px;
}
#searchbutton {
    height: 23px;
}
.search-tool input[type=search]:focus {
	width: 500px;
	background-color:rgba(256, 256, 256,0.9);
    font-size: 150%;
}
/* boxes */
div.content-container img {
	height: auto;
}
div.content .banner-img img{
	width: 100%;
	top:0;
	left:0;
}
.fb-margin {
	-ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2);
}
/* nav */
div.navigation {
	display: inline-block;
}
#topmenu ul li {
	display: table-cell;
}
#topmenu li.topmenu-divider {
}
/* nav sub */
 div.menu {
	font-size: 1.2em;
}
/* front */
.front-top-text {
	font-size: 0.9em;
}
.front-mid-text {
	font-size: 0.80em;
}
.front-mid-text a {
	font-size: 1.15em;
}
/* column */
.column-box {
	margin: 0 0 0 0;
}
.column-box h2 {
	font-size: 1.0em;
}
.column-box h3 {
	font-size: 0.75em;
}
.column-box a {
	font-size: 0.75em;
}
/* default */
div.column-container {
	display: inline-block;
}
div.column-left-container {
	display: inline-block;
}
div.content-container {
	display: inline-block;
}
/* socialm */
.fb-head {
	right: 25%;
	width: 28%;
	top:1%;
}
.fb-logo {
	display: inline-block;;
	width: 11%;
	*display:inline;
	*zoom:1;
}
.fb-text {
	padding: 2% 3%;
	width: 68%;
}
.fb-text a {
	font-size: 0.95em;
}
/* news */
.front-box-text-news {
	font-size: 0.85em;
}
}
@media (max-width:480px) {
/* Typography */
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
p.lead-paragraph {
	font-size: 0.97em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .83em;
}
h6 {
	font-size: .67em;
}
p, pre {
	font-size: 0.8em;
}
.article-link {
	font-size: 0.8em;
}
.article-padding li {
	font-size: 0.8em;
}
div.column-container {
	font-size: 0.75em;
}
/* service-header */
div.service-header {
	display: none;
}
.language-tool {
    vertical-align: middle;
	margin-left: 6%;
}
.language-img {
	position: static;
	height: 20%;
	margin: 1% 1% 0% 0%;
}
.languages-text {
	width: 25%;
	font-size:0.80em;
	color:#000000;
	margin: 0 2% 0% 0.5%;
}
/* search input field */
.search-tool {
	display: none;
}
.search-tool input[type=search] {
	padding: 4% 0 4% 50%;
	width: 2.5em;
	background-color:rgba(256, 256, 256,1.0);
	font-size: 80%;
}
.search-tool input[type=search]:focus {
	width: 400%;
	background-color:rgba(256, 256, 256,1.0)
}
/* Service Mob */
div.service-mob {
	display: inline-block;
	width: 87%;
}
a.language
{
    font-size: 0.95em;
}
/* boxes */
div.content-container img {
	height: auto;
}
.logo {
	width: 80%;
	top: 10%;
	left: 3%;
}
div.content .logo {
	height: 80%;
}
/* nav */
div.navigation {
	display: none;
}
div.navigation-mob {
	display: inline-block;
}
#topmenu ul li {
	display: table-row;
}
#topmenu li.topmenu-divider {
	display: none;
}
div.navigation_graphic {
    width: 30%;
    height: 2.2em;
}
div.navigation_graphic img {
	left: 30%;
	position: absolute;
}
/* front */
div.document-frame {
	width: 100%;
}
.front_top_image {
    width: 96%;
	margin: 3% 2% 2%;
}
.front-top {
    margin: 5% 0% 0% 2%;
}
.front-top:before {
    content: "";
    display: block;
    padding-top: 60%;
}
.front-top-text {
	font-size: 0.73em;
	padding: 3% 6% 6% 6%;
}
.front-top-text h1{
	font-size: 1.5em;
}
.front-mid-text {
	font-size: 0.7em;
}
.front-box {
    margin: 2% 0% 0% 2%;
    width: 96%;
}
.front-box:before {
    content: "";
    display: block;
    padding-top: 45%;
}
.front-top-container:before {
    content: "";
    display: block;
    padding-top: 65%;
}
 
/* default */
div.column-container {
	display: none;
}
div.column-left-container {
	display: none;
}
div.content-container {
	display: inline-block;
	float:none;
	clear:both;
	width:100%;
}
/* socialm */
.fb-head {
	right: 0%;
	width: 56%;
	top:70%;
}
.fb-logo {
	display: inline-block;;
	width: 13%;
	vertical-align: top;
	*display:inline;
	*zoom:1;
}
.fb-text {
	padding: 0% 3% 2% 3%;
	vertical-align: top;
	width: 70%;
}
.fb-text a {
	font-size: 0.7em;
}
/* footer */
div.footer-sections {
	margin: 3% 0 3% 9%;
	width: 82%;
	font-size: 0.75em;
}
div.footer-sections img {
	max-width: 70%;
	max-height: 70%;
}
}
