/*!-----------------------------------------------------------------------------
   Master Stylesheet.

   Project:       kairosgmbh
   Version:       1.0
   Author:        visions.ch GmbH
   URL:           kairosgmbh.ch
   -------------------------------------------------------------------------- */
/*
---
name: Meta
category: meta
sourcePath:
---

The meta folder/category holds files which only have functions, mixins,
variables and other definitions which do *not* compile to CSS.
*/
/*
---
name: Vendor
category: vendor
sourcePath:
---

All stylings for third-party plugins or internally developed components that
work independently.
*/
/*****************************************************/
/* LAYOUT */
/*****************************************************/
/* begin tryout new css reset */
/* td, */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 14pt;
  /*font: inherit;*/
  /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* end tryout new css reset */
/* css reset */
/*
*{
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  margin: 0;
}
*/
body,
html {
  height: 100%;
  /* wichtig */
  background-color: #fff;
  text-align: left;
  font-size: 13px;
}

h1 {
  display: block;
  font-size: 14px !important;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}

h2 {
  font-size: 13px !important;
}

h3 {
  font-size: 12px !important;
}

h4,
h5,
h6 {
  font-size: 11px !important;
}

.printt {
  visibility: hidden;
}

#header {
  height: 316px;
  background: #fff;
}

#header_logo {
  position: absolute;
  top: 17px;
  left: 30px;
  width: 160px;
  height: 91px;
}

.logoimg {
  width: 160px;
  height: 91px;
}

.round-element img {
  width: auto;
  height: 317px;
  position: absolute;
  top: 0;
  right: 668px;
  z-index: 500;
}

#header_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 316px;
  /*overflow: hidden;*/
}

#header_image img {
  width: 100%;
  height: auto;
}

#header_slogan {
  position: absolute;
  top: 222px;
  left: 135px;
  height: 80px;
  letter-spacing: 1px;
  text-align: right;
  font-size: 19px;
  font-weight: bold;
  color: #0452A5;
  font-family: arial;
}

#header_slogan p {
  line-height: 21px;
}

#header_slogan p br:first-child {
  display: none;
}

#header_slogan p span {
  display: inline-block;
  margin-bottom: 5px;
}

#header_slogan p span br {
  display: none;
}

#inner_wrap {
  float: none;
  width: 100%;
  padding-bottom: 20px;
}

.red_line {
  border-bottom: 1px solid #f00;
}

#buttons {
  float: right;
  position: absolute;
  left: 930px;
  width: 200px;
  top: 0;
}

#buttons a {
  padding: 0;
  margin: 0;
  float: left;
}

#navigation {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 1px;
  float: left;
  width: 1100px;
  background: #0452A5;
}

#navigation_inner,
#navigation_right {
  position: relative;
  /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
  padding: 3px 20px;
  float: left;
}

#content {
  position: relative;
  left: 30px;
  top: 0;
  float: left;
  width: 650px;
  /*raw space for the content_inner should never be less then 440px*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: normal !important;
  color: #231F20;
}

#content_inner {
  position: relative;
  /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
  padding: 10px;
  overflow: hidden;
  padding-top: 40px;
}

#content_inner a {
  color: #0f238c;
  font-weight: bold;
}

#content_inner a:hover {
  color: #f00;
}

#sidebar h1 {
  color: #0f238c;
}

#sidebar {
  position: relative;
  left: 230px;
  top: 0;
  float: left;
  width: 220px;
  color: #231F20;
  padding-top: 50px;
  font-family: arial;
  font-size: 13px;
}

#sidebar a {
  color: #231F20;
}

#sidebar_inner {
  position: relative;
  /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
  padding: 2px;
  overflow: hidden;
}

#footer {
  position: relative;
  width: 100%;
  height: 22px;
  background: #bba;
}

/*****************************************************/
/* NAVIGATION */
/*****************************************************/
ul.nav-header {
  *zoom: 1;
}

ul.nav-header:after, ul.nav-header:before {
  content: " ";
  display: table;
}

ul.nav-header:after {
  clear: both;
}

ul.nav-header .level_1 {
  /* all level1 elements in the navigation */
  padding-left: 39px;
}

ul.nav-header .level_2 {
  /* all level2 elements in the navigation */
  padding-left: 50px;
}

ul.nav-header a {
  /* all link elements in the navigation */
  padding: 0 12px;
  float: left;
  color: #FFF;
  font: bold 13px/21px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: 23px;
}

ul.nav-header li.nav-selected {
  /* all active elements in the navigation */
  background-color: white;
  color: #231F20;
}

ul.nav-header li.nav-selected.level_0 {
  /* all active elements on level-0 in the navigation */
  background: #8291a6;
}

ul.nav-header li.nav-selected.level_0 a,
ul.nav-header li.nav-selected.level_0 a:hover {
  /* all active link and link:hover elements on level-0 in the navigation */
  color: #0452A5;
  font-weight: bold;
}

ul.nav-header li.nav-selected a,
ul.nav-header li.nav-selected a:hover {
  /* all active link and link:hover elements elements in the navigation */
  color: #0452A5;
}

/*****************************************************/
/* Default styles */
/*****************************************************/
.formBlockSurveyTable {
  width: 100%;
}

.formBlockSurveyTable input.input {
  /* width: 95%;*/
}

.formBlockSurveyTable input[type='text'],
.formBlockSurveyTable textarea,
.formBlockSurveyTable input[type='email'] {
  width: 95%;
}

/*****************************************************/
/* CCM Custom styles */
/*****************************************************/
/*****************************************************/
/* CUSTOM */
/*****************************************************/
/* customize_miscellaneous */
/* customize_miscellaneous */
/* Grid Styles! */
.row {
  margin-top: 10px;
  clear: both;
}

