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: inherit;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
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;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
body {
  background: #fff;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  font-size: 1.6em;
  line-height: 1.625;
  color: #333;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
  color: #2a85e8;
  text-decoration: none;
  line-height: inherit;
}
a:hover {
  color: #11639d;
}
a:focus {
  color: #cc4714;
  outline: none;
}
p a,
p a:visited {
  line-height: inherit;
}
ul,
ol {
  margin-bottom: 18px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
li {
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
table {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}
table thead,
table tfoot {
  background: #f5f5f5;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}
table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}
table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9;
}
table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.hide {
  display: none;
}
.highlight {
  background: #ff0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  font-weight: bold;
  line-height: 1.25;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 12px;
}
h2 {
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 9px;
}
h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 9px;
}
h4 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 3px;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 3px;
}
h6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}
.subheader {
  color: #777;
}
p {
  font-size: inherit;
  line-height: inherit;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 73%;
  line-height: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  color: #777;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0 18px;
  height: 0;
}
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #ddd;
  cursor: help;
}
abbr {
  text-transform: none;
}
.print-only {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  p a,
  p a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  p a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
}
.container {
  padding: 0 10px;
}
.row {
  width: 100%;
  max-width: 500px;
  min-width: 727px;
  margin: 0 auto;
}
.row .row {
  min-width: 0;
}
.column,
.columns {
  margin-left: 4.4%;
  float: left;
  min-height: 1px;
  position: relative;
}
.column:first-child,
.columns:first-child {
  margin-left: 0;
}
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
[class*="column"] + [class*="column"].end {
  float: left;
}
.row .one {
  width: 4.27503%;
}
.row .two {
  width: 12.9773%;
}
.row .three {
  width: 21.67957%;
}
.row .four {
  width: 30.37999%;
}
.row .five {
  width: 39.08411%;
}
.row .six {
  width: 47.78638%;
}
.row .seven {
  width: 56.48865%;
}
.row .eight {
  width: 65.19092%;
}
.row .nine {
  width: 73.89319%;
}
.row .ten {
  width: 82.59546%;
}
.row .eleven {
  width: 91.29773%;
}
.row .twelve {
  width: 100%;
}
.row .offset-by-one {
  margin-left: 12.9773%;
}
.row .offset-by-two {
  margin-left: 21.67957%;
}
.row .offset-by-three {
  margin-left: 30.38184%;
}
.row .offset-by-four {
  margin-left: 39.08226%;
}
.row .offset-by-five {
  margin-left: 47.78638%;
}
.row .offset-by-six {
  margin-left: 56.48865%;
}
.row .offset-by-seven {
  margin-left: 65.19092%;
}
.row .offset-by-eight {
  margin-left: 73.89319%;
}
.row .offset-by-nine {
  margin-left: 82.59546%;
}
.row .offset-by-ten {
  margin-left: 91.29773%;
}
.row .centered {
  float: none;
  margin: 0 auto;
}
.row .offset-by-one:first-child {
  margin-left: 8.626165%;
}
.row .offset-by-two:first-child {
  margin-left: 17.328435%;
}
.row .offset-by-three:first-child {
  margin-left: 26.030705%;
}
.row .offset-by-four:first-child {
  margin-left: 34.731125%;
}
.row .offset-by-five:first-child {
  margin-left: 43.435245%;
}
.row .offset-by-six:first-child {
  margin-left: 52.137515%;
}
.row .offset-by-seven:first-child {
  margin-left: 60.839785%;
}
.row .offset-by-eight:first-child {
  margin-left: 69.542055%;
}
.row .offset-by-nine:first-child {
  margin-left: 78.244325%;
}
.row .offset-by-ten:first-child {
  margin-left: 86.946595%;
}
.row .offset-by-eleven:first-child {
  margin-left: 95.648865%;
}
.push-two {
  left: 17.328435%;
}
.push-three {
  left: 26.030705%;
}
.push-four {
  left: 34.731125%;
}
.push-five {
  left: 43.435245%;
}
.push-six {
  left: 52.137515%;
}
.push-seven {
  left: 60.839785%;
}
.push-eight {
  left: 69.542055%;
}
.push-nine {
  left: 78.244325%;
}
.push-ten {
  left: 86.946595%;
}
.pull-two {
  right: 17.328435%;
}
.pull-three {
  right: 26.030705%;
}
.pull-four {
  right: 34.731125%;
}
.pull-five {
  right: 43.435245%;
}
.pull-six {
  right: 52.137515%;
}
.pull-seven {
  right: 60.839785%;
}
.pull-eight {
  right: 69.542055%;
}
.pull-nine {
  right: 78.244325%;
}
.pull-ten {
  right: 86.946595%;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
.button {
  background: #00a6fc;
  display: inline-block;
  text-align: center;
  padding: 5px 25px 8px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0;
}
input[type="submit"].button,
button.button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
.button.nice {
  background: #00a6fc url(/images/misc/button-gloss.png) repeat-x 0 -31px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.28);
  background: #00a6fc url(/images/misc/button-gloss.png) repeat-x 0 -31px,
    -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  background: #00a6fc url(/images/misc/button-gloss.png) repeat-x 0 -31px,
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, transparent));
  border: 1px solid #0593dc;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
}
.button.radius {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.button.round {
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.button.left-align {
  text-align: left;
  text-indent: 12px;
}
.tiny.button {
  font-size: 10px;
  padding: 6px 14px 8px;
  width: auto;
}
.small.button {
  font-size: 11px;
  padding: 8px 20px 10px;
  width: auto;
}
.medium.button {
  font-size: 13px;
  width: auto;
}
.large.button {
  font-size: 18px;
  padding: 11px 48px 13px;
  width: auto;
}
.nice.tiny.button {
  background-position: 0 -37px;
}
.nice.small.button {
  background-position: 0 -34px;
}
.nice.large.button {
  background-position: 0 -30px;
}
.blue.button {
  background-color: #00a6fc;
}
.red.button {
  background-color: #e91c21;
}
.white.button {
  background-color: #f9f9f9;
  color: #333;
}
.black.button {
  background-color: #141414;
}
.green.button {
  background-color: #5b8737;
}
.nice.blue.button {
  border: 1px solid #0593dc;
}
.nice.red.button {
  border: 1px solid #b90b0b;
}
.nice.white.button {
  border: 1px solid #cacaca;
  text-shadow: none !important;
}
.nice.black.button {
  border: 1px solid #000;
}
.nice.green.button {
  border: 1px solid #4a6b2d;
}
.button:hover,
.button:focus {
  background-color: #0192dd;
  color: #fff;
}
.blue.button:hover,
.blue.button:focus {
  background-color: #0192dd;
}
.red.button:hover,
.red.button:focus {
  background-color: #d01217;
}
.white.button:hover,
.white.button:focus {
  background-color: #e9e9e9;
  color: #333;
}
.black.button:hover,
.black.button:focus {
  background-color: #000;
}
.green.button:hover,
.green.button:focus {
  background-color: #699c40;
}
.nice.button:active {
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
}
.button.disabled,
.button[disabled] {
  opacity: 0.6;
  cursor: default;
}
@-moz-document url-prefix("http://")
{
  input[type="submit"].button::-moz-focus-inner,
  button.button::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input[type="submit"].tiny.button {
    padding: 5px 14px 7px;
  }
  input[type="submit"].small.button {
    padding: 7px 20px 8px;
  }
  input[type="submit"].medium.button {
    padding: 8px 34px 9px;
  }
  input[type="submit"].large.button {
    padding: 9px 48px 10px;
  }
}
div.alert-box {
  display: block;
  padding: 6px 7px;
  font-weight: bold;
  font-size: 13px;
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.9);
  position: relative;
}
.alert-box.success {
  background-color: #7fae00;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
.alert-box.warning {
  background-color: #f68b01;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
.alert-box.error {
  background-color: #c00000;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
.alert-box a.close {
  color: #000;
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 18px;
  opacity: 0.2;
  padding: 4px;
}
.alert-box a.close:hover,
.alert-box a.close:focus {
  opacity: 0.4;
}
.label {
  padding: 0 4px 2px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline;
  position: relative;
  bottom: 1px;
  color: #fff;
  background: #00a6fc;
}
.label.radius {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.label.round {
  padding: 1px 7px 2px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.blue.label {
  background-color: #00a6fc;
}
.red.label {
  background-color: #e91c21;
}
.green.label {
  background-color: #7fae00;
}
.white.label {
  background-color: #e9e9e9;
  color: #333;
}
.black.label {
  background-color: #141414;
}
ul.nice,
ol.nice {
  list-style: none;
  margin: 0;
}
ul.nice li,
ol.nice li {
  padding-left: 13px;
  position: relative;
}
ul.nice li span.bullet,
ol.nice li span.number {
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
}
div.panel {
  padding: 20px 20px 2px 20px;
  background: #f9f9f9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  margin: 0 0 20px 0;
}
form {
  margin: 0;
}
form label {
  display: inline-block;
  cursor: pointer;
  padding-bottom: 0.8em;
  font-weight: bold;
}
form label small {
  font-size: 0.8em;
  color: #777;
}
input.input-text,
textarea {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
input.input-text,
textarea,
select {
  display: block;
  margin-bottom: 1.1em;
}
label + input.input-text,
label + textarea,
label + select,
label + div.dropdown,
select + div.dropdown {
  margin-top: -9px;
}
textarea {
  max-width: 100%;
}
input.input-text,
textarea {
  padding: 4px 3px 2px;
  background: #fff;
}
input.input-text:focus,
textarea:focus {
  outline: 1px solid #00a6fc !important;
}
input.input-text:focus,
textarea:focus {
  background: #fff;
}
input.input-text[disabled],
textarea[disabled] {
  background-color: #ddd;
}
input.placeholder,
textarea.placeholder {
  color: #888;
}
input.input-text,
textarea {
  width: 254px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.small,
textarea.small {
  width: 134px;
}
input.medium,
textarea.medium {
  width: 254px;
}
input.large,
textarea.large {
  width: 434px;
}
input.expand,
textarea.expand {
  width: 100%;
}
textarea.locked {
  max-width: 254px;
}
textarea.locked.small {
  max-width: 134px;
}
textarea.locked.large {
  max-width: 434px;
}
textarea.locked.expand {
  max-width: 100%;
}
form fieldset {
  padding: 9px 9px 2px 9px;
  border: solid 1px #ddd;
  margin: 18px 0;
}
.form-field input[type="radio"],
div.form-field input[type="checkbox"] {
  display: inline;
  width: auto;
  margin-bottom: 0;
}
.form-field.error input,
input.input-text.red {
  border-color: #c00000;
  background-color: rgba(255, 0, 0, 0.15);
}
.form-field.error label,
label.red {
  color: #c00000;
}
.form-field.error small,
small.error {
  margin-top: -6px;
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
  color: #c00000;
  width: 254px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.small + small.error {
  width: 134px;
}
.medium + small.error {
  width: 254px;
}
.large + small.error {
  width: 434px;
}
.expand + small.error {
  width: 100%;
}
.small.oversize + small.error {
  width: 144px;
}
.medium.oversize + small.error {
  width: 264px;
}
.large.oversize + small.error {
  width: 444px;
}
.expand.oversize + small.error {
  width: 100%;
}
form.nice div.form-field input,
form.nice input.input-text,
form.nice textarea {
  border: solid 1px #bbb;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
form.nice div.form-field input,
form.nice input.input-text,
form.nice textarea {
  font-size: 1em;
  padding: 8px 10px;
  outline: none !important;
  background: url(/images/misc/input-bg.png) #fff;
  -webkit-outline-radius: 3px;
  -moz-outline-radius: 3px;
  outline-radius: 3px;
}
form.nice div.form-field input:focus,
form.nice input.input-text:focus,
form.nice textarea:focus {
  background-color: #fff;
  outline: 2px solid #00a6fc !important;
}
form.nice div.form-field input[disabled],
form.nice input.input-text[disabled],
form.nice textarea[disabled] {
  background-color: #ddd;
}
form.nice fieldset {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
form.nice div.form-field input[type="radio"],
form.nice div.form-field input[type="checkbox"] {
  display: inline;
  width: auto;
  margin-bottom: 0;
}
form.nice div.form-field.error small,
form.nice small.error {
  padding: 5px 12px;
  border: solid 0 #aaa;
  border-width: 0 1px 1px 1px;
  margin-top: -10px;
  background: #00a6fc;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
}
form.nice div.form-field.error .small + small,
form.nice .small + small.error {
  width: 132px;
}
form.nice div.form-field.error .medium + small,
form.nice .medium + small.error {
  width: 252px;
}
form.nice div.form-field.error .large + small,
form.nice .large + small.error {
  width: 432px;
}
form.nice div.form-field.error .small.oversize + small,
form.nice .small.oversize + small.error {
  width: 136px;
}
form.nice div.form-field.error .medium.oversize + small,
form.nice .medium.oversize + small.error {
  width: 256px;
}
form.nice div.form-field.error .large.oversize + small,
form.nice .large.oversize + small.error {
  width: 436px;
}
body {
  background: url("/images/backgrounds/4.jpeg");
}
h5 {
  line-height: 1.5;
}
.space05 {
  height: 0.5em;
}
.space1,
.space10 {
  height: 1em;
}
.space15 {
  height: 1.5em;
}
.space2,
.space20 {
  height: 2em;
}
.space25 {
  height: 2.5em;
}
.space3,
.space30 {
  height: 3em;
}
.space35 {
  height: 3.5em;
}
.space4,
.space40 {
  height: 4em;
}
.space45 {
  height: 4.5em;
}
.space5,
.space50 {
  height: 5em;
}
.museo {
  font-style: normal;
  font-family: "museo-sans-rounded", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-weight: 500;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.quiet {
  color: #777;
}
.radius {
  border-radius: 2px;
}
.hr {
  border-top: 2px solid #ccc;
  clear: both;
  width: 600px;
  margin: 0 auto;
  height: 0;
}
.js_kontakt {
  cursor: pointer;
}
.justvector[data-icon]:before {
  font-family: "JustVector";
  content: attr(data-icon);
  vertical-align: middle;
  position: relative;
  line-height: 0;
}
.pictos[data-icon]:before {
  font-family: "Pictos Custom";
  content: attr(data-icon);
  vertical-align: middle;
  position: relative;
  line-height: 0;
}
.justvector,
.pictos {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h3,
h4,
h5 {
  font-style: normal;
  font-family: "museo-sans-rounded", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-weight: 500;
}
h3 {
  font-size: 2.4em;
}
h4 {
  font-size: 2em;
}
h5 {
  font-size: 1.4em;
}
h5,
h5.subheader {
  color: #666;
  position: relative;
  top: -4px;
}
h5.header {
  color: #181818;
}
#content_o .headline,
#overview_o .headline {
  margin-bottom: 0.45em;
}
#content_o .number,
#overview_o .number {
  color: #777;
}
#content_o .subheadline,
#overview_o .subheadline {
  margin-bottom: 0.55em;
}
#topbar_o {
  background: #00a6fc;
  color: #f3f3f3;
  background-color: #10aef0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#21b6e4),
    to(#00a6fc)
  );
  background-image: -webkit-linear-gradient(top, #21b6e4, #00a6fc);
  background-image: -moz-linear-gradient(top, #21b6e4, #00a6fc);
  background-image: -o-linear-gradient(top, #21b6e4, #00a6fc);
  background-image: -ms-linear-gradient(top, #21b6e4, #00a6fc);
  background-image: linear, top, #21b6e4, #00a6fc;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#21b6e4', EndColorStr='#00a6fc');
  box-shadow: 0 1px 3px 2px #777;
}
#topbar_i {
  padding: 9px 0 4px;
}
.language_buttons .language_button {
  margin-right: 4px;
  position: relative;
  top: 2px;
  height: 2em;
  width: 2em;
}
.language_buttons .inactive_locale {
  height: 1.6em;
  width: 1.6em;
  top: -1px;
}
.language_buttons .active_locale {
  height: 2em;
  width: 2em;
}
.happy_day {
  position: relative;
  top: 6px;
  cursor: pointer;
}
#topbar_i .social a {
  color: #f3f3f3;
  padding: 5px;
  margin-right: 2px;
}
#topbar_i .social a:hover,
#topbar_i .phone_number:hover {
  color: #fff;
}
#topbar_i .justvector_facebook:before {
  font-size: 31px;
  top: -2px;
}
#topbar_i .justvector_twitter:before {
  font-size: 40px;
  top: 2px;
}
#topbar_i .justvector_linkedin:before {
  font-size: 27px;
  top: -5px;
}
#topbar_i .justvector_xing:before {
  font-size: 31px;
  top: -2px;
}
#topbar_i .pictos_phone:before {
  font-size: 27px;
  margin-right: 3px;
}
.pictos_talk:before {
  font-size: 1.5em;
  padding-right: 5px;
}
.nav_main_item,
.nav_mainitem {
  padding: 10px 25px 12px;
  font-size: 18px;
  line-height: 1;
  margin-right: 30px;
  width: 120px;
}
.nav_subitem,
.nav_sub_item {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}
.nav_subitem a,
.nav_sub_item a {
  font-size: 15px;
  background-color: #fff;
  color: #393939;
}
.nav_subitem_list,
.nav_sub_item_list {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  border-left: 2px solid #ccc;
}
.subnav_item {
  background-color: #fff;
  color: #393939;
  font-size: 16px;
}
#erstberatung ul li,
.schulungen ul li,
.studien ul li,
.praxisberatung ul li {
  list-style: disc outside;
  margin-left: 3em;
  font-size: 0.9375em;
  line-height: 1.5;
}
.email_form_short .label_message_email,
.email_form_short .message_email,
.email_form_short .label_message_body,
.email_form_short .message_body {
  display: none;
}
#footer_o .stay_in_touch .social a {
  padding: 1em;
}
#footer_o .stay_in_touch .justvector_facebook:before {
  font-size: 35px;
  top: -2px;
}
#footer_o .stay_in_touch .justvector_twitter:before {
  font-size: 45px;
  top: 2px;
}
#footer_o .stay_in_touch .justvector_linkedin:before {
  font-size: 34px;
  top: -5px;
}
#footer_o .stay_in_touch .justvector_xing:before {
  font-size: 35px;
  top: -2px;
}
#footer_o .footer_contents .pictos:before {
  font-size: 23px;
  color: #555;
}
.simple_form .hint {
  font-size: 0.9375em;
  display: inline-block;
  color: #777;
  margin-left: 5px;
}
.leistungen_header li {
  color: #555;
}
.leistungen_header li b {
  color: #444;
}
#scroll_notice {
  position: fixed;
  bottom: 0;
  margin: 0 0 0 -250px;
  left: 50%;
  width: 500px;
  padding: 15px 0px;
  box-shadow: 0 2px 2px 2px #aaa;
}
.ebook_price_tag {
  box-shadow: 0 2px 2px 2px #aaa;
  border-radius: 1000px;
  background: #00a6fc;
  border: 5px solid #fff;
  float: left;
  position: relative;
  left: -70px;
  top: -10px;
  height: 80px;
  width: 80px;
  color: #fff;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-right: 300px;
}
.ebook_price_tag_text {
  position: relative;
  top: 15px;
}
#impressum_i {
  font-size: 14px;
}
