/*!
 * SandboxBundle
 * Copyright 2012 networking.ch
 *
 */
/* =Reset
-------------------------------------------------------------- */
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%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.hidden,
.accessibility {
  display: inline;
  left: -1000px;
  overflow: hidden;
  width: 0px;
  position: absolute;
  top: -1000px;
  height: 0px;
}
/* Clearing floats */
.cleaner {
  height: 1px;
  font-size: 1px;
  clear: both;
}
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
/* Basic Structure / Fonts */
body {
  font-family: 'Fedra Sans Book', serif;
  font-size: 12px;
  line-height: 17px;
  color: #3255a4;
}
a {
  text-decoration: underline;
  color: #3255a4;
}
a:hover,
a:focus,
a visited {
  text-decoration: none;
  color: #3255a4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fedra Sans Book', serif;
  font-weight: normal;
  line-height: normal;
}
strong {
  font-family: 'Fedra Sans Bold';
  font-weight: normal;
}
em,
i {
  font-family: "Fedra Sans Book Italic";
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
}
h1 {
  font-family: 'Fedra Serif B Bold', serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 8px ;
}
h2 {
  font-size: 12px;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 8px ;
}
h3 {
  font-size: 12px;
  margin: 0 0 8px ;
}
p {
  margin: 0 0 12px 0;
}
.margin-s {
  margin: 0 0 6px 0;
}
.no-margin {
  margin: 0 !important;
}
.hidden,
.accessibility {
  display: inline;
  left: -1000px;
  overflow: hidden;
  width: 0px;
  position: absolute;
  top: -1000px;
  height: 0px;
}
.cleaner {
  height: 1px;
  font-size: 1px;
  clear: both;
}
.wrapper {
  width: 900px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
/* Accessibility Nav */
ul#skiplinks {
  position: absolute;
  top: -999em;
  left: -999em;
  height: 1px;
  width: 1px;
}
ul#skiplinks li,
ul#skiplinks li {
  float: none;
  display: list-item;
  list-style: none inside disc;
}
ul#skiplinks:focus,
ul#skiplinks:active {
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 0.5em;
  z-index: 2000;
}
/* Header Utilty */
/* Footer */
/* Home / Teaser */
/* Content */
li[class*="i"] a {
  text-decoration: none !important;
}
/* =JWuery UI Accordion
----------------------------------------------- */
.accordion {
  margin-bottom: 40px;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */

}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  position: relative;
  margin-top: 0px;
  min-height: 0;
  /* support: IE7 */

  font-family: 'Fedra Sans Bold';
  font-size: 12px;
  line-height: 25px;
  color: #3255a4;
  cursor: pointer;
  text-decoration: none;
  padding: 0 0 0 0px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top: 0;
  overflow: auto;
  border-top: 7px #ffc700 solid;
  border-bottom: 7px #ffc700 solid;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 13px 15px;
  border-top: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 13px 15px;
  background-color: #ffffff;
  color: #ffc700 !important;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  text-decoration: none;
  color: #ffc700;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 13px 15px;
  background-color: #fff;
  color: #3255a4 !important;
  font-family: 'Fedra Sans Bold';
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #3255a4;
  text-decoration: none;
}
.accordion {
  margin-bottom: 28px;
}
body {
  background-image: none !important;
  
}
#container {
	
  
 

}
#header {
  margin-bottom: 16px;
}
#logo {
  
}
#utility {
  display: none;
}

#mainnavigation {
  display: none;
}

#main {
 margin-left: 20px;
  width: 600px;
 
}
#content {
  
}

#aside {
  display: none;
}

.colset-home {
  background-color: #FFFFFF;
  
  margin-bottom: 16px;
}
.colset-home .col1 {
  float: left;
  width: 290px;
  margin-right: 20px;
}
.colset-home .col2 {
  float: left;
  width: 290px;
}
.colset-home p {
  margin-bottom: 5px;
}
.home h2 {
  font-family: 'Fedra Serif B Bold', serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}
.home h3,
#aside h3 {
  border-top: 1px #3255a4 solid;
  border-bottom: 1px #3255a4 solid;
  line-height: 20px;
  font-size: 11px;
  margin-bottom: 5px;
}
#aside h2 {
  font-family: 'Fedra Sans Bold';
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.page #content h1 {
  font-family: 'Fedra Serif B Bold', serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  margin-bottom: 5px;
}
.page #content h2 {
  line-height: 17px;
  font-size: 12px;
  margin-bottom: 2px;
}
.faq #content h2 {
  font-family: 'Fedra Serif B Bold', serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  margin-bottom: 0px;
  padding-bottom: 4px;
  border-bottom: 1px #3255a4 solid;
}
#aktuell h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#aktuell article {
  border-bottom: 1px solid #3255a4;
  margin-bottom: 4px;
}
#aktuell article p {
  margin-bottom: 6px ;
}
#aktuell article p.more {
  margin-bottom: 3px ;
}
h1 a,
h2 a,
h3 a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: #ffc700;
}
.home #main p a,
#aside p a {
  display: inline-block;
  background-image: url(../img/arrow-blue.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  padding-left: 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home #main p a:hover,
#aside p a:hover {
  color: #ffc700;
}
#content ol,
#content ul {
  margin-bottom: 0px;
}
#content li {
  background-image: url(../img/li.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  margin-bottom: 4px;
  padding-left: 10px;
}
ul.linklist li,
li.linklist {
  margin-bottom: 7px !important;
  background-image: none !important;
  padding-left: 0 !important;
}
.linklist a {
  display: inline-block;
  background-image: url(../img/arrow-blue.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  padding-left: 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.linklist a:hover {
  color: #ffc700;
}
#breadcrumb {
  display: none;
}

.colset_2-1 {
  margin-bottom: 0px;
}
.colset_2-1 .col1 {
  float: left;
  width: 390px;
  padding-right: 20px;
}
.colset_2-1 .col2 {
  float: left;
  width: 190px;
}
.colset_1-1 {
  margin-bottom: 0px;
}
.colset_1-1 .col1 {
  float: left;
  width: 290px;
  padding-right: 20px;
}
.colset_1-1 .col2 {
  float: left;
  width: 290px;
}
.colset_1-3 {
  margin-bottom: 0px;
}
.colset_1-3 .col1 {
  float: left;
  width: 140px;
  padding-right: 20px;
}
.colset_1-3 .col2 {
  float: left;
  width: 440px;
}
.col1 img,
.col2 img {
	width: 100%;
  max-width: 100%;
  height: auto;
}
.legende {
  font-family: "Fedra Sans Book Italic";
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
}
.page #content p {
  margin-bottom: 12px;
}
p.large {
  font-family: 'Fedra Serif B Bold', serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
}