.span_1,
.span_940 {
  display: block;
  min-height: 1px;
}

.span_196 {
  float: left;
  width: 196px;
  display: block;
  min-height: 1px;
}

.span_220 {
  float: left;
  width: 220px;
  display: block;
  min-height: 1px;
}

.span_305 {
  float: left;
  width: 305px;
  display: block;
  min-height: 1px;
}

.span_414 {
  float: left;
  width: 414px;
  display: block;
  min-height: 1px;
}

.span_460 {
  float: left;
  width: 460px;
  display: block;
  min-height: 1px;
}

.span_470 {
  /*bad style, but necessary due to layout given*/
  float: left;
  width: 470px;
  display: block;
  min-height: 1px;
}

.span_600 {
  float: left;
  width: 600px;
  display: block;
  min-height: 1px;
}

.span_620 {
  float: left;
  width: 620px;
  display: block;
  min-height: 1px;
}

.span_20 {
  margin-left: 20px;
}

#outer_wrap {
  margin: 0 auto;
}

@media (max-width: 1099px) {
  ul #outer_wrap {
    width: 100%;
  }
  #content {
    width: 100%;
    left: 0;
    top: -68px;
    font-size: 15px;
  }
  #content ul {
    font-size: 15px;
  }
  #content h1 {
    font-size: 17px !important;
  }
  #content #content_inner {
    padding-top: 25px;
  }
  #sidebar {
    left: 0;
    top: -72px;
    padding-left: 10px;
    padding-top: 20px;
    font-size: 15px;
  }
  .span_196 span {
    font-size: 13px !important;
  }
  .span_196 span span {
    font-size: 15px !important;
  }
  .span_305 {
    margin-left: 0;
    margin-top: 35px;
    margin-right: 16px;
  }
  .span_20 {
    margin-left: 0;
    margin-top: 35px;
    width: 100%;
  }
  .printt {
    display: none;
  }
  #navigation {
    display: none;
  }
  #header {
    height: 246px;
  }
  #header #header_logo {
    left: 14px;
    display: none;
  }
  #header #header_image {
    width: 100%;
    overflow: hidden;
    height: 200px;
    margin-top: 0;
    position: relative;
  }
  #header #header_image img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
  #header #header_slogan {
    position: absolute;
    color: red;
    top: 185px;
    left: 0;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
  }
  #header .round-element {
    display: none;
  }
  #print_footer {
    display: none;
  }
  ul.nav-header li a {
    float: none;
  }
}

@media (min-width: 1100px) {
  #outer_wrap {
    width: 1100px;
    position: relative;
  }
  #navigation_inner {
    width: 808px;
  }
  ul.nav-header li {
    /* all li elements in the navigation */
    list-style-type: none;
    padding: 1px 2px;
    float: left;
  }
  ul.nav-header a:hover {
    /* all link:hover elements in the navigation */
    text-decoration: none;
    color: #0452A5;
    background-color: white;
  }
}

.navburger-container {
  /* Fixed padding */
}

.navburger-container.-nbfixed {
  padding-top: 54px;
}

.navburger-container .navburger {
  position: relative;
  display: block;
  z-index: 100;
  height: 54px;
  width: 100%;
  top: 0;
  background-color: #FFF;
  /* Fixed */
  /* First Level */
  /* Open-Close Toggler */
}

.navburger-container .navburger #header_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 46px;
  padding: 4px;
}

.navburger-container .navburger #header_logo img.logoimg {
  width: auto;
  height: 100%;
}

.navburger-container .navburger.-fixed {
  position: fixed;
}

.navburger-container .navburger > ul {
  border-top: 1px solid #033973;
}

.navburger-container .navburger ul {
  position: relative;
  display: none;
  top: 54px;
  background-color: #e6e6e6;
}

.navburger-container .navburger ul ul {
  display: inline-block;
  top: auto;
  width: 100%;
}

.navburger-container .navburger ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #033973;
  /* Second Level */
}

.navburger-container .navburger ul li a {
  display: block;
  padding: 10px;
  color: #033973;
  text-decoration: none;
}

.navburger-container .navburger ul li .subtoggler {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #033973;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.navburger-container .navburger ul li .subtoggler img {
  width: 20px;
  height: 20px;
}

.navburger-container .navburger ul li ul {
  top: 0;
  display: inline-block;
}

.navburger-container .navburger ul li ul li {
  border-bottom: 0;
  border-top: 1px solid #033973;
  /* Third Level */
}

.navburger-container .navburger ul li ul li a {
  padding-left: 25px;
}

.navburger-container .navburger ul li ul li ul li {
  border-bottom: 0;
  border-top: 1px solid #033973;
}

.navburger-container .navburger ul li ul li ul li a {
  padding-left: 40px;
}

.navburger-container .navburger .toggler {
  position: absolute;
  width: 35px;
  height: 30px;
  top: 12px;
  right: 12px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navburger-container .navburger .toggler.open span:nth-child(1), .navburger-container .navburger .toggler.open span:nth-child(4) {
  top: 12px;
  width: 0;
  left: 50%;
}

.navburger-container .navburger .toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.navburger-container .navburger .toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.navburger-container .navburger .toggler span {
  position: absolute;
  display: block;
  height: 6px;
  width: 100%;
  background: #033973;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.navburger-container .navburger .toggler span:nth-child(1) {
  top: 0;
}

.navburger-container .navburger .toggler span:nth-child(2), .navburger-container .navburger .toggler span:nth-child(3) {
  top: 12px;
}

.navburger-container .navburger .toggler span:nth-child(4) {
  top: 24px;
}

.navburger-container .navburger .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  padding: 10px;
}
