@charset "UTF-8";
/* ---------------------------------------------------------
 * * Var
 * * --------------------------------------------------------- */
/* ---------------------------------------------------------
 * * Includes
 * * --------------------------------------------------------- */
/*! normalize.css v3.0.0 | 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 {
  -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;
          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;
  -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;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  -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: white;
}

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;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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: 19px;
  margin-bottom: 19px;
  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;
}

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,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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 9.5px;
}

.lead {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999999;
}

.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;
}

.bg-primary {
  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: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 19px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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 #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  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.42857;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  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);
}

pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  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;
}
.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 19px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

input[type=search] {
  -webkit-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: thin dotted;
  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: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

input[type=date] {
  line-height: 33px;
}

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

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

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

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

.radio-inline,
.checkbox-inline {
  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], fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

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

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 41.25px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 24px;
  right: 0;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  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 {
  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;
}

.form-control-static {
  margin-bottom: 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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.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: 26px;
}
.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;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.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.42857;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

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

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

.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, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  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%;
  padding-left: 0;
  padding-right: 0;
}

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

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

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/fileadmin/Resources/Public/Fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/fileadmin/Resources/Public/Fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fileadmin/Resources/Public/Fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/fileadmin/Resources/Public/Fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/fileadmin/Resources/Public/Fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.alert {
  padding: 15px;
  margin-bottom: 19px;
  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 {
  padding-right: 35px;
}
.alert-dismissable .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;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  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%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  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: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.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;
  min-height: 16.42857px;
}

.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;
}

@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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  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: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  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: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  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 (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: 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: 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 (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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * * Datetimepicker for Bootstrap 3
 * * version : 4.17.47
 * * https://github.com/Eonasdan/bootstrap-datetimepicker/ */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled, .bootstrap-datetimepicker-widget .list-inline {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  padding: 5px;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.input-group.date .input-group-addon {
  cursor: pointer;
}

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

span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
  margin: 0;
}
.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

.btn-group {
  width: 100%;
}
.btn-group > .btn {
  width: 100%;
  text-align: left;
  border-radius: 0;
  height: 40px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

@media (min-width: 992px) {
  .tiles-vbl {
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .tiles-vbl {
    padding: 0 300px;
  }
}
.tiles-vbl > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: "Helvetica Neue LT W01_41488878";
  font-size: 18px;
  color: #3a3a3a;
}

main {
  padding-top: 140px;
  padding-bottom: 72px;
}
main .jumbotron {
  position: relative;
  margin-bottom: 64px;
}
main .jumbotron img {
  position: relative;
  margin: 0 auto;
}
main .jumbotron .box {
  position: relative;
  width: 100%;
  font-family: "Helvetica Neue LT W01_41488878";
  color: rgb(255, 255, 255);
  font-size: 24px;
  text-align: center;
}
main .jumbotron .box a {
  margin-top: 15px;
  background: rgb(255, 255, 255);
  padding: 6px 10px;
  color: #2C6892;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
main .jumbotron .box a:hover, main .jumbotron .box a:focus {
  text-decoration: none;
}
main .jumbotron .box > .container {
  padding-left: 0;
  padding-right: 0;
}
main .jumbotron .box > .container .content {
  background: #2C6892;
  padding: 26px 30px;
  width: 100%;
}
@media (min-width: 768px) {
  main .jumbotron .box {
    position: absolute;
    bottom: -40px;
    text-align: left;
  }
  main .jumbotron .box a {
    margin-top: 20px;
    display: block;
  }
  main .jumbotron .box > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  main .jumbotron .box > .container .content {
    width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  main .jumbotron .box {
    font-size: 32px;
  }
}
main .teaserbox {
  margin-top: 36px;
}
main .teaserbox .text {
  position: relative;
  padding: 30px;
}
main .teaserbox .text p {
  color: white;
}
main .teaserbox .text .btn {
  width: 100%;
  margin-top: 24px;
  border-radius: 0;
  border: none;
  color: #2C6892;
  font-size: 24px;
}
@media (min-width: 768px) {
  main .teaserbox .text .btn {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 30px;
    margin-top: 0;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  main .teaserbox .text .btn {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  main .teaserbox .text .btn {
    font-size: 24px;
  }
}
main .teaserbox .text.grey p {
  color: #333333;
}
main .teaserbox .text.grey .btn {
  background-color: #2C6892;
  color: rgb(255, 255, 255);
}

.ce-bodytext a {
  color: #2C6892;
}
.ce-bodytext a:focus, .ce-bodytext a:hover {
  color: #2C6892;
  text-decoration: underline;
}
.ce-bodytext a.pdf:before {
  content: "";
  background-image: url("/fileadmin/Resources/Public/Images/pdf-file.svg");
  background-size: 39px 48px;
  width: 39px;
  height: 48px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}
.ce-bodytext ul {
  margin-bottom: 20px;
}
.ce-bodytext ul li {
  position: relative;
  padding-left: 20px;
}
.ce-bodytext ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}

.ce-border img, .ce-border iframe {
  border: 1px solid #3a3a3a;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery, .mb-30 {
  margin-bottom: 30px;
}

.frame-layout-1 {
  margin-top: 70px;
}

.frame-layout-2 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .frame-layout-2 h1 {
    font-size: 32px;
  }
  .frame-layout-2 h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .frame-layout-2 p, .frame-layout-2 ul {
    font-size: 16px;
    line-height: 22px;
  }
}

footer {
  background-color: #ebebeb;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #3a3a3a;
}
footer p.margin0 {
  margin-bottom: 0;
}
footer a.logo {
  text-align: center;
  display: block;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  footer a.logo {
    text-align: right;
    display: inline-block;
    margin: 12px 0 12px 24px;
  }
}
footer ul {
  margin-top: 58px;
  text-align: center;
}
@media (min-width: 768px) {
  footer ul {
    text-align: left;
  }
}
footer ul li {
  font-size: 0;
  display: inline-block;
}
footer ul li a {
  color: #3a3a3a;
  font-size: 14px;
  padding-light: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer ul li a {
    padding-right: 25px;
  }
}
footer ul li:last-child a {
  padding-right: 0;
}
footer ul.service {
  text-align: center;
}
@media (min-width: 768px) {
  footer ul.service {
    text-align: right;
  }
}
@media (max-width: 767px) {
  footer .text-right {
    text-align: center;
  }
  footer p.margin0 {
    margin-bottom: 12px;
  }
}

h1, h2 {
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_41488878";
  margin-bottom: 32px;
  color: #333333;
}

h2 {
  font-size: 24px;
  color: #333333;
}

p {
  font-size: 18px;
  color: #333333;
}
p.large, p .large {
  font-size: 32px;
  font-family: "Helvetica Neue LT W01_41488878";
}
p.large a, p .large a {
  color: #2C6892;
}
p.large a:hover, p.large a:focus, p .large a:hover, p .large a:focus {
  text-decoration: none;
}

strong, b {
  font-family: "Helvetica Neue LT W01_71488914";
  font-weight: normal;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

.align-justify {
  text-align: justify;
}

.box-verbund {
  text-align: center !important;
}
.box-verbund p {
  min-height: 110px;
}
.box-verbund img {
  margin: 0 auto !important;
  display: inherit !important;
  max-width: 100% !important;
  margin-bottom: 30px !important;
}

.birthday-fields .col-sm-3,
.birthday-fields .col-sm-6 {
  padding: 0;
}
.birthday-fields > div:first-child {
  padding-left: 15px;
}
.birthday-fields > div:last-child {
  padding-right: 15px;
}

.customer-data-table {
  margin-bottom: 40px;
}
.customer-data-table tr td:last-child {
  padding: 0 20px;
}

.tx-twwc-company table.prices {
  margin-bottom: 40px;
}
.tx-twwc-company table.prices tbody td {
  vertical-align: middle;
}

.infobubble {
  position: relative;
  display: inline-block;
}
.infobubble span {
  display: inline-block;
  width: 22px;
  text-align: center;
  height: 22px;
  border-radius: 30px;
  border: 2px solid black;
  font-size: 13px;
  font-weight: bold;
  margin-left: 9px;
  cursor: pointer;
  line-height: inherit;
}
.infobubble span:hover + div {
  display: block !important;
}
.infobubble .infotext {
  position: absolute;
  left: 24px;
  bottom: 14px;
  width: 355px;
  background: white;
  border: 1px solid black;
  border-radius: 4px;
  padding: 9px 14px;
}
.infobubble .infotext p {
  font-size: 12px;
}

/* SPACING */
.pt-0 {
  padding-top: 0 !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-dialog .modal-title {
  font-size: 24px;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: rgb(11, 78, 142);
}

.navbar-toggle {
  margin-right: 0;
  border: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 38px;
  height: 5px;
  border-radius: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

/*!
 * ** Bootstrap Off-Canvas Nav (http://github.com/marcandrews/bootstrap-off-canvas-nav)
 * ** Copyright (c) 2015 Marc Andrews
 * ** Licensed under the MIT license */
@media (max-width: 767px) {
  html.out {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  body {
    position: absolute;
    left: 0;
    right: 0;
    overflow-x: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  body.out {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    overflow: hidden;
  }
  body.off-canvas-nav-left.out {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  .container-fluid > .navbar-collapse, .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav .navbar-nav {
    margin: 15px -15px 15px -15px;
  }
  nav .navbar-nav.home {
    margin-top: 60px;
  }
  nav .navbar-nav.home > li a:after {
    right: 55px;
  }
  body.out nav .navbar-toggle {
    background-color: transparent;
  }
  body.off-canvas-nav-left nav .navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: 0;
  }
  nav .navbar-toggle .icon-bar {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  body.out nav .navbar-toggle .icon-bar:nth-of-type(2) {
    -webkit-transform: translate3d(0, 11px, 0) rotate(45deg);
    transform: translate3d(0, 11px, 0) rotate(45deg);
  }
  body.out nav .navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  body.out nav .navbar-toggle .icon-bar:nth-of-type(4) {
    -webkit-transform: translate3d(0, 11px, 0) rotate(-45deg);
    transform: translate3d(0, -11px, 0) rotate(-45deg);
  }
  nav .navbar-collapse {
    display: block !important;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    z-index: 10000;
    width: 300px;
    height: 100vh !important;
    margin: 0;
    background-color: #2C6892;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  body.out .navbar-collapse {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  nav .navbar-nav {
    z-index: 10010;
  }
  nav.navbar-fixed-top .navbar-collapse {
    max-height: none;
  }
  body.out nav.navbar-fixed-top .navbar-collapse {
    -webkit-transform: none;
    transform: none;
  }
  body.off-canvas-nav-left nav .navbar-collapse {
    left: -300px;
    right: auto;
    border: none;
    border-right: 1px solid #e7e7e7;
  }
  body.off-canvas-nav-left.out nav.navbar-fixed-top .navbar-collapse {
    -webkit-transform: none;
    transform: none;
  }
  nav .navbar-collapse .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #eee !important;
  }
  nav .navbar-collapse .dropdown > .dropdown-menu {
    display: block !important;
    position: static;
    float: none;
    max-height: 0;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  nav .navbar-collapse .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    display: block !important;
    position: static;
    float: none;
    max-height: 0;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  nav .navbar-collapse .dropdown .dropdown-menu li a, nav .navbar-collapse .dropdown .dropdown-menu li.dropdown-header {
    padding: 5px 15px 5px 25px;
    color: rgb(119, 119, 119);
  }
  nav .navbar-collapse .dropdown.open .dropdown-menu {
    max-height: 100vh;
  }
  nav .navbar-collapse .dropdown.open .dropdown-menu > .dropdown-submenu.open > .dropdown-menu {
    max-height: 100vh;
  }
  nav .dropdown-toggle > .caret {
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
  nav .open > .dropdown-toggle > .caret {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }
  nav .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 375px) {
  body.out {
    -webkit-transform: translate3d(-100vw, 0, 0) translate3d(74px, 0, 0);
    transform: translate3d(-100vw, 0, 0) translate3d(74px, 0, 0);
  }
  body.off-canvas-nav-left.out {
    -webkit-transform: translate3d(100vw, 0, 0) translate3d(-74px, 0, 0);
    transform: translate3d(100vw, 0, 0) translate3d(-74px, 0, 0);
  }
  nav .navbar-collapse {
    right: calc((100vw - 74px) * -1);
    width: calc(100vw - 74px);
  }
  body.off-canvas-nav-left nav .navbar-collapse {
    left: calc((100vw - 74px) * -1);
  }
}
.navbar-header {
  position: relative;
}

.navbar {
  min-height: 140px;
  border: none;
}

.navbar-brand {
  padding: 15px 0 0 0;
  height: auto;
}
.navbar-brand.passpartout {
  width: 100%;
  padding: 0 15px 15px 15px;
  position: absolute;
  top: 64px;
  left: 0;
}
@media (min-width: 992px) {
  .navbar-brand.passpartout {
    width: auto;
    padding: 15px 40px 15px 40px;
    position: relative;
    top: 0;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    padding-left: 15px;
  }
}

.navbar-default {
  padding-top: 15px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 7px 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 7px 7px;
  border-bottom: 7px solid rgb(255, 255, 255);
}
.navbar-default .navbar-nav > li:last-child > a {
  padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
  color: rgb(255, 255, 255);
  font-size: 24px;
  line-height: 28px;
  padding: 20px 30px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: rgb(50, 168, 231);
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    line-height: inherit;
    font-size: 14px;
    padding: 10px 12px;
    color: rgb(11, 78, 142);
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: rgb(50, 168, 231);
  }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: rgb(50, 168, 231);
  background: transparent;
}

.clearfix {
  clear: both;
}

.secondnav {
  margin-right: -15px;
  margin-top: 30px;
  float: left;
}
@media (min-width: 768px) {
  .secondnav {
    float: right;
  }
}
.secondnav li {
  display: block;
  margin-bottom: 24px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .secondnav li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.secondnav li a {
  font-size: 32px;
  font-family: "Helvetica Neue LT W01_41488878";
  background-color: transparent;
  padding: 0;
  color: rgb(255, 255, 255);
}
.secondnav li a:hover, .secondnav li a:focus, .secondnav li a.active, .secondnav li a.current {
  text-decoration: none;
  background: transparent;
  color: rgb(50, 168, 231);
}
@media (min-width: 768px) {
  .secondnav li a:hover, .secondnav li a:focus, .secondnav li a.active, .secondnav li a.current {
    color: #2C6892;
  }
}
@media (min-width: 768px) {
  .secondnav li a {
    font-size: 24px;
    color: #2C6892;
    padding: 9px 14px;
    background-color: rgb(255, 255, 255);
  }
  .secondnav li a:hover, .secondnav li a:focus, .secondnav li a.active, .secondnav li a.current {
    text-decoration: none;
    background: #d4e1ea;
  }
}
.secondnav li.active a, .secondnav li.current a {
  background-color: transparent;
  color: rgb(50, 168, 231);
}
@media (min-width: 768px) {
  .secondnav li.active a, .secondnav li.current a {
    background-color: #d4e1ea;
    color: #2C6892;
  }
}

.vbl #price-spinner,
.ava #price-spinner,
.rvbw #price-spinner,
.aags #price-spinner {
  display: none;
  position: absolute;
}
.vbl #price-spinner.spinner,
.ava #price-spinner.spinner,
.rvbw #price-spinner.spinner,
.aags #price-spinner.spinner {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  z-index: 1000000;
  background: url("/typo3conf/ext/twwc_ticketshop/Resources/Public/Images/loader.svg") center top no-repeat;
  background-color: rgba(255, 255, 255, 0.85);
  background-position: center center;
}

#checkRenewDateButton {
  display: none;
}

section.title {
  margin-bottom: 36px;
}

p.title {
  margin: 6px 0 4px 0;
}

.abo-title {
  font-size: 24px;
}

.info-btn {
  background-image: url("../Images/info-button.svg");
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 2px;
}

.info-tooltip + .tooltip > .tooltip-inner {
  background-color: #6296cc;
  color: white;
  font-family: "Helvetica Neue LT W01_55 Roman";
}

.info-tooltip + .tooltip.right > .tooltip-arrow {
  border-right: 5px solid #6296cc;
}

.info-tooltip + .tooltip.left > .tooltip-arrow {
  border-left-color: #6296cc;
}

.w-100 {
  width: 100%;
}

.buttons {
  margin-top: 36px;
}
.buttons .form-group, .buttons form {
  margin-right: 0;
  margin-left: 0;
  display: inline-block;
}
.buttons .form-group .form-control, .buttons form .form-control {
  height: 46px;
}

.tx-twwc-ticketshop .zoom {
  position: absolute;
  margin: 0;
  right: 0;
  top: -54px;
  z-index: 100;
}
.tx-twwc-ticketshop .zoom .btn {
  border-radius: 0;
  border: none;
  width: 48px;
  height: 48px;
  display: inline-block;
  background-color: rgba(42, 49, 51, 0.14);
  background-position: center center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
.tx-twwc-ticketshop .zoom .btn#zoom-in {
  background-image: url("../Images/zoom-plus.svg");
}
.tx-twwc-ticketshop .zoom .btn#zoom-out {
  background-image: url("../Images/zoom-minus.svg");
}
.tx-twwc-ticketshop .zoom .btn#reset {
  background-image: url("../Images/zoom-reset.svg");
}
.tx-twwc-ticketshop .zoom .btn:hover {
  background-color: #ffcb00;
}
.tx-twwc-ticketshop .form-control {
  font-size: 16px;
}
.tx-twwc-ticketshop .stepbanner {
  position: relative;
  background-color: #2C6892;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner {
    height: 186px;
  }
}
.tx-twwc-ticketshop .stepbanner .test .col-sm-3:last-child .steps:after {
  content: none;
}
.tx-twwc-ticketshop .stepbanner .steps {
  margin-top: 18px;
  height: 64px;
  width: 64px;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
}
.tx-twwc-ticketshop .stepbanner .steps:after {
  content: " ";
  background: url("../Images/arrow-next-step.svg") no-repeat;
  position: absolute;
  right: -13px;
  top: 42px;
  width: 26px;
  height: 15px;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .steps:after {
    right: -24px;
    top: 48px;
    width: 48px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .tx-twwc-ticketshop .stepbanner .steps:after {
    right: -32px;
    top: 48px;
    width: 64px;
    height: 36px;
  }
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .steps {
    height: 96px;
    width: 96px;
  }
}
.tx-twwc-ticketshop .stepbanner .steps.step-0 {
  background-image: url("../Images/icon-step-01.svg");
}
.tx-twwc-ticketshop .stepbanner .steps.step-02 {
  background-image: url("../Images/icon-step-01.svg");
}
.tx-twwc-ticketshop .stepbanner .steps.step-03 {
  background-image: url("../Images/icon-step-02.svg");
}
.tx-twwc-ticketshop .stepbanner .steps.step-04 {
  background-image: url("../Images/icon-step-03.svg");
}
.tx-twwc-ticketshop .stepbanner .steps.step-05 {
  background-image: url("../Images/icon-step-04.svg");
}
.tx-twwc-ticketshop .stepbanner .steps:focus {
  outline: none;
}
.tx-twwc-ticketshop .stepbanner .steps.btn-primary, .tx-twwc-ticketshop .stepbanner .steps.btn-default {
  border: none;
}
.tx-twwc-ticketshop .stepbanner .text {
  font-size: 12px;
  font-family: "Helvetica Neue LT W01_41488878";
  line-height: 36px;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .text {
    font-size: 24px;
    line-height: 46px;
  }
}
.tx-twwc-ticketshop .stepbanner .btn-number {
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .btn-number {
    width: 100%;
    position: absolute;
    top: 164px;
    z-index: 10;
    margin: 0 -15px;
  }
}
.tx-twwc-ticketshop .stepbanner .btn-number .number {
  background-color: rgb(255, 255, 255);
  color: #2C6892;
  font-size: 16px;
  line-height: 28px;
  font-family: "Helvetica Neue LT W01_71488914";
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 21px;
  border: 2px solid #2C6892;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .btn-number .number {
    width: 42px;
    height: 42px;
    line-height: 38px;
    font-size: 27px;
  }
}
.tx-twwc-ticketshop .stepbanner .step-disabled .text {
  color: #6896b5;
}
.tx-twwc-ticketshop .stepbanner .step-disabled .number {
  background-color: #2C6892;
  color: #6896b5;
  border-color: #6896b5;
}
.tx-twwc-ticketshop .stepbanner .basket {
  padding-top: 52px;
  padding-bottom: 18px;
  border-left: 4px solid #6896b5;
  border-right: 4px solid #6896b5;
  font-family: "Helvetica Neue LT W01_41488878";
  font-size: 18px;
  color: white;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .basket {
    height: 186px;
    padding-bottom: 0;
  }
}
.tx-twwc-ticketshop .stepbanner .basket .basket-icons {
  position: relative;
}
.tx-twwc-ticketshop .stepbanner .basket .basket-icons #clear-basket {
  margin-top: -14px;
  position: absolute;
  top: 10px;
  right: calc(50% - 46px);
}
.tx-twwc-ticketshop .stepbanner .basket .price {
  margin: 6px 0 10px 0;
  font-size: 24px;
}
@media (min-width: 768px) {
  .tx-twwc-ticketshop .stepbanner .basket .price {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .tx-twwc-ticketshop .stepbanner .basket .price {
    font-size: 24px;
  }
}
.tx-twwc-ticketshop .stepbanner .basket a {
  font-family: "Helvetica Neue LT W01_41488878";
  font-size: 18px;
  color: white;
}
.tx-twwc-ticketshop .stepbanner .basket a:hover, .tx-twwc-ticketshop .stepbanner .basket a:focus {
  text-decoration: none;
}
.tx-twwc-ticketshop .stepbanner .basket a strong {
  font-size: 24px;
  font-weight: 300;
}
.tx-twwc-ticketshop .stepbanner .basket .empty-basket {
  color: #6896b5;
}
.tx-twwc-ticketshop .basket .basket-icons {
  display: inline-block;
  width: 36px;
  height: 39px;
  vertical-align: center;
  background-image: url("../Images/basket.svg");
}
.tx-twwc-ticketshop .basket .disabled .basket-icons {
  background-image: url("../Images/basket-empty.svg");
}
.tx-twwc-ticketshop .payment-address-overview .first {
  width: 230px;
}
.tx-twwc-ticketshop .payment-address-overview .last {
  border-bottom: 1px solid #dddddd;
}
.tx-twwc-ticketshop .invoice-outer-wrap {
  margin-top: 40px;
}
.tx-twwc-ticketshop .invoice-inner-wrap {
  display: none;
}
.tx-twwc-ticketshop .payment-group {
  width: 236px;
}
.tx-twwc-ticketshop .auto-pricing-table {
  display: none;
  position: relative;
}
.tx-twwc-ticketshop .auto-pricing-table.reload {
  opacity: 0.35;
}
.tx-twwc-ticketshop .auto-pricing-table h2 {
  margin-top: 60px;
  margin-bottom: 0;
}
.tx-twwc-ticketshop #price-spinner {
  display: none;
  position: absolute;
}
.tx-twwc-ticketshop #price-spinner.spinner {
  margin: 40px 0;
  background: url("/typo3conf/ext/twwc_ticketshop/Resources/Public/Images/loader.svg") center top no-repeat;
  width: 100%;
  height: 64px;
  background-size: 64px 64px;
}
.tx-twwc-ticketshop #price-spinner.route {
  position: relative;
}

#offer-wrap {
  position: relative;
}
#offer-wrap #price-spinner {
  display: none;
  position: absolute;
  z-index: 1;
}
#offer-wrap #price-spinner.spinner {
  margin: 40px 0;
  background: url("/typo3conf/ext/twwc_ticketshop/Resources/Public/Images/loader.svg") center top no-repeat;
  width: 100%;
  height: 64px;
  background-size: 64px 64px;
}
#offer-wrap.disabled {
  opacity: 0.3;
}
#offer-wrap .travelers, #offer-wrap .options, #offer-wrap .basket {
  background: #eeeeee;
  margin-bottom: 2px;
  padding: 20px;
}
#offer-wrap .travelers h2, #offer-wrap .options h2, #offer-wrap .basket h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#offer-wrap .travelers .btn-sm, #offer-wrap .options .btn-sm, #offer-wrap .basket .btn-sm {
  font-size: 18px;
  margin: 0;
}
#offer-wrap .travelers .datepicker input, #offer-wrap .options .datepicker input, #offer-wrap .basket .datepicker input {
  background: white;
}
#offer-wrap label {
  line-height: 24px;
}

