/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/** COLORS **/
/** OTHER SIZES **/
/** FONTS **/
/** IMAGES **/
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

a {
  display: inline-block; }

.no-padding-left {
  padding-left: 0px; }

.no-padding-right {
  padding-right: 0px; }

a {
  text-decoration: none;
  color: #95c11e; }
  a:hover {
    text-decoration: none;
    color: #aecf2f; }
  a:focus {
    outline: none;
    text-decoration: none;
    color: #aecf2f; }
  a.more {
    color: black; }
    a.more:hover {
      color: black; }

.linkcolor-white a {
  color: #FFF; }

.linkcolor-blue a {
  color: #009bd9; }

.linkcolor-darkBlue a {
  color: #3c3c50; }

.linkcolor-green a {
  color: #7aa825; }

.linkcolor-yellowOrange a {
  color: #fdc300; }
  .linkcolor-yellowOrange a:hover {
    color: #fdc300; }

canvas {
  max-width: 100%;
  height: auto !important; }
  @media (min-width: 768px) {
    canvas {
      max-width: 96%; } }
  @media (min-width: 992px) {
    canvas {
      max-width: 97%; } }

#dom_overlay_container_simplaro_grafik_qualitaet,
#animation_container_simplaro_grafik_qualitaet,
#dom_overlay_container_simplaro_grafik_kundenbewertung,
#animation_container_simplaro_grafik_kundenbewertung,
#animation_container_simplaro_grafik_preis,
#dom_overlay_container_simplaro_grafik_preis {
  margin: auto;
  height: 200px !important;
  width: auto !important;
  position: relative;
  top: 40px; }
  @media (min-width: 992px) {
    #dom_overlay_container_simplaro_grafik_qualitaet,
    #animation_container_simplaro_grafik_qualitaet,
    #dom_overlay_container_simplaro_grafik_kundenbewertung,
    #animation_container_simplaro_grafik_kundenbewertung,
    #animation_container_simplaro_grafik_preis,
    #dom_overlay_container_simplaro_grafik_preis {
      height: 250px !important; } }

@media (min-width: 1024px) and (max-width: 1036px) {
  #canvas_simplaro_grafik_qualitaet {
    width: 488px !important; } }

@media (max-width: 768px) {
  #canvas_simplaro_grafik_kundenbewertung,
  #canvas_simplaro_grafik_qualitaet,
  #canvas_simplaro_grafik_preis {
    left: 0;
    top: -25%; } }

#animation_container_apfel_birne {
  margin: auto; }

.l-about-us h2 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin: 0;
  margin-top: 30px !important;
  margin-bottom: 20px;
  padding: 0; }
  @media (min-width: 1200px) {
    .l-about-us h2 {
      font-size: 60px;
      margin-top: 60px !important;
      margin-bottom: 50px; } }

.l-about-us p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 30px;
  padding: 0; }
  @media (min-width: 1200px) {
    .l-about-us p {
      font-size: 18px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      line-height: 1.4;
      margin: 0;
      margin-bottom: 20px;
      padding: 0; } }
  .l-about-us p:last-child {
    margin-bottom: 50px; }

.l-about-us ul:not(.level2):not(.level1):not(.meta-navigation):not(.accordion-list) {
  font-size: 16px; }

.l-seo-page {
  padding-top: 50px; }
  .l-seo-page:not(.seo-page-no-border-top) {
    border-top: 1px solid #c8c8c8; }
  .l-seo-page.section {
    overflow-x: hidden;
    padding-bottom: 35px; }
  .l-seo-page a {
    text-decoration: underline; }
  .l-seo-page hr {
    margin: 0;
    border-top-color: #ebebed; }
  .l-seo-page h1 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
    padding: 0; }
    @media (min-width: 1200px) {
      .l-seo-page h1 {
        font-size: 60px;
        margin-bottom: 30px; } }
  .l-seo-page h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    padding: 0; }
  .l-seo-page h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0 !important;
    padding: 0; }
  .l-seo-page h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 1.3;
    margin: 0;
    padding: 0; }
  .l-seo-page p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 30px;
    padding: 0; }
    @media (min-width: 1200px) {
      .l-seo-page p {
        font-size: 18px;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        line-height: 1.4;
        margin: 0;
        margin-bottom: 20px;
        padding: 0; } }
    .l-seo-page p:last-child {
      margin-bottom: 50px; }
    .l-seo-page p ul:not(.accordion-items) {
      list-style: disc;
      line-height: 20px;
      padding-left: 19px;
      margin-bottom: 20px; }
      .l-seo-page p ul:not(.accordion-items) li {
        font-size: 16px;
        line-height: 1.4;
        position: relative; }
      .l-seo-page p ul:not(.accordion-items) li:last-child {
        margin-bottom: 0; }
  .l-seo-page ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 30px; }
    .l-seo-page ul:last-child {
      margin-bottom: 50px; }

.l-homepage .container .container {
  width: 100%; }

.l-homepage h1 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
  padding: 0; }
  @media (min-width: 1200px) {
    .l-homepage h1 {
      font-size: 60px;
      margin-bottom: 30px; } }

.l-homepage h2 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin: 0;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  padding: 0; }
  @media (min-width: 1200px) {
    .l-homepage h2 {
      font-size: 60px;
      margin-top: 60px !important;
      margin-bottom: 50px !important; } }

.l-homepage p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  margin: 0;
  padding: 0; }
  @media (min-width: 1200px) {
    .l-homepage p {
      font-size: 18px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      line-height: 1.4;
      margin: 0;
      padding: 0; } }

.l-homepage ul:not(.level2):not(.level1):not(.meta-navigation):not(.accordion-list) {
  font-size: 16px; }

.l-provider h1 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
  padding: 0; }
  @media (min-width: 1200px) {
    .l-provider h1 {
      font-size: 60px;
      margin-bottom: 30px; } }

.l-provider h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding: 0; }

