/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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;
  width: 100% \9;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  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;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ie8 .btn.disabled,
.ie8 .btn[disabled],
.ie8 fieldset[disabled] .btn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(65))";
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
.select2-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #dddddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#eeeeee));
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#ffffff));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #ffffff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.type_large {
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .type_large {
    font-size: 36px;
    line-height: 40px;
  }
}
.type_medium {
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .type_medium {
    font-size: 22px;
    line-height: 28px;
  }
}
.type_small {
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 14px;
}
@media screen and (min-width: 768px) {
  .type_small {
    font-size: 10px;
    line-height: 14px;
  }
}
.come-in {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
       -o-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  -webkit-animation: come-in 0.8s ease forwards;
       -o-animation: come-in 0.8s ease forwards;
          animation: come-in 0.8s ease forwards;
}
@-webkit-keyframes come-in {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-o-keyframes come-in {
  to {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}
@keyframes come-in {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@font-face {
  font-family: 'lineto-brown-bold';
  src: url('../../inc/type/lineto-brown-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lineto-brown-boldItalic';
  src: url('../../inc/type/lineto-brown-boldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lineto-brown-italic';
  src: url('../../inc/type/lineto-brown-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lineto-brown-regular';
  src: url('../../inc/type/lineto-brown-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fonticons";
  src: url('/assets/fonts/fonticons.eot');
  src: url('/assets/fonts/fonticons.eot?#iefix') format('eot'), url('/assets/fonts/fonticons.woff') format('woff'), url('/assets/fonts/fonticons.ttf') format('truetype'), url('/assets/fonts/fonticons.svg#fonticons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="gfx-"]:before,
[class*=" gfx-"]:before,
[class^="gfx-"].after:after,
[class*=" gfx-"].after:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "fonticons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
  line-height: inherit;
}
[class^="gfx-"]:before,
[class*=" gfx-"]:before {
  margin-right: 0.5em;
}
[class^="gfx-"].after:before,
[class*=" gfx-"].after:before {
  display: none;
}
[class^="gfx-"].after:after,
[class*=" gfx-"].after:after {
  margin-left: 0.5em;
}
.gfx-triangle-down:before {
  content: "\E001";
}
.gfx-triangle-up:before {
  content: "\E002";
}
.after.gfx-triangle-down:after {
  content: "\E001";
}
.after.gfx-triangle-up:after {
  content: "\E002";
}
@media all and (min-width: 1px) {
  #mediatest {
    position: absolute;
  }
}
#img_stage {
  position: fixed;
  height: 1px;
  width: 1px;
  top: -1px;
  right: -100%;
  overflow: hidden;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
}
h1,
.h1 {
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 36px;
  margin: 40px 0 30px;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    margin: 60px 0 30px;
    font-size: 50px;
    line-height: 55px;
  }
}
h2,
.h2 {
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 36px;
  margin: 60px 0 30px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
h3,
.h3 {
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 36px;
  margin: 60px 0 30px;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
h5,
.h5 {
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 22px;
    line-height: 28px;
  }
}
a,
.a {
  text-decoration: none;
  color: #da291c;
  border-bottom: 1px solid #da291c;
  cursor: pointer;
}
.reda,
.red.a,
.red a,
.red .a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
a:focus,
.a:focus,
a:hover,
.a:hover {
  color: #da291c;
  text-decoration: none;
}
.reda:focus,
.red.a:focus,
.reda:hover,
.red.a:hover,
.red a:focus,
.red .a:focus,
.red a:hover,
.red .a:hover {
  color: #ffffff;
}
html,
body {
  position: relative;
  color: #1d1d1b;
  font-family: 'lineto-brown-regular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
}
#main {
  width: 100%;
  position: relative;
  min-height: 100%;
  float: left;
}
.section {
  position: relative;
  float: left;
  width: 100%;
  padding: 60px 0 0;
}
.section.dark_grey {
  padding-bottom: 60px;
}
.section.red {
  background-color: #da291c;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .section.red p span {
    display: block;
  }
}
.section.grey {
  background-color: #ededed;
}
.section.dark_grey {
  background-color: #adadad;
}
.subsection {
  padding: 2em 0;
}
@media screen and (max-width: 767px) {
  .subsection {
    padding: 1em 0;
  }
}
.interior {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.interior.mediumish {
  max-width: 900px;
}
.interior.medium {
  max-width: 750px;
}
.interior.small {
  max-width: 700px;
}
.interior.tiny {
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .interior.offset {
    padding-right: 5%;
  }
}
.interior > h1,
.interior > h2,
.interior > h3 {
  text-align: center;
  padding: 0 15px;
}
.interior .red {
  color: #da291c;
}
.slideIn {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: .8s ease all;
       -o-transition: .8s ease all;
          transition: .8s ease all;
}
@media screen and (min-width: 768px) {
  .slideIn {
    -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
         -o-transform: translateY(150px);
            transform: translateY(150px);
  }
}
.slideIn.slideMeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.acceptCookies {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  background-color: black;
  color: white;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 768px) {
  .acceptCookies {
    max-width: 300px;
    bottom: 30px;
    right: 30px;
    left: auto;
  }
}
.mustAcceptCookies .acceptCookies {
  display: block;
}
.acceptCookies button {
  width: 100%;
  color: white;
  background-color: #da291c;
  border: 0;
  outline: 0;
  padding: 15px 0;
  margin-top: 30px;
}
.scrollToTop {
  position: fixed;
  bottom: -30px;
  right: 30px;
  height: 30px;
  width: 30px;
  border: 1px solid #1d1d1b;
  background-image: url('../../inc/img/top.png');
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
  cursor: pointer;
}
.canScrollToTop + .scrollToTop {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  bottom: 30px;
}
.text {
  text-align: center;
  padding: 0 30px;
}
.extrawide {
  text-align: center;
  padding-top: 0;
}
.extrawide h1 {
  padding: 0;
}
.extrawide p {
  padding: 0 30px;
}
.vorteile {
  margin-top: 60px;
  padding: 30px;
  text-align: center;
}
.vorteile h2 {
  color: #da291c;
}
@media screen and (max-width: 767px) {
  .vorteile h2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .video {
    padding-top: 30px;
  }
}
.tipp .video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: #ededed;
}
.video .interior {
  background-color: black;
}
.video .interior:before {
  content: '';
  display: block;
  padding-bottom: 56.255%;
}
.video .interior iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.links {
  padding: 30px 30px 0;
}
.links h2 {
  margin-top: 30px;
}
.links p {
  margin-bottom: 15px;
}
.medienberichte {
  padding-top: 60px;
}
.medienberichte h2 {
  text-align: left;
  margin-top: 0;
  padding-left: 0;
}
.medienmitteilung h2 {
  margin-top: 0;
  text-align: left;
  padding-left: 0;
}
.wissenswertes {
  padding-bottom: 60px;
}
.wissenswertes h2 {
  margin-top: 0;
  text-align: left;
  padding-left: 0;
}
header {
  position: relative;
  width: 100%;
  height: 70px;
  z-index: 1;
}
header .interior {
  max-width: 1200px;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  header .interior {
    overflow: hidden;
  }
}
header .logo {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  header .logo {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
header .language {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  top: 0;
}
@media screen and (min-width: 768px) {
  header .language {
    width: 150px;
  }
}
header .language a {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  border: 0 !important;
  font-size: 14px;
  opacity: .5;
  text-transform: uppercase;
  float: left;
  color: #ffffff;
}
[l="de"] header .language a[href="#de"] {
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  opacity: 1;
}
[l="fr"] header .language a[href="#fr"] {
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  opacity: 1;
}
[l="it"] header .language a[href="#it"] {
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  header .language a {
    font-size: 18px;
    line-height: 70px;
    height: 100%;
  }
}
.hero {
  height: 100vh;
  margin-top: -70px;
  padding-top: 70px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.lex .hero {
  padding-bottom: 130px;
  background-position: top center;
}
.tipp .hero {
  background-position: 70% 50%;
}
@media screen and (min-width: 768px) {
  .tipp .hero {
    background-position: center;
  }
}
.hero .interior {
  overflow: visible;
}
.hero .booking_tipp {
  width: 90%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 48px;
  left: 7%;
}
.hero .booking_tipp:before {
  content: '';
  padding-bottom: 71.4%;
  display: block;
}
@media screen and (min-width: 768px) {
  .hero .booking_tipp {
    bottom: 50%;
    width: 60%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
    left: -60px;
  }
}
.hero .schlau_bucht {
  position: absolute;
  right: 15px;
  bottom: 30px;
  height: auto;
  width: 70%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.hero .schlau_bucht:before {
  content: '';
  padding-bottom: 60%;
  display: block;
}
@media screen and (min-width: 768px) {
  .hero .schlau_bucht {
    width: 40%;
  }
}
.hero .hero_module {
  display: table;
  width: 100%;
  height: 100%;
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  font-size: 29px;
  line-height: 41px;
}
@media screen and (min-width: 768px) {
  .hero .hero_module {
    font-size: 39px;
    line-height: 45px;
  }
}
@media screen and (min-width: 768px) {
  .lex .hero .hero_module {
    width: 80%;
    max-width: 500px;
  }
}
.hero .hero_module .hero_module_spacer {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
.hero .hero_module .counter #count {
  padding: 15px;
  background-color: #da291c;
  font-size: 50px;
  width: 120px;
  display: inline-block;
  text-align: center;
}
.hero .hero_module .lede {
  margin-top: 5px;
  margin-left: 15px;
}
.hero .hero_module .lede span {
  display: block;
  color: #da291c;
}
.cta {
  text-align: center;
  background-color: #da291c;
  color: #ffffff;
  padding: 0;
  margin-bottom: -100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}
.cta h3 {
  margin: 0;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .cta h3 {
    padding: 45px 30px;
  }
}
.cta h3 span {
  display: block;
}
@media screen and (min-width: 992px) {
  .cta h3 span {
    display: inline;
  }
}
.vor_nachteil {
  overflow: hidden;
  color: #ffffff;
  margin-top: 30px;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .vor_nachteil {
    padding: 60px 0;
    margin-top: 75px;
  }
}
.vor_nachteil .interior {
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .vor_nachteil .interior {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.vor_nachteil .teil {
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding: 15px 30px;
}
@media screen and (min-width: 768px) {
  .vor_nachteil .teil {
    font-size: 22px;
    line-height: 28px;
  }
}
.vor_nachteil .teil h3 {
  margin: 0 0 30px;
}
.vor_nachteil .divider {
  background-color: #ffffff;
  width: 1px;
}
.lex .testimonials {
  margin-bottom: 45px;
}
.tipp .testimonials {
  margin-top: 60px;
}
.testimonials h1 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .testimonials h1 {
    margin: 0;
  }
}
.testimonials + .text h1 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .testimonials + .text h1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials {
    padding-top: 0;
  }
}
.testimonials .lockup {
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) {
  .testimonials .lockup {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .testimonials .lockup:nth-of-type(even) .lockup_image {
    float: right;
  }
  .testimonials .lockup:nth-of-type(even) .lockup_text {
    left: 20%;
  }
}
@media screen and (min-width: 768px) {
  .testimonials .lockup:nth-of-type(odd) .lockup_text {
    left: 25%;
  }
}
.testimonials .lockup:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .testimonials .lockup:first-of-type {
    padding-top: 60px;
  }
}
.tipp .testimonials .lockup:nth-of-type(3) .lockup_interior {
  overflow: visible;
}
.testimonials .lockup:last-child {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .testimonials .lockup:last-child {
    padding-bottom: 90px;
  }
}
.tipp .testimonials .lockup:last-child .lockup_interior {
  overflow: visible;
}
.testimonials .lockup .lockup_interior {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .testimonials .lockup .lockup_interior {
    float: none;
    padding: 0 30px;
  }
}
.testimonials .lockup .lockup_interior .lockup_image {
  position: relative;
  height: auto;
  width: 50%;
  margin: 0 auto;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}
@media screen and (min-width: 768px) {
  .testimonials .lockup .lockup_interior .lockup_image {
    margin: 0;
    height: 300px;
    width: 300px;
  }
}
.testimonials .lockup .lockup_interior .lockup_image:before {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.testimonials .lockup .lockup_interior .lockup_text {
  padding: 30px;
  width: 100%;
  position: relative;
  float: left;
}
@media screen and (min-width: 768px) {
  .testimonials .lockup .lockup_interior .lockup_text {
    position: absolute;
    float: none;
    top: 0;
    height: 100%;
    width: 55%;
    display: table;
  }
}
.testimonials .lockup .lockup_interior .lockup_text .lockup_text_interior {
  display: table-cell;
  vertical-align: middle;
}
.testimonials .lockup .lockup_interior .lockup_text .lockup_text_interior p {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .testimonials .lockup .lockup_interior .lockup_text .lockup_text_interior p {
    margin-left: 30%;
  }
}
.timeline {
  padding-top: 30px;
}
.timeline .interior {
  overflow: visible;
}
.timeline .timeline_entry {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 30px 30px 60px;
}
@media screen and (min-width: 768px) {
  .timeline .timeline_entry {
    padding: 30px 30px 90px;
  }
}
.timeline .timeline_entry p {
  margin: 30px;
}
.timeline .timeline_entry h2 {
  margin: 0;
}
.timeline .timeline_entry h2 span {
  display: block;
}
.timeline .timeline_entry .arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .timeline .timeline_entry .arrow {
    height: 75px;
  }
}
.timeline .timeline_entry .arrow:before,
.timeline .timeline_entry .arrow:after {
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #1d1d1b;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
}
.timeline .timeline_entry .arrow:before {
  margin-left: -46px;
  -webkit-transform: translateY(-50%) rotate(20deg);
      -ms-transform: translateY(-50%) rotate(20deg);
       -o-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}
.timeline .timeline_entry .arrow:after {
  margin-left: 0px;
  -webkit-transform: translateY(-50%) rotate(-20deg);
      -ms-transform: translateY(-50%) rotate(-20deg);
       -o-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
}
.timeline .the_last {
  background-color: #da291c;
  padding-bottom: 60px;
  color: #ffffff;
}
.timeline .the_last p {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .timeline .the_last {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 30px;
  }
}
.news h1 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news h1 {
    margin-top: 0;
  }
}
.news article {
  overflow: hidden;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .news article {
    margin: 60px 0;
  }
}
.news article img {
  width: 100%;
  height: auto;
  margin: 5px 30px 30px 0;
  float: left;
}
@media screen and (min-width: 768px) {
  .news article img {
    max-width: 50%;
  }
}
.news article *:not(img) {
  margin-top: 30px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .news article *:not(img) {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .news article span {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .news article a {
    padding: 0 !important;
    margin: 0 0 0 30px;
  }
}
.newsletter {
  padding: 0 30px;
}
.newsletter h2 {
  text-align: left;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .newsletter h2 {
    margin-top: 30px;
  }
}
.newsletter_mitnehmen {
  padding: 0 30px;
  overflow: hidden;
}
.newsletter_mitnehmen * {
  outline: none;
}
.newsletter_mitnehmen *:focus,
.newsletter_mitnehmen *:active {
  outline: none;
}
.success.newsletter_mitnehmen .newsletter_form {
  display: none;
}
.newsletter_mitnehmen .newsletter_confirm {
  display: none;
  padding: 90px 30px;
  color: #da291c;
}
@media screen and (min-width: 768px) {
  .newsletter_mitnehmen .newsletter_confirm {
    padding: 90px 0;
  }
}
.success.newsletter_mitnehmen .newsletter_confirm {
  display: block;
}
.newsletter_mitnehmen select,
.newsletter_mitnehmen .select2-container--default,
.newsletter_mitnehmen .name01,
.newsletter_mitnehmen .name02,
.newsletter_mitnehmen .email {
  border-width: 0 0 1px 0;
  border-color: #1d1d1b;
  border-style: solid;
  border-radius: 0;
  margin-right: 30px;
  display: block;
  float: left;
  height: 50px;
}
.newsletter_mitnehmen select.error,
.newsletter_mitnehmen .select2-container--default.error,
.newsletter_mitnehmen .name01.error,
.newsletter_mitnehmen .name02.error,
.newsletter_mitnehmen .email.error {
  border-color: #da291c;
}
.newsletter_mitnehmen select,
.newsletter_mitnehmen .select2-container--default {
  width: -webkit-calc(100% - 30px) !important;
  width: calc(100% - 30px) !important;
}
@media screen and (min-width: 768px) {
  .newsletter_mitnehmen select,
  .newsletter_mitnehmen .select2-container--default {
    width: -webkit-calc(33% - 30px) !important;
    width: calc(33% - 30px) !important;
  }
}
.newsletter_mitnehmen select .selection .select2-selection--single,
.newsletter_mitnehmen .select2-container--default .selection .select2-selection--single {
  border: 0;
  margin-top: 11px;
}
.newsletter_mitnehmen select .selection .select2-selection--single span,
.newsletter_mitnehmen .select2-container--default .selection .select2-selection--single span {
  padding-left: 0;
}
.newsletter_mitnehmen select .select2-results__option--highlighted,
.newsletter_mitnehmen .select2-container--default .select2-results__option--highlighted {
  background-color: #da291c;
}
.newsletter_mitnehmen select .select2-selection__arrow,
.newsletter_mitnehmen .select2-container--default .select2-selection__arrow {
  top: 11px;
}
.newsletter_mitnehmen .name01 {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 0;
  -moz-padding-start: 0;
       padding-inline-start: 0;
  -webkit-padding-start: 0;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  .newsletter_mitnehmen .name01 {
    width: -webkit-calc(33% - 30px);
    width: calc(33% - 30px);
  }
}
.newsletter_mitnehmen .name02 {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 0;
  -moz-padding-start: 0;
       padding-inline-start: 0;
  -webkit-padding-start: 0;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  .newsletter_mitnehmen .name02 {
    width: -webkit-calc(33% - 30px);
    width: calc(33% - 30px);
  }
}
.newsletter_mitnehmen .email_interior {
  margin: 0 0 60px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  position: relative;
  float: left;
}
@media screen and (min-width: 768px) {
  .newsletter_mitnehmen .email_interior {
    margin: 60px 0;
  }
}
.newsletter_mitnehmen .email_interior .email {
  width: 100%;
  margin-bottom: 45px;
  padding: 0;
  -moz-padding-start: 0;
       padding-inline-start: 0;
  -webkit-padding-start: 0;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  .newsletter_mitnehmen .email_interior .email {
    margin-bottom: 0;
  }
}
.newsletter_mitnehmen .email_interior label {
  width: 100%;
  display: block;
  float: left;
  margin-top: 30px;
}
.newsletter_mitnehmen .email_interior label.email_error {
  color: #da291c;
  display: none;
  text-transform: uppercase;
}
.newsletter_mitnehmen .email_interior label.email_error.error {
  display: block;
}
.newsletter_mitnehmen .email_interior .send {
  position: absolute;
  top: 55px;
  height: 50px;
  width: auto;
  right: 0;
  line-height: 50px;
  background: none;
  border: none;
  padding-left: 20px;
  padding-right: 0;
  -webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
@media screen and (min-width: 768px) {
  .newsletter_mitnehmen .email_interior .send {
    top: 0;
  }
}
.newsletter_mitnehmen .email_interior .send span {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  top: 10px;
  left: -23px;
  overflow: hidden;
  border: 1px solid #da291c;
  -webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
.newsletter_mitnehmen .email_interior .send span i {
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  height: 30px;
  width: 30px;
  -webkit-background-size: 50% 50%;
          background-size: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
.newsletter_mitnehmen .email_interior .send span i:nth-of-type(1) {
  background-image: url('../../inc/img/arrow_r.png');
  background-color: #ffffff;
}
.newsletter_mitnehmen .email_interior .send span i:nth-of-type(2) {
  background-image: url('../../inc/img/arrow_w.png');
  background-color: #da291c;
}
.newsletter_mitnehmen .email_interior .send:hover {
  right: -13px;
}
.newsletter_mitnehmen .email_interior .send:hover span i:nth-of-type(2) {
  left: 100%;
  background-position: -150% 50%;
}
.select2-container .select2-dropdown {
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #da291c;
}
.teilen {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 29% 50%;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
  padding: 30px 30px 0;
}
@media screen and (min-width: 768px) {
  .teilen {
    background-position: top center;
  }
}
.teilen + .text {
  padding-bottom: 60px;
}
.teilen .schlau_bucht {
  width: 100%;
  margin: 0 auto;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .teilen .schlau_bucht {
    width: 60%;
  }
}
.teilen .schlau_bucht:before {
  content: '';
  padding-bottom: 60%;
  display: block;
}
.teilen .sharingContainer {
  position: relative;
  height: 70px;
  padding: 7.5px 15px;
  margin: 90px auto;
}
.teilen .shareIt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  white-space: nowrap;
  border: 0;
  outline: 0;
  padding: 15px 25px;
  background-color: #da291c;
  color: #1d1d1b;
  font-family: 'lineto-brown-bold', Helvetica, Arial, sans-serif;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
  font-size: 26px;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .teilen .shareIt {
    font-size: 36px;
    line-height: 40px;
  }
}
.teilen .shareMe {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.teilen .sharingIsCaring {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -150%);
      -ms-transform: translate(-50%, -150%);
       -o-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
}
.teilen .sharingIsCaring + .shareMe {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.teilen .shareMe {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}
@media screen and (min-width: 768px) {
  .teilen .shareMe {
    width: 60%;
  }
}
.teilen .shareMe > .shareMeNow {
  width: 25%;
  height: 70px;
  display: block;
  float: left;
  position: relative;
  border: 0;
}
.teilen .shareMe > .shareMeNow span {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  -webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
@media screen and (min-width: 768px) {
  .teilen .shareMe > .shareMeNow span {
    height: 60px;
    width: 60px;
    margin-left: -30px;
  }
}
.teilen .shareMe > .shareMeNow span i {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-background-size: 60% 60%;
          background-size: 60%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
@media screen and (min-width: 768px) {
  .teilen .shareMe > .shareMeNow span i {
    height: 60px;
    width: 60px;
  }
}
.teilen .shareMe > .shareMeNow span i:nth-of-type(1) {
  background-color: #da291c;
}
.teilen .shareMe > .shareMeNow span i:nth-of-type(2) {
  left: 0;
  background-color: #ffffff;
}
.teilen .shareMe > .shareMeNow:hover span,
.teilen .shareMe > .shareMeNow:active span {
  left: 55%;
}
.teilen .shareMe > .shareMeNow:hover span i:nth-of-type(2),
.teilen .shareMe > .shareMeNow:active span i:nth-of-type(2) {
  left: 100%;
  background-position: -150% 50%;
}
.lex footer {
  margin: 60px 0 0;
  border-top: 1px solid #dbdbdb;
}
footer .interior {
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  footer .interior {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
footer .footer_col_01,
footer .footer_col_02,
footer .footer_col_03,
footer .footer_col_04 {
  padding: 15px 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .footer_col_01,
  footer .footer_col_02,
  footer .footer_col_03,
  footer .footer_col_04 {
    width: auto;
    padding: 30px;
  }
}
footer .footer_col_01 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
footer .footer_col_02 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  padding: 30px 20%;
}
footer .footer_col_03 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
footer .footer_col_04 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  footer .footer_col_01 {
    -webkit-box-flex: 4;
    -webkit-flex: 4 0px;
        -ms-flex: 4 0px;
            flex: 4 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer_col_02 {
    -webkit-box-flex: 3;
    -webkit-flex: 3 0px;
        -ms-flex: 3 0px;
            flex: 3 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 15px 30px;
  }
  footer .footer_col_03 {
    -webkit-box-flex: 3;
    -webkit-flex: 3 0px;
        -ms-flex: 3 0px;
            flex: 3 0px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .footer_col_04 {
    -webkit-box-flex: 3;
    -webkit-flex: 3 0px;
        -ms-flex: 3 0px;
            flex: 3 0px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
footer .footer_col_01 p span {
  text-decoration: none;
  color: #da291c;
  border-bottom: 1px solid #da291c;
  cursor: pointer;
}
.redfooter .footer_col_01 p span,
.red footer .footer_col_01 p span {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
footer .footer_col_01 p span:focus,
footer .footer_col_01 p span:hover {
  color: #da291c;
  text-decoration: none;
}
.redfooter .footer_col_01 p span:focus,
.redfooter .footer_col_01 p span:hover,
.red footer .footer_col_01 p span:focus,
.red footer .footer_col_01 p span:hover {
  color: #ffffff;
}
footer h2 {
  margin-top: 0;
}
footer .social {
  width: 33%;
  height: 50px;
  display: block;
  float: left;
  position: relative;
  border: 0;
}
footer .social span {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  border: 1px solid #7f7f7f;
  -webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
@media screen and (min-width: 768px) {
  footer .social span {
    height: 30px;
    width: 30px;
    margin-left: -15px;
  }
}
footer .social span i {
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  height: 40px;
  width: 40px;
  -webkit-background-size: 60% 60%;
          background-size: 60%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
@media screen and (min-width: 768px) {
  footer .social span i {
    height: 30px;
    width: 30px;
  }
}
footer .social span i:nth-of-type(1) {
  background-color: #da291c;
}
footer .social span i:nth-of-type(2) {
  background-color: #ffffff;
}
footer .social:hover,
footer .social:active {
  background-color: #ffffff;
}
footer .social:hover span,
footer .social:active span {
  border-color: #da291c;
  left: 60%;
}
footer .social:hover span i:nth-of-type(2),
footer .social:active span i:nth-of-type(2) {
  left: 100%;
  background-position: -150% 50%;
}
.colophon {
  width: 100%;
  text-align: center;
  padding: 0 30px;
  text-transform: uppercase;
  -webkit-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}
.lex .colophon {
  background-color: #da291c;
}
.tipp .colophon {
  background-color: #ededed;
}
.colophon p {
  margin: 30px 0;
  -webkit-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}
.lex .colophon p {
  color: #ffffff;
}
.tipp .colophon p {
  color: #1d1d1b;
}
.colophon p span {
  display: block;
}
@media screen and (min-width: 992px) {
  .colophon p span {
    display: inline;
  }
}
.lex .colophon.xx {
  background-color: #ededed;
}
.lex .colophon.xx p {
  color: #1d1d1b;
}
.tipp .colophon.xx {
  background-color: #da291c;
}
.tipp .colophon.xx p {
  color: #ffffff;
}
.colophon.xx p {
  color: #1d1d1b;
}
.colophon.xx div {
  display: block;
}
.colophon .colophon_XX {
  display: none;
  padding: 30px;
  overflow: hidden;
}
.colophon .colophon_XX div {
  width: 100%;
  height: 50px;
  position: relative;
  float: left;
  -webkit-background-size: 50px 50px;
          background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .colophon .colophon_XX div {
    display: inline-block;
    width: 50px;
    float: none;
    margin: 0 30px;
  }
}
.colophon .colophon_XX span {
  display: block;
  position: relative;
  float: left;
  margin: 0 auto;
  height: 30px;
  width: 100%;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .colophon .colophon_XX span {
    height: 30px;
    width: 30px;
    top: -10px;
    float: none;
    display: inline-block;
    margin: 0;
  }
}
.colophon .colophon_XX span:before,
.colophon .colophon_XX span:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  background: #1d1d1b;
  left: 50%;
}
.colophon .colophon_XX span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.colophon .colophon_XX span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*# sourceMappingURL=/assets/css//main.css.map */