#basket-orders p {
  font-size: 14px;
  line-height: 22px;
}
#basket-orders p strong {
  font-size: 16px;
}
#basket-orders .glyphicon-remove {
  color: rgb(205, 7, 30);
  font-size: 20px;
  top: 4px;
  left: 0px;
  padding-right: 3px;
}
#basket-orders .price-total {
  border-bottom: 3px double #1779ba;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.basket-refresh {
  display: none;
}
.basket-refresh a {
  color: rgb(205, 7, 30);
  text-decoration: underline;
}

#coupon-error {
  padding: 12px;
  margin-bottom: 12px;
}
#coupon-error strong {
  padding: 0;
  margin: 0;
}

.preisrechner-multipleprices .zonenplan {
  width: 100%;
  margin: 0 0 20px 0;
}
.btn-primary {
  font-size: 24px;
  font-family: "Helvetica Neue LT W01_41488878";
  border: none;
  border-radius: 0;
  background: #2C6892;
  margin: 15px;
}
.btn-primary.via {
  margin: 14px 0 14px 0;
}
.btn-primary.next:after {
  display: inline-block;
  content: " ";
  background-image: url("../Images/arrow-next.svg");
  background-size: 28px 16px;
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  margin-left: 8px;
}
.btn-primary.more:after {
  display: inline-block;
  content: " ";
  background-image: url("../Images/arrow-next.svg");
  background-size: 28px 16px;
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  margin-left: 8px;
}
.btn-primary.prev:before {
  display: inline-block;
  content: " ";
  background-image: url("../Images/arrow-prev.svg");
  background-size: 28px 16px;
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  margin-right: 8px;
}
.btn-primary.small {
  margin: 0;
  font-size: 16px;
}
.btn-primary.no-margin {
  margin: 0;
}

.btn-primary[disabled=disabled].next.spinner:after, .btn-primary[disabled=disabled].more.spinner:after, .btn-primary:disabled.next.spinner:after, .btn-primary:disabled.more.spinner:after {
  background-image: url("../Images/tail-spin.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
}
.btn-primary[disabled=disabled].prev.spinner:before, .btn-primary:disabled.prev.spinner:before {
  background-image: url("../Images/tail-spin.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
}

button.animate {
  height: 40px;
  background-color: #2C6892;
  color: rgb(255, 255, 255);
  border-radius: 0;
}
button.animate:hover, button.animate:focus {
  background-color: #2C6892;
  color: rgb(255, 255, 255);
}

button.btn-coupon {
  height: 40px;
}

input.next {
  background: url("../Images/arrow-next.svg") no-repeat right center #2C6892;
  background-size: 28px 16px;
  padding-right: 12px;
}

.swisspass-email {
  display: none;
}

.personal-data {
  display: none;
}

.via-hidden {
  display: none;
}

.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.datepicker {
  width: 200px;
  display: inline-table;
  vertical-align: middle;
}
.datepicker input {
  border-radius: 0;
  border-right: none;
  background-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.datepicker .input-group-addon:last-child {
  border-radius: 0;
}

#find-route-offers .datepicker {
  width: 100%;
}
#find-route-offers .input-group {
  margin-bottom: 30px;
}
#find-route-offers .parsley-errors-list {
  display: none;
}
#find-route-offers input.parsley-error {
  background: rgb(205, 7, 30);
  color: rgb(255, 255, 255);
}
#find-route-offers .parsley-error label.mright:before {
  background: rgb(205, 7, 30);
  border-color: rgb(205, 7, 30);
}

#create-route-order .flex-container {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#create-route-order .flex-container:before {
  content: "";
  display: table-cell;
}
#create-route-order .flex-container:after {
  content: "";
  display: table-cell;
}
#create-route-order .flex-container > div {
  margin-bottom: 30px;
}
#create-route-order .flex-container > div .route-box {
  background: #e2e7f1;
  color: #164193;
  height: 100%;
  padding: 15px;
}
#create-route-order .flex-container > div .route-box input[type=checkbox] + label, #create-route-order .flex-container > div .route-box input[type=radio] + label {
  position: absolute;
}
#create-route-order .flex-container > div .route-box div {
  padding-bottom: 50px;
}
#create-route-order .flex-container > div .route-box div.price {
  position: absolute;
  padding-bottom: 0;
  bottom: 15px;
  right: 30px;
  font-size: 28px;
  color: #164193;
  font-family: "Helvetica Neue LT W01_55 Roman";
}