.l-provider p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 30px;
  padding: 0; }
  @media (min-width: 1200px) {
    .l-provider p {
      font-size: 18px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      line-height: 1.4;
      margin: 0;
      margin-bottom: 20px;
      padding: 0; } }
  .l-provider p:last-child {
    margin-bottom: 50px; }

.l-provider .ce-image {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .l-provider .ce-image {
      margin-bottom: 60px; } }

.l-provider .frame-default {
  border: 1px solid transparent; }
  .l-provider .frame-default .ce-textpic {
    border: 1px solid #e1e1e1; }

.homepage-tr .col-2 {
  display: none; }
  @media (min-width: 768px) {
    .homepage-tr .col-2 {
      display: block; } }

.l-main {
  padding-top: 141px; }

.l-homepage .l-main {
  padding-top: 72px; }

.l-nopadding-container > .container {
  padding-left: 0; }

.center {
  margin-left: auto;
  margin-right: auto; }

.right {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .right {
      position: absolute;
      right: 0px;
      margin-right: 10px; } }

.left {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px; }
  @media (min-width: 768px) {
    .left {
      position: absolute;
      left: 0px;
      margin-left: 10px;
      margin-top: 0; } }

.text-center {
  text-align: center; }
  @media (min-width: 1200px) {
    .text-center {
      text-align: center; } }

.ce-headline-center {
  text-align: center; }

.l-fullWidth {
  padding-bottom: 85px;
  padding-top: 40px;
  width: 100%; }

.l-blue {
  background: #009bd9; }

.l-green {
  background: #95c11e; }

.l-green-gradient {
  background: #95c11e;
  background: linear-gradient(to top right, #4CBB8D, #95C11E); }

.l-darkBlue {
  background: #3c3c50; }

.l-white {
  background: #FFF; }

.l-yellowOrange {
  background: #fdc300; }

.l-yellow {
  background: #fdc300; }

.l-transparent {
  background: transparent; }

.l-borderTop {
  border-top: 1px solid; }

.l-border-grey {
  border-color: #c8c8c8; }

.l-border-white {
  border-color: #FFF; }

.l-border-green {
  border-color: #7aa825; }

.l-hcenter {
  display: flex;
  justify-content: center; }

.l-color-white {
  color: #FFF; }

.l-color-blue-darker {
  color: #3c3c50; }

.top-padding {
  padding-top: 100px; }

.top-padding-half {
  padding-top: 50px; }

.l-color-blue {
  color: #009bd9; }

.l-headline-top h1 {
  position: absolute;
  top: 0; }

.l-headline-middle h1 {
  position: absolute;
  top: 50%; }

.l-headline-bottom h1 {
  position: absolute;
  bottom: 0; }

@media (min-width: 768px) {
  .l-headline-max-width-60-desktop h1 {
    max-width: 50%; } }

.accordion-list {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  padding-left: 0; }

.accordion-item {
  border-top: 1px solid;
  cursor: pointer;
  padding-top: 15px; }
  @media (min-width: 1200px) {
    .accordion-item {
      padding-top: 10px; } }

@media (max-width: 1200px) {
  .jobs-container .accordion-item {
    border-top: none !important; } }

@media (min-width: 992px) {
  .accordion-item-control .button-control {
    left: 0;
    top: 0; } }

.accordion-item-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px; }
  @media (min-width: 992px) {
    .accordion-item-head {
      padding: 0px 10px 30px 20px; } }

.icon-plus {
  max-width: none !important; }

.accordion-item-title p {
  margin: 0 0 21px !important; }
  @media (max-width: 768px) {
    .accordion-item-title p {
      margin-top: 15px; } }

.accordion-item-title.button {
  margin-top: 0;
  width: 100%; }
  @media (min-width: 1200px) {
    .accordion-item-title.button {
      display: block;
      height: auto;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      text-align: left;
      color: #000;
      font-size: inherit;
      padding-top: inherit;
      padding-bottom: inherit; } }

@media (min-width: 1200px) {
  .accordion-item-title.button-blue {
    background: none; } }

.accordion-item-body {
  display: none;
  margin-right: 100px; }

.accordion-item-details {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .accordion-item-details {
      padding-left: 20px; } }
  .accordion-item-details ul {
    list-style: disc;
    padding-left: 20px; }
  .accordion-item-details p:last-child {
    margin: 0; }

.accordion-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important; }

.bubble_wrapper {
  height: 166px;
  width: 166px;
  position: absolute; }
  .bubble_wrapper:hover {
    -webkit-animation: growPulse 1s cubic-bezier(0.37, 0.74, 0.15, 1.65);
    animation: growPulse 1s cubic-bezier(0.37, 0.74, 0.15, 1.65);
    transform-origin: center; }
  .bubble_wrapper:nth-child(1) {
    height: 189px;
    width: 189px;
    top: 0px;
    left: 70px; }
  @media (min-width: 768px) {
    .bubble_wrapper:nth-child(1) {
      top: 0px;
      left: 70px; }
    .bubble_wrapper:nth-child(2) {
      top: 200px;
      left: 33px; }
    .bubble_wrapper:nth-child(3) {
      top: 160px;
      left: 225px; }
    .bubble_wrapper:nth-child(4) {
      top: 310px;
      left: 160px; } }
  @media (max-width: 768px) {
    .bubble_wrapper:nth-child(2) {
      top: 200px;
      left: 0; }
    .bubble_wrapper:nth-child(3) {
      top: 170px;
      left: 46%; }
    .bubble_wrapper:nth-child(4) {
      top: 333px;
      left: 30%; } }
  .bubble_wrapper a {
    display: block;
    height: 100%;
    border-radius: 50%; }

.bubble_outer {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 50%; }
  .bubble_outer:not(.l-transparent) {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16); }

.l-transparent .bubble_inner {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16); }

.bubble_inner {
  height: 80%;
  width: 80%;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.bubble_text {
  padding: 5px; }

.bubble_color_blue {
  color: #009bd9; }
  .bubble_color_blue a {
    color: #009bd9; }
  .bubble_color_blue a:hover {
    color: #009bd9; }

.bubble_color_green {
  color: #95c11e; }
  .bubble_color_green a {
    color: #95c11e; }
  .bubble_color_green a:hover {
    color: #95c11e; }

.bubble_color_yellow {
  color: #FDD600; }
  .bubble_color_yellow a {
    color: #FDD600; }
  .bubble_color_yellow a:hover {
    color: #FDD600; }

.bubble_color_white {
  color: white; }
  .bubble_color_white a {
    color: white; }
  .bubble_color_white a:hover {
    color: white; }

.button-link {
  color: #FFF; }

.button-link:hover {
  color: #FFF; }

.button {
  display: block;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: -o-max-content;
  max-width: -ms-max-content; }

.text-button {
  padding: 0 40px; }

.button-menu {
  height: 40px !important;
  width: 40px !important; }

.button-circle {
  border-radius: 50%; }
  @media (min-width: 992px) {
    .button-circle {
      height: 41px;
      width: 41px; } }

.button-padding {
  padding: 15px 35px; }

.button-transparent {
  background: transparent;
  border: 1px solid #FFF; }

.button--icon-text {
  margin-left: 10px; }

.button-icon-phone {
  margin-right: 15px; }

.button-mobile {
  float: right !important; }
  @media (min-width: 992px) {
    .button-mobile {
      display: none; } }

@media (max-width: 992px) {
  .button-desktop {
    display: none; } }

.button-width-300 {
  max-width: 300px;
  font-size: 14px; }

.button-darkblue {
  background: #3c3c50;
  color: #FFF; }
  .button-darkblue:hover {
    background: #1aabe2; }

.button-white {
  background: #FFF;
  color: #009bd9; }

.button-full-column {
  width: 100%;
  max-width: none !important;
  height: 50px; }

.button-darkblue-inverse {
  background: #FFF;
  color: #3c3c50;
  border: 1px solid #3c3c50; }

.button-blue {
  background: #009bd9;
  color: #FFF; }
  .button-blue:hover {
    background: #1aabe2; }

.button-green {
  background: #95c11e;
  color: #FFF; }
  .button-green:hover {
    background: #aecf2f; }

.button-wrapper-front {
  margin-left: 10px;
  margin-right: 10px; }
  @media (max-width: 768px) {
    .button-wrapper-front {
      margin-top: -10px;
      position: relative; } }
  @media (min-width: 992px) {
    .button-wrapper-front {
      display: flex;
      justify-content: space-around; } }

.button-wrapper-front-top {
  z-index: 20;
  height: 57px; }
  .button-wrapper-front-top .icon {
    margin-top: 12px; }

.button-shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  height: 50px; }

.button {
  color: white;
  border-radius: 2px; }
  .button.icon {
    height: auto; }
  .button.button-transparent-green {
    background: transparent;
    border: 1px solid #95c11e; }
    .button.button-transparent-green a, .button.button-transparent-green span {
      color: #95c11e; }
    .button.button-transparent-green:hover a, .button.button-transparent-green:hover span {
      color: #aecf2f; }
    .button.button-transparent-green .button-content {
      width: 250px; }
  .button.button-white-green {
    color: #95c11e;
    border: 1px solid #95c11e; }
    .button.button-white-green:hover {
      border-color: #aecf2f;
      color: #aecf2f; }
  .button.review-button {
    width: 200px;
    max-width: 100%; }
    @media (min-width: 768px) {
      .button.review-button {
        margin-left: 0; } }
    @media (max-width: 768px) {
      .button.review-button.pull-right {
        float: none !important; } }
  .button a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    font-weight: 700; }
    .button a:hover, .button a:focus {
      color: inherit; }

.button-quest {
  font-weight: normal !important; }

.button.button-transparent {
  color: white;
  background: transparent;
  border: 2px solid #009bd9; }

.bg-white .button.button-transparent {
  background: transparent;
  color: #3c3c50;
  border: 2px solid #009bd9; }

#show-all-providers {
  background: transparent;
  color: white;
  border: 2px solid white;
  float: right;
  width: 120px;
  padding-bottom: 6px;
  padding-top: 5px;
  font-size: 10px; }
  @media (min-width: 768px) {
    #show-all-providers {
      font-size: 15px;
      padding-top: 12px;
      padding-bottom: 13px;
      width: 232px; } }

.chat-message-container {
  font-family: Open Sans, sans-serif;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: calc(100vw - 17px);
  background: #009bd9;
  display: none;
  margin-bottom: 20px;
  cursor: default;
  position: relative;
  right: calc(50% - 200px);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75); }

.chat-container {
  display: flex;
  min-height: 85px; }
  @media (min-width: 768px) {
    .chat-container {
      display: none; } }

.chat {
  margin: auto;
  cursor: pointer;
  float: left;
  font-family: "simplaroregular";
  z-index: 2;
  position: fixed;
  bottom: 0;
  right: 20px; }
  @media (max-width: 1200px) {
    .chat:not(.chat-footer) {
      top: 5px; } }
  .chat.open {
    z-index: 25; }

.chat-speech-bubble-outer {
  position: absolute;
  bottom: 0;
  right: 5px;
  filter: drop-shadow(0 0 3px #555);
  color: #009bd9;
  font-size: 60px; }
  @media (min-width: 768px) {
    .chat-speech-bubble-outer {
      font-size: 70px; } }

.chat-speech-bubble-inner {
  bottom: 6px;
  right: 11px;
  position: absolute;
  color: #4d4d4d;
  font-size: 50px; }
  @media (min-width: 768px) {
    .chat-speech-bubble-inner {
      font-size: 60px; } }

.container-fluid {
  padding: 0; }
  .container-fluid .powermail_legend {
    height: 100px;
    background: #009bd9;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0;
    border-bottom: none; }
    .container-fluid .powermail_legend:before {
      content: '+';
      font-family: "simplaroregular";
      position: absolute;
      top: 5px;
      right: 11px;
      font-size: 40px;
      line-height: 30px;
      transform: rotate(45deg);
      cursor: pointer; }
    @media (min-width: 768px) {
      .container-fluid .powermail_legend {
        font-size: 22px;
        padding-left: 100px;
        padding-right: 100px; } }
  .container-fluid .powermail_fieldset .row {
    background: white;
    margin: 0; }
    .container-fluid .powermail_fieldset .row .powermail_fieldwrap {
      width: 100%;
      padding-right: 0; }
      .container-fluid .powermail_fieldset .row .powermail_fieldwrap .col-sm-10 {
        padding-right: 0;
        width: 100%; }
        .container-fluid .powermail_fieldset .row .powermail_fieldwrap .col-sm-10 .powermail_input {
          padding: 10px 15px 2px 15px;
          border: none;
          border-bottom: 1px solid #c8c8c8;
          border-radius: 0;
          width: 100%;
          box-shadow: none;
          -webkit-box-shadow: none; }
        .container-fluid .powermail_fieldset .row .powermail_fieldwrap .col-sm-10 .powermail_textarea {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          resize: none;
          border-radius: 0; }
        .container-fluid .powermail_fieldset .row .powermail_fieldwrap .col-sm-10.col-sm-offset-2 {
          margin-left: 0; }
          .container-fluid .powermail_fieldset .row .powermail_fieldwrap .col-sm-10.col-sm-offset-2 input[type=submit] {
            margin-top: 15px;
            margin-bottom: 15px;
            width: 100%;
            background: #95c11e;
            color: white;
            height: 40px;
            border: none;
            border-radius: 0; }
            .container-fluid .powermail_fieldset .row .powermail_fieldwrap .col-sm-10.col-sm-offset-2 input[type=submit]:hover {
              background: #aecf2f; }

.cookie-consent {
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  color: white;
  background: #3c3c50;
  min-height: 200px;
  font-size: 12px;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .cookie-consent {
      font-size: 18px; } }
  .cookie-consent a {
    color: white;
    text-decoration: underline; }
  .cookie-consent a:hover {
    text-decoration: underline;
    color: #aecf2f; }

.cookie-consent-container {
  padding-top: 30px;
  max-width: 840px;
  margin: auto;
  position: relative;
  height: 100%; }

.cookie-consent-close {
  float: right;
  cursor: pointer;
  right: 0;
  width: 100px;
  background: #95c11e; }
  .cookie-consent-close:hover {
    background: #aecf2f; }

.cookie-consent-close-container {
  max-width: 840px;
  margin: auto;
  height: 65px; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fileadmin/templates/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fileadmin/templates/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'simplaroregular';
  src: url("/fileadmin/templates/fonts/simplaro_20190523.woff") format("woff"), url("/fileadmin/templates/fonts/simplaro_20190523.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #3c3c50; }
  @media (min-width: 1200px) {
    body {
      font-size: 18px; } }

h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0; }
  @media (min-width: 1200px) {
    h1 {
      font-size: 60px;
      margin-bottom: 30px; } }

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Open Sans Bold", sans-serif; }

h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0; }
  @media (min-width: 1200px) {
    p {
      font-size: 18px; } }

.headline h2 {
  margin: 0; }
  .headline h2 a {
    color: #000; }

select {
  font-size: 13px;
  font-family: Open Sans, sans-serif; }
  @media (min-width: 768px) {
    select {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    select {
      font-size: 15px; } }

.section-link {
  text-align: center;
  color: white; }
  .section-link:hover {
    color: white; }
  .section-link .section h1 {
    color: white;
    padding-top: 50px; }

.heading-no-bold {
  font-weight: 400; }

@media (min-width: 768px) {
  .heading-no-bold-desktop {
    font-weight: 400; } }

footer {
  font-size: 10pt;
  background: #3c3c50;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 25px;
  padding-top: 5px;
  margin-top: 0;
  color: #9696aa; }
  @media (min-width: 768px) {
    footer {
      padding-top: 20px;
      padding-bottom: 10px; } }
  @media (max-width: 768px) {
    footer .container {
      padding-left: 10px;
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }

.meta-navigation {
  list-style: none;
  margin: auto auto 0;
  padding-left: 0; }

.subMetaNav {
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .subMetaNav {
      width: 20%;
      margin-right: 26px; } }
  @media (min-width: 1200px) {
    .subMetaNav {
      width: 16.666666666%;
      margin-right: 26px; } }

.sub-icon-wrapper {
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .sub-icon-wrapper {
      width: 20%;
      margin-right: 26px; } }
  @media (min-width: 1200px) {
    .sub-icon-wrapper {
      width: 16.666666666%;
      margin-right: 26px; } }

.level1-meta-navigation-item {
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .level1-meta-navigation-item {
      width: 20%;
      margin-right: 26px; } }
  @media (min-width: 1200px) {
    .level1-meta-navigation-item {
      width: 16.666666666%;
      margin-right: 26px; } }
  .level1-meta-navigation-item.active .footerNavHeader:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1); }

.meta-navigation-menu-item-link {
  color: #9696aa;
  padding: 5px 0;
  display: block;
  border-bottom: 1px solid #9696aa; }
  @media (min-width: 992px) {
    .meta-navigation-menu-item-link {
      padding: 10px 0;
      border-bottom: 1px solid transparent; } }
  .meta-navigation-menu-item-link:hover, .meta-navigation-menu-item-link:focus {
    color: #ebebfa; }

.copyright {
  padding-top: 5px; }

.sub-meta-container {
  margin-bottom: 42px;
  margin-top: 30px; }

.subMetaNavLink-wrapper {
  display: block;
  margin-bottom: 14px; }

.subMetaNavLink {
  color: #9696aa; }
  .subMetaNavLink:hover, .subMetaNavLink:focus {
    color: #ebebfa; }

.footer_seperator {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid transparent; }
  @media (min-width: 992px) {
    .footer_seperator {
      border-top: 1px solid #eee; } }

.footerNavHeader {
  color: white;
  padding: 5px 0;
  display: block;
  position: relative;
  letter-spacing: 1px;
  border-bottom: 1px solid #9696aa; }
  @media (min-width: 992px) {
    .footerNavHeader {
      padding: 10px 0;
      border-bottom: 1px solid transparent; } }
  .footerNavHeader:after {
    content: 'B';
    font-family: 'simplaroregular';
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 46px;
    line-height: 0;
    color: #9696aa;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease; }
    @media (min-width: 992px) {
      .footerNavHeader:after {
        content: ''; } }
  .footerNavHeader:hover:after {
    color: #ebebfa; }

.header-image {
  border: 1px solid transparent;
  border-bottom: none;
  position: relative;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .header-image h1 {
    padding: 50px 0 20px;
    margin-bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .header-image .scroll-down-button {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .header-image .scroll-down-button a {
      font-size: 50px;
      background: #95C11E;
      border-radius: 50%;
      color: white;
      border: 1px solid white; }

.start-image {
  position: relative; }

.ce-center .ce-column {
  width: 100%; }

.start-image .ce-headline-center {
  position: absolute;
  z-index: 1;
  color: white;
  left: 0;
  right: 0;
  display: flex;
  bottom: 0;
  padding-bottom: 70px; }

.start-image .tx-imtrinput-pi1 {
  width: 100%; }
  .start-image .tx-imtrinput-pi1 .row {
    margin: 0; }
    .start-image .tx-imtrinput-pi1 .row .row {
      margin-right: -15px;
      margin-left: -15px; }

.start-image .ce-headline-center {
  margin: auto; }

.start-image form.vergleich {
  background: white;
  max-width: 500px;
  margin: 0 auto 100px;
  padding: 30px;
  border-radius: 5px; }
  @media (max-width: 1200px) {
    .start-image form.vergleich {
      margin-bottom: 20px; }
      .start-image form.vergleich .margin-bottom {
        margin-bottom: 0; } }
  .start-image form.vergleich .col-xs-12.col-sm-offset-3.col-sm-6 {
    margin-left: 0;
    width: 100%; }
    .start-image form.vergleich .col-xs-12.col-sm-offset-3.col-sm-6 label {
      color: #3c3c50; }
  .start-image form.vergleich svg.mannTR {
    width: 35px;
    height: 65px; }

.start-image .frame-type-image {
  position: relative; }

.start-image header {
  display: flex;
  bottom: 0; }
  .start-image header h1 {
    max-width: 710px !important;
    padding-bottom: 70px; }

.gallery-wrapper .row {
  padding-bottom: 100px; }

.gallery-wrapper.logo {
  margin-top: 50px; }

.gallery-image-wrapper {
  float: left;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .gallery-image-wrapper {
      max-width: 350px;
      padding-right: 100px; } }

.gallery-image {
  padding: 10px 0;
  background: white;
  text-align: center;
  -webkit-box-shadow: 5px 12px 47px -15px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 5px 12px 47px -15px rgba(0, 0, 0, 0.52);
  box-shadow: 5px 12px 47px -15px rgba(0, 0, 0, 0.52); }
  @media (max-width: 768px) {
    .gallery-image {
      float: none;
      margin-bottom: 30px; } }
  .gallery-image img {
    width: 80%; }
    @media (min-width: 768px) {
      .gallery-image img {
        width: auto;
        max-height: 170px; } }

.header-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.menu-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

#header-nav {
  cursor: pointer; }

.control-button-wrapper {
  position: relative;
  float: left;
  margin-right: 10px; }

.menu-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.logo {
  margin: 14px 0; }

.logo-default {
  height: 45px; }

.menu-container {
  background: #3c3c50;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }

.navbar-nav {
  margin-left: -5px; }

.menu-text {
  float: right;
  font-size: 9pt;
  position: relative;
  top: 7px; }
  @media (min-width: 768px) {
    .menu-text {
      font-size: 19px; } }

#pageheader {
  min-height: 73px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000000;
  background: #3c3c50;
  color: #ebebfa; }

.user-info {
  margin-right: 20px; }

.contact-wrapper {
  margin: 10px 17px 10px 0; }
  @media (min-width: 992px) {
    .contact-wrapper {
      margin: 0; } }
  .contact-wrapper:first-child {
    border-top: 1px solid #3c3c50; }
  .contact-wrapper .contact-info {
    padding-left: 0; }
    .contact-wrapper .contact-info .contact-title {
      font-size: 12px; }
    @media (min-width: 768px) {
      .contact-wrapper .contact-info {
        font-size: 20px; }
        .contact-wrapper .contact-info .contact-title {
          font-size: 27px; } }

.subheader-section {
  border-top: 1px solid white;
  position: fixed;
  top: 72px;
  height: 70px;
  width: 100%;
  z-index: 10000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (min-width: 768px) {
    .subheader-section {
      top: 70px;
      height: 70px; } }
  @media (min-width: 1200px) {
    .subheader-section {
      top: 72px;
      height: 70px; } }

.subheader {
  font-size: 16px;
  margin-left: 0; }
  @media (min-width: 768px) {
    .subheader {
      padding-bottom: 13px;
      padding-top: 12px;
      font-size: 14px;
      margin-left: auto; } }

.no-bottom-margin {
  padding-bottom: 0 !important; }

.button-icon {
  line-height: initial;
  font-family: simplaroregular;
  cursor: pointer;
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }
  @media (min-width: 992px) {
    .button-icon {
      font-size: 45px; } }

.icon {
  max-width: 40px;
  font-family: simplaroregular; }

.button-icon-rotate {
  transform: rotate(45deg);
  font-size: 1.5em; }

.icon-blue {
  color: #009bd9;
  border-color: #009bd9 !important; }

.icon-green {
  color: #95c11e;
  border-color: #95c11e !important; }

.icon-darkBlue {
  color: #3c3c50;
  border-color: #3c3c50 !important; }

.icon-white {
  color: #FFF;
  border-color: #FFF !important; }

.icon-yellowOrange {
  color: #fdc300;
  border-color: #fdc300 !important; }

.button-control {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em; }
  .button-control.open {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg); }
  .button-control .button-cross--white {
    width: 24px; }
  @media (min-width: 992px) {
    .button-control {
      position: absolute;
      left: 16px;
      top: 16px; } }

.phone-number-wrapper {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px; }

.phone-number {
  font-size: 12px;
  font-family: Open Sans, sans-serif;
  float: left;
  background: white;
  border: 1px solid #009bd9;
  border-radius: 21px;
  padding: 5px 60px 5px 15px;
  color: #3c3c50; }
  @media (min-width: 768px) {
    .phone-number {
      font-size: 20px;
      left: -165px; } }

.button-icon-phone-active {
  position: relative;
  right: 40px; }

.back-to-home .arrow-left {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }

.back-to-home .button {
  margin-right: 10px; }

.back-to-home a {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #9696aa;
  text-decoration: none; }
  .back-to-home a:hover, .back-to-home a:focus {
    color: white; }

.back-to-top-button-wrapper {
  text-align: center;
  margin: 50px 0 80px; }
  .back-to-top-button-wrapper .back-to-top-button {
    display: inline-block;
    font-size: 50px; }

.button-arrow-down {
  font-size: 1em; }

.icon.icon-no-pointer {
  cursor: default; }

.icon.login {
  margin-right: 10px; }

.icon.help, .icon.phone {
  float: left; }
  .icon.help a, .icon.phone a {
    display: block;
    width: 100%;
    position: relative; }

.icon.help a, .icon.help a:hover {
  color: #3c3c50; }

.icon.phone {
  margin-right: 15px;
  position: relative; }
  .icon.phone .phone-number-wrapper {
    display: none; }
  .icon.phone .phone {
    position: absolute;
    font-size: 19px;
    top: 7px;
    right: -5px; }
    @media (min-width: 768px) {
      .icon.phone .phone {
        font-size: 25px;
        top: 6px;
        right: -4px; } }
  .icon.phone.show-number .phone-number-wrapper {
    display: block; }
  .icon.phone a {
    color: #3c3c50 !important; }

.icon.icon-darkblue {
  color: #3c3c50 !important; }
  .icon.icon-darkblue a {
    color: #3c3c50 !important; }
  .icon.icon-darkblue:hover {
    color: #3c3c50 !important; }

.icon.icon-green {
  color: #95c11e !important; }
  .icon.icon-green a {
    color: #95c11e !important; }
  .icon.icon-green:hover {
    color: #aecf2f !important; }
  .icon.icon-green .button-transparent {
    border: 1px solid #95c11e !important; }

.icon.icon-blue {
  color: #009bd9; }
  .icon.icon-blue a {
    color: #009bd9; }
  .icon.icon-blue:hover {
    color: #1aabe2; }
    .icon.icon-blue:hover a {
      color: #1aabe2; }

.icon.icon-white {
  color: white; }
  .icon.icon-white a {
    color: white; }
  .icon.icon-white:hover {
    color: white; }
    .icon.icon-white:hover a {
      color: white; }

.icon.button-icon {
  background: #009bd9;
  padding: 0;
  border-color: #009bd9;
  color: #3c3c50; }
  .icon.button-icon.phone {
    margin-right: 5px; }
  .icon.button-icon.help {
    margin-right: 0; }

.icon.twitter, .icon.facebook {
  float: left;
  color: #9696aa; }
  .icon.twitter:hover, .icon.facebook:hover {
    color: white; }

.icon.facebook {
  margin-right: 10px; }

.icon.link-button a, .icon.nav-arrow a {
  width: 100%;
  height: 100%;
  display: block; }

.k-i-zoom {
  font-size: 22px; }

.k-i-zoom:before {
  content: "S";
  font-family: 'simplaroregular'; }

.k-clear-value:before {
  content: 'Q';
  font-family: 'simplaroregular';
  transform: rotate(45deg); }

.button-icon-facebook {
  margin-right: 0; }
  @media (min-width: 992px) {
    .button-icon-facebook {
      margin-right: 10px; } }

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block; }

.img-logo {
  width: 95px;
  text-align: center;
  margin: 10px auto 0; }

#content-lockvogel img {
  width: 60px; }

.infobox-wrapper {
  background: #009bd9;
  border-radius: 5px;
  padding: 30px 20px 50px;
  color: white;
  float: left;
  max-width: 270px;
  -webkit-box-shadow: 5px 5px 13px -4px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 5px 5px 13px -4px rgba(0, 0, 0, 0.48);
  box-shadow: 5px 5px 13px -4px rgba(0, 0, 0, 0.48);
  display: none; }
  @media (min-width: 768px) {
    .infobox-wrapper {
      display: block; } }

.infobox-items {
  list-style: none; }

.infobox-item:before {
  content: '\2713';
  position: absolute;
  left: 33px; }

.linkbox-wrapper {
  background-color: #95c11e; }

.linkbox-header {
  font-size: 24px !important;
  line-height: 26px !important;
  font-weight: 700; }

.linkbox-inner-header {
  padding: 20px !important;
  font-size: 18px !important;
  line-height: 23px !important;
  font-weight: 700 !important;
  color: white;
  border-bottom: 1px solid #7aa825; }

.linkbox-links-container {
  padding: 20px;
  list-style: none; }

.linkbox-item {
  margin-bottom: 20px; }

.linkbox-item-link {
  text-decoration: underline; }
  .linkbox-item-link:hover {
    text-decoration: underline; }

.logo {
  display: block; }

.header-menu {
  display: none;
  left: 0;
  margin: auto;
  position: absolute;
  width: 100%; }

.menu {
  z-index: 10;
  font-size: 12pt;
  display: none;
  color: white;
  left: 0;
  top: 70px;
  width: 100%;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  .menu::-webkit-scrollbar {
    display: none; }
  @media (max-width: 768px) {
    .menu {
      top: 70px; } }
  @media (min-width: 1200px) {
    .menu {
      top: 70px; } }
  @media (min-width: 992px) {
    .menu {
      margin-bottom: 50px; } }

@media (min-width: 768px) {
  .menu-wrapper {
    margin-top: 30px; } }

.nav-menu-header {
  height: 55px; }
  @media (min-width: 1200px) {
    .nav-menu-header {
      height: unset;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

.menu-contact {
  margin-top: 1px; }

.level1 {
  list-style: none;
  margin: auto auto 0;
  padding-left: 0; }

.level2 {
  font-size: 14px;
  text-transform: none;
  display: none; }
  @media (min-width: 992px) {
    .level2 {
      display: block !important; } }

.level1-menu-item {
  width: 16.66666%;
  float: left; }
  @media (max-width: 1200px) {
    .level1-menu-item {
      width: 20%; } }
  @media (max-width: 992px) {
    .level1-menu-item {
      width: 100%; } }

.level2-menu-item {
  width: 100%; }

.level2-menu-item-link {
  width: 100%;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  letter-spacing: 0;
  color: #9696aa; }
  .level2-menu-item-link:hover {
    color: white; }
  .level2-menu-item-link:hover.ifsub:after, .level2-menu-item-link:hover.actifsub:after {
    color: #ebebfa; }
  .level2-menu-item-link:focus {
    color: white; }
  @media (min-width: 1200px) {
    .level2-menu-item-link {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 40px; } }

.ifsub {
  width: 100%;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  cursor: default;
  line-height: 1.3; }
  @media (min-width: 992px) {
    .ifsub {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 40px; } }
  @media (max-width: 992px) {
    .ifsub {
      border-bottom: 1px solid #FFF; } }
  .ifsub:hover.ifsub:after, .ifsub:hover.actifsub:after {
    color: #ebebfa; }
  .ifsub.ifsub:after, .ifsub.actifsub:after {
    content: 'B';
    font-family: simplaroregular;
    float: right;
    position: absolute;
    right: 25px;
    top: -11px;
    font-size: 46px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    color: #9696aa; }
    @media (min-width: 992px) {
      .ifsub.ifsub:after, .ifsub.actifsub:after {
        content: ''; } }
  .ifsub.active.ifsub:after, .ifsub.active.actifsub:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.meta-navigation-menu-item {
  list-style: none;
  line-height: 1.2; }

.level2-menu-item {
  line-height: 1.2;
  list-style: none; }

.input-modal .modal-header {
  border-bottom: none; }
  .input-modal .modal-header .button-circle {
    font-size: 18px; }

.input-modal .modal-title {
  font-size: 18px;
  line-height: 42px; }

.input-modal .modal-body {
  padding-bottom: 50px; }

.input-modal .modal-content {
  width: 100%;
  border-radius: 0; }
  .input-modal .modal-content .filltext {
    font-size: 16px; }

.input-modal .btn-full-width {
  line-height: 32px !important;
  font-size: 14px !important;
  font-weight: bold;
  height: 45px !important;
  padding-top: 6px !important; }
  .input-modal .btn-full-width a {
    color: white; }
  .input-modal .btn-full-width.js-modal-cancel, .input-modal .btn-full-width.js-modal-abort {
    background: #9696aa; }
    .input-modal .btn-full-width.js-modal-cancel:hover, .input-modal .btn-full-width.js-modal-abort:hover {
      background: #696977; }
  .input-modal .btn-full-width.tr-redirect:hover {
    background: #aecf2f; }

.input-modal .modal-footer {
  padding-top: 30px;
  padding-bottom: 30px; }

.slider-container-wrapper {
  max-width: 1600px;
  margin: auto; }

.slider-container {
  max-width: 1600px;
  margin: 20px auto 100px !important;
  z-index: 0; }
  .slider-container.provider-slider-container {
    padding-left: 0; }

.slide {
  height: 370px !important;
  float: left;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 100%;
  max-width: 270px;
  margin-bottom: 25px;
  margin-left: 12.5px;
  margin-right: 12.5px; }
  .slide a {
    width: 100%;
    height: 100%; }

.slide:focus {
  outline: none; }

.slick-dots {
  bottom: -40px; }
  .slick-dots li {
    margin: 0 3px; }
  .slick-dots button {
    border: 1px solid white;
    border-radius: 50%;
    background: transparent;
    width: 15px;
    height: 15px; }
    .slick-dots button.hover {
      background: #aecf2f; }
    .slick-dots button:before {
      content: ''; }

.slick-list {
  height: 100%; }

.slick-active button, .slick-side button {
  background: #95c11e;
  opacity: 1; }

.slick-track {
  height: 100%; }

.provider-image, .provider-logo {
  height: 50%;
  width: 100% !important;
  background-size: cover; }

.provider-logo {
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
  background-size: contain;
  border: 1px solid #e1e1e1; }

.pageloader_wrapper {
  display: none;
  position: fixed;
  top: calc(50% - 95px);
  left: calc(50% - 95px);
  z-index: 99999; }
  .pageloader_wrapper.show {
    display: block; }
  .pageloader_wrapper .lds-ring {
    position: absolute; }
  .pageloader_wrapper .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 220px;
    height: 220px;
    top: -15px;
    left: -15px;
    border: 16px solid #FDD600;
    border-radius: 50%;
    animation: spin 1.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #FDD600 transparent transparent transparent; }
  .pageloader_wrapper .lds-ring div:nth-child(1) {
    animation-delay: -0.6s; }
  .pageloader_wrapper .lds-ring div:nth-child(2) {
    animation-delay: -0.4s; }
  .pageloader_wrapper .lds-ring div:nth-child(3) {
    animation-delay: -0.2s; }
  .pageloader_wrapper .pageloader_inner {
    height: 190px;
    width: 190px;
    background: #009bd9;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 50px; }
    .pageloader_wrapper .pageloader_inner .pageloader_text {
      color: white;
      font-weight: bold; }

.overlaypage {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: black;
  pointer-events: visible;
  display: none;
  z-index: 99998; }
  .overlaypage.show {
    opacity: 0.3;
    display: block; }

.loader-wrapper {
  z-index: 6;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.35); }
  .loader-wrapper .loader {
    border: 16px solid transparent;
    border-top: 16px solid #009bd9;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: calc(50% - 60px);
    top: 31%; }

.message-container .loader {
  left: 33%;
  top: 31%; }

.single-image-container .image-wrapper.align-center {
  margin: auto; }

.single-image-container .image-wrapper.align-right {
  margin: 0 0 0 auto; }

/* Style the Image Used to Trigger the Modal */
#single-image-myImg {
  border-radius: 5px; }

/* The Modal (background) */
.single-image-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

/* Modal Content (Image) */
.single-image-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px; }

/* Add Animation - Zoom in the Modal */
.single-image-modal-content, #single-image-caption {
  animation-name: zoom;
  animation-duration: 0.6s; }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/* The Close Button */
.single-image-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1; }
  .single-image-close:hover, .single-image-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .single-image-modal-content {
    width: 100%; } }

.wiki_cloud_container {
  text-align: center; }

.wiki_cloud_wrapper {
  width: 100%;
  max-width: 170px;
  margin: auto; }

.wiki_cloud_item {
  display: inline-block;
  color: #95c11e;
  padding-bottom: 18px;
  font-weight: 700; }
  .wiki_cloud_item:not(:last-child) {
    margin-right: 10px; }

.criteria-container ul {
  list-style: none;
  padding-left: 40px; }
  @media (min-width: 768px) {
    .criteria-container ul {
      padding-left: 20px; } }
  .criteria-container ul li {
    margin-bottom: 25px; }
  .criteria-container ul li:before {
    content: 'R';
    font-family: "simplaroregular";
    position: absolute;
    left: 20px;
    font-size: 28px;
    line-height: 0.8; }
    @media (min-width: 768px) {
      .criteria-container ul li:before {
        left: -3px;
        font-size: 40px;
        line-height: 0.5; } }

@media (min-width: 768px) {
  .criteria-container #c969 ul li:first-child {
    padding-bottom: 1px; } }

@media (min-width: 992px) {
  .criteria-container #c969 ul li:first-child {
    padding-bottom: 0; } }

@media (min-width: 1200px) {
  .criteria-container #c969 ul li:first-child {
    padding-bottom: 4px; } }

.glossary-container .container {
  padding-right: 60px; }

.glossary-nav {
  z-index: 2;
  text-align: center;
  color: #95c11e;
  position: fixed;
  right: 15px;
  font-size: 10px;
  top: 165px; }
  @media (min-height: 600px) {
    .glossary-nav {
      font-size: 12px; } }
  @media (min-height: 768px) {
    .glossary-nav {
      font-size: 17px; } }
  @media (min-height: 900px) {
    .glossary-nav {
      font-size: 19px; } }
  @media (min-height: 1024px) {
    .glossary-nav {
      font-size: 20px; } }
  .glossary-nav a {
    color: #95c11e;
    text-decoration: none; }
    .glossary-nav a:hover {
      color: #aecf2f; }

.form-control {
  padding: 6px 6px;
  border-radius: 0;
  border: 1px solid #c8c8c8; }

.phone-number-wrapper.is-active {
  display: block; }

.menu-container.is-active {
  border-top: 1px solid #c8c8c8; }

.ce-intext.ce-right.ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 0; }

:target:before {
  content: "";
  display: block;
  height: 100px;
  /* fixed header height*/
  margin: -100px 0 0;
  /* negative fixed header height */ }
  @media (min-width: 768px) {
    :target:before {
      height: 125px;
      /* fixed header height*/
      margin: -125px 0 0;
      /* negative fixed header height */ } }

html, body {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

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

hr.ce-div {
  border-top-color: #95c11e; }

.sticky {
  position: sticky;
  z-index: 10; }

.no-margin {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  overflow: hidden;
  margin: 0; }

.no-padding {
  padding: 0 !important; }

.section {
  padding-bottom: 85px; }
  .section.homepage-tr {
    padding-bottom: 50px; }

ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-left: 0; }

.display-none {
  display: none; }

@media (min-width: 1200px) {
  .hidden-desktop {
    display: none !important; } }

.visible-desktop {
  display: none; }
  @media (min-width: 1200px) {
    .visible-desktop {
      display: block !important; } }

@media (min-width: 768px) {
  .hidden-s {
    display: none !important; } }

.visible-s {
  display: none; }
  @media (min-width: 768px) {
    .visible-s {
      display: block !important; } }

input[type=text]::-ms-clear {
  display: none; }

.ui-datepicker {
  z-index: 10 !important; }

.search-input {
  display: none; }
  .search-input .search-input-before {
    font-family: "simplaroregular";
    position: absolute;
    left: 31px;
    top: -5px;
    font-size: 29px;
    color: #9696aa; }
  .search-input input[type=text] {
    color: #9696aa;
    background: #3c3c50;
    max-width: 290px;
    border: 1px solid #9696aa;
    padding-left: 5px;
    width: 150px;
    margin-left: 15px;
    height: 29px; }
    .search-input input[type=text]:focus {
      outline-color: #009bd9; }

.iframe-container {
  text-align: center; }
  .iframe-container .simplex-movie-iframe {
    border: none;
    max-width: 100%; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.js img, .js .bg-front-image, .js .provider-image, .js .provider-logo {
  opacity: 0; }
  .js img.opaque, .js .bg-front-image.opaque, .js .provider-image.opaque, .js .provider-logo.opaque {
    opacity: 1; }

/*# sourceMappingURL=default.css.map */