.basketlist {
  margin: 0 0 0px 0;
  padding: 36px 0;
  border-top: 1px solid rgb(119, 119, 119);
}
.basketlist.bottom:last-child {
  padding-bottom: 0;
}
.basketlist.coupon-values {
  border-top: none;
  padding-top: 0;
}
.basketlist.price-total {
  border-bottom: 7px double rgb(119, 119, 119);
}
.basketlist.price-total strong {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .basketlist {
    margin: 0 0 0 0;
  }
  .basketlist.price-total {
    margin-bottom: 36px;
  }
  .basketlist .col-price {
    text-align: right;
    padding-right: 64px;
  }
}
.basketlist > div {
  padding: 0 0 18px 0;
}
@media screen and (min-width: 768px) {
  .basketlist > div {
    padding: 0;
  }
}
.basketlist > div .datepicker {
  width: 160px;
}
.basketlist > div .right {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .basketlist > div .right {
    position: relative;
    text-align: right;
    margin-right: 60px;
  }
}
.basketlist > div .right strong {
  display: block;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .basketlist > div .right strong {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .basketlist > div .right a {
    position: absolute;
    right: -24px;
    top: 35px;
  }
}
.basketlist > div strong {
  display: block;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .basketlist > div strong {
    margin-bottom: 12px;
  }
}
.basketlist > div .glyphicon-remove {
  color: rgb(205, 7, 30);
  font-size: 20px;
  top: 4px;
  left: 3px;
}

.vbl .basketlist > div .right a, .aags .basketlist > div .right a, .ava .basketlist > div .right a, .churbus .basketlist > div .right a, .engadinbus .basketlist > div .right a, .rvbw .basketlist > div .right a {
  top: inherit;
}

table.prices {
  border-collapse: collapse;
  margin: 18px 0 24px 0;
  padding: 0;
  width: 100%;
}
table.prices caption {
  display: none;
}
table.prices tr {
  border-bottom: 1px solid #333333;
}
table.prices tr.key1, table.prices tr.key2 {
  background-color: #e4f3fe;
}
table.prices tr.key3, table.prices tr.key4 {
  background-color: #fdf0d3;
}
table.prices tr.key5, table.prices tr.key6 {
  background-color: #fcd9e9;
}
table.prices tr.key2, table.prices tr.key4 {
  border-bottom: 3px solid #333333;
}
table.prices th {
  font-family: "Helvetica Neue LT W01_41488878";
}
table.prices th strong {
  font-family: "Helvetica Neue LT W01_71488914";
}
table.prices th .center {
  text-align: center;
}
table.prices th.first {
  padding-left: 0;
}
table.prices th, table.prices td {
  text-align: left;
  vertical-align: top;
  padding: 14px 18px;
}
@media screen and (min-width: 768px) {
  table.prices th.border-right, table.prices td.border-right {
    border-right: 1px solid #333333;
  }
}
@media screen and (min-width: 768px) {
  table.prices th.border-right-dotted, table.prices td.border-right-dotted {
    border-right: 1px dotted #333333;
  }
}
table.prices th.center, table.prices td.center {
  text-align: center;
}
table.prices th.text-right, table.prices td.text-right {
  text-align: right;
}
table.prices td[scope=row] {
  text-align: left;
  font-family: "Helvetica Neue LT W01_71488914";
  padding-left: 0;
  position: relative;
}
table.prices td.selected {
  background-color: #d4eacc;
}
table.prices tr.firstheader th {
  padding-bottom: 0;
}
table.prices tr.secondheader th {
  padding-top: 0;
}

table.singleprice {
  border-collapse: collapse;
  margin: 36px 0 24px 0;
  padding: 0;
  width: 100%;
}
table.singleprice td, table.singleprice th {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  table.singleprice td, table.singleprice th {
    padding-right: 12px;
    font-size: 13px;
  }
}
table.singleprice td.percent, table.singleprice th.percent {
  padding: 0;
  width: 36px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  table.singleprice td.percent, table.singleprice th.percent {
    width: 36px;
  }
  table.singleprice td.percent img, table.singleprice th.percent img {
    width: 24px;
    height: 24px;
  }
}
table.singleprice td.departure, table.singleprice td.segments, table.singleprice td.arrival, table.singleprice td.duration, table.singleprice th.departure, table.singleprice th.segments, table.singleprice th.arrival, table.singleprice th.duration {
  width: 160px;
}
table.singleprice td.departure, table.singleprice th.departure {
  text-align: right;
  padding-right: 20px;
  padding-left: 0;
  width: 100px;
}
@media screen and (max-width: 767px) {
  table.singleprice td.departure, table.singleprice th.departure {
    padding-right: 8px;
  }
}
table.singleprice td.segments, table.singleprice th.segments {
  width: 400px;
  padding: 20px 12px 0 12px;
  position: relative;
  overflow: hidden;
}
table.singleprice td.segments:before, table.singleprice th.segments:before {
  position: absolute;
  top: 28px;
  left: 0;
  content: "";
  background: url("/typo3conf/ext/twwc_ticketshop/Resources/Public/Images/pearl-left.svg") no-repeat left top;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}
table.singleprice td.segments:after, table.singleprice th.segments:after {
  position: absolute;
  top: 28px;
  right: 0;
  content: "";
  background: url("/typo3conf/ext/twwc_ticketshop/Resources/Public/Images/pearl-right.svg") no-repeat right top;
  background-size: 500px 12px;
  width: 500px;
  height: 12px;
}
table.singleprice td.segments span, table.singleprice th.segments span {
  position: relative;
  z-index: 1;
  background-color: #eeeeee;
  padding: 3px 5px;
}
table.singleprice td.segments div.stops, table.singleprice th.segments div.stops {
  font-size: 12px;
  margin-bottom: 6px;
}
table.singleprice td.arrival, table.singleprice th.arrival {
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  table.singleprice td.arrival, table.singleprice th.arrival {
    padding-left: 8px;
  }
}
table.singleprice td.price-btn, table.singleprice th.price-btn {
  text-align: right;
  padding-left: 0;
}
table.singleprice td.price-btn button, table.singleprice th.price-btn button {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  table.singleprice td.price-btn button, table.singleprice th.price-btn button {
    padding: 6px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  table.prices {
    border: 0;
  }
  table.prices caption {
    display: block;
    text-align: left;
  }
  table.prices caption strong {
    font-family: "Helvetica Neue LT W01_71488914";
  }
  table.prices thead {
    display: none;
  }
  table.prices th, table.prices td {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  table.prices tr {
    display: block;
  }
  table.prices td {
    display: block;
    text-align: right;
    padding-left: 8px;
    padding-right: 8px;
  }
  table.prices td[scope=row] {
    text-align: left;
    position: relative;
  }
  table.prices td:before {
    content: attr(data-label);
    float: left;
  }
  table.prices td:last-child {
    border-bottom: 0;
  }
  table.prices.route-prices td {
    text-align: left;
    padding: 14px 20px;
  }
  table.prices.route-prices caption {
    padding: 6px 20px;
  }
  table.prices.route-prices caption strong {
    font-size: 24px;
  }
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-group, .input-group {
  margin-bottom: 14px;
}
.form-group .form-control, .input-group .form-control {
  border-radius: 0;
  height: 40px;
}
.form-group .form-control.reason, .input-group .form-control.reason {
  height: auto !important;
}

.input-group {
  margin-bottom: 0;
}

input {
  border-radius: 0;
}
input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  padding: 4px 0 0 32px;
  position: relative;
  line-height: 20px;
  font-weight: 400;
}
input[type=checkbox] + label small, input[type=radio] + label small {
  display: block;
  margin: 8px 0;
  font-size: 70%;
  line-height: 125%;
}
input[type=checkbox] + label.label-right, input[type=radio] + label.label-right {
  padding: 4px 32px 0 0;
}
input[type=checkbox] + label.label-right:before, input[type=radio] + label.label-right:before {
  left: initial;
  right: 0;
}
input[type=checkbox] + label.mright, input[type=radio] + label.mright {
  margin-right: 15px;
}
input[type=checkbox] + label.agb, input[type=radio] + label.agb {
  width: auto;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  content: " ";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(119, 119, 119);
}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  background: transparent;
  background-image: url("../Images/checked.svg");
  background-size: 24px 24px;
  border: none;
  width: 24px;
  height: 24px;
}

textarea#customer-numbers {
  height: 200px;
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.svgmap {
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  margin: 0;
  padding-bottom: 20px;
}
.svgmap svg {
  width: 100%;
  height: auto;
}

.snackbar {
  background: #2C6892;
  color: rgb(255, 255, 255);
  font-family: "Helvetica Neue LT W01_41488878";
  font-size: 32px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 50;
  width: calc(100vw - 40px);
  padding: 12px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  bottom: -100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.snackbar:focus {
  background: #fff;
  color: #0e4194;
  font-weight: 700;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 50;
  width: calc(100vw - 40px);
  padding: 12px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  bottom: -100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.snackbar:hover {
  cursor: pointer;
  padding-bottom: 20px;
  color: #fff;
}

.snackbark-visible {
  bottom: 20px;
  opacity: 1;
}

.snackbar__arrow {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
.snackbar__arrow * {
  fill: #0e4194;
}

.snackbar__close {
  z-index: 10;
  right: 0;
  width: 44px;
  text-align: right;
  padding-right: 10px;
  font-weight: 400;
  color: #414141;
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
}

.snackbar__ietrigger {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  z-index: 9;
  left: 0;
  width: calc(100% - 44px);
}

.snackbar__message .glyphicon {
  font-size: 28px;
}

.snackbar-zone-reset {
  display: block;
  position: relative;
  z-index: 999;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-decoration: underline;
  cursor: pointer;
}
.snackbar-zone-reset:hover {
  color: rgb(255, 255, 255);
}

#calc-autopricing {
  color: rgb(255, 255, 255);
}

.alert {
  margin-bottom: 0;
  background: rgb(205, 7, 30);
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 0;
}
.alert.out {
  display: none;
}
.alert.in {
  display: block;
}
.alert.swisspass-alert-warning {
  background-color: #ffcb00;
  border-color: #ffcb00;
  color: #000;
}
.alert.swisspass-alert-warning p {
  margin-bottom: 12px;
}
.alert.swisspass-alert-warning strong {
  color: rgb(205, 7, 30);
}
.alert.payment-info {
  background-color: #e2e7f1;
  border-color: #e2e7f1;
  color: #164193;
}
.alert.payment-info p {
  margin-bottom: 12px;
}
.alert.payment-info strong {
  color: #164193;
}
.alert.payment-info a {
  color: #164193;
  border-bottom: 2px solid #164193;
}
.alert a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.alert a.hover {
  text-decoration: none;
}
.alert.alert-basket {
  margin-bottom: 20px;
}
.alert.alert-basket p {
  color: rgb(255, 255, 255);
}
.alert.basket-alert-success {
  background-color: #28a745;
  border-color: #28a745;
}
.alert.basket-alert-warning {
  background-color: #ffcb00;
  border-color: #ffcb00;
}
.alert.basket-alert-warning p {
  color: #000 !important;
}
.alert.basket-alert-warning a {
  color: rgb(205, 7, 30);
  border-bottom: 2px solid rgb(205, 7, 30);
}

.availability-data-wrap {
  padding: 20px 0;
}

.price-hint {
  font-size: 14px;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
a, button, h1 a.help {
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

h1 a.help {
  color: #0b4e8e;
  font-size: 18px;
  margin-top: 16px;
}
h1 a.help:hover {
  color: #32a8e7;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
}
ul.styled-list li {
  position: relative;
  padding-left: 20px;
}
ul.styled-list li:before {
  position: absolute;
  left: 0;
  content: "–";
}

p:last-child, ul:last-child {
  margin-bottom: 0;
}

.sticky-stuck .sticky__wrap {
  position: fixed;
  top: 110px;
  z-index: 50;
}

.visuallyhidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.arrowed, .dropoutbox__title:after, .prependArrow, .styled ul li, .whitebox-aside .whitebox__morelink, body#tinymce ul li {
  background: url("../images/pfeil-rechts-blau.svg") no-repeat 0;
  background-size: auto 20px;
  padding-left: 30px;
}

.arrowed-gray {
  background-image: url(../images/pfeil-rechts-grau.svg);
}

.arrowed-red {
  color: #d8232a;
  background: url(../images/pfeil-rechts-rot.svg) no-repeat 0;
}

.justifyright {
  float: right;
}

.contentbottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.contentright {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.contentcenter {
  text-align: center;
}

.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-white {
  background: hsla(0, 0%, 100%, 0.8);
}

.inline {
  display: inline;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

p:empty {
  display: none;
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}

ol li {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
}

ol {
  margin-left: 1em;
  padding: 0;
}

hr {
  background-color: #1779ba;
  margin: 20px auto;
  display: block;
  border: none;
  clear: both;
  height: 1px;
}

.styled ul li, body#tinymce ul li {
  padding-left: 30px;
  font-weight: 700;
  background-position: top 0.2em left;
}

.styled ul + p, body#tinymce ul + p {
  margin-bottom: 20px;
}

.tableContainer {
  position: relative;
}

.tableContainer__inner {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

.alert__content, .dropout__content, .footer__module-blue, .infoflag, .tpricelist, .whitetext, .whitetextHeadline {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.alert__content a, .dropout__content a, .footer__module-blue a, .infoflag a, .tpricelist a, .whitetext a, .whitetextHeadline a {
  display: inline-block;
  position: relative;
  color: #fff;
}

.alert__content a:after, .dropout__content a:after, .footer__module-blue a:after, .infoflag a:after, .tpricelist a:after, .whitetext a:after, .whitetextHeadline a:after {
  position: absolute;
  content: "";
  z-index: 10;
  left: -10%;
  top: -5%;
  display: block;
  width: 120%;
  height: 110%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: -webkit-transform 0.2s, opacity 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.2s;
  transition: opacity 0.5s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.5s;
  transition: transform 0.2s, opacity 0.5s, -webkit-transform 0.2s;
}

.alert__content a:hover:after, .dropout__content a:hover:after, .footer__module-blue a:hover:after, .infoflag a:hover:after, .tpricelist a:hover:after, .whitetext a:hover:after, .whitetextHeadline a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.whitetext-shadowed, .whitetextHeadline {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.66);
}

.gform_description, .lead {
  margin-top: 50px;
}

.gform_description, .lead {
  margin-top: 50px;
}

.gform_wrapper .gform_body .gsection .gsection_title.modules__title, .gform_wrapper .gform_body .gsection .gsection_title.searchpage__field {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 700;
}
.gform_wrapper .gform_body .gsection h2.gsection_title {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 700;
}

.h3, h3 {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 700;
}

.gform_wrapper .gform_body .gsection .blue.gsection_title.modules__title, .gform_wrapper .gform_body .gsection .blue.gsection_title.searchpage__field {
  color: #0e4194;
}
.gform_wrapper .gform_body .gsection .ticketlist__title.gsection_title.modules__title, .gform_wrapper .gform_body .gsection .ticketlist__title.gsection_title.searchpage__field {
  color: #0e4194;
}
.gform_wrapper .gform_body .gsection h2.blue.gsection_title, .gform_wrapper .gform_body .gsection h2.ticketlist__title.gsection_title {
  color: #0e4194;
}

.h3.blue, .h3.ticketlist__title {
  color: #0e4194;
}

h3.blue, h3.ticketlist__title {
  color: #0e4194;
}

.h3-subtitel {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 700;
}

.h4, .whitebox-aside .whitebox__morelink, h4 {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 700;
}

.h4-blue {
  color: #0e4194;
}

.gform_description, .lead {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 50px;
  font-weight: 100;
}

.whitetextHeadline {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.2em;
  color: #fff;
}

.textCentered {
  text-align: center;
}

.aktuelles__date {
  font-size: 0.8em;
  line-height: 1.8em;
  display: inline-block;
}

.gform_wrapper .gform_body .gfield_description, .gform_wrapper .gform_body .validation_message, .gform_wrapper .gform_body label {
  font-size: 0.8em;
  line-height: 1.8em;
  display: inline-block;
}

.m-atMasonry__showall, .small {
  font-size: 0.8em;
  line-height: 1.8em;
  display: inline-block;
  font-weight: normal;
}
.m-atMasonry__showall.d-block, .small.d-block {
  display: block;
}

.verysmall {
  font-size: 0.8em;
  line-height: 1.8em;
  display: inline-block;
  font-size: 0.6em;
}

.blue, .ticketlist__title {
  color: #0e4194;
}

.button, .gform_button, .pagination a {
  background: #f3f3f3;
  display: block;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  font-weight: 100;
  text-decoration: none;
  position: relative;
  border: 0;
  cursor: pointer;
}

.button:focus, .gform_button:focus, .pagination a:focus {
  outline: none;
}

.button:disabled, .gform_button:disabled, .pagination a:disabled {
  opacity: 0.4;
  cursor: auto;
}
.button:disabled:hover, .gform_button:disabled:hover, .pagination a:disabled:hover {
  opacity: 0.4;
  cursor: auto;
}

.button, .gform_button {
  margin-top: 10px;
}

.button, .gform_button {
  margin-top: 10px;
}

.pagination .button + a, .pagination .gform_button + a {
  margin-top: 10px;
}
.pagination .button, .pagination .gform_button, .pagination a {
  margin-top: 10px;
}

.button-blue, .gform_button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.button-blue, .gform_button {
  background: #0e4194;
  color: #fff;
}
.button-blue:hover, .gform_button:hover {
  background: #0e4194;
  color: #fff;
}

.button-blue:focus, .button-blue:visited {
  color: #fff;
}

.gform_button:focus, .gform_button:visited {
  color: #fff;
}

.button-red {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: #d8232a;
  color: #fff;
}
.button-red:hover {
  background: #d8232a;
  color: #fff;
}

.button-big, .gform_button {
  font-size: 1em;
  line-height: 48px;
  padding: 0 20px;
  font-weight: 100;
}

.button-micro {
  padding: 4px 10px;
  text-decoration: none;
  font-weight: 100;
}

.button-ghost {
  background: none;
  border: 1px solid #dadada;
  border-right: 0;
  font-weight: 100;
  color: #414141;
}
.button-ghost:last-child {
  border-right: 1px solid #dadada;
}

.button-ghost-vertical {
  border: 1px solid #dadada;
  border-bottom: 0;
}

.alert__content .button, .alert__content .gform_button, .alert__content .pagination a {
  background: #fff;
  color: #000;
}

.button-white {
  background: #fff;
  color: #000;
}

.dropout__content .button, .dropout__content .gform_button, .dropout__content .pagination a {
  background: #fff;
  color: #000;
}

.footer__module-blue .button, .footer__module-blue .gform_button, .footer__module-blue .pagination a {
  background: #fff;
  color: #000;
}

.infoflag .button, .infoflag .gform_button, .infoflag .pagination a {
  background: #fff;
  color: #000;
}

.pagination .alert__content a, .pagination .dropout__content a, .pagination .footer__module-blue a, .pagination .infoflag a, .pagination .tpricelist a, .pagination .whitetext a, .pagination .whitetextHeadline a, .pagination a {
  background: #fff;
  color: #000;
}

.tpricelist .button, .tpricelist .gform_button, .tpricelist .pagination a {
  background: #fff;
  color: #000;
}

.whitetext .button, .whitetext .gform_button, .whitetext .pagination a {
  background: #fff;
  color: #000;
}

.whitetextHeadline .button, .whitetextHeadline .gform_button, .whitetextHeadline .pagination a {
  background: #fff;
  color: #000;
}

.button-eyecatch {
  font-weight: 700;
  color: #0e4194;
}

.button-inline {
  display: inline-block;
  width: auto;
}

.button-notclickable {
  cursor: auto;
}

.button-active.button-ghost, .button-ghost.showallselect__option-active {
  cursor: auto;
  background: #0e4194;
  color: #fff;
}

.button-active.button-ghost:hover, .button-ghost.showallselect__option-active:hover {
  background: #0e4194;
}

[v-cloak] {
  display: none;
}

.gmap {
  height: 400px;
}

.infoflag {
  display: inline-block;
  background: #0e4194;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  padding: 0 3px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.infoflag:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
}
.infoflag:before {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  left: -32px;
  border-width: 0 32px 32px 0;
  border-color: transparent #0e4194 transparent transparent;
}
.infoflag:after {
  right: -32px;
  border-width: 32px 32px 0 0;
  border-color: #0e4194 transparent transparent;
}

.infoflag__icon, .infoflag__text {
  display: inline;
  font-size: 0.9em;
}

.infoflag__icon {
  margin-right: 5px;
}
.infoflag__icon > * {
  height: 20px;
  width: auto;
  position: relative;
  top: 3px;
  transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.infoflag:hover {
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
}
.infoflag:hover .infoflag__icon > * {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.dropoutbox {
  background: #fff;
  padding: 20px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.dropoutbox + .dropoutbox {
  margin-top: 10px;
}
.dropoutbox:hover {
  background: #f8f8f8;
}
.dropoutbox .gform_wrapper .gform_body .ginput_container_select select, .dropoutbox .gform_wrapper .gform_body input, .dropoutbox .gform_wrapper .gform_body textarea {
  background-color: #f8f8f8;
}

.dropoutbox-slim {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  border: 1px solid #f3f3f3;
}

.dropoutbox-notrigger .dropoutbox__title {
  cursor: auto;
  padding-right: 0;
}
.dropoutbox-notrigger .dropoutbox__title:after {
  display: none;
}
.dropoutbox-notrigger .dropoutbox__content {
  padding-right: 0;
}

.dropoutbox-open:hover, .dropoutboxOpen:hover {
  background: #fff;
}

.dropoutbox-open .dropoutbox__title:after, .dropoutboxOpen .dropoutbox__title:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.dropoutbox-open .dropoutbox__content, .dropoutboxOpen .dropoutbox__content {
  max-height: 2000px;
  margin-top: 20px;
  padding-top: 20px;
  opacity: 1;
  overflow: visible;
}

.dropoutbox__title {
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}
.dropoutbox__title:after {
  display: block;
  padding: 0;
  background-position: 50%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropoutbox__content {
  max-height: 0;
  padding-right: 40px;
  border-top: 2px solid #f3f3f3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  opacity: 0;
}
.dropoutbox__content > * {
  margin-top: 20px;
}

.dropoutbox-fullwidth .dropoutbox__content {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.dropoutbox-fullwidth .dropoutbox__content:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  margin-left: calc(-50vw + 590px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dropoutbox-fullwidth .dropoutbox__content > * {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.dropoutbox-fullwidth.dropoutbox-open .dropoutbox__content {
  margin-left: -20px;
  position: relative;
  z-index: 10;
  background: #fff;
  width: 1220px;
  margin-left: -40px;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.dropoutbox-fullwidth.dropoutbox-open .dropoutbox__content:after {
  width: 100vw;
  height: 100%;
  left: 20px;
}
.dropoutbox-fullwidth.dropoutbox-open .dropoutbox__content > * {
  position: relative;
  z-index: 10;
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
  opacity: 1;
}

.middler {
  margin: 0 auto;
}

.middler-xlarge {
  width: 1180px;
}

.middler-large {
  width: 970px;
}

.middler-medium {
  width: 760px;
}

.middler-noheight {
  height: 0;
}

p {
  margin-bottom: 20px;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.scrolldown {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.scrolldown:after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #fff;
  -webkit-transform-origin: bottom-center;
  transform-origin: bottom-center;
}
.scrolldown:before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #fff;
  -webkit-transform-origin: bottom-center;
  transform-origin: bottom-center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 12px;
  bottom: 0;
}
.scrolldown:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px;
  bottom: 0;
}

.dotbutton {
  position: relative;
  display: inline-block;
  margin-left: 40px;
  line-height: 25px;
  opacity: 0.8;
}

.dotbutton__dots {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #414141;
  position: absolute;
  top: 9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: -26px;
}
.dotbutton__dots:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #414141;
  position: absolute;
  top: 9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dotbutton__dots:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #414141;
  position: absolute;
  top: 9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: -10px;
  top: 0;
}
.dotbutton__dots:after {
  right: -10px;
  top: 0;
}

.dotbutton:hover {
  opacity: 1;
}
.dotbutton:hover .dotbutton__dots {
  left: -26px;
}
.dotbutton:hover .dotbutton__dots:before {
  left: -13px;
  top: 0;
}
.dotbutton:hover .dotbutton__dots:after {
  right: -13px;
  top: 0;
}

.pagination {
  margin-top: 20px;
}

@-webkit-keyframes a {
  0% {
    background-position: -2000px 0;
  }
  to {
    background-position: 2000px 0;
  }
}
@keyframes a {
  0% {
    background-position: -2000px 0;
  }
  to {
    background-position: 2000px 0;
  }
}
.lp {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #fff), color-stop(18%, #f3f3f3), color-stop(33%, #fff));
  background: linear-gradient(90deg, #fff 8%, #f3f3f3 18%, #fff 33%);
  background-size: 2000px 104px;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px;
  text-color: silver;
}

.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}

.flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  position: relative;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 hsla(0, 0%, 100%, 0.3);
}
.flex-direction-nav a:before {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 hsla(0, 0%, 100%, 0.3);
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
}
.flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: none;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 2px solid #fff;
}
.flex-control-paging li a:hover {
  background: #fff;
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider__overlay {
  position: absolute;
  z-index: 8;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}

/* *.alert {
 * *    position: fixed;
 * *    z-index: 99;
 * *    bottom: 0;
 * *    left: 0;
 * *    width: 100%;
 * *    opacity: 0;
 * *    bottom: -100px;
 * *    transition: all .4s
 * *} */
.alert-visible {
  opacity: 1;
  bottom: 0;
}

.alert__content {
  display: block;
  position: relative;
  background: #0e4194;
  text-shadow: none;
  font-weight: 700;
  width: 400px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

.alert__icon {
  position: absolute;
  left: 20px;
}

@media screen and (min-width: 1010px) {
  .just-large-down {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
@media screen and (min-width: 640px) {
  .just-small-down {
    display: none;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1220px) {
  .middler-xlarge {
    width: 100%;
    padding: 0 20px;
    max-width: 970px;
  }
  .button-big, .gform_button {
    font-size: 1em;
    line-height: normal;
    padding: 10px;
  }
  .h1, h1 {
    font-size: 2.5em;
    line-height: 1.3em;
  }
  .gform_description, .lead {
    margin-top: 30px;
  }
  .gform_description, .lead {
    margin-top: 30px;
  }
  .gform_wrapper .gform_body .gsection .gsection_title.modules__title, .gform_wrapper .gform_body .gsection .gsection_title.searchpage__field {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 700;
  }
  .gform_wrapper .gform_body .gsection h2.gsection_title {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 700;
  }
  .h3, h3 {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 700;
  }
  .gform_wrapper .gform_body .gsection .blue.gsection_title.modules__title, .gform_wrapper .gform_body .gsection .blue.gsection_title.searchpage__field {
    color: #0e4194;
  }
  .gform_wrapper .gform_body .gsection .ticketlist__title.gsection_title.modules__title, .gform_wrapper .gform_body .gsection .ticketlist__title.gsection_title.searchpage__field {
    color: #0e4194;
  }
  .gform_wrapper .gform_body .gsection h2.blue.gsection_title, .gform_wrapper .gform_body .gsection h2.ticketlist__title.gsection_title {
    color: #0e4194;
  }
  .h3.blue, .h3.ticketlist__title {
    color: #0e4194;
  }
  h3.blue, h3.ticketlist__title {
    color: #0e4194;
  }
  .h3-subtitel {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 700;
  }
  .h4, .whitebox-aside .whitebox__morelink, h4 {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 700;
  }
  .gform_description, .lead {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 40px;
  }
  .gform_description:last-child, .lead:last-child {
    margin-bottom: 0;
  }
  .dropoutbox-fullwidth.dropoutbox-open .dropoutbox__content {
    margin-left: -20px;
    position: relative;
    z-index: 10;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .dropoutbox-fullwidth.dropoutbox-open .dropoutbox__content:after {
    display: none;
  }
  .dropoutbox-fullwidth.dropoutbox-open .dropoutbox__content > * {
    position: relative;
    z-index: 10;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 1010px) {
  .just-large-up {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .middler-large {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .middler-medium {
    width: auto;
    padding: 0 20px;
  }
  .whitetextHeadline {
    font-size: 1.8rem;
  }
  .dropoutbox__title * {
    font-size: 1em;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 640px) {
  .just-small-up {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .h1, h1 {
    font-size: 2em;
    line-height: 1.3em;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .h2, .modules__title, .searchpage__field, h2 {
    font-size: 1.5em;
    line-height: 1.3em;
  }
}
.blueoverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.8);
  background: #0e4194;
  display: block;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: top;
  -webkit-box-align: top;
          align-items: top;
  padding-top: 80px;
  transition: -webkit-transform 0.5s, opacity 0.2s;
  opacity: 0;
  -webkit-transform: scale(1.1) translateY(-50px);
  transform: scale(1.1) translateY(-50px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.5s;
  transition: opacity 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.2s;
  transition: transform 0.5s, opacity 0.2s, -webkit-transform 0.5s;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: -300vh;
  color: #fff;
}
.blueoverlay a {
  color: #fff;
}

.blueoverlay-visible {
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

div.blueoverlay__topright {
  position: fixed;
  right: 60px;
  top: 40px;
}
div.blueoverlay__topright > * {
  position: relative;
}

.blueoverlay__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1070px) {
  div.blueoverlay__topright {
    right: 20px;
  }
}
@media screen and (max-width: 960px) {
  div.blueoverlay__topright {
    top: 0;
    right: 10px;
  }
  .blueoverlay__content {
    padding-top: 50px;
  }
}
.nav-toggle {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 50;
  width: 54px;
  height: 54px;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
}
.nav-toggle div {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #0e4194;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 24px;
}
.nav-toggle div:after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #0e4194;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-toggle div:before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #0e4194;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -9px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-toggle div:after {
  top: 9px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.mobnavopen .nav-toggle div {
  height: 1px;
  background: #fff;
}
.mobnavopen .nav-toggle div:after, .mobnavopen .nav-toggle div:before {
  height: 1px;
  background: #fff;
}

.nav-toggle-open div {
  height: 1px;
  background: #fff;
}
.nav-toggle-open div:after, .nav-toggle-open div:before {
  height: 1px;
  background: #fff;
}

.mobnavopen .nav-toggle div, .nav-toggle-open div {
  background: none;
}

.mobnavopen .nav-toggle div:before, .nav-toggle-open div:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 5px;
}

.mobnavopen .nav-toggle div:after, .nav-toggle-open div:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 5px;
}

.nav-toggle-big div {
  width: 50px;
}
.nav-toggle-big div:after, .nav-toggle-big div:before {
  width: 50px;
}

.mobnavopen .nav-toggle-big div {
  height: 3px;
}
.mobnavopen .nav-toggle-big div:after, .mobnavopen .nav-toggle-big div:before {
  height: 3px;
}

.nav-toggle-big.nav-toggle-open div {
  height: 3px;
}
.nav-toggle-big.nav-toggle-open div:after, .nav-toggle-big.nav-toggle-open div:before {
  height: 3px;
}

.mobnavopen .nav-toggle-big div, .nav-toggle-big.nav-toggle-open div {
  background: none;
}

.mobnavopen .nav-toggle-big div:after, .mobnavopen .nav-toggle-big div:before {
  top: 0;
}

.nav-toggle-big.nav-toggle-open div:after, .nav-toggle-big.nav-toggle-open div:before {
  top: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 81;
  height: 110px;
  border-top: 5px solid #0e4194;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  width: 100%;
}
.header > * {
  width: 100%;
}

.header-withtabs {
  height: 170px;
}

.header__navtoggle, .pplogo__untertitel {
  display: none;
}

.header__container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: #fff;
  border-bottom: 2px solid #dadada;
}

.header__contentwrap {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 105px;
}

.header__topmid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0;
}

.header__left {
  margin-right: auto;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.header__right {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: auto;
  text-align: right;
  z-index: 50;
}

.header__rightinner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  padding: 2px 0 10px;
}

.header__subnav {
  margin-bottom: auto;
}

.header__mainnav {
  margin-top: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.header__search {
  display: inline-block;
  margin-left: 20px;
}

.pplogo {
  height: 40px;
  width: 140px;
  margin-left: 0;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.dropout {
  margin-top: -30px;
}

.dropout__content, .dropout__inner {
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
}

.dropout__content {
  background: #0e4194;
  max-height: 0;
  overflow: hidden;
}

.dropout__inner {
  opacity: 0;
  padding: 20px 0;
}

.dropout__contenthead {
  margin-bottom: 20px;
}

.dropout__trigger {
  cursor: pointer;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
}

.dropout-open {
  margin-top: 0;
}
.dropout-open .dropout__content {
  max-height: 600px;
  height: auto;
  padding: 20px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-top: 0;
}
.dropout-open .dropout__inner {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.dropout-open .dropout__trigger {
  -webkit-transform: none;
  transform: none;
}
.dropout-open .dropout__trigger > * {
  opacity: 0;
}
.dropout-open .dropout_closeicon {
  position: absolute;
  top: 14px;
  left: calc(50% - 10px);
  opacity: 1;
  width: 15px;
  height: 15px;
}
.dropout-open .dropout_closeicon:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 2px;
  left: 0;
  background: #fff;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.dropout-open .dropout_closeicon:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 2px;
  left: 0;
  background: #fff;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropout-open .dropout_closeicon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.subnav a {
  text-decoration: none;
}
.subnav .menu > li {
  display: inline-block;
  position: relative;
}
.subnav .menu > li a {
  color: #000;
  display: block;
  line-height: 1.6em;
  padding: 0 5px;
  font-size: 0.9em;
  font-weight: 700;
}
.subnav .menu > li.current_page_item > a, .subnav .menu > li:hover > a {
  text-decoration: underline;
}
.subnav .menu > li:last-child > a {
  padding-right: 0;
}
.subnav .menu > li > ul {
  display: block;
  position: absolute;
  right: 0;
  top: calc(1.6em + 4px);
  z-index: 82;
  background: #fff;
  border-top: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  right: -9999em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.subnav .menu > li > ul > li > a {
  display: block;
  padding: 2px 10px;
  border-bottom: 1px solid #f3f3f3;
  white-space: nowrap;
  font-weight: 400;
}
.subnav .menu > li > ul > li > a:hover {
  text-decoration: underline;
}
.subnav .menu > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.subnav .menu > li:hover > ul {
  opacity: 1;
  right: 0;
}

.mainnav a {
  color: #0e4194;
  text-decoration: none;
}
.mainnav .menu > li {
  display: inline-block;
  position: relative;
}
.mainnav .menu > li > a {
  display: block;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 1.5em;
  font-weight: 400;
}
.mainnav .menu > li:last-child a {
  margin-right: -10px;
}
.mainnav .menu > li > ul.sub-menu {
  display: block;
  position: fixed;
  left: calc(50vw - 590px - 6.66667px);
  width: 1180px;
  top: 110px;
  padding: 20px 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  padding: 0;
}
.mainnav .menu > li > ul.sub-menu:after {
  content: "";
  position: absolute;
  left: -100vw;
  top: 0;
  width: 300vw;
}
.mainnav .menu > li > ul.sub-menu:before {
  content: "";
  position: absolute;
  left: -100vw;
  top: 0;
  width: 300vw;
  background: #fff;
  border-top: 1px solid #dadada;
  height: 100%;
  -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}
.mainnav .menu > li > ul.sub-menu:after {
  height: 20px;
  margin-top: -20px;
}
.mainnav .menu > li > ul.sub-menu > li {
  width: 25%;
  padding: 0 10px;
  float: left;
  position: relative;
  z-index: 10;
  text-align: left;
}
.mainnav .menu > li > ul.sub-menu > li > a {
  color: #0e4194;
  font-weight: 700;
}
.mainnav .menu > li > ul.sub-menu a {
  position: relative;
  display: block;
  color: #000;
  border-bottom: 1px solid #dadada;
  padding: 3px 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}
.mainnav .menu > li > ul.sub-menu a:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f3f3f3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.mainnav .menu > li > ul.sub-menu a:hover {
  background: none;
  padding-left: 10px;
}
.mainnav .menu > li > ul.sub-menu a:hover:before {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.mainnav .menu > li > ul.sub-menu .current-menu-ancestor > a, .mainnav .menu > li > ul.sub-menu .current-menu-item > a, .mainnav .menu > li > ul.sub-menu .current-page-item > a {
  font-weight: 700;
}
.mainnav .menu > li.menu-item-has-children:hover > ul.sub-menu {
  max-height: 100vh;
  overflow: visible;
  opacity: 1;
  padding: 20px 0;
}
.mainnav .menu > li.menu-item-has-children:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 2.1em;
  left: calc(50% - 20px);
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: transparent transparent #fff;
}
.mainnav .menu > li.menu-item-has-children:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 2.1em;
  left: calc(50% - 20px);
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: transparent transparent #fff;
  border-color: transparent transparent #dadada;
  margin-top: -1px;
}

@media screen and (max-width: 1220px) {
  .mainnav .menu > li a {
    font-size: 1.2em;
  }
  .mainnav .menu > li a ul.sub-menu {
    width: 970px;
    left: calc(50vw - 485px + 10px);
  }
  .mainnav .menu > li.menu-item-has-children:hover:after, .mainnav .menu > li.menu-item-has-children:hover:before {
    top: 1.8em;
  }
}
@media screen and (max-width: 1010px) {
  .mobnavopen {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
  }
  .mobnavopen body {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
  }
  .header {
    width: 100%;
    height: 110px;
  }
  .header__contentwrap {
    position: relative;
    height: 110px;
  }
  .pplogo {
    height: 50px;
    margin-top: -10px;
  }
  .header__topmid {
    -webkit-transform: translateY(-100%) scale(0);
    transform: translateY(-100%) scale(0);
    opacity: 0;
    transition: -webkit-transform 0.2s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0.2s;
    transition: opacity 0s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0s;
    transition: transform 0.2s, opacity 0s, -webkit-transform 0.2s;
  }
  .mobnavopen .header__topmid {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .header__topmid .infoflag {
    background: #fff;
    color: #0e4194;
  }
  .header__topmid .infoflag:before {
    border-color: transparent #fff transparent transparent;
  }
  .header__topmid .infoflag:after {
    border-color: #fff transparent transparent;
  }
  .header__topmid .dropout__content {
    background: #fff;
    color: #0e4194;
  }
  .header__topmid .dropout__content a {
    color: #0e4194;
  }
  .header__topmid .afFilter__taxfieldgroup > *, .header__topmid .preisausgabe, .header__topmid .w-3 {
    width: 100%;
  }
  .dropout-open {
    margin-top: 0;
  }
  .dropout-open .dropout__content {
    max-height: none;
    height: calc(90vh - 50px);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .dropout-open .dropout_closeicon:after, .dropout-open .dropout_closeicon:before {
    background: #0e4194;
  }
  .header__navtoggle {
    display: block;
    position: fixed !important;
    top: 30px;
    right: 20px;
    z-index: 9999;
  }
  .header__right {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.8);
    background: #0e4194;
    display: block;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: top;
    -webkit-box-align: top;
            align-items: top;
    padding-top: 80px;
    transition: -webkit-transform 0.5s, opacity 0.2s;
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-50px);
    transform: scale(1.1) translateY(-50px);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.5s;
    transition: opacity 0.2s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.2s;
    transition: transform 0.5s, opacity 0.2s, -webkit-transform 0.5s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: -300vh;
    padding-right: 20px;
    padding-left: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    color: #fff;
  }
  .header__right a {
    color: #fff;
  }
  .header__rightinner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .header__rightinner > * {
    width: 100%;
  }
  .mobnavopen .header__right {
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  .header__subnav {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-bottom: 60px;
  }
  .header__mainnav {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-bottom: 40px;
  }
  .header__mainnav .menu-main-menue-container {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .header__mainnav .header__search {
    display: block;
    -webkit-transform: none;
    transform: none;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    text-align: center;
    margin: 0 0 20px;
  }
  .subnav {
    display: block;
  }
  .mainnav, .subnav {
    text-align: center;
  }
  .mainnav > *, .subnav > * {
    display: block;
    width: 100%;
  }
  .mainnav .menu, .subnav .menu {
    display: block;
  }
  .mainnav .menu > li:nth-child(1n), .subnav .menu > li:nth-child(1n) {
    display: block;
    margin: 0;
    padding: 0;
  }
  .mainnav .menu > li:nth-child(1n) > a, .subnav .menu > li:nth-child(1n) > a {
    display: block;
    color: #fff;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  .mainnav .menu > li > ul, .subnav .menu > li > ul {
    opacity: 1;
    right: 0;
  }
  .mainnav .menu > li > ul, .subnav .menu > li > ul {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul.sub-menu, .subnav .menu > li > ul.sub-menu {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul.sub-menu > li, .subnav .menu > li > ul.sub-menu > li {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul.sub-menu > li a, .subnav .menu > li > ul.sub-menu > li a {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul.sub-menu > li a:hover, .subnav .menu > li > ul.sub-menu > li a:hover {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul > li, .subnav .menu > li > ul > li {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul > li > a, .subnav .menu > li > ul > li > a {
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0;
    right: auto;
    left: auto;
    display: block;
    background: none;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    overflow: visible;
    text-align: center;
    width: 100%;
    float: none;
  }
  .mainnav .menu > li > ul.current-menu-item > a {
    font-weight: 100;
  }
  .mainnav .menu > li > ul.sub-menu.current-menu-item > a {
    font-weight: 100;
  }
  .mainnav .menu > li > ul.sub-menu > li.current-menu-item > a {
    font-weight: 100;
  }
  .mainnav .menu > li > ul.sub-menu > li a.current-menu-item > a, .mainnav .menu > li > ul.sub-menu > li a:hover.current-menu-item > a {
    font-weight: 100;
  }
  .mainnav .menu > li > ul > li.current-menu-item > a, .mainnav .menu > li > ul > li > a.current-menu-item > a {
    font-weight: 100;
  }
  .subnav .menu > li > ul.current-menu-item > a {
    font-weight: 100;
  }
  .subnav .menu > li > ul.sub-menu.current-menu-item > a {
    font-weight: 100;
  }
  .subnav .menu > li > ul.sub-menu > li.current-menu-item > a {
    font-weight: 100;
  }
  .subnav .menu > li > ul.sub-menu > li a.current-menu-item > a, .subnav .menu > li > ul.sub-menu > li a:hover.current-menu-item > a {
    font-weight: 100;
  }
  .subnav .menu > li > ul > li.current-menu-item > a, .subnav .menu > li > ul > li > a.current-menu-item > a {
    font-weight: 100;
  }
  .menu > li > ul.sub-menu:after, .menu > li > ul.sub-menu:before, .menu > li > ul.sub-menu a:hover:before {
    display: none;
  }
  .subnav a {
    text-decoration: none;
  }
  .subnav a {
    font-size: 2rem;
    font-weight: 100;
  }
  .subnav a ul.sub-menu {
    margin-bottom: 10px;
  }
  .subnav a ul.sub-menu > li > a {
    font-size: 1.2rem;
    font-weight: 100;
    padding: 4px 0;
  }
  .mainnav .menu > li.menu-item-has-children:hover > ul.sub-menu {
    max-height: none;
    padding: 0;
  }
  .mainnav .menu > li.menu-item-has-children:hover:after, .mainnav .menu > li.menu-item-has-children:hover:before {
    display: none;
  }
  .mainnav .menu > li a {
    font-size: 3rem;
    font-weight: 100;
  }
  .mainnav .menu > li a ul.sub-menu > li {
    margin-bottom: 20px;
  }
  .mainnav .menu > li a ul.sub-menu > li:first-of-type {
    margin-top: 20px;
  }
  .mainnav .menu > li a ul.sub-menu > li a {
    font-size: 2rem;
    font-weight: 100;
  }
  .mainnav .menu > li a ul.sub-menu > li a ul.sub-menu > li > a {
    font-size: 1.2rem;
    font-weight: 100;
    padding: 4px 0;
  }
  .header .mainnav .menu > li.menu-item-has-children:hover > ul, .header .subnav .menu > li.menu-item-has-children:hover > ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
  }
  .header .mainnav .menu > li > ul, .header .subnav .menu > li > ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
  }
  .header .mainnav .menu > li > ul > li > ul, .header .subnav .menu > li > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
  }
  .header .mainnav .menu > li.menu-item-has-children.open > ul, .header .mainnav .menu > li.open > ul, .header .mainnav .menu > li > ul > li.open > ul {
    max-height: 100vh;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    margin-bottom: 30px;
  }
  .header .subnav .menu > li.menu-item-has-children.open > ul, .header .subnav .menu > li.open > ul, .header .subnav .menu > li > ul > li.open > ul {
    max-height: 100vh;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    width: 100%;
    height: 73.33333px;
  }
  .header__contentwrap {
    position: relative;
    height: 73.33333px;
  }
  .pplogo {
    height: 30px;
  }
  .header__navtoggle {
    top: 12px;
    right: 0;
  }
  .mainnav .menu > li > a {
    font-size: 2.5rem;
    lin-height: 1.6em;
  }
}
.searchicon {
  display: block;
  border: 0;
  position: relative;
  background: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.searchicon:focus, .searchicon:hover {
  outline: none;
  -webkit-transform: rotate(-10deg) scale(1.5);
  transform: rotate(-10deg) scale(1.5);
}

.searchicon__icn {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: auto;
}
.searchicon__icn > * {
  width: 25px;
  height: 25px;
}
.searchicon__icn * {
  fill: #0e4194;
}

.globalsearch__content {
  padding-top: 0;
  padding: calc(30vh - 50px) 0;
}

@media screen and (max-height: 600px) {
  .globalsearch__content {
    padding-top: 40px;
  }
}
.globalsearch__results {
  margin-top: 20px;
}

.globalsearch__result {
  display: block;
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.globalsearch__result:focus, .globalsearch__result:hover {
  background: #0d3a83;
  color: #fff;
}

.globalsearch__result-dummy {
  background: #0d3a83;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 0;
}

.globalsearch__addinfo {
  display: inline-block;
  padding-left: 10px;
}

@media screen and (max-width: 1010px) {
  .searchicon {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 20px 40px;
    border-radius: 4px;
    background: #0d3a83;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .searchicon:focus, .searchicon:hover {
    -webkit-transform: none;
    transform: none;
    background: #082555;
  }
  .searchicon__icn {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 25px;
    height: auto;
  }
  .searchicon__icn > * {
    width: 100%;
    height: auto;
  }
  .searchicon__icn * {
    fill: #fff;
  }
}
.columns, .preisrechner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: -10px;
}

.columns-vertzent {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.columns-left {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.columns__col, .preisausgabe, .zonenplan {
  padding: 10px;
}

.columns__col-norightpadding {
  padding-right: 0;
}

.columns__col-topborder {
  border-top: 3px solid #0e4194;
}

.w-1 {
  width: 8.33333%;
}

.w-2 {
  width: 16.66667%;
}

.afFilter__taxfieldgroup > *, .preisausgabe, .w-3 {
  width: 25%;
}

.w-4 {
  width: 33.33333%;
}

.w-5 {
  width: 41.66667%;
}

.w-6 {
  width: 50%;
}

.w-7 {
  width: 58.33333%;
}

.w-8 {
  width: 66.66667%;
}

.w-9, .zonenplan {
  width: 75%;
}

.w-10 {
  width: 83.33333%;
}

.w-11 {
  width: 91.66667%;
}

.w-12 {
  width: 100%;
}

.w-8-12 {
  width: 67.66667%;
}

.w-3-88 {
  width: 32.33333%;
}

.columns-nopadding, .preisrechner {
  margin: 0;
}

.columns-nopadding .columns__col, .columns-nopadding .preisausgabe, .columns-nopadding .zonenplan {
  padding: 0;
}

.preisrechner .columns__col, .preisrechner .preisausgabe, .preisrechner .zonenplan {
  padding: 0;
}

.columns-noouterpadding {
  margin: 0;
  border: 1px solid red;
}

@media screen and (max-width: 1220px) {
  .w-12-xlarge {
    width: 100%;
  }
}
@media screen and (max-width: 1010px) {
  .w-10, .w-12-large {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .w-8, .w-10, .w-12-medium {
    width: 100%;
  }
  .w-2 {
    width: 33.33%;
  }
  .afFilter__taxfieldgroup > *, .preisausgabe, .w-3, .w-4 {
    width: 50%;
  }
}
@media screen and (max-width: 740px) {
  .w-3-88, .w-8-12 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .w-2 {
    width: 50%;
  }
  .afFilter__taxfieldgroup > *, .preisausgabe, .w-3, .w-3-88, .w-4, .w-6, .w-8, .w-8-12, .w-10 {
    width: 100%;
    padding-bottom: 10px;
  }
}
.tabs {
  margin-top: -42px;
}

.tabs__nav {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.tabs__title {
  display: inline-block;
  margin-right: 5px;
}

.tab {
  position: relative;
  cursor: pointer;
}

.tabs-hiddentabs .tabs__nav {
  opacity: 0;
}

.tab__title {
  padding: 0 20px;
  border-radius: 4px 4px 0 0;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  color: #0e4194;
  background: #f8f8f8;
  font-weight: 400;
}

.tab-active .tab__title, .tab-active:hover .tab__title {
  position: relative;
  background: #fff;
  color: #000;
  z-index: 2;
}
.tab-active .tab__shadow, .tab-active:hover .tab__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  z-index: 1;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.tabcontent {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 3px 3px;
}

.tabcontent-active {
  opacity: 1;
  max-height: none;
  padding: 20px;
  overflow: visible;
  min-height: 120px;
}

.tabcontent-nopaddingrl.tabcontent-active {
  padding-right: 0;
  padding-left: 0;
}

.tabs-noshadow .tabcontent {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 1010px) {
  .tabcontent-active-desktop {
    opacity: 1;
    max-height: none;
    padding: 20px;
    overflow: visible;
    min-height: 120px;
  }
}
@media screen and (max-width: 1010px) {
  .tabs-hiddentabs .tabs__nav {
    opacity: 1;
  }
  .tabs-mobasbuttons {
    width: 100%;
  }
  .tabs-mobasbuttons .tabs__nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: -6.66667px;
    margin-bottom: 0;
    z-index: 12;
  }
  .tabs-mobasbuttons .tabs__nav > * {
    width: 50%;
    margin: 0;
    margin: 0 6.66667px;
  }
  .tabs-mobasbuttons .tab__title {
    background: #f3f3f3;
    display: block;
    width: 100%;
    padding: 0.8em;
    text-align: center;
    font-weight: 100;
    text-decoration: none;
    position: relative;
    border: 0;
    cursor: pointer;
    background: #fff;
    color: #0e4194;
    font-weight: 700;
    padding: 0.2em 20px;
    height: auto;
    border-radius: 0;
  }
  .tabs-mobasbuttons .tab__title:focus {
    outline: none;
  }
  .tabs-mobasbuttons .tab__title:disabled {
    opacity: 0.4;
    cursor: auto;
  }
  .tabs-mobasbuttons .tab__title:disabled:hover {
    opacity: 0.4;
    cursor: auto;
  }
  .tabs-mobasbuttons .tabcontent {
    z-index: 10;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .tabs-mobasbuttons .tabcontent-active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 540px) {
  .tabs-mobasbuttons {
    width: 100%;
  }
  .tabs-mobasbuttons .tabs__nav {
    margin: 0;
    padding: 0;
    display: block;
  }
  .tabs-mobasbuttons .tabs__nav > * {
    width: 100%;
    margin: 0 0 10px;
  }
}
.modules {
  margin-top: 110px;
}

.home .modules {
  margin-top: 210px;
}

.modules__modul {
  padding: 50px 0;
}
.modules__modul.m-breadcrumbs + .modules__modul, .modules__modul:first-child {
  padding-top: 0;
}
.modules__modul.m-breadcrumbs {
  padding-top: 20px;
  margin-top: 0;
}
.modules__modul.m-fullscreenBild, .modules__modul.m-preisrechner, .modules__modul.m-slideshow {
  margin-top: -30px;
}
.modules__modul.m-ticketfinder {
  padding-top: 40px;
}
.modules__modul.m-afFilter {
  padding-top: 0;
  padding-bottom: 20px;
}
.modules__modul.m-slideshow + .m-divider {
  margin-top: -50px;
}
.modules__modul.listeAusflugsziele, .modules__modul.m-listeAusflugsziele__suchergebnisse {
  padding-bottom: 0 !important;
}

.m-preisrechner, .modules__modul-whitebg {
  background: #fff;
}

.m-preisrechner .modules__title, .modules__modul-whitebg .modules__title {
  padding: 50px 0 0;
}

.modules__title {
  margin-bottom: 20px;
}

@media screen and (max-width: 1220px) {
  .modules__modul.m-breadcrumbs + .modules__modul, .modules__modul:first-child {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .modules__modul.m-breadcrumbs + .modules__modul {
    padding-top: 50px;
  }
  .modules__modul.m-slideshow + .m-divider {
    margin-top: 0;
  }
}
@media screen and (max-width: 1010px) {
  .home .modules {
    margin-top: 73.33333px;
  }
}
@media screen and (max-width: 800px) {
  .home .modules {
    margin-top: 43.33333px;
  }
}
@media screen and (max-width: 640px) {
  .modules {
    margin-top: 73.33333px;
  }
  .modules__title {
    font-size: 1.8em;
  }
}
.m-fullscreenBild {
  position: relative;
  padding: 0;
  margin-bottom: 50px;
}
.m-fullscreenBild.modules__modul {
  padding-top: 0;
}

.home .m-fullscreenBild.modules__modul {
  margin-top: 170px;
}

.m-fullscreenBild__background * {
  width: 100%;
  height: auto;
  display: block;
}
.m-fullscreenBild__background figcaption {
  width: auto;
  height: auto;
}

.m-fullscreenBild__overlay {
  position: absolute;
  left: 0;
  bottom: 50px;
  text-align: center;
  width: 100%;
  height: auto;
}

.m-fullscreenBild__taboverlay {
  min-height: 550px;
}

.m-fullscreenBild__bghigh, .m-fullscreenBild__bglandscape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}

.m-fullscreenBild__bghigh {
  display: none;
}

.m-fullscreenBild__tabs {
  position: relative;
  z-index: 81;
  width: 100%;
  margin-top: -82px;
}

.m-fullscreenBild__tabs-behindheader {
  z-index: 50;
}

@media screen and (max-width: 1220px) {
  .m-fullscreenBild {
    padding: 0;
    margin-bottom: 50px;
  }
  .m-fullscreenBild__taboverlay {
    min-height: 780px;
  }
}
@media screen and (max-width: 1010px) {
  .m-fullscreenBild {
    padding: 0;
    margin-bottom: 50px;
  }
  .m-fullscreenBild.modules__modul {
    padding-top: 0;
  }
  .home .m-fullscreenBild.modules__modul {
    margin-top: 0;
  }
  .m-fullscreenBild__taboverlay {
    min-height: 0;
    background-attachment: fixed;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    padding-top: calc(100vh - 300px);
  }
  .m-fullscreenBild__taboverlay > * {
    width: 100%;
  }
  .m-fullscreenBild__tabs {
    padding: 20px 0;
    z-index: 1;
    margin-top: 0;
  }
  .m-fullscreenBild__tabs .tabs {
    margin-top: 0;
  }
}
@media screen and (max-width: 1010px) {
  .m-fullscreenBild__overlay-tabmode {
    bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .m-fullscreenBild__overlay-tabmode {
    bottom: 160px;
  }
  .m-fullscreenBild__bglandscape {
    display: none;
  }
  .m-fullscreenBild__bghigh {
    display: block;
    background-position: bottom;
  }
  .m-fullscreenBild__background {
    overflow: hidden;
  }
  .m-fullscreenBild__background * {
    width: 160%;
    margin-left: -30%;
  }
}
@media screen and (max-width: 540px) {
  .m-fullscreenBild__background * {
    width: 280%;
    margin-left: -90%;
  }
}
@media screen and (max-width: 600px) {
  .m-textzeile {
    margin: 0;
  }
}
.m-whiteboxes__wrap {
  position: relative;
}

.m-whiteboxes__showall {
  position: absolute;
  right: 10px;
  top: -30px;
  text-decoration: none;
  color: #414141;
  font-weight: 400;
}

@media screen and (max-width: 970px) {
  .m-atMasonry__button {
    padding: 6.66667px 20px;
    margin-top: 10px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 740px) {
  .m-atMasonry__img-screen {
    display: none;
  }
  .m-atMasonry__img-mob {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .m-atMasonry__middler {
    margin: 0;
  }
  .m-atMasonry__showall {
    display: none;
  }
  .m-atMasonry__element {
    border-width: 0 0 1px;
  }
  .m-atMasonry__imgwrap {
    transition: -webkit-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .m-atMasonry__img {
    height: auto;
    display: block;
  }
  .m-atMasonry__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    opacity: 0.9;
  }
  .m-atMasonry__overlay > * {
    width: 100%;
    padding: 0 20px;
  }
  .m-atMasonry__element:hover .m-atMasonry__imgwrap, .touchevents .m-atMasonry__element .m-atMasonry__imgwrap {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .m-atMasonry__element:hover .m-atMasonry__img, .touchevents .m-atMasonry__element .m-atMasonry__img {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .m-atMasonry__element:hover .m-atMasonry__overlay, .touchevents .m-atMasonry__element .m-atMasonry__overlay {
    opacity: 1;
  }
}
.m-listeAusflugsziele__map {
  height: 60vh;
}

.m-listeAusflugsziele__suchergebnisse {
  background: #fff;
  margin-top: 120px;
}

.m-listeAusflugsziele__tabnav {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.m-listeAusflugsziele__entry {
  text-decoration: none;
  color: #0a0a0a;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-bottom: 40px;
  -webkit-transition: background 0.1s, -webkit-box-shadow 0.3s;
  transition: background 0.1s, -webkit-box-shadow 0.3s;
  transition: background 0.1s, box-shadow 0.3s;
  transition: background 0.1s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.m-listeAusflugsziele__entry-dummy {
  height: 200px;
}

.m-listeAusflugsziele__title {
  margin-top: 6.66667px;
}

.m-listeAusflugsziele__img {
  max-width: 100%;
  width: 100%;
}

.m-listeAusflugsziele__reset {
  margin-top: 10px;
}

.gmapInfowindow__img {
  width: 150px;
  float: left;
  height: auto;
  margin-bottom: 10px;
}

.gmapInfowindow__title {
  margin: 0;
  padding: 0;
}

.filtericon {
  width: 25px;
  height: 25px;
}
.filtericon * {
  position: relative;
  width: 25px;
  height: 3px;
  top: 6.5px;
  background: #0e4194;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.filtericon * :before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f3f3f3;
  border: 2px solid #0e4194;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.filtericon * :first-child {
  margin-bottom: 6px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.filtericon * :first-child:before {
  left: 2px;
}
.filtericon * :nth-child(2) {
  margin-bottom: 4px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.filtericon * :nth-child(2):before {
  right: 3px;
}

.filtericon-active > :first-child, .m-afFilter_filtertrigger-active > * > :first-child {
  top: 10.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
}

.filtericon-active > :first-child:before, .m-afFilter_filtertrigger-active > * > :first-child:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.filtericon-active > :nth-child(2), .m-afFilter_filtertrigger-active > * > :nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8.5px;
}

.filtericon-active > :nth-child(2):before, .m-afFilter_filtertrigger-active > * > :nth-child(2):before {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.m-afFilter__title {
  text-align: center;
}

.afFilter__taxfieldgroup {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.m-afFilter_triggerbox {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.m-afFilter_filtertrigger {
  background: none;
  border: 0;
  z-index: 6;
  font-family: inherit;
  color: #0e4194;
  font-weight: 700;
  font-size: 0.9em;
  padding: 10px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
.m-afFilter_filtertrigger:focus {
  outline: none;
  color: #000;
}
.m-afFilter_filtertrigger > * {
  margin-right: 10px;
}

.m-afFilter_filtertrigger-active {
  background: #fff;
}

.m-afFilter__triggercontent {
  max-height: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.m-afFilter__triggercontent-visible {
  max-height: 500vh;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.m-afFilter__filter {
  background: #fff;
  padding: 20px;
}

.afFilter__title.h3-subtitel, .h4.afFilter__title {
  width: 100%;
  padding-bottom: 6.66667px;
}

.afFilter__selectblock {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1 1 0;
  -webkit-box-flex: 1;
          flex: 1 1 0;
  height: 50px;
}
.afFilter__selectblock > * {
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-right: 10px;
}
.afFilter__selectblock > * > * {
  width: 100%;
}

.taxicon {
  border: 0;
  outline: none;
  display: block;
  margin-right: 5px;
  background: none;
  overflow: hidden;
  padding: 3.33333px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.taxicon:last-child {
  margin-bottom: 0;
}

.taxicon__checkbox + .taxicon, a.taxicon, button.taxicon {
  cursor: pointer;
}

.taxicon__icn, .taxicon__title {
  display: block;
  float: left;
}

.taxicon__icn {
  background: none;
  border: 1px solid #dadada;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.taxicon__icn > * {
  width: 90%;
  height: 90%;
  margin: 5%;
  fill: #414141;
}
.taxicon__icn:hover {
  background: #f3f3f3;
}

.taxicon__title {
  line-height: 30px;
  margin-left: 10px;
  font-size: 1em;
}

.taxicon-inline {
  display: block;
  float: left;
  margin-right: 10px;
}
.taxicon-inline:last-child {
  margin-right: 0;
}

.taxicon-red .taxicon__icn {
  background: #d8232a;
}
.taxicon-red .taxicon__icn * {
  fill: #fff;
}

.taxicon-active .taxicon__icn, .taxicon-blue .taxicon__icn, .taxicon__checkbox:checked + .taxicon .taxicon__icn {
  background: #0e4194;
  border-color: #0e4194;
}

.taxicon-active .taxicon__icn *, .taxicon-blue .taxicon__icn *, .taxicon__checkbox:checked + .taxicon .taxicon__icn * {
  fill: #fff;
}

.taxicon-active.taxicon-red .taxicon__icn, .taxicon-active.taxicon-red:hover .taxicon__icn {
  background: #96181d;
}

.taxicon-red.taxicon-blue .taxicon__icn, .taxicon-red.taxicon-blue:hover .taxicon__icn {
  background: #96181d;
}

.taxicon__checkbox:checked + .taxicon-red.taxicon .taxicon__icn, .taxicon__checkbox:checked + .taxicon-red.taxicon:hover .taxicon__icn {
  background: #96181d;
}
.taxicon__checkbox:focus + .taxicon .taxicon__icn {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.taxicon-big .taxicon__icn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

@media screen and (max-width: 1220px) {
  .afFilter__selectblock {
    height: 44px;
  }
  .afFilter__region, .afFilter__reisende, .afFilter__saison {
    width: 50%;
  }
  .afFilter__taxfieldgroup > * {
    width: 33.33%;
  }
}
@media screen and (max-width: 800px) {
  .afFilter__region, .afFilter__reisende, .afFilter__saison {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .afFilter__selectblock > :last-child {
    padding-right: 0;
  }
  .taxicon-big {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .taxicon-big .taxicon__title {
    width: 100%;
    text-align: center;
  }
  .taxicon-big .taxicon__icn, .taxicon-big .taxicon__title {
    float: none;
    line-height: normal;
    padding: 0;
    margin: 0;
  }
  .taxicon-big .taxicon__icn {
    margin-bottom: 10px;
  }
  .afFilter__aktion, .afFilter__submit {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .afFilter__aktion > * {
    display: block;
    width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .afFilter__aktion > *, .afFilter__taxfieldgroup > * {
    width: 50%;
  }
}
.m-divider {
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 20px;
  min-height: 80px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.m-divider__leftcontent {
  margin-right: auto;
}

.m-divider__rightcontent {
  margin-left: auto;
}

@media screen and (max-width: 800px) {
  .m-divider {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    padding: 20px;
  }
  .m-divider * {
    width: 100%;
    text-algin: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  .m-divider * :last-child {
    padding-bottom: 0;
  }
  .m-divider__leftcontent {
    margin: auto;
  }
  .m-divider__rightcontent {
    margin-left: auto;
  }
}
.gmapInfowindow {
  max-width: 200px;
  padding: 10px 0;
}

@media screen and (max-width: 800px) {
  .singleAusflug__slider .flexslider li {
    overflow: hidden;
  }
  .singleAusflug__slider .flexslider img {
    width: 200%;
    margin-left: -50%;
    max-width: none;
  }
}
.aktuelles, .aktuelles__inner {
  padding: 20px;
}

.aktuelles__lead {
  margin-bottom: 20px;
}

.m-ticketfinder {
  padding-top: 0;
}
.m-ticketfinder.modules__modul {
  margin-top: 130px;
}

.m-ticketfinder__block {
  margin-bottom: 60px;
}

.ticketfilter__title {
  font-weight: 700;
  min-height: 1.7em;
}

.ticketlist__entry {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.ticketlist__entry-dummy {
  min-height: 50px;
  margin-bottom: 20px;
}

.ticketlist__shortinfo {
  font-weight: 400;
}

.ticketlist__buybtn {
  font-weight: 700;
  margin-top: -10px;
}

.ticketlist__longinfo > * {
  margin: 20px 0;
}

.tpricelist {
  background: #0e4194;
  text-shadow: none;
  padding: 10px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.tpricelist-hidden {
  display: none;
}

.tprice {
  padding: 10px;
  border-right: hsla(0, 0%, 100%, 0.2);
}

.tprice__title {
  font-weight: 700;
}

.tprice__link {
  margin-left: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.infonewprice {
  cursor: pointer;
}

.infoSchiff {
  margin-top: 0;
}

.infoSchiff__icon {
  width: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 1220px) {
  .ticketfilter__title:empty {
    display: none;
  }
  .ticketfilter__block {
    width: 100%;
  }
  .ticketlist__entry .columns > .ticketlist__title, .ticketlist__entry .preisrechner > .ticketlist__title {
    width: 20%;
  }
  .ticketlist__entry .columns > .ticketlist__shorttext, .ticketlist__entry .preisrechner > .ticketlist__shorttext {
    width: 63.33%;
  }
}
@media screen and (max-width: 800px) {
  .ticketlist__entry {
    padding: 10px 20px;
    margin: 0;
  }
  .ticketlist__entry .columns, .ticketlist__entry .preisrechner {
    margin: 0;
  }
  .ticketlist__entry .columns > *, .ticketlist__entry .preisrechner > * {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .ticketlist__entry .columns > .ticketlist__title, .ticketlist__entry .preisrechner > .ticketlist__title {
    width: 100%;
    padding-bottom: 0;
  }
  .ticketlist__entry .columns > .ticketlist__shorttext, .ticketlist__entry .preisrechner > .ticketlist__shorttext {
    width: 100%;
    padding-top: 0;
  }
}
.m-preisrechner .middler {
  padding-top: 40px;
}

.zonenplan {
  z-index: 5;
}

.preisausgabe {
  z-index: 6;
}

.zonenplan {
  position: relative;
  border: 1px solid #fff;
}

.detailOverlay {
  width: 100%;
  position: absolute;
  z-index: 5;
}

.zonenplan path, .zonenplan polygon, .zonenplan rect {
  cursor: pointer;
  z-index: 10;
  fill: #fff !important;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.zonenplan.started path, .zonenplan.started polygon, .zonenplan.started rect {
  opacity: 0.6;
}
.zonenplan path.inaktiv, .zonenplan polygon.inaktiv, .zonenplan rect.inaktiv {
  opacity: 0.6 !important;
  cursor: auto;
}
.zonenplan path.ausgewaehlt, .zonenplan polygon.ausgewaehlt, .zonenplan rect.ausgewaehlt {
  fill: #0e4194 !important;
  opacity: 0.7 !important;
  cursor: default;
}
.zonenplan path:hover, .zonenplan polygon:hover, .zonenplan rect:hover {
  opacity: 0;
}

.preisausgabe__head {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.preisausgabe__snackbar {
  cursor: pointer;
}

.preisausgabe__whitebox {
  margin-bottom: 20px;
}

.preisausgabe__prices td {
  width: 20%;
}
.preisausgabe__prices td:first-child {
  width: 25%;
}

.preisausgabe__tablepricetitle {
  display: none;
}

.preisausgabe__thsmaller {
  line-height: 0.5em;
}

.preisausgabe__textsparpotenzial {
  font-weight: 700;
  padding: 10px 0;
}

.infoSchiff {
  padding: 20px 0;
}

.preisrechner-multipleprices .preisausgabe__snackbar {
  display: block;
}
.preisrechner-multipleprices .preisausgabe {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  min-height: 144px;
}
.preisrechner-multipleprices .preisausgabe__prices {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin-bottom: 10px;
}
.preisrechner-multipleprices .preisausgabe__prices > * {
  width: 50%;
}
.preisrechner-multipleprices .preisausgabe__prices .preisausgabe__adinfo {
  display: blocK;
  float: none;
  width: 100%;
}

@media screen and (max-width: 1220px) {
  .preisausgabe__snackbar {
    display: block;
  }
  .preisausgabe, .zonenplan {
    width: 100%;
    margin-bottom: 20px;
  }
  .preisausgabe__prices {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-bottom: 10px;
  }
  .preisausgabe__prices > * {
    width: 50%;
  }
  .preisausgabe__prices .preisausgabe__adinfo {
    display: blocK;
    float: none;
    width: 100%;
  }
  .preisausgabe__thsmaller {
    height: 60px;
  }
}
.verkaufsstellen__suche {
  margin-bottom: 20px;
}
.verkaufsstellen__suche form input#sucheInput {
  margin-right: 20px;
  margin-bottom: 10px;
  width: 200px;
}
.verkaufsstellen__suche select {
  margin-bottom: 5px;
  display: block;
}

.mapVerkaufsstellenWrap #mapVerkaufsstellen {
  width: 100%;
  height: 440px;
}
.mapVerkaufsstellenWrap .mapPositions .marker {
  display: none;
}
.mapVerkaufsstellenWrap .infowindow {
  line-height: normal;
  min-width: 350px;
}
.mapVerkaufsstellenWrap .infowindow .modules__title, .mapVerkaufsstellenWrap .infowindow .searchpage__field, .mapVerkaufsstellenWrap .infowindow h2 {
  margin-bottom: 0;
}
.mapVerkaufsstellenWrap .infowindow .infos, .mapVerkaufsstellenWrap .infowindow .kontaktblock, .mapVerkaufsstellenWrap .infowindow .link, .mapVerkaufsstellenWrap .infowindow .oeffnungszeiten {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
}
.mapVerkaufsstellenWrap .infowindow .kontaktblock {
  overflow: hidden;
}
.mapVerkaufsstellenWrap .infowindow .kontaktblock .adresse, .mapVerkaufsstellenWrap .infowindow .kontaktblock .kontakt {
  float: left;
  width: 50%;
}
.mapVerkaufsstellenWrap .infowindow .link, .mapVerkaufsstellenWrap .infowindow .oeffnungszeiten {
  width: 100%;
  float: none;
  clear: both;
}
.mapVerkaufsstellenWrap .infowindow .infos {
  overflow: hidden;
  border: 0;
}
.mapVerkaufsstellenWrap .infowindow .infos table td {
  padding-right: 10px;
}
.mapVerkaufsstellenWrap .infowindow .infos h3 {
  font-weight: 700;
}
.mapVerkaufsstellenWrap .infowindow .infos .infotable {
  width: 50%;
  float: left;
}
.mapVerkaufsstellenWrap .infowindow .infos .infotable__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.mapVerkaufsstellenWrap .infowindow .infos .infotable__title {
  min-width: 140px;
}
.mapVerkaufsstellenWrap .infowindow .infos .bemerkung {
  float: left;
  width: 50%;
  font-style: italic;
}

@media only screen and (max-width: 800px) {
  .row.verkaufsstellen .suchefunktionen form input#sucheInput {
    width: 90%;
  }
}
@media only screen and (max-width: 400px) {
  .adresse, .bemerkung, .infotable, .kontakt {
    float: none !important;
    width: 100% !important;
  }
}
.searchpage__field {
  width: 100%;
  padding: 20px 30px;
  font-family: inherit;
  border: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.searchpage__field:focus {
  outline: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.searchpage__field-eyecatch:focus {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.searchpage__search {
  margin-bottom: 60px;
}

.searchpage__result {
  margin-bottom: 20px;
}
.searchpage__result:last-child {
  margin-bottom: 0;
}
.searchpage__result.dropoutbox-slim {
  padding: 10px 10px 10px 20px;
}

.searchpage__filter {
  padding: 20px 0;
}

.searchpage__reset {
  text-align: right;
}

@media screen and (max-width: 1010px) {
  .searchpage__field {
    font-size: 1.8em;
  }
  .searchpage__categories, .searchpage__reset {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .searchpage__field {
    font-size: 1.4em;
  }
}
.m-modulareTexte {
  margin-bottom: 25px;
}

.textmodule__modul {
  margin: 0 0 50px;
  padding: 0;
}
.textmodule__modul:first-child {
  margin-top: 0;
  border: 1px solid red;
}
.textmodule__modul img {
  max-width: 100%;
}
.textmodule__modul > * {
  margin-top: 0;
}

.m-modulareTexte__title * {
  margin-bottom: 0;
}

.tm-ankerpunkt {
  margin: 0;
}

.submodules__modul {
  padding: 50px 0;
}
.submodules__modul:first-child {
  padding-top: 100px;
}

.sm-text__midller {
  max-width: 970px;
  margin: 0 auto;
  border: 1px solid red;
}

.sm-trennerBild + .sm-facts {
  margin-top: -50px;
}

.sm-facts__row {
  padding-bottom: 20px;
}

@media screen and (max-width: 1220px) {
  .sm-trennerBild + .sm-facts {
    margin-top: 0;
  }
}
@media screen and (max-width: 1010px) {
  .sm-facts__row {
    display: block;
    text-align: center;
  }
  .sm-facts__row > * {
    width: 100%;
  }
  .sm-facts__row .columns, .sm-facts__row .preisrechner {
    padding-bottom: 0;
  }
  .sm-facts__title {
    padding-bottom: 0;
  }
  .sm-facts__title + * {
    padding-top: 0;
  }
}
.horizgalerie__item > * {
  width: 100%;
}
.horizgalerie__item img {
  width: 100%;
  height: auto;
  display: block;
}

figure {
  position: relative;
  margin: 0;
  padding: 0;
}

figcaption {
  font-size: 0.7em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
  position: absolute;
  right: 6.66667px;
  bottom: 0;
  color: #fff;
  font-weight: 700;
}

.mfp-title {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100vw;
  text-align: right;
  padding-right: 0;
}

.sm-karte .gmap {
  height: 500px;
}

.sm-trennerBild img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 800px) {
  .sm-trennerBild {
    overflow: hidden;
  }
  .sm-trennerBild img {
    width: 200%;
    margin-left: -50%;
  }
}
.sm-railawayangebot {
  text-align: center;
  padding: 0;
}

.sm-railawayangebot__aktionFlag {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}

@media screen and (max-width: 800px) {
  .submodules__modul {
    padding: 25px 0;
  }
  .submodules__modul:first-child {
    padding-top: 50px;
  }
}
.gallery {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -2px;
}

.gallery-icon {
  padding: 2px;
}
.gallery-icon img {
  max-width: 100%;
  height: auto;
}

.gallery-columns-3 > * {
  width: 33.33333%;
  border: 1px solid red;
}

#gform_fields_1 {
  list-style: none;
}

.gform_wrapper {
  padding-bottom: 60px;
}

.gform_description {
  display: block;
  padding-bottom: 0;
}

.gform_anchor {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
  display: block;
}

.gform_wrapper .gform_body li, .gform_wrapper .gform_body ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  background: none;
}
.gform_wrapper .gform_body li {
  margin-bottom: 15px;
}
.gform_wrapper .gform_body label {
  margin: 0;
  padding: 0;
  opacity: 0.8;
}
.gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea {
  width: 100%;
  border: 0;
  padding: 0 10px;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  font-weight: 200;
  line-height: 40px;
  background: hsla(0, 0%, 100%, 0.8);
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gform_wrapper .gform_body input:focus, .gform_wrapper .gform_body textarea:focus {
  outline: none;
  border-color: #0e4194;
  color: #0e4194;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gform_wrapper .gform_body .ginput_container_fileupload input {
  background: none;
  border: 0;
}
.gform_wrapper .gform_body textarea {
  height: 100px;
}
.gform_wrapper .gform_body .gfield_description {
  float: none;
  clear: both;
}
.gform_wrapper .gform_body .validation_message {
  color: #d8232a;
}
.gform_wrapper .gform_body .gform_fields.left_label li {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.gform_wrapper .gform_body .gform_fields.left_label label {
  float: left;
  width: 30%;
  margin: 0;
}
.gform_wrapper .gform_body .gform_fields.left_label .ginput_container_radio, .gform_wrapper .gform_body .gform_fields.left_label input, .gform_wrapper .gform_body .gform_fields.left_label textarea {
  float: left;
  width: 70%;
}
.gform_wrapper .gform_body .gform_fields.left_label .gfield_description {
  float: left;
  margin-top: -10px;
}
.gform_wrapper .gform_body .gform_fields.left_label .validation_message {
  display: block;
  width: 70%;
  margin-left: 30%;
  margin-top: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fbafaf;
}
.gform_wrapper .gform_body .gfield_required {
  font-size: 0.8em;
}
.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li {
  margin: 0;
}
.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li input, .gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li label {
  display: inline-block;
  width: auto;
  max-width: 90%;
}
.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li input {
  margin-right: 5px;
  display: inline;
}
.gform_wrapper .gform_body ul.gfield_radio li {
  display: inline-block;
  margin-right: 20px;
}
.gform_wrapper .gform_body ul.gfield_radio li input, .gform_wrapper .gform_body ul.gfield_radio li label {
  width: auto !important;
  cursor: pointer;
}
.gform_wrapper .gform_body ul.gfield_radio li input {
  margin-right: 10px;
}
.gform_wrapper .gform_body ul.gfield_radio li input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper .gform_body .ginput_container_list table.gfield_list {
  width: 100%;
  border-top: #dadada;
}
.gform_wrapper .gform_body .ginput_container_list table.gfield_list th {
  font-weight: 100;
}
.gform_wrapper .gform_body .ginput_container_list table.gfield_list td {
  padding: 0 5px 0 0;
}
.gform_wrapper .gform_body .ginput_container_list table.gfield_list td:last-child {
  padding: 0;
}
.gform_wrapper .gform_body .ginput_container_list table.gfield_list input, .gform_wrapper .gform_body .ginput_container_list table.gfield_list option {
  width: 80%;
}
.gform_wrapper .gform_body .ginput_container_select select {
  width: 100%;
  line-height: 40px;
  padding: 0 10px;
  background-position: 100%;
}
.gform_wrapper .gform_body .gfield_price, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price {
  border-bottom: 1px solid hsla(0, 0%, 85%, 0.8);
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.gform_wrapper .gform_body .gfield_price label, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price label {
  font-weight: 400;
  width: auto;
  float: none;
  clear: both;
}
.gform_wrapper .gform_body .gfield_price .ginput_product_price, .gform_wrapper .gform_body .gfield_price .ginput_product_price_label, .gform_wrapper .gform_body .gfield_price .ginput_quantity_label {
  background: hsla(0, 0%, 100%, 0.8);
  color: #000;
  padding: 5px;
  display: inline-block;
  margin: 5px 0 0;
  float: left;
  border-radius: 4px;
  font-size: 0.8em;
}
.gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_product_price, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_product_price_label, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_quantity_label {
  background: hsla(0, 0%, 100%, 0.8);
  color: #000;
  padding: 5px;
  display: inline-block;
  margin: 5px 0 0;
  float: left;
  border-radius: 4px;
  font-size: 0.8em;
}
.gform_wrapper .gform_body .gfield_price .ginput_product_price, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_product_price {
  border-radius: 0 5px 5px 0;
  min-width: 80px;
}
.gform_wrapper .gform_body .gfield_price .ginput_product_price_label, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_product_price_label {
  border-radius: 5px 0 0 5px;
  min-width: 40px;
}
.gform_wrapper .gform_body .gfield_price .ginput_quantity_label, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_quantity_label {
  padding: 5px;
  background: none;
  margin-left: 20px;
}
.gform_wrapper .gform_body .gfield_price input.ginput_quantity, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price input.ginput_quantity {
  width: 40px !important;
  margin-top: 5px;
}
.gform_wrapper .gform_body .gfield_price .gfield_description, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price .gfield_description {
  float: none;
  clear: both;
  padding-top: 4px;
}
.gform_wrapper .gform_body .gfield_price.prod_separate_quantityfield, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price.prod_separate_quantityfield {
  width: 70%;
  float: left;
  min-height: 60px;
  clear: both;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body .gfield_price.prod_separate_quantityfield label, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price.prod_separate_quantityfield label {
  font-weight: 400;
  font-size: 0.8em;
}
.gform_wrapper .gform_body .gfield_quantity, .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity {
  width: 25%;
  float: right;
  text-algin: right;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0;
}
.gform_wrapper .gform_body .gfield_quantity label, .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity label {
  float: right;
  color: #000;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 40px;
  margin-right: 5px;
}
.gform_wrapper .gform_body .gfield_quantity input, .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity input {
  width: 40px !important;
  margin-top: 5px;
  float: right;
}
.gform_wrapper .gform_body .gfield_total {
  background: hsla(0, 0%, 100%, 0.8);
  color: #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  display: block;
  border-bottom: 0 !important;
  margin-bottom: 40px !important;
}
.gform_wrapper .gform_body .gsection {
  float: none;
  clear: both;
}
.gform_wrapper .gform_body .gsection .gsection_title.modules__title, .gform_wrapper .gform_body .gsection .gsection_title.searchpage__field {
  margin-top: 40px;
}
.gform_wrapper .gform_body .gsection h2.gsection_title {
  margin-top: 40px;
}
.gform_wrapper .gform_body .gfield_error input, .gform_wrapper .gform_body .gfield_error textarea {
  border-color: #d8232a;
  border-width: 1px;
}

.validation_error {
  background: #d8232a;
  padding: 5px 10px;
  margin: 20px 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.5em;
}

.gform_button {
  margin-top: 30px;
  padding: 13.33333px;
}

.gfield_required {
  opacity: 0.5;
  padding-left: 3px;
}

.gform_confirmation_message {
  background-color: #5cb85c;
  padding: 2%;
  border-radius: 5px;
  color: #fff;
}

input.gform_button {
  width: 100%;
}

@media (max-width: 640px) {
  .gform_wrapper .gform_body .gform_fields.left_label .validation_message, .gform_wrapper .gform_body .gform_fields.left_label input, .gform_wrapper .gform_body .gform_fields.left_label label, .gform_wrapper .gform_body .gform_fields.left_label textarea {
    float: none;
    clear: both;
    width: 100%;
  }
  .gform_wrapper .gform_body .gform_fields.left_label .gfield_description {
    float: none;
    margin: 0;
  }
  .gform_wrapper .gform_body .gfield_price.prod_separate_quantityfield, .gform_wrapper .gform_body .gform_fields.left_label .gfield_price.prod_separate_quantityfield {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
  .gform_wrapper .gform_body .gfield_quantity, .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity {
    width: 100% !important;
    float: right;
    text-algin: right;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    min-height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0;
  }
  .gform_wrapper .gform_body .gfield_quantity .ginput_container, .gform_wrapper .gform_body .gfield_quantity label {
    float: left !important;
    width: auto !important;
  }
  .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity .ginput_container, .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity label {
    float: left !important;
    width: auto !important;
  }
  .gform_wrapper .gform_body .gfield_quantity input, .gform_wrapper .gform_body .gform_fields.left_label .gfield_quantity input {
    float: left !important;
  }
  .gform_wrapper .gform_body .gfield_quantity {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff !important;
  }
  .gform_wrapper .gform_body .ginput_container_list table.gfield_list th {
    display: none;
  }
  .gform_wrapper .gform_body .ginput_container_list table.gfield_list tr {
    margin-bottom: 5px;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .gform_wrapper .gform_body .ginput_container_list table.gfield_list td {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .gform_wrapper .gform_body .ginput_container_list table.gfield_list input, .gform_wrapper .gform_body .ginput_container_list table.gfield_list option {
    width: 80%;
  }
}
select {
  height: auto;
  margin: 0;
  padding: 6px 25px 6px 10px;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #0e4194;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  font-weight: inherit;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28255, 255, 255%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -15px center;
  background-repeat: no-repeat;
  background-size: 9px 5px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
select:disabled {
  background-color: #f3f3f3;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select#company, select#abo, select#discount {
  width: 100%;
  height: 40px;
}
select#company.f3-form-error, select#abo.f3-form-error, select#discount.f3-form-error {
  background-color: #FF9F9F;
  border: 1px #cd071e solid;
  color: #cd071e;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28205, 7, 30%29'></polygon></svg>");
}

.employee .checkbox-1 {
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 0;
}
.employee .checkbox-2 {
  margin-top: 48px;
  margin-bottom: 0;
  padding: 0;
}
.employee input[type=checkbox] + label:before,
.employee input[type=radio] + label:before {
  top: 3px;
}
.employee .buttons {
  margin-top: 16px;
}

.multiselect-native-select .multiselect {
  overflow: hidden;
}
.multiselect-native-select .dropdown-menu > .active > a, .multiselect-native-select .dropdown-menu > .active > a:hover, .multiselect-native-select .dropdown-menu > .active > a:focus {
  color: #3a3a3a;
}
.multiselect-native-select .f3-form-error + .btn-group button {
  background-color: #FF9F9F;
  border: 1px #FF0000 solid;
}
.multiselect-native-select li.multiselect-reset label:before, .multiselect-native-select li.multiselect-group label:before {
  content: none !important;
}
.multiselect-native-select li.multiselect-reset .input-group, .multiselect-native-select li.multiselect-group .input-group {
  width: auto;
}
.multiselect-native-select li.multiselect-reset .input-group .btn, .multiselect-native-select li.multiselect-group .input-group .btn {
  border-radius: 0;
  border: none;
  background: #2C6892;
  color: white;
  padding: 6px 8px;
}
.multiselect-native-select .multiselect-container.dropdown-menu li label {
  padding: 3px 20px 3px 28px;
  position: relative;
}
.multiselect-native-select .multiselect-container.dropdown-menu li label:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: white;
  border: 2px solid #777777;
}
.multiselect-native-select .multiselect-container.dropdown-menu li.active label:before {
  background-image: url(../Images/checked.svg);
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}
.gform_wrapper .gform_body .ginput_container_select select, .select-white {
  background: #fff;
  color: #414141;
  font-weight: 400;
  font-family: inherit;
  font-size: inherit;
  font-weight: 100;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2865, 65, 65%29'></polygon></svg>");
  background-origin: content-box;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 9px 5px;
}

@media screen and (min-width: 0\0 ) {
  .gform_wrapper .gform_body .ginput_container_select select, .select-white {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
.showallselect__select {
  display: block;
}
.showallselect__select option {
  display: block;
}

.showallselect-horizontal {
  width: 100%;
}
.showallselect-horizontal .showallselect__options {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.showallselect-horizontal .showallselect__options > * {
  -ms-flex: 1 1 0;
  -webkit-box-flex: 1;
          flex: 1 1 0;
  white-space: nowrap;
}
.showallselect-horizontal .showallselect__optWrap {
  margin: 0;
  padding: 0;
}
.showallselect-horizontal .showallselect__optWrap:last-child {
  border-right: 1px solid #dadada;
}
.showallselect-horizontal .showallselect__option {
  width: auto;
  display: inline-block;
  margin: 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dadada;
  border-right: 0;
}

.showallselect__select {
  display: none;
}

.showallselect__options {
  padding-bottom: 1px;
}

.showallselect__option {
  text-align: left;
}

.showallselect__optWrap:last-child .showallselect__option {
  border-bottom: 1px solid #dadada;
}

.showallselect__option:hover {
  background: #f3f3f3;
}
.showallselect__option:hover:disabled {
  background: none;
}

.showallselect-slim .showallselect__select {
  display: block;
  width: 100%;
}
.showallselect-slim .showallselect__options {
  display: none;
}

@media screen and (max-width: 640px) {
  .showallselect-horizontal .showallselect__options {
    display: block;
  }
  .showallselect-horizontal .showallselect__options > * {
    widh: 100%;
  }
  .showallselect-horizontal .showallselect__option {
    border: 1px solid #dadada;
    border-bottom: 0;
  }
  .showallselect-horizontal .showallselect__optWrap:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .aside__aktionen {
    width: 100%;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
}
.footer a {
  color: #000;
}

.footer__module {
  padding: 20px 0;
}

.footer__module-blue {
  background: #0e4194;
  font-weight: 400;
  padding: 40px 0;
}

.footer__module-white {
  color: #414141;
  background: #fefefe;
  font-weight: 700;
}

.footer__contentwrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.footer__right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: auto;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.footer__left {
  margin-right: auto;
}

.footer__nav .menu > li {
  display: inline-block;
  padding-left: 10px;
}
.footer__nav .menu > li:last-child:after {
  content: none;
  padding: 0;
}
.footer__nav .menu > li a {
  font-size: 0.8em;
  text-decoration: none;
}
.footer__nav .menu > li a:hover {
  text-decoration: underline;
}

.logobox {
  margin-bottom: 50px;
}
.logobox:last-child {
  margin-bottom: 0;
}

.logobox__head {
  margin-bottom: 10px;
}

.logobox__inner, .logobox__logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.logobox__inner {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  background: #0d3a83;
  padding: 20px;
  margin: 2px;
}
.logobox__inner img {
  max-height: 40px;
  width: auto;
}

@media screen and (max-width: 640px) {
  .footer__right {
    display: block;
    width: 100%;
    text-algin: center;
  }
  .footer__nav {
    text-align: left;
    display: block;
  }
  .footer__nav .menu > li {
    display: block;
    padding: 0;
  }
  .footer__nav .menu > li a {
    display: block;
    text-align: center;
    padding: 6.66667px 0;
  }
}
.m-breadcrumbs {
  margin-top: 40px;
  margin-bottom: 0;
  color: #0e4194;
}
.m-breadcrumbs a {
  color: #0e4194;
}
.m-breadcrumbs + .modules__modul {
  margin-top: 66.66667px;
}

.m-breadcrumbs-slim {
  margin: 20px 0 0;
  padding: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}
.breadcrumb a {
  text-decoration: none;
}

.breadcrumb__outer {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.breadcrumb__homeicon svg {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.breaccrumb__current, .breadcrumb__link {
  font-size: 0.8em;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: 400;
  white-space: nowrap;
}

.breaccrumb__current, .breadcrumb__link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.breaccrumb__current path, .breadcrumb__link path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a.breaccrumb__current:hover, a.breadcrumb__link:hover {
  background: #fff;
  color: #414141;
}
a.breaccrumb__current:hover path, a.breadcrumb__link:hover path {
  fill: #414141;
}

.breadcrumb__delimiter {
  font-size: 0.8em;
  line-height: 2.2em;
  display: block;
  padding: 0 10px;
}

.breaccrumb__current {
  background: #0e4194;
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 800px) {
  .m-breadcrumbs + .modules__modul {
    margin-top: 0;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a {
    color: #444 !important;
    text-decoration: underline;
  }
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  .modules__title, .searchpage__field, h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  .modules__title, .searchpage__field, h2, h3 {
    page-break-after: avoid;
  }
  .page-navigation, .respond-form, .sidebar, .wp-prev-next, nav {
    display: none;
  }
}
body#tinymce {
  padding: 12px;
  margin: 0;
  background: #fff;
}

@media screen and (max-width: 860px) {
  .ckm-group {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .ckm-group input#ckm {
    width: 100%;
    margin-bottom: 10px;
  }
  .navbar-toggle {
    margin-top: 36px;
  }
  #addtocart h2 {
    margin-bottom: 15px;
  }
  #addtocart .btn {
    margin-bottom: 15px;
    width: 100%;
  }
}
#route-offers .panel {
  border: none;
  border-radius: 0;
}
#route-offers .panel.panel-default {
  margin-bottom: 24px;
  background: white;
}
#route-offers .panel .panel-heading {
  background: #00649b;
  border-radius: 0;
  padding: 20px;
}
#route-offers .panel .panel-heading .panel-title {
  color: white;
  font-size: 24px;
}
#route-offers .panel .panel-heading .panel-title a {
  text-decoration: none;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  #route-offers .panel .panel-heading .panel-title a {
    text-align: center;
  }
}
#route-offers .panel .panel-heading .panel-title a:hover, #route-offers .panel .panel-heading .panel-title a:focus {
  color: white;
}
#route-offers .panel .panel-heading .panel-title a .abotype {
  font-size: 20px;
}
@media (max-width: 767px) {
  #route-offers .panel .panel-heading .panel-title a .abotype {
    padding: 0 48px;
    font-size: 16px;
  }
}
#route-offers .panel .panel-heading .panel-title a .text-center {
  margin-top: 18px;
}
@media (max-width: 767px) {
  #route-offers .panel .panel-heading .panel-title a .text-center {
    font-size: 18px;
  }
}
#route-offers .panel .panel-heading .panel-title a .text-center span {
  vertical-align: middle;
  width: 200px;
  height: 50px;
  background: red;
  display: inline-block;
}
#route-offers .panel .panel-heading .panel-title a .text-center span.cat0 {
  background: url("/fileadmin/Resources/Public/Images/streckenabo-modulabo-0.svg") no-repeat;
}
#route-offers .panel .panel-heading .panel-title a .text-center span.cat1 {
  background: url("/fileadmin/Resources/Public/Images/streckenabo-modulabo-1.svg") no-repeat;
}
#route-offers .panel .panel-heading .panel-title a .text-center span.cat2 {
  background: url("/fileadmin/Resources/Public/Images/streckenabo-modulabo-2.svg") no-repeat;
}
#route-offers .panel .panel-heading .panel-title a .text-center img, #route-offers .panel .panel-heading .panel-title a .text-center span {
  margin: 0 10px;
}
@media (max-width: 767px) {
  #route-offers .panel .panel-heading .panel-title a .text-center img, #route-offers .panel .panel-heading .panel-title a .text-center span {
    margin: 10px 0;
    width: 160px;
    height: 40px;
  }
}
#route-offers .panel .panel-collapse {
  border: 2px solid #00649b;
}
#route-offers .panel .panel-collapse .panel-body label {
  font-weight: normal;
}
#route-offers .panel .panel-collapse .panel-body table.prices:first-child {
  margin-top: 0;
}
#route-offers .panel .panel-collapse .panel-body table.prices:last-child {
  margin-bottom: 0;
}
#route-offers .panel .panel-collapse .panel-body table.prices:last-child tbody tr:last-child {
  border: none;
}

.panel-heading a:before {
  background-image: url("../Images/panel-arrow.svg");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  width: 36px;
  height: 20px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.panel-heading.active a:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.vbl .navbar-default .navbar-nav > li.js-nav-user, .ava .navbar-default .navbar-nav > li.js-nav-user, .rvbw .navbar-default .navbar-nav > li.js-nav-user, .aags .navbar-default .navbar-nav > li.js-nav-user, .gr-invia .navbar-default .navbar-nav > li.js-nav-user {
  position: relative;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger {
  background: #2C6892;
  padding-right: 15px;
  border-radius: 0;
  color: rgb(255, 255, 255);
  font-family: "Helvetica Neue LT W01_71488914";
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger.on, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger.on, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger.on, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger.on, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger.on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--loggedin, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--loggedin, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--loggedin, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--loggedin, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--loggedin {
  display: block;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--initial-text, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--initial-text, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--initial-text, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--initial-text, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger .nav-user__trigger--initial-text {
  vertical-align: text-bottom;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
  position: absolute;
  right: 0;
  display: none;
  white-space: nowrap;
  background: #2C6892;
  padding: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: "Helvetica Neue LT W01_71488914";
}
@media (max-width: 767px) {
  .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
    color: #2C6892;
    background: rgb(255, 255, 255);
    border-radius: 5px;
  }
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__title, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__title, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__title, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__title, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__title {
  font-size: 18px;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list {
    border-top: 1px solid #2C6892;
  }
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a {
  color: rgb(255, 255, 255);
  font-family: "Helvetica Neue LT W01_55 Roman";
}
@media (max-width: 767px) {
  .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a {
    color: #2C6892;
  }
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFFFFF' d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill='%23FFFFFF' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
  vertical-align: text-bottom;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath fill='%232C6892' d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill='%232C6892' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
  }
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFFFFF' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill='%23FFFFFF' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill='%232C6892' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill='%232C6892' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
  }
}
@media (max-width: 767px) {
  .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
    right: inherit;
    left: 30px;
  }
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout.state-nav-user--active, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout.state-nav-user--active, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout.state-nav-user--active, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout.state-nav-user--active, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout.state-nav-user--active {
  display: block;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .nav-user__trigger--initial, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .nav-user__trigger--initial, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .nav-user__trigger--initial, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .nav-user__trigger--initial, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .nav-user__trigger--initial {
  display: none;
  font-size: 0;
  line-height: 0;
}
.vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-user, .vbl .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-logout, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-user, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-logout, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-user, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-logout, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-user, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-logout, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-user, .gr-invia .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger[data-user-loggedin=true] .icon-logout {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFFFFF' d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill='%23FFFFFF' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
  margin-right: 4px;
}

.ava .navbar-default .navbar-nav > li.js-nav-user {
  position: relative;
}
.ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger {
  background: #000066;
}
.ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
  background: #000066;
}
@media (max-width: 767px) {
  .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
    background: rgb(255, 255, 255);
    color: #000066;
  }
}
@media (max-width: 767px) {
  .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list {
    border-top: 1px solid #000066;
  }
  .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a {
    color: #000066;
  }
  .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath fill='%23000066' d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill='%23000066' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
  }
  .ava .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill='%23000066' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill='%23000066' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
  }
}

.aags .navbar-default .navbar-nav > li.js-nav-user {
  position: relative;
}
.aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger {
  background: #e41b13;
}
.aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
  background: #e41b13;
}
@media (max-width: 767px) {
  .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
    background: rgb(255, 255, 255);
    color: #e41b13;
  }
}
@media (max-width: 767px) {
  .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list {
    border-top: 1px solid #e41b13;
  }
  .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a {
    color: #e41b13;
  }
  .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath fill='%23e41b13' d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill='%23000066' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
  }
  .aags .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill='%23e41b13' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill='%23000066' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
  }
}

.rvbw .navbar-default .navbar-nav > li.js-nav-user {
  position: relative;
}
.rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__trigger {
  background: #e41b13;
}
.rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
  background: #e41b13;
}
@media (max-width: 767px) {
  .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout {
    background: rgb(255, 255, 255);
    color: #e41b13;
  }
}
@media (max-width: 767px) {
  .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list {
    border-top: 1px solid #e41b13;
  }
  .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a {
    color: #e41b13;
  }
  .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-user, .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath fill='%23e41b13' d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill='%23e41b13' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
  }
  .rvbw .navbar-default .navbar-nav > li.js-nav-user .nav-user__flyout .nav-user__list a .icon-logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill='%23e41b13' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill='%23e41b13' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
  }
}

.churbus #route-offers .panel .panel-heading {
  background: #dc3e38;
}
.churbus #route-offers .panel .panel-heading .panel-title a .text-center span.cat0 {
  background: url("/fileadmin/Resources/Public/Images/streckenabo-modulabo-0-chur.svg") no-repeat;
}
.churbus #route-offers .panel .panel-heading .panel-title a .text-center span.cat1 {
  background: url("/fileadmin/Resources/Public/Images/streckenabo-modulabo-1-chur.svg") no-repeat;
}
.churbus #route-offers .panel .panel-heading .panel-title a .text-center span.cat2 {
  background: url("/fileadmin/Resources/Public/Images/streckenabo-modulabo-2-chur.svg") no-repeat;
}
.churbus #route-offers .panel .panel-collapse {
  border: 2px solid #dc3e38;
}

/* PARSLEY Errors */
::-webkit-input-placeholder {
  color: black;
}

::-moz-placeholder {
  color: black;
}

::-ms-placeholder {
  color: black;
}

::-webkit-input-placeholder {
  color: black;
}

::-moz-placeholder {
  color: black;
}

:-ms-input-placeholder {
  color: black;
}

::-ms-input-placeholder {
  color: black;
}

::placeholder {
  color: black;
}

input.parsley-error {
  background: #cd071e;
  color: white;
}

select.parsley-error {
  background: #cd071e;
  color: white;
}
select.parsley-error + ul + .btn-group button {
  background: #cd071e;
}
select.parsley-error + ul + .btn-group button span, select.parsley-error + ul + .btn-group button b {
  color: white;
}

.parsley-errors-list {
  display: none;
}

.trailabo h1 {
  margin-bottom: 6px;
}
.trailabo p {
  margin-bottom: 20px;
}
.trailabo .ce-gallery {
  margin-top: 0;
  margin-bottom: 20px;
}

.zonenplan.lichtenstein {
  width: 40%;
}
@media (max-width: 767px) {
  .zonenplan.lichtenstein {
    width: 100%;
  }
}

.box-verbund {
  background-color: #f7f3f3;
  margin: 15px 0;
  padding: 45px 30px;
}

input.change-count {
  border-right: 1px solid #cccccc;
}

/* Spacing */
@media (min-width: 768px) {
  .mt-0 {
    margin-top: 0;
  }
}

/* SwissPass Button */
/* <a href="#" class="sp-btn">Anmelden mit Swiss<span>Pass</span></a> */
a.sp-btn {
  margin: 15px 0;
  display: inline-block;
  background: #C51416;
  border-radius: 2px;
  font-size: 16px;
  font-family: "Helvetica Neue LT W01_41488878";
  line-height: 48px;
  height: 48px;
  padding: 0 14px;
  color: white !important;
  text-decoration: none;
  min-width: 205px;
  text-align: center;
}
a.sp-btn span {
  font-family: "Helvetica Neue LT W01_71488914";
}
a.sp-btn:hover {
  background: #AF1602;
  text-decoration: none !important;
}
a.sp-btn:active, a.sp-btn:focus {
  background: #921000;
  text-decoration: none !important;
}

/* Memberarea Bootstrap 3 */
.content-memberarea .m-0 {
  margin: 0;
}
.content-memberarea .panel {
  margin-bottom: 0;
}
.content-memberarea .h-100 {
  height: 100%;
}
.content-memberarea .removecard:before {
  content: none;
}

.warning-box {
  padding: 12px;
  background: #d4e1ea;
  border: 2px solid #2C6892;
}
.warning-box.inline {
  display: inline-block;
}

/* SwissPass */
.tx-twwc-ticketshop form.option-1 {
  background: #D5D5D5;
  border-radius: 18px;
  padding: 40px;
}

.tx-twwc-ticketshop form .box-swisspass {
  background: #D5D5D5;
  border-radius: 18px;
  padding: 40px;
}

.show-other-user, .buy-for-me {
  display: none;
}
.show-other-user.show, .buy-for-me.show {
  display: block;
}

.mb-3 {
  margin: 0 0 1rem 0 !important;
}

.mt-3 {
  margin-top: 1rem;
}

.m-0 {
  margin: 0;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.border-none {
  border: none;
}

.d-flex {
  text-align: center;
}

@media (min-width: 1200px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-flex.justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-flex.justify-content-between .form-group {
    margin-bottom: 0;
  }
}
#cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #d4e1ea;
}
#cookie-alert .inner {
  text-align: center;
  padding: 15px 30px;
  margin-right: 0;
}
@media (min-width: 768px) {
  #cookie-alert .inner {
    padding: 17px 100px;
    margin-right: 180px;
  }
}
#cookie-alert .inner > p:last-child,
#cookie-alert .inner .ce-bodytext p:last-child {
  margin: 0;
}
#cookie-alert .inner a {
  color: #2C6892;
  font-family: "Helvetica Neue LT W01_71488914";
}
#cookie-alert button {
  width: 100%;
  position: relative;
  height: 50px;
  background: #2C6892;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
@media (min-width: 768px) {
  #cookie-alert button {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 100%;
  }
}
#cookie-alert button:hover {
  opacity: 0.7;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  position: relative;
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/fileadmin/Resources/Public/Images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/fileadmin/Resources/Public/Images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/fileadmin/Resources/Public/Images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/fileadmin/Resources/Public/Images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics! */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/fileadmin/Resources/Public/Images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  /*The size of the normal image, half the size of the hi-res image */
  #fancybox-loading div {
    background-image: url("/fileadmin/Resources/Public/Images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
/*The size of the normal image, half the size of the hi-res image */
/*# sourceMappingURL=default.css.map */