/*
Theme Name: Elberadweg
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

*/

/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme


variables cascading: Bootstrap > Skeleton > OS > Project

*/
/*

Pagebuilder/aG Mixins

*/
.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #ffffff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #ffffff;
}
.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.card-block {
  padding: 1.25rem;
}
.card-block:before,
.card-block:after {
  content: " ";
  display: table;
}
.card-block:after {
  clear: both;
}
.card-block:before,
.card-block:after {
  content: " ";
  display: table;
}
.card-block:after {
  clear: both;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0 0 0 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0 0;
}
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
}
.card-header:before,
.card-header:after {
  content: " ";
  display: table;
}
.card-header:after {
  clear: both;
}
.card-header:before,
.card-header:after {
  content: " ";
  display: table;
}
.card-header:after {
  clear: both;
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #eeeeee;
}
.card-footer:before,
.card-footer:after {
  content: " ";
  display: table;
}
.card-footer:after {
  clear: both;
}
.card-footer:before,
.card-footer:after {
  content: " ";
  display: table;
}
.card-footer:after {
  clear: both;
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-primary {
  background-color: #027d9d;
  border-color: #027d9d;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}
.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}
.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}
.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}
.card-primary-outline {
  background-color: transparent;
  border-color: #027d9d;
}
.card-secondary-outline {
  background-color: transparent;
  border-color: #ff7f08;
}
.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de;
}
.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c;
}
.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e;
}
.card-danger-outline {
  background-color: transparent;
  border-color: #d9534f;
}
.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #ffffff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #ffffff;
}
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
.card-img {
  border-radius: .25rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img-top {
  border-radius: 0 0 0 0;
}
.card-img-bottom {
  border-radius: 0 0 0 0;
}
@media (min-width: 768px) {
  .card-deck {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0.75rem;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 768px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card {
    display: table-cell;
    vertical-align: top;
  }
  .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card:first-child {
    border-right-radius: 0;
  }
  .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card:last-child {
    border-left-radius: 0;
  }
  .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card:not(:first-child):not(:last-child) .card-img-top,
  .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #027d9d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #014151;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a[onclick] {
  cursor: pointer;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #027d9d;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #01556b;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #027d9d;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #01556b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 21.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 25.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 6px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #027d9d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #027d9d;
}
.form-control::-webkit-input-placeholder {
  color: #027d9d;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 52px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 41px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 34px;
  padding: 5px 15px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 34px;
  padding: 5px 15px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 39px;
  padding: 6px 15px;
  font-size: 15px;
  line-height: 1.5;
}
.input-lg {
  height: 52px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 52px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 52px;
  line-height: 52px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 46px;
  padding: 11px 20px;
  font-size: 22px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 6px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 15px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.btn.focus {
  color: #027d9d;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #027d9d;
  background-color: #ffffff;
  border-color: #dddddd;
}
.btn-default:focus,
.btn-default.focus {
  color: #027d9d;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
.btn-default:hover {
  color: #027d9d;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #027d9d;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #027d9d;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #dddddd;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #027d9d;
}
.btn-primary {
  color: #ffffff;
  background-color: #027d9d;
  border-color: #026984;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #01556b;
  border-color: #000506;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #01556b;
  border-color: #013947;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #01556b;
  border-color: #013947;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #013947;
  border-color: #000506;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #027d9d;
  border-color: #026984;
}
.btn-primary .badge {
  color: #027d9d;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #027d9d;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #014151;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 15px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme




Scaffolding

*/
.fl-module-content {
  margin: 0;
}
.fl-widget {
  margin-bottom: 0;
}
.fl-widget ul li {
  margin-bottom: 5px;
}
.fl-page > a {
  color: #027d9d;
}
.fl-page > a:hover,
.fl-page > a:focus {
  color: #014151;
}
/*
.fl-page .fl-row-fixed-width a:visited{
  color: @gray-lighten-60;
}
*/
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
hr {
  border-top-color: #e6e6e6;
}
.list-inline > li {
  display: inline-block !important;
}
.highlight {
  background: yellow;
}
.aside .highlight {
  background: red;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme




Typography

*/
body {
  font-weight: 300;
}
h1,
h1,
.h1,
.fl-module-heading h1.fl-heading {
  margin-bottom: 30px !important;
  line-height: 1.1;
}
.jumbotron h1,
.jumbotron h1,
.jumbotron .h1,
.jumbotron .fl-module-heading h1.fl-heading {
  margin-bottom: 0 !important;
  font-size: 38px;
}
@media (min-width: 768px) {
  .jumbotron h1,
  .jumbotron h1,
  .jumbotron .h1,
  .jumbotron .fl-module-heading h1.fl-heading {
    font-size: 51px;
  }
}
.fl-rich-text h1,
.fl-rich-text h1,
.fl-rich-text .h1,
.fl-rich-text .fl-module-heading h1.fl-heading {
  color: #027d9d;
}
@media all and (max-width: 509px) {
  h1,
  h1,
  .h1,
  .fl-module-heading h1.fl-heading {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  h1,
  h1,
  .h1,
  .fl-module-heading h1.fl-heading {
    font-size: 30px;
  }
}
h2,
.h2,
.fl-module-heading h2.fl-heading {
  line-height: 1.15;
  margin-bottom: 5px !important;
  color: #b0d6e1;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
}
.section-highlights h2,
.section-highlights .h2,
.section-highlights .fl-module-heading h2.fl-heading,
h2.serif,
.h2.serif,
.fl-module-heading h2.fl-heading.serif,
.serif h2,
.serif .h2,
.serif .fl-module-heading h2.fl-heading,
.gallery-row h2,
.gallery-row .h2,
.gallery-row .fl-module-heading h2.fl-heading {
  color: #027d9d;
  margin-bottom: 20px !important;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-align: center;
  font-weight: normal;
  font-size: 26px;
}
.headline-teaser-top-center h2,
.headline-teaser-top-center .h2,
.headline-teaser-top-center .fl-module-heading h2.fl-heading {
  color: #027d9d;
  font-family: museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px !important;
}
.lead-brand-badge-image h2,
.lead-brand-badge-image .h2,
.lead-brand-badge-image .fl-module-heading h2.fl-heading {
  font-family: museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
}
@media (max-width: 509px) {
  .lead-brand-badge-image h2,
  .lead-brand-badge-image .h2,
  .lead-brand-badge-image .fl-module-heading h2.fl-heading {
    font-size: 26px;
  }
}
#voice-creator h2,
#voice-creator .h2,
#voice-creator .fl-module-heading h2.fl-heading {
  margin-top: 60px;
  margin-bottom: 15px;
}
h3,
.h3 {
  color: #027d9d;
  margin-bottom: 5px;
  font-weight: 400;
}
.fl-col-content h3:first-child,
.fl-col-content .h3:first-child {
  margin-top: 0;
}
p {
  margin-bottom: 10px;
}
small,
.small {
  font-size: 90%;
}
p strong,
p b,
li strong,
li b,
a strong,
a b {
  font-weight: 400;
}
.fl-rich-text ul,
#section-details ul {
  list-style: disc;
  padding-left: 20px;
}
.fl-rich-text ul li,
#section-details ul li {
  display: list-item;
  margin-bottom: 0;
  list-style-type: none;
}
.fl-rich-text ul li:before,
#section-details ul li:before {
  content: "\2022";
  color: #b0d6e1;
  font-weight: 700;
  margin-left: -15px;
  padding-right: .8rem;
}
p,
p span,
h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span,
li {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.fl-rich-text p a,
.fl-widget #section-details a {
  border-bottom: 1px solid #cccccc;
}
.fl-rich-text p a:hover,
.fl-widget #section-details a:hover,
.fl-rich-text p a:focus,
.fl-widget #section-details a:focus {
  text-decoration: none;
  border-bottom-color: #027d9d;
  background-color: #f2f2f2;
}
.fl-page-content a[href^="http"]:not(.no-link):after,
footer a[href^="http"]:not(.no-link):after,
.fl-page-content a[href="https://www.facebook.com/elberadweg.de/"]:after,
footer a[href="https://www.facebook.com/elberadweg.de/"]:after {
  content: "\25e5";
  color: inherit;
  opacity: .8;
}
.fl-page-content a[href*="elberadweg.de/"]:after,
footer a[href*="elberadweg.de/"]:after,
.fl-page-content a[href*="elberadweg.df-kunde.de"]:after,
footer a[href*="elberadweg.df-kunde.de"]:after,
.fl-page-content a[href*="elbe-cycle-route.com"]:after,
footer a[href*="elbe-cycle-route.com"]:after,
.fl-page-content a[href*="fietsen-elbe.nl"]:after,
footer a[href*="fietsen-elbe.nl"]:after,
.fl-page-content a[href*="labska-stezka.cz"]:after,
footer a[href*="labska-stezka.cz"]:after,
.fl-page-content .fl-photo-content > a:after,
footer .fl-photo-content > a:after,
.fl-page-content .experience-box a.btn:after,
footer .experience-box a.btn:after,
.fl-page-content .experience-address a:after,
footer .experience-address a:after {
  content: "" !important;
}
.fl-card-deck a[href^="http"],
.fl-module-rich-text .fl-rich-text a[href^="http"],
.fl-card-deck a[href^="www"],
.fl-module-rich-text .fl-rich-text a[href^="www"],
.fl-card-deck a[href^="tel:"],
.fl-module-rich-text .fl-rich-text a[href^="tel:"],
.fl-card-deck a[href^="mailto:"],
.fl-module-rich-text .fl-rich-text a[href^="mailto:"] {
  margin-left: 20px;
}
.fl-card-deck a[href^="http"]:before,
.fl-module-rich-text .fl-rich-text a[href^="http"]:before,
.fl-card-deck a[href^="www"]:before,
.fl-module-rich-text .fl-rich-text a[href^="www"]:before,
.fl-card-deck a[href^="tel:"]:before,
.fl-module-rich-text .fl-rich-text a[href^="tel:"]:before,
.fl-card-deck a[href^="mailto:"]:before,
.fl-module-rich-text .fl-rich-text a[href^="mailto:"]:before {
  width: 20px;
  margin-left: -20px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: none;
}
.fl-card-deck a[href^="http"]:before,
.fl-module-rich-text .fl-rich-text a[href^="http"]:before,
.fl-card-deck a[href^="www"]:before,
.fl-module-rich-text .fl-rich-text a[href^="www"]:before {
  content: "\f0ac";
}
.fl-card-deck a[href*="elberadweg.de/"],
.fl-module-rich-text .fl-rich-text a[href*="elberadweg.de/"],
.fl-card-deck a[href*="elbe-cycle-route.com"],
.fl-module-rich-text .fl-rich-text a[href*="elbe-cycle-route.com"],
.fl-card-deck a[href*="fietsen-elbe.nl"],
.fl-module-rich-text .fl-rich-text a[href*="fietsen-elbe.nl"] {
  margin-left: 0;
}
.fl-card-deck a[href*="elberadweg.de/"]:before,
.fl-module-rich-text .fl-rich-text a[href*="elberadweg.de/"]:before,
.fl-card-deck a[href*="elbe-cycle-route.com"]:before,
.fl-module-rich-text .fl-rich-text a[href*="elbe-cycle-route.com"]:before,
.fl-card-deck a[href*="fietsen-elbe.nl"]:before,
.fl-module-rich-text .fl-rich-text a[href*="fietsen-elbe.nl"]:before {
  content: "";
  width: 0;
  margin-left: 0;
}
.fl-card-deck a[href^="tel:"]:before,
.fl-module-rich-text .fl-rich-text a[href^="tel:"]:before {
  content: "\f095";
}
.fl-card-deck a[href^="mailto:"]:before,
.fl-module-rich-text .fl-rich-text a[href^="mailto:"]:before {
  content: "\f0e0";
}
.annotation {
  font-size: 38px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #b0d6e1;
  line-height: 1.1;
  font-weight: 200;
  margin-top: 41px;
  letter-spacing: -0.001em;
}
.fl-col-group .fl-col:first-child.annotation {
  text-align: right;
  padding-right: 45px;
}
.fl-col-group .fl-col:first-child.annotation.col-xs-12 {
  text-align: center;
}
@media (max-width: 767px) {
  .fl-col-group .fl-col:first-child.annotation {
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .annotation {
    text-align: center !important;
  }
  .annotation.fl-col {
    width: 80% !important;
    max-width: 80%;
    margin-left: 10%;
    text-align: center;
    font-size: 22px;
  }
  .annotation + .fl-col {
    margin-top: -40px;
  }
  .row-free-double-top .fl-col-group:first-child .annotation {
    margin-top: 0;
  }
  .row-free-double-top .fl-col-group:first-child .annotation + .fl-col {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .annotation {
    font-size: 26px;
  }
}
.annotation-box {
  font-size: 15px;
  color: #027d9d;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 767px) {
  .annotation-box {
    margin-top: 15px;
  }
  .row > .annotation-box {
    margin-top: 0;
  }
  .row > .annotation-box + .fl-col {
    margin-top: 15px;
  }
}
@media (min-width: 510px) AND (max-width: 767px) {
  .annotation-box {
    width: 80% !important;
    max-width: 80% !important;
    margin-left: 10%;
  }
}
.annotation-box .fl-col-content {
  background-color: rgba(176, 214, 225, 0.5);
  padding: 5px;
}
.annotation-box .fl-col-content .fl-module {
  border: 1px solid rgba(2, 125, 157, 0.5);
  padding: 10px;
}
.annotation-box .fl-col-content *:last-child {
  margin-bottom: 0;
}
.annotation-box.fl-col:only-child {
  font-size: 17px;
  width: 60% !important;
  margin-left: 20%;
  text-align: center;
}
@media (max-width: 509px) {
  .annotation-box.fl-col:only-child {
    width: 100% !important;
    margin-left: 0;
    margin-top: 0;
  }
}
.annotation-box h4 {
  margin-top: 0;
}
.annotation-box ul {
  padding-left: 15px;
}
.annotation-box ul li:before {
  font-weight: 400;
  color: #027d9d;
}
.annotation-box .fl-rich-text p a {
  border-bottom-color: #ffffff;
  font-weight: 400;
}
.annotation-box .fl-rich-text p a:hover,
.annotation-box .fl-rich-text p a:focus {
  background-color: #ffffff;
  border-bottom-color: #027d9d;
}
.share-voice {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #01556b;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

GRID SYSTEM

*/
@media (max-width: 991px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.fl-row-fixed-width,
footer .container {
  max-width: 976px;
}
.fl-row-content-wrap {
  padding: 20px 0;
}
@media (max-width: 509px) {
  .col-xxs-6 {
    width: 50% !important;
  }
  .col-xxs-8 {
    width: 66.66666667% !important;
  }
  .col-xxs-12 {
    width: 100% !important;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .col-xxs-offset-3 {
    margin-left: 25% !important;
  }
}
.fl-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .fl-col.col-xs-1 {
    width: 8.33333333% !important;
  }
  .fl-col.col-xs-2 {
    width: 16.66666667% !important;
  }
  .fl-col.col-xs-3 {
    width: 25% !important;
  }
  .fl-col.col-xs-4 {
    width: 33.33333333% !important;
  }
  .fl-col.col-xs-5 {
    width: 41.66666667% !important;
  }
  .fl-col.col-xs-6 {
    width: 50% !important;
  }
  .fl-col.col-xs-7 {
    width: 58.33333333% !important;
  }
  .fl-col.col-xs-8 {
    width: 66.66666667% !important;
  }
  .fl-col.col-xs-9 {
    width: 75% !important;
  }
  .fl-col.col-xs-10 {
    width: 83.33333333% !important;
  }
  .fl-col.col-xs-11 {
    width: 91.66666667% !important;
  }
  .fl-col.col-xs-12,
  .fl-col.col-sm-1,
  .fl-col.col-md-1,
  .fl-col.col-lg-1,
  .fl-col.col-sm-2,
  .fl-col.col-md-2,
  .fl-col.col-lg-2,
  .fl-col.col-sm-3,
  .fl-col.col-md-3,
  .fl-col.col-lg-3,
  .fl-col.col-sm-4,
  .fl-col.col-md-4,
  .fl-col.col-lg-4,
  .fl-col.col-sm-5,
  .fl-col.col-md-5,
  .fl-col.col-lg-5,
  .fl-col.col-sm-6,
  .fl-col.col-md-6,
  .fl-col.col-lg-6,
  .fl-col.col-sm-7,
  .fl-col.col-md-7,
  .fl-col.col-lg-7,
  .fl-col.col-sm-8,
  .fl-col.col-md-8,
  .fl-col.col-lg-8,
  .fl-col.col-sm-9,
  .fl-col.col-md-9,
  .fl-col.col-lg-9,
  .fl-col.col-sm-10,
  .fl-col.col-md-10,
  .fl-col.col-lg-10,
  .fl-col.col-sm-11,
  .fl-col.col-md-11,
  .fl-col.col-lg-11,
  .fl-col.col-sm-12,
  .fl-col.col-md-12,
  .fl-col.col-lg-12 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .fl-col .col-sm-0 {
    display: none;
  }
}
@media (max-width: 509px) {
  .fl-col-group-nested.row > .fl-col {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
@media (min-width: 510px) AND (max-width: 767px) {
  .fl-col-group-nested.row > .fl-col {
    padding-bottom: 15px;
  }
  .fl-col-group-nested.row > .fl-col.col-sm-1 {
    width: 8.33333333% !important;
  }
  .fl-col-group-nested.row > .fl-col.col-sm-2 {
    width: 16.66666667% !important;
  }
  .fl-col-group-nested.row > .fl-col.col-sm-3 {
    width: 25% !important;
  }
  .fl-col-group-nested.row > .fl-col.col-sm-4 {
    width: 33.33333333% !important;
  }
  .fl-col-group-nested.row > .fl-col.col-sm-5 {
    width: 41.66666667% !important;
  }
  .fl-col-group-nested.row > .fl-col.col-sm-6 {
    width: 50% !important;
  }
  .fl-col-group-nested.row > .fl-col.col-sm-7 {
    width: 58.33333333% !important;
  }
  .fl-col-group-nested.row > .fl-col.col-sm-8 {
    width: 66.66666667% !important;
  }
  .fl-col-group-nested.row > .fl-col.col-sm-9 {
    width: 75% !important;
  }
  .fl-col-group-nested.row > .fl-col.col-sm-10 {
    width: 83.33333333% !important;
  }
  .fl-col-group-nested.row > .fl-col.col-sm-11 {
    width: 91.66666667% !important;
  }
  .fl-col-group-nested.row > .fl-col:first-child {
    padding-left: 0;
  }
  .fl-col-group-nested.row > .fl-col:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .fl-col-small {
    max-width: 100%;
  }
}
.content-with-sidebar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .col-widget {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    margin-top: 30px;
  }
}
.fl-row-full-width {
  overflow-x: hidden;
}
.fl-builder-edit .fl-row-full-width {
  overflow-x: visible !important;
}
.fl-builder-edit .fl-row {
  clear: left;
}
/*
Theme Name: Elberadweg
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

BUTTONS

*/
/*Change default BB button font and icon color*/
.fl-builder-content .fl-node-content a.fl-button span,
.fl-builder-content .fl-node-content a.fl-button i {
  color: #fff;
}
.fl-builder-content .fl-node-content a.fl-button span {
  font-weight: bold;
}
/*Change default BB button background*/
.fl-builder-content .fl-node-content.fl-module-content a.fl-button {
  background: #007fa0;
  padding: 10px;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.125);
}
.action-bar {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
@media (max-width: 509px) {
  .action-bar {
    margin-top: 0;
  }
}
.action-bar .btn {
  display: block;
  background-image: -webkit-linear-gradient(top, #0198c2 0%, #027d9d 100%);
  background-image: -o-linear-gradient(top, #0198c2 0%, #027d9d 100%);
  background-image: linear-gradient(to bottom, #0198c2 0%, #027d9d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0198c2', endColorstr='#ff027d9d', GradientType=0);
  color: #ffffff;
  white-space: normal;
}
.action-bar .btn span.tag {
  display: block;
  text-align: center;
  font-size: 14px;
}
.action-bar i.fa {
  display: block;
  font-size: 26px;
}
.action-bar span.number {
  display: block;
  font-size: 26px;
}
.action-bar span.number i.fa {
  display: inline-block;
  margin-left: -30px;
}
.action-bar.item-4 > div.item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .action-bar.item-4 > div.item {
    float: left;
    width: 25%;
  }
}
@media (max-width: 509px) {
  .action-bar.item-4 > div.item {
    width: 100%;
    margin-bottom: 15px;
  }
  .action-bar.item-4 > div.item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .action-bar.item-4 > div.item:first-child,
  .action-bar.item-4 > div.item:nth-child(2) {
    margin-bottom: 30px;
  }
}
.action-bar.item-4 > div.item:first-child:last-child {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  float: none;
  text-align: center;
}
@media (max-width: 767px) {
  .action-bar.item-4 > div.item:first-child:last-child {
    min-width: 210px;
  }
}
.action-bar.item-4 > div.item:first-child:last-child .btn {
  display: inline-block;
}
.action-bar.action-bar-subtle a.btn {
  background: #ffffff;
  color: #027d9d;
  border: 1px solid #eeeeee;
}
.action-bar.action-bar-subtle a.btn:hover {
  background: #f5f5f5;
}
.g-recaptcha {
  position: relative;
  left: 50%;
  margin-left: -152px;
  margin-bottom: 10px;
  width: 304px;
  border: solid 1px #fff;
}
.g-recaptcha.error {
  border: solid 1px red;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

*/
form.form-row-fixed-width {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  form.form-row-fixed-width {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  form.form-row-fixed-width {
    margin-left: 16.66666667%;
  }
}
form.form-row-fixed-width * {
  text-align: center;
}
form.form-row-fixed-width input {
  font-size: 17px;
}
form.form-row-fixed-width label {
  font-size: 90%;
  font-weight: 400;
}
form.form-row-fixed-width .form-group:focus label {
  color: #027d9d;
}
label.control-label {
  color: #027d9d;
}
.question {
  margin-bottom: 30px;
}
.form-horizontal .form-group {
  margin-right: 0 !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #027d9d;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #027d9d;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 510px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1080;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 22px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #027d9d;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #027d9d;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #027d9d;
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #027d9d;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #027d9d;
  border-color: #027d9d;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #027d9d;
  border-color: #027d9d;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #cccccc;
  background-color: #ffffff;
  border-color: #eeeeee;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 15px;
  font-size: 15px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #027d9d;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #01556b;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
.jumbotron.map-only .container {
  width: 100%;
}
.jumbotron.map-only .main-content {
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .jumbotron.map-only .main-content {
    width: 980px;
    left: 50%;
    margin-left: -490px;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 77px;
  }
}
.jumbotron .map-is-large .slick-arrow,
.jumbotron .map-is-large .main-content {
  display: none;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #027d9d;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #027d9d;
  border-color: #027d9d;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #6ee0fd;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #027d9d;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #027d9d;
  border-color: #027d9d;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #027d9d;
}
.panel-primary > .panel-heading .badge {
  color: #027d9d;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #027d9d;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

Navbar


* Table of contents
* ======================================================================================================
*
*		0.		Header
*		........the styling if header gets sticky
*
*		1.		Top Bar
*		........parts: layout as table / Logo / side content (weather, language select)
*
*		2.		The Search
*		........parts: search structure / form / quick Links & suggest search lists / x closing / curtain / "animation"

*		........How Animation works:
*		........ 1. - li's of .navigation get opacity 0 (Transition)
*		........ 2.1. - then search-content gets visible and gets opacity, has a 200ms delay, so this waits until the list items are "fade out" (Transition)
*		........ 2.2. - flying in of "Elberadweg durchsuchen ..." has a delay of 200ms, so this waits until the list items are "fade out" (Transition)
*		........ 4. - the closing-x animation has a delay of 300ms, so it only starts after the .search-content starts with its transition (Animation)
*
*		3.		Navigation
*		........is the navigation itself
*		........parts: the navigation / 2nd level navigation

*		........the navigation - first level nav elements, navbar-right
*		........2nd level navigation - teaser 1st col , image-wrapper for other teasers, all other list elements
*
*
*
*
* ======================================================================================================

*/
/*  ====================================================================================================== */
/*  0. Header
/*  ====================================================================================================== */
@media all and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100vw;
  }
}
header.js-fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: -65px;
}
header.js-fixed .logo {
  width: 75px;
  top: 0;
}
header.js-fixed .logo img {
  max-width: 75px !important;
}
header.js-fixed .navigation .nav {
  padding-left: 95px;
}
header.js-fixed .navigation .nav.navbar-right.visible {
  padding-left: 0;
}
header.js-fixed .navigation .nav.navbar-right.visible .sticky-visible {
  display: block;
}
header.js-fixed .navigation .nav.navbar-right.visible .sticky-visible > i {
  opacity: 1;
}
header.js-fixed .navigation.js-search-active .search-content {
  margin-left: 75px;
}
header .navigation .second {
  border-top: 1px solid #027d9d;
}
header mark {
  padding: 0;
}
/*  ====================================================================================================== */
/*  1. Top-Bar
/*  ====================================================================================================== */
@media all and (max-width: 767px) {
  header {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#80ffffff', GradientType=0);
  }
}
.page-bar {
  min-height: 65px;
  background-image: url(/wp-content/uploads/2015/10/topbar-background-waves1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  background-color: transparent;
  position: relative;
}
@media all and (max-width: 767px) {
  .page-bar {
    background-position: left center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.page-bar .page-bar-row > div {
  display: table;
  height: 65px;
}
.page-bar .page-bar-row > div .inner {
  display: table-cell;
  vertical-align: middle;
}
.page-bar .logo {
  position: fixed;
  z-index: 9999;
  padding: 0;
  width: 162px;
  -webkit-transition: width 400ms ease;
  -moz-transition: width 400ms ease;
  -o-transition: width 400ms ease;
  transition: width 400ms ease;
}
@media all and (max-width: 992px) {
  .page-bar .logo {
    width: 16.66666667%;
  }
}
@media all and (max-width: 767px) {
  .page-bar .logo {
    position: fixed;
    width: 70px;
    top: 0;
  }
}
.page-bar .logo img {
  max-width: 162px !important;
  -webkit-transition: max-width 400ms ease;
  -moz-transition: max-width 400ms ease;
  -o-transition: max-width 400ms ease;
  transition: max-width 400ms ease;
}
@media all and (max-width: 992px) {
  .page-bar .logo img {
    max-width: 100% !important;
  }
}
.page-bar .side-content {
  text-align: right;
  padding-right: 0;
}
.page-bar .side-content a {
  font-size: 15px;
  color: #ffffff;
}
.page-bar .side-content a i {
  font-size: 22px;
}
.page-bar .side-content .weather {
  color: #ffffff;
  font-size: 22px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 509px) {
  .page-bar .side-content .weather {
    min-width: 150px;
    float: right;
    margin-right: 50px;
  }
  body.nav-main-is-open .page-bar .side-content .weather {
    display: none;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .page-bar .side-content .weather {
    min-width: 150px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-bar .side-content .weather {
    margin-top: 10px;
  }
}
.page-bar .side-content .weather small {
  font-size: 17px;
  padding-left: 10px;
}
.page-bar .side-content p {
  margin-bottom: 0;
}
.page-bar .side-content .col-teaser {
  text-align: center;
  font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 200;
  font-style: italic;
}
@media all and (max-width: 509px) {
  .page-bar .side-content .col-teaser {
    display: none !important;
  }
}
.page-bar .side-content .col-teaser p {
  background: rgba(255, 255, 255, 0.8);
  color: #027d9d;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
}
.page-bar .side-content select {
  font-family: museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 5px;
  background: transparent;
  color: #ffffff;
}
.page-bar .side-content select:active,
.page-bar .side-content select:focus {
  background: #ffffff;
  color: #000000;
  outline: none;
  border-bottom: none;
}
.fl-page-bar {
  border: none;
  padding: 10px 0;
}
.fl-page-bar-container.container {
  max-width: 936px;
}
/*  ====================================================================================================== */
/*  2. The Search
/*  ====================================================================================================== */
/* 0. Search Structure */
/* -------------------------------------------------------------- */
.search-content {
  position: absolute;
  z-index: 9998;
  right: 0;
  left: 0;
  background: #ffffff;
  padding-left: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 200ms, opacity 200ms ease 200ms;
  transition: visibility 0s ease 200ms, opacity 200ms ease 200ms;
  /* 1. The Form*/
  /* -------------------------------------------------------------- */
  /* 2. suggested search & quick links list*/
  /* -------------------------------------------------------------- */
}
@media (max-width: 767px) {
  .search-content {
    left: 1px;
    right: 1px;
    opacity: 1;
    padding-left: 0;
    visibility: visible;
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .search-content {
    opacity: 1;
    padding-left: 0;
    visibility: visible;
    margin-left: 0;
  }
}
.search-content form {
  height: 50px;
  line-height: 50px;
  position: relative;
  left: 40px;
  transition: left 400ms ease 200ms;
  -webkit-transition: left 400ms ease 200ms;
}
.search-content form .searchform-wrapper {
  position: relative;
  padding-left: 40px;
}
.search-content form .searchform-wrapper .searchform-input {
  font-size: 20px;
  line-height: 50px;
  letter-spacing: normal;
  outline: none;
  width: 90%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 40px;
  border: none;
  background: transparent;
}
@media (max-width: 767px) {
  .search-content form .searchform-wrapper .searchform-input {
    left: 0;
    right: 50px;
  }
}
.search-content form .searchform-wrapper .searchform-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 50px;
  line-height: 30px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.search-content form .searchform-wrapper .searchform-submit::before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 20px;
  color: #027d9d;
}
@media (max-width: 767px) {
  .search-content form .searchform-wrapper .searchform-submit {
    right: 10px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .search-content form {
    -webkit-transition: none;
    transition: none;
  }
}
@media all and (max-width: 767px) {
  .search-content form {
    left: 0;
  }
}
.search-content div.search-further {
  position: absolute;
  right: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 115px);
  top: 50px;
  background: #ffffff;
}
header.js-fixed .search-content div.search-further {
  max-height: calc(100vh - 50px);
}
.search-content div.search-further section {
  margin: 0 40px;
  padding: 10px 0 20px;
  border-bottom: 1px solid #777777;
}
@media (max-width: 767px) {
  .search-content div.search-further section {
    border-top: 1px solid #777777;
    border-bottom: 0;
  }
}
.search-content div.search-further section:last-of-type {
  border-bottom: none;
}
.search-content div.search-further section:last-of-type ul li::before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  color: gray;
  padding-left: 20px;
}
.search-content div.search-further section:last-of-type ul li a {
  padding-left: 40px;
}
.search-content div.search-further section ul {
  margin: 0;
  padding: 0;
}
.search-content div.search-further section ul li {
  display: block;
  line-height: 38px;
  margin: 0 -20px;
}
.search-content div.search-further section ul li a {
  color: #555555;
  display: block;
  font-weight: 300;
  padding: 0 20px;
}
.search-content div.search-further section ul li a:hover,
.search-content div.search-further section ul li a:active,
.search-content div.search-further section ul li a:focus {
  background: #eeeeee;
  text-decoration: none;
  color: #027d9d;
}
@media all and (max-width: 767px) {
  .search-content div.search-further {
    display: none;
  }
}
/* 3. x closing */
/* -------------------------------------------------------------- */
.js-search-close {
  position: absolute;
  right: 0;
  z-index: 9999;
  width: 38px;
  height: 44px;
  top: 0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
  filter: alpha(opacity=100);
  -webkit-tap-highlight-color: transparent;
}
.js-search-close .search-close-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
.js-search-close .search-close-left,
.js-search-close .search-close-right {
  height: 18px;
  width: 1px;
  background: gray;
  position: absolute;
  display: block;
  top: 11px;
  z-index: 1;
}
.js-search-close .search-close-left {
  right: 12px;
  -webkit-transform: scale3d(1, 0.65, 1);
  transform: scale3d(1, 0.65, 1);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
header .js-search-close .search-close-left {
  -webkit-margin-before: 1px;
}
header.js-fixed .js-search-close .search-close-left {
  -webkit-margin-before: 0px;
}
.js-search-close .search-close-right {
  left: 12px;
  -webkit-transform: scale3d(1, 0.65, 1);
  transform: scale3d(1, 0.65, 1);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
@media all and (max-width: 767px) {
  .js-search-close {
    display: none;
  }
}
/* 4. Curtain */
/* -------------------------------------------------------------- */
.curtain {
  background: rgba(0, 0, 0, 0.25);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
}
/* 5. "Animation" */
/* -------------------------------------------------------------- */
.navigation.js-search-active .nav > li {
  opacity: 0;
}
.navigation.js-search-active .nav.navbar-right li.sticky-visible {
  display: none;
}
.navigation.js-search-active .search-content {
  visibility: visible;
  opacity: 1;
}
.navigation.js-search-active .search-content form {
  left: 0;
}
.navigation.js-search-active .search-content .js-search-close .search-close-right {
  -webkit-animation: close-right 300ms 300ms both;
  animation: close-right 300ms 300ms both;
}
.navigation.js-search-active .search-content .js-search-close .search-close-left {
  -webkit-animation: close-left 300ms 300ms both;
  animation: close-left 300ms 300ms both;
}
.navigation.js-search-active ~ .curtain {
  display: block;
}
.navigation.js-search-closing .nav.navbar-right.js-search-close {
  display: none;
}
.navigation.js-search-closing .search-content {
  display: none;
}
body.js-no-scroll {
  overflow: hidden !important;
  height: 100% !important;
}
html.js-no-scroll {
  overflow: hidden !important;
  height: 100% !important;
}
html.js-no-scroll-long {
  overflow-y: scroll !important;
}
@-webkit-keyframes close-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
  }
}
@keyframes close-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
  }
}
@-webkit-keyframes close-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
  }
}
@keyframes close-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
  }
}
/*  ====================================================================================================== */
/*  3. Navigation
/*  ====================================================================================================== */
.navigation {
  /* 0. Common styling navbar */
  /* -------------------------------------------------------------- */
  /* 1. Toggle Button */
  /* -------------------------------------------------------------- */
  /* 2. The Navigation, 1st level */
  /* -------------------------------------------------------------- */
  /* 3. 2nd level Navigation */
  /* -------------------------------------------------------------- */
}
.navigation .navbar {
  margin: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  min-height: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .navigation .navbar {
    height: auto !important;
    padding-right: 0;
  }
  .navigation .navbar.collapse {
    display: none !important;
    visibility: hidden;
  }
  .navigation .navbar.collapse.in {
    display: block !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .navigation .navbar.navbar-collapse {
    padding: 0 5px 50px;
    -webkit-box-shadow: 0 0 3px #000000;
    box-shadow: 0 0 3px #000000;
  }
}
.navigation .dropdown-menu {
  border: none;
  font-size: 15px;
}
.navigation .navbar-header {
  position: absolute;
  top: -55px;
  right: 10px;
}
.navigation .navbar-header .navbar-toggle {
  background-color: #ffffff;
  border-color: transparent;
  border-radius: 0;
  margin-top: 5px;
}
.navigation .navbar-header .navbar-toggle .icon-bar {
  background-color: #027d9d;
}
.navigation .navbar-header .navbar-toggle:focus,
.navigation .navbar-header .navbar-toggle:active {
  top: 0;
}
@media all and (max-width: 767px) {
  .navigation .navbar-header .navbar-toggle {
    display: block !important;
  }
}
.navigation .nav-intro {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 8.33333333%;
  text-align: center;
}
@media (max-width: 509px) {
  .navigation .nav-intro {
    width: 90%;
    margin-left: 5%;
  }
}
@media (min-width: 768px) {
  .navigation .nav-intro {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .navigation .nav-intro {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .navigation .nav-intro {
    margin-left: 25%;
  }
}
.navigation .nav-intro a:hover {
  text-decoration: none !important;
}
.navigation .nav-intro h3 {
  font-size: 17px;
  margin-bottom: 1px;
}
.navigation .nav-intro p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
}
.navigation .nav {
  padding-left: 16.66666667%;
  padding-left: calc(16.66666667% + 20px);
  margin: 0 !important;
  position: relative;
  z-index: 1000;
  -webkit-transition: padding-left 500ms ease;
  -moz-transition: padding-left 500ms ease;
  -o-transition: padding-left 500ms ease;
  transition: padding-left 500ms ease;
}
.navigation .nav:first-of-type {
  width: 100%;
}
@media all and (max-width: 767px) {
  .navigation .nav {
    padding-left: 0;
  }
  .navigation .nav.navbar-nav {
    float: none;
  }
}
.navigation .nav > li {
  position: static;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media all and (max-width: 767px) {
  .navigation .nav > li {
    border-bottom: 1px solid #dddddd;
  }
}
.navigation .nav > li.wave a {
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navigation .nav > li.wave:nth-of-type(2) a {
  transition-delay: 0.1s;
}
.navigation .nav > li.wave:nth-of-type(3) a {
  transition-delay: 0.2s;
}
.navigation .nav > li.wave:nth-of-type(4) a {
  transition-delay: 0.29s;
}
.navigation .nav > li.wave.js-wave-is-active a {
  transform: scale(1);
}
.navigation .nav > li.active a {
  color: #027d9d;
  background-color: #ffffff;
}
.navigation .nav > li.active a:hover,
.navigation .nav > li.active a:active {
  background-color: #ffffff;
  color: #027d9d;
  font-weight: 500;
}
.navigation .nav > li.open .second {
  display: block;
}
.navigation .nav > li.open > a,
.navigation .nav > li.open > a:hover,
.navigation .nav > li.open > a:focus {
  color: #027d9d;
  background-color: #ffffff;
}
@media all and (min-width: 769px) {
  .navigation .nav > li.dropdown:hover .second {
    display: block;
  }
}
.navigation .nav > li.dropdown:hover .dropdown-menu {
  padding-bottom: 15px;
}
.navigation .nav > li > a {
  font-weight: 500;
}
.navigation .nav > li > a:hover,
.navigation .nav > li > a:active {
  color: #027d9d;
}
@media (max-width: 767px) {
  .navigation .nav > li > a {
    padding: 10px;
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 789px) {
  .navigation .nav > li > a {
    padding-left: 5px;
    padding-right: 10px;
  }
}
@media (min-width: 789px) and (max-width: 991px) {
  .navigation .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation .nav > li > a {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 925px) {
  .navigation .nav > li {
    letter-spacing: -0.009em;
  }
}
@media all and (max-width: 767px) {
  .navigation .nav > li {
    float: none;
  }
  .navigation .nav > li.js-search-open {
    display: none;
  }
}
.navigation .nav.navbar-right {
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 1004;
}
@media (max-width: 767px) {
  .navigation .nav.navbar-right {
    top: 0;
    margin-top: 0 !important;
    min-width: 90px;
    text-align: right;
    padding-right: 5px;
  }
}
@media (min-width: 767px) and (max-width: 767px) {
  .navigation .nav.navbar-right {
    position: static;
    margin-top: 50px !important;
    width: 100%;
  }
}
.navigation .nav.navbar-right .sticky-visible {
  display: none;
}
.navigation .nav.navbar-right .sticky-visible:nth-of-type(1) {
  position: relative;
  display: none !important;
}
.navigation .nav.navbar-right .sticky-visible:nth-of-type(1) i {
  cursor: pointer;
}
.navigation .nav.navbar-right .sticky-visible:nth-of-type(1) .sticky-search {
  position: absolute;
  width: 180px;
  z-index: 200;
  display: none;
}
.navigation .nav.navbar-right .sticky-visible:nth-of-type(1) .sticky-search input,
.navigation .nav.navbar-right .sticky-visible:nth-of-type(1) .sticky-search button {
  border-radius: 0;
}
@media all and (max-width: 767px) {
  .navigation .nav.navbar-right .sticky-visible:nth-of-type(1) .sticky-search {
    top: 10px;
    left: 40px;
    display: block;
  }
}
.navigation .nav.navbar-right .sticky-visible:nth-of-type(3) {
  padding: 13px 10px;
}
@media all and (max-width: 767px) {
  .navigation .nav.navbar-right .sticky-visible {
    display: block;
    opacity: 1;
  }
  .navigation .nav.navbar-right .sticky-visible:nth-of-type(2) {
    border-top: 1px solid #777777;
  }
}
@media (max-width: 767px) {
  .navigation .nav.navbar-right li {
    display: inline-block;
    border-bottom: 0;
  }
}
.navigation .nav.navbar-right i {
  line-height: 24px;
  padding: 15px 10px;
}
.navigation .nav.navbar-right a {
  padding: 15px 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navigation .nav.navbar-right a {
    padding: 10px 10px;
  }
}
.navigation .nav.navbar-right a i {
  padding: 0;
}
.navigation .second {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 201;
  padding: 20px 0 0;
  background-color: rgba(255, 255, 255, 0.95);
  min-height: 200px;
  border-top: 2px solid #777777;
  -webkit-box-shadow: 0px 11px 20px -9px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 11px 20px -9px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 767px) {
  .navigation .second {
    position: relative !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 0;
    border-top: 0;
  }
  .navigation .second .col-xs-10 {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
@media all and (max-width: 580px) {
  .navigation .second {
    padding-bottom: 20px !important;
  }
  .navigation .second .col-xs-4 {
    width: 100%;
  }
}
.navigation .second .teaser {
  background: #027d9d;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 55px;
  max-width: 162px;
}
.navigation .second .teaser .image-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .navigation .second .teaser {
    display: none;
  }
}
.navigation .second a.image-teaser {
  display: block;
  min-height: 45px;
}
@media all and (max-width: 580px) {
  .navigation .second a.image-teaser {
    display: none;
  }
}
.navigation .second .image-wrapper {
  position: relative;
  min-height: 45px;
  margin: 10px 0;
}
.navigation .second .image-wrapper:hover .image-title {
  background: rgba(2, 125, 157, 0.7);
}
.navigation .second .image-wrapper img {
  width: 100%;
  border: 2px solid #ffffff;
}
.navigation .second .image-wrapper img + .image-title {
  border: 2px solid #ffffff;
  border-top: 0;
}
.navigation .second .image-wrapper .image-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  background: rgba(2, 125, 157, 0.5);
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navigation .second a.special,
.navigation .second a[href="planen-buchen/tipps-ratgeber-radreise-radtour"] {
  background: red;
}
.navigation .second .col-xs-10 .image-wrapper {
  border: none;
}
.navigation .second .col-xs-10 img {
  max-height: 120px;
}
.navigation .second a h3 {
  color: #027d9d;
}
@media all and (max-width: 767px) {
  .navigation .second a h3 {
    margin-top: 0;
  }
}
.navigation .second h4 {
  line-height: 1.2;
  margin-bottom: 5px;
}
.navigation .second h4 a {
  color: #027d9d;
}
.navigation .second ul {
  padding: 0;
  list-style-type: none;
}
.navigation .second ul a {
  color: #777777;
  display: block;
  font-weight: 300;
}
.navigation .second ul a:hover,
.navigation .second ul a:active {
  color: #027d9d;
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .navigation .second ul a {
    padding: 0;
  }
}
.navigation .second ul li {
  padding-bottom: 5px;
}
.navigation .second ul li span a {
  display: inline-block;
}
.navigation .second ul li span:after {
  content: "\00a0\00b7 ";
}
.navigation .second ul li span:last-child:after {
  content: none;
}
.navigation .second ul li + hr {
  margin-top: 5px;
  margin-bottom: 10px;
}
.navigation hr {
  border-top: none;
  height: 0.75px;
  background-image: -webkit-linear-gradient(left, rgba(2, 125, 157, 0.3) 0%, transparent 100%);
  background-image: -o-linear-gradient(left, rgba(2, 125, 157, 0.3) 0%, transparent 100%);
  background-image: linear-gradient(to right, rgba(2, 125, 157, 0.3) 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d027d9d', endColorstr='#00000000', GradientType=1);
}
.navigation h4 + ul + hr {
  margin-top: 10px;
}
.navigation hr + ul + h4 {
  margin-top: -15px;
}
/* Align Header Width with Content */
.fl-page-header-container.container {
  max-width: 976px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fl-page-header-container.container {
    width: 100%;
  }
}
/* Fix Logo & Menu Width & Position*/
.fl-page-header-row .col-md-4 {
  width: 16.6666666%;
  max-width: 190px;
  min-width: 160px;
  position: fixed;
  top: 0;
  z-index: 300;
}
@media (min-width: 768px) {
  .fl-page-nav-right .fl-page-header-logo {
    padding-left: 10px;
    padding-right: inherit;
  }
}
body.admin-bar .fl-page-header-row .col-md-4 {
  top: 30px;
}
body.admin-bar.fl-builder .fl-page-header-row .col-md-4 {
  top: 43px;
}
/* Align Menu to Left*/
@media (min-width: 992px) {
  .fl-page-nav-right .fl-page-nav ul.navbar-nav {
    float: inherit !important;
  }
}
/* Main Navigation*/
.fl-page-nav .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*

    HEADER FIXED
*/
/* Hide Full Header, When Header Fixed */
.fl-page-header-fixed[style="display: block;"] ~ .fl-page-header-primary .col-md-4 {
  position: relative;
  display: none;
}
/* Align Menu next to Logo*/
.fl-page-header-fixed .col-md-3 {
  width: 90px;
}
/* Reduce Padding of Header Fixed*/
.fl-page-nav-right.fl-page-header-fixed .fl-page-header-container.container,
.fl-page-header-fixed .fl-page-header-container.container {
  padding-top: 0;
  padding-bottom: 0;
}
.nav .col-highlights h4:nth-last-of-type(1) a {
  margin-top: 0;
  font-weight: 300;
  color: #777777;
  font-size: 15px;
}
.nav .col-plan li:nth-child(4) {
  display: none;
}
body.lang-cs .nav .col-partner hr {
  display: none;
}
body.lang-nl .nav .col-partner hr {
  display: none;
}
body.lang-de .nav .col-partner li:first-child {
  display: none;
}
body.lang-de .nav .col-partner hr {
  display: none;
}
.nav .col-contact li:nth-child(2) {
  display: none;
}
header .languages {
  padding: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
header .languages a {
  margin: 2px;
}
header .languages a.lang-switch {
  display: none !important;
}
header .languages select {
  display: block !important;
}
@media (min-width: 510px) and (max-width: 767px) {
  header .languages select {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
}
@media all and (max-width: 509px) {
  header .languages {
    width: 95px;
    margin-right: 60px;
    padding-top: 0;
    display: none;
  }
  body.nav-main-is-open header .languages {
    display: block;
  }
}
@media (min-width: 510px) {
  header .languages {
    width: 95px;
  }
}
@media (min-width: 510px) and (max-width: 991px) {
  header .languages {
    margin-left: 0;
    padding-top: 0;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  header .languages {
    margin-right: 60px;
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .languages {
    margin-top: 12px;
  }
}
.page-bar .side-content a {
  font-size: 15px;
  text-shadow: none;
  background: #fff;
  padding: 8px;
  color: #027d9d;
}
.page-bar .side-content select {
  color: #027d9d;
  font-size: 15px;
  text-shadow: none;
  background: #fff;
  padding: 7px;
  border: none;
  height: 35px;
}
.row.pagination-controls {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.row.pagination-controls + .pagination-controls {
  margin-top: 10px;
}
.row.pagination-controls form.select {
  height: 37px;
}
@media (min-width: 768px) {
  .row.pagination-controls form.select {
    padding-left: 0;
    padding-right: 0;
  }
}
.row.pagination-controls select {
  height: 100%;
  color: #027d9d;
  background-color: #ffffff;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .row.pagination-controls select {
    position: absolute;
    right: 0;
    max-width: 180px;
  }
}
.pagination-feedback.pagination-empty {
  margin-top: -30px;
  margin-bottom: 60px;
}
.pagination-feedback p {
  font-size: 90%;
  margin-bottom: 10px;
}
.pagination-feedback h2 {
  color: #ff7f08;
  margin-top: 0;
  margin-bottom: 5px !important;
}
.pagination-feedback h3 {
  color: #ff7f08;
  margin-top: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
}
ul.pagination {
  margin: 0;
}
ul.pagination > li {
  display: inline;
}
ul.pagination > li a {
  margin-left: 2px;
  margin-right: 2px;
  min-width: 37px;
  text-align: center;
}
ul.pagination > li:first-child a {
  border-color: transparent;
  border-radius: 0;
  text-align: right;
}
ul.pagination > li:last-child a {
  border-color: transparent;
  border-radius: 0;
  text-align: left;
}
ul.pagination > li.disabled {
  pointer-events: none;
  opacity: .65;
  cursor: not-allowed;
}
p.pagination-label ul.pagination {
  margin-top: 10px;
}
/*
.pagination {
  p {
    line-height: 2; // 28px
    padding: 0 15px 0 0;
    margin: 0;
    @media all and (max-width: @screen-md) {
      padding-right: 0;
      margin-bottom: 6px;
    }
  }
}
ul.pagination {
  //color: @ag-grey;
  margin: 0;
  text-align: right;
  @media all and (max-width: @screen-md) {
    text-align: center;
  }


  li {
    display: inline-block;

    &.current {
      a {
        background-color: @brand-quaternary;
        border-color: @brand-quaternary;
        color: #fff;
      }
    }

    a {
      text-decoration: none;
      padding: 0 11px;
      border: 1px solid @ag-grey-light;
      background-color: #fff;
      line-height: 2; // 32px
      color: @ag-grey;
      .MixinTransition( all, 300ms, ease);

      &:hover, &active {
        background-color: @brand-quaternary;
        border-color: @brand-quaternary;
        color: #fff;
      }
    }
  }
}
*/
.label {
  padding-top: 0.3em;
  border-radius: 0;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme


Jumbotron



* Table of contents
* ======================================================================================================
*
*		0.		Variables
*		........contains used variables for: jumbo min-height, preview gutter width
*
*		1.		Ratio Trick
*		........contains: .ratio-wrapper, .ratio-inner
*
*		........ .ratio-wrapper -  wrapping element, padding-bottom defines height
*		........ .ratio-inner -  is the element that will be streched
*
*		2.		Jumbotron itself
*		........jumbo styling
*
*		3.		Jumbo Overlay
*		........is needed for the e.g. headline to be placed
*
*		4.		Jumbo Slick slider
*		........not used ToDo: kill?
*
*		5.		Slider
*		........is widely used class for sliders
*		........not only used in jumbo ToDo: place in other less file?
*		........contains: height adjustment / blur,contain styling / arrows
*
*		6.		POI Preview top - with gallery underneath
*		........ToDo: this doesn't belong here cause its not inside a jumbo?
*		........contains: MarkUp hint / height adjustment / Left & Right side structure / Preview Image Styling
*
*		7.		POI Preview top - no gallery underneath
*		........ToDo: this doesn't belong here cause its not inside a jumbo?
*		........ToDo: name other, cause it is no preview to anything?
*		........contains: MarkUp hint / Positioning and Gutter / Child DIVs Styling
*
*		8.		Jumbotron-Thumbs
*		........controls the thumb slider
*
*		9.		Jumbotron-Thumbs old style
*		........old style ToDo: kill?
*
*
*
* ======================================================================================================

*/
/* 0. Variables */
/* -------------------------------------------------------------- */
/* 1. Ratio Trick */
/* -------------------------------------------------------------- */
.ratio-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}
.ratio-wrapper.ratio-23 {
  padding-bottom: 23%;
}
.ratio-wrapper.ratio-32 {
  padding-bottom: 32%;
}
.ratio-wrapper.ratio-36 {
  padding-bottom: 36%;
}
.ratio-wrapper.ratio-46 {
  padding-bottom: 46%;
}
.ratio-wrapper.ratio-55 {
  padding-bottom: 55%;
}
.ratio-wrapper.ratio-56 {
  padding-bottom: 56%;
}
.ratio-wrapper.ratio-63 {
  padding-bottom: 63%;
}
.ratio-wrapper.ratio-67 {
  padding-bottom: 67%;
}
.ratio-wrapper > div.jumbotron {
  min-height: inherit;
  position: absolute;
  height: 100%;
}
.ratio-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
@media all and (max-width: 767px) {
  body.single-agps_poi .ratio-inner {
    margin-top: 15px;
  }
}
/* 2. Jumbotron itself */
/* -------------------------------------------------------------- */
.jumbotron {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991px) {
  .jumbotron {
    margin-top: 15px;
  }
}
.jumbotron .fl-row-content {
  max-width: 976px;
}
.jumbotron .fl-row-content .fl-col-group.row {
  position: absolute;
  bottom: 30px;
  width: 66%;
}
@media (max-width: 509px) {
  .jumbotron .fl-row-content .fl-col-group.row {
    width: 100% !important;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .jumbotron .fl-row-content .fl-col-group.row {
    width: 80% !important;
  }
}
@media (max-width: 767px) {
  .jumbotron .fl-row-content .fl-col-group.row h1 {
    font-size: 38px;
  }
}
.jumbotron p.section {
  font-size: 15px;
  margin-left: 4px;
  margin-bottom: 0;
  color: #ffffff;
}
.jumbotron p.section + h1 {
  margin-top: 5px;
}
.jumbotron h1 {
  font-size: 51px;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 509px) {
  .jumbotron h1 {
    font-size: 26px;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .jumbotron h1 {
    font-size: 34px;
  }
}
/* Control Height */
.jumbotron,
.jumbotron > .fl-row-content-wrap,
.jumbotron > .fl-row-content-wrap > .fl-row-content {
  min-height: 420px;
}
@media (min-width: 1200px) {
  .jumbotron,
  .jumbotron > .fl-row-content-wrap,
  .jumbotron > .fl-row-content-wrap > .fl-row-content {
    min-height: 540px;
  }
}
/* 3. Jumbo overlay */
/* -------------------------------------------------------------- */
.jumbo-overlay {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.jumbo-overlay .container {
  height: 100%;
  position: relative;
  pointer-events: none;
}
.jumbo-overlay .container > * {
  pointer-events: all;
}
.jumbo-overlay .main-content {
  position: absolute;
  left: 20px;
  bottom: 30px;
  margin: 0;
}
/* 4. Jumbo Slick slider */
/* -------------------------------------------------------------- */
.jumbo-overlay ~ .js-slider-jumbo {
  height: 420px;
}
/* 5.  Slider */
/* ------------------------------------ */
.slider {
  height: 100%;
  margin-bottom: 0;
}
.slider .slick-list {
  height: 100%;
}
.slider .slick-list .slick-track {
  height: 100%;
}
.slider .slick-list .slick-track .slick-slide {
  height: 100%;
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 70;
  overflow: hidden;
}
.slider .slick-list .slick-track .slick-slide.contain {
  background-size: contain;
}
.slider .contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 70;
  height: 100%;
  -webkit-filter: drop-shadow(0px 0px 10px #ffffff);
  filter: drop-shadow(0px 0px 10px #ffffff);
}
.slider .blur {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0.8;
}
.js-slider-prev,
.js-slider-next {
  width: 50px;
  max-width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.js-slider-prev::before,
.js-slider-next::before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 100px;
  line-height: .5;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
}
@media all and (max-width: 767px) {
  .js-slider-prev::before,
  .js-slider-next::before {
    font-size: 70px;
  }
}
.js-slider-prev:hover,
.js-slider-next:hover,
.js-slider-prev:active,
.js-slider-next:active {
  opacity: 1;
}
.js-slider-prev.small::before,
.js-slider-next.small::before {
  right: 10px;
  font-size: 70px;
}
.js-slider-prev.extra-small,
.js-slider-next.extra-small {
  background: #027d9d;
  z-index: 2;
  opacity: 1;
  right: -49px !important;
}
@media all and (min-width: 992px) {
  .js-slider-prev.extra-small,
  .js-slider-next.extra-small {
    display: none;
  }
}
.js-slider-prev.extra-small:hover::before,
.js-slider-next.extra-small:hover::before,
.js-slider-prev.extra-small:active::before,
.js-slider-next.extra-small:active::before,
.js-slider-prev.extra-small:focus::before,
.js-slider-next.extra-small:focus::before {
  opacity: 1;
}
.js-slider-prev.extra-small.js-slider-prev,
.js-slider-next.extra-small.js-slider-prev {
  left: -49px;
}
.js-slider-prev.extra-small.js-slider-prev::before,
.js-slider-next.extra-small.js-slider-prev::before {
  right: 10px;
}
.js-slider-prev.extra-small::before,
.js-slider-next.extra-small::before {
  font-size: 40px;
  line-height: 40px;
  top: 0;
  margin-top: 0;
  right: 0;
  left: 10px;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
div.container .js-slider-prev,
div.container .js-slider-next {
  left: -50px;
}
.js-slider-next {
  left: auto;
  right: 0;
}
.js-slider-next::before {
  content: "\f105";
  right: auto;
  left: 0;
}
.js-slider-next.small::before {
  left: 10px;
}
div.container .js-slider-next {
  left: auto;
  right: -50px;
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 40px;
  z-index: 80;
  border-radius: 0;
}
.slick-prev::before,
.slick-next::before {
  font-size: 30px;
}
.slick-prev {
  left: -29px;
  background: #027d9d;
}
.slick-next {
  right: -30px;
}
button.slick-arrow:active,
button.slick-arrow:focus,
button.slick-arrow:hover {
  position: absolute;
  top: 50%;
  border: none;
  background: #027d9d;
}
/*  6. POI Preview top - with gallery underneath */
/* -------------------------------------------------------------- */
.js-poi-preview {
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.js-poi-preview.hidden {
  display: none;
}
.js-poi-preview > div {
  height: 100%;
}
.js-poi-preview > div > div {
  height: 100%;
}
.js-poi-preview > div > div > div {
  cursor: pointer;
}
.js-poi-preview .preview-left {
  padding-right: 0;
}
@media all and (max-width: 991px) {
  .js-poi-preview .preview-left {
    padding-left: 0;
  }
}
.js-poi-preview .preview-right {
  padding-left: 6px;
}
.js-poi-preview .preview-right .side {
  height: 50%;
  padding: 0;
}
.js-poi-preview .preview-right .side:nth-of-type(1) {
  padding-bottom: 3px;
}
.js-poi-preview .preview-right .side:nth-of-type(2) {
  margin-top: 3px;
  position: relative;
}
@media all and (max-width: 991px) {
  .js-poi-preview .preview-right {
    padding-right: 0;
  }
}
.js-poi-preview .js-preview-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.js-poi-preview .js-preview-image > div {
  display: table;
  width: 100%;
  height: 100%;
}
.js-poi-preview .js-preview-image > div > div {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 35px;
  font-weight: bold;
}
.js-poi-preview .js-preview-image div.fl-photo-caption {
  display: block;
  width: auto;
  height: auto;
}
.credits-top div.fl-photo-caption {
  bottom: auto;
  top: 10px;
}
/*  7. POI Preview top - no gallery underneath */
/* -------------------------------------------------------------- */
.poi-preview .preview-image {
  position: absolute;
  height: 100%;
  padding: 0;
}
.poi-preview .preview-image.one-pic {
  left: 0;
}
.poi-preview .preview-image.two-pics {
  background: #ffffff;
}
.poi-preview .preview-image.two-pics:nth-of-type(1) {
  left: 0;
  padding-right: 3px;
}
.poi-preview .preview-image.two-pics:nth-of-type(2) {
  right: 0;
  padding-left: 3px;
}
.poi-preview .preview-image.two-pics:nth-of-type(2) .blur + div.contain {
  left: 3px;
  right: 0;
}
.poi-preview .preview-image > div {
  height: 100%;
  opacity: 0.85;
}
.poi-preview .preview-image .cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.poi-preview .preview-image .blur + div.contain {
  width: calc(100% - 3px);
  left: 0;
  -webkit-filter: drop-shadow(0px 0px 10px #ffffff);
  filter: drop-shadow(0px 0px 10px #ffffff);
}
/* 8. Jumbotron-Thumbs */
/* -------------------------------------------------------------- */
.jumbotron-thumbs {
  height: 55px;
  margin-bottom: 30px;
}
.jumbotron-thumbs .js-slider-jumbo-nav {
  height: 55px;
  overflow: hidden;
}
.jumbotron-thumbs .js-slider-jumbo-nav .slick-list {
  height: 100%;
  overflow: visible;
  width: 90%;
  margin: 0 auto;
}
.jumbotron-thumbs .js-slider-jumbo-nav .slick-list .slick-track {
  height: 100%;
}
.jumbotron-thumbs .js-slider-jumbo-nav .slick-list .slick-track .slick-slide {
  height: 100%;
  outline: none;
  border-right: 1px solid #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .jumbotron-thumbs {
    display: none;
  }
}
/* 9. Jumbotron-Thumbs old style */
/* -------------------------------------------------------------- */
#jumbotron-thumbs {
  overflow: hidden;
  height: 60px !important;
}
#jumbotron-thumbs .fl-gallery-item {
  width: 60px;
  height: 60px;
  top: 0 !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(1) {
  left: 0 !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(2) {
  left: 61px !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(3) {
  left: 122px !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(4) {
  left: 183px !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(5) {
  left: 244px !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(6) {
  left: 305px !important;
}
#jumbotron-thumbs .fl-gallery-item:nth-child(7) {
  left: 366px !important;
}
/* 10. POI Sonstige Jumbo*/
/* -------------------------------------------------------------- */
#poi-else-jumbo {
  height: 360px;
  position: relative;
}
@media (max-width: 991px) {
  #poi-else-jumbo {
    margin-top: 15px;
  }
}
#poi-else-jumbo .cover {
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#jumbo-map,
#jumbo-image {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background-color: #f2f2f2;
}
#jumbo-map.small,
#jumbo-image.small {
  z-index: 2;
  height: 75px;
  width: 75px;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  border: solid 2px #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
#jumbo-map.small > div,
#jumbo-image.small > div {
  pointer-events: none;
}
#jumbo-map.small .leaflet-control-attribution.leaflet-control,
#jumbo-image.small .leaflet-control-attribution.leaflet-control {
  left: -200px;
}
@media (max-width: 509px) {
  body.single-agps_place #jumbo-map.small,
  body.single-agps_place #jumbo-image.small {
    height: 50px;
    width: 50px;
    top: 10px;
    bottom: auto;
    left: 10px;
    right: auto;
  }
}
/*
Theme Name: Elberadweg
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

*/
.img-circle img {
  border-radius: 50%;
}
.media-credit {
  font-size: 10px;
  font-weight: 100;
}
.jumbotron .media-credit {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 25%;
  padding: 1px 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (max-width: 509px) {
  .jumbotron .media-credit {
    max-width: 33.33333333%;
  }
}
@media all and (max-width: 767px) {
  .jumbotron .media-credit {
    right: 10px;
  }
}
#jumbo-image.small .media-credit {
  display: none;
}
.jumbotron .container {
  position: relative;
}
.fl-photo-caption {
  line-height: 15px;
}
.fl-photo-caption.fl-photo-caption-hover {
  font-size: 10px;
  font-weight: 100;
  color: #333333;
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: inherit;
  left: inherit;
  max-width: 25%;
  padding: 1px 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
}
@media (max-width: 509px) {
  .fl-photo-caption.fl-photo-caption-hover {
    max-width: 33.33333333%;
  }
}
.media-credit i.fa-camera,
.fl-photo-caption.fl-photo-caption-hover i.fa-camera {
  padding-right: 3px;
  font-size: 9px;
  margin-top: -1px;
}
.media-center-80 {
  width: 80% !important;
  min-width: 150px;
  margin-left: 10%;
  margin-right: 10%;
}
.media-center-80 .fl-photo-align-left {
  text-align: center;
}
@media (max-width: 767px) {
  .fl-module-video {
    margin-bottom: 30px;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/*
Theme Name: Elberadweg
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme


PANELS

*/
.fl-widget .panel ul li.list-group-item {
  margin-bottom: -1px;
}
.list-group-item.split,
.list-group-item.count-2,
.list-group-item.count-3 {
  display: inline-block;
  width: 50%;
}
.list-group-item.split:nth-child(1),
.list-group-item.count-2:nth-child(1),
.list-group-item.count-3:nth-child(1) {
  border-top-right-radius: 0 !important;
}
.list-group-item.split:nth-child(2),
.list-group-item.count-2:nth-child(2),
.list-group-item.count-3:nth-child(2) {
  border-top: 0;
  border-bottom: 0;
}
.list-group-item.count-3:nth-child(3) {
  width: 100%;
  display: block;
}
.experience-address .panel-heading {
  font-weight: 700;
}
.section-stories-voices .card-text {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 5px 10px 10px;
}
.section-stories-voices .card-text p {
  max-height: 60px;
  overflow: hidden;
}
.section-stories-voices .card-text .highlight-more {
  position: relative;
  bottom: 2px;
}
.section-stories-voices .card-text .highlight-more span {
  font-size: 12px;
}
.section-stories-voices h4.card-title {
  top: 25% !important;
}
.card-deck[class*="cards-ratio"] {
  width: 100%;
}
.card-deck[class*="cards-ratio"] .card {
  overflow: hidden;
}
.card-deck[class*="cards-ratio"] .card:before {
  padding-top: 100%;
  content: "";
  display: block;
}
.card-deck[class*="cards-ratio"] .card-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-deck.cards-ratio-1-1 .card:before {
  padding-top: 100%;
}
.card-deck.cards-ratio-4-3 .card:before {
  padding-top: 75%;
}
.card-deck.cards-ratio-3-2 .card:before {
  padding-top: 66.66%;
}
.card-deck.cards-ratio-16-9 .card:before {
  padding-top: 56.25%;
}
.card-deck.cards-ratio-2-1 .card:before {
  padding-top: 50%;
}
.card-deck.cards-ratio-5-2 .card:before {
  padding-top: 40%;
}
.card-deck.cards-ratio-3-1 .card:before {
  padding-top: 33.33%;
}
.card-deck + .card-deck {
  margin-top: 1.25rem;
}
.card[style*="background-image:"],
.card-block.card-img-overlay,
.card-img-top[style*="background-image:"] {
  background-size: cover;
  background-position: 50% 50%;
}
.experience-cards {
  text-align: center;
}
.experience-cards .card {
  border: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.experience-cards .label[class*="category-"] {
  font-size: 14px;
  padding: .2em .4em;
}
.experience-cards h4.card-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  text-shadow: 0px 0px 8px #000000;
  word-wrap: break-word;
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  top: 30%;
  margin: 0;
}
@media (max-width: 767px) {
  .experience-cards h4.card-title {
    font-size: 26px;
  }
}
.experience-cards .highlight-more {
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-bottom: 0;
}
.experience-cards .highlight-more span {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.95);
  padding: 3px 5px;
  line-height: 2;
  font-weight: 400;
  font-size: 15px;
}
.experience-cards.experience-cards-subtle .card {
  -webkit-filter: saturate(0.2);
  filter: saturate(0.2);
  opacity: .8;
}
.experience-cards.experience-cards-subtle .card:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
  opacity: 1;
}
.experience-cards.experience-cards-subtle .cards-ratio-1-1 .card:before {
  padding-top: 56.25%;
}
.experience-cards.experience-cards-subtle .cards-ratio-1-1 h4.card-title {
  top: 28%;
}
.experience-cards.experience-cards-subtle .highlight-more {
  display: none;
}
@media (min-width: 510px) AND (max-width: 767px) {
  .experience-cards .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .experience-cards .card {
    width: 50% !important;
    max-width: 50% !important;
  }
}
.card-deck-wrapper:after {
  display: table;
  content: " ";
  clear: both;
}
@media (min-width: 768px) {
  .card-deck-wrapper.accommodation-cards,
  .card-deck-wrapper.fl-card-deck {
    margin-left: -26px;
    margin-right: -26px;
  }
}
.accommodation-cards .card-deck,
.fl-card-deck .card-deck,
.accommodation-cards > .fl-row-content > .fl-col-group,
.fl-card-deck > .fl-row-content > .fl-col-group {
  padding-bottom: 31px;
}
.accommodation-cards .card-deck + .card-deck,
.fl-card-deck .card-deck + .card-deck,
.accommodation-cards > .fl-row-content > .fl-col-group + .card-deck,
.fl-card-deck > .fl-row-content > .fl-col-group + .card-deck,
.accommodation-cards .card-deck > .fl-row-content > .fl-col-group,
.fl-card-deck .card-deck > .fl-row-content > .fl-col-group,
.accommodation-cards > .fl-row-content > .fl-col-group > .fl-row-content > .fl-col-group,
.fl-card-deck > .fl-row-content > .fl-col-group > .fl-row-content > .fl-col-group {
  margin-top: 30px;
}
.accommodation-cards .card,
.fl-card-deck .card,
.accommodation-cards .fl-col-content,
.fl-card-deck .fl-col-content {
  position: relative;
  border: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #fafafa 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #fafafa 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #fafafa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#fffafafa', GradientType=0);
}
.accommodation-cards .card.is-empty,
.fl-card-deck .card.is-empty,
.accommodation-cards .fl-col-content.is-empty,
.fl-card-deck .fl-col-content.is-empty {
  background: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .accommodation-cards .card,
  .fl-card-deck .card,
  .accommodation-cards .fl-col-content,
  .fl-card-deck .fl-col-content {
    width: 25%;
  }
}
.accommodation-cards .card:hover,
.fl-card-deck .card:hover,
.accommodation-cards .fl-col-content:hover,
.fl-card-deck .fl-col-content:hover,
.accommodation-cards .card:focus,
.fl-card-deck .card:focus,
.accommodation-cards .fl-col-content:focus,
.fl-card-deck .fl-col-content:focus {
  text-decoration: none;
}
.accommodation-cards .card.selected:after,
.fl-card-deck .card.selected:after,
.accommodation-cards .fl-col-content.selected:after,
.fl-card-deck .fl-col-content.selected:after {
  content: "\f058";
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 180px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #2e8b57;
  opacity: 0.5;
  text-shadow: 0 0 1px #ffffff;
}
.accommodation-cards .card.selected .card-footer,
.fl-card-deck .card.selected .card-footer,
.accommodation-cards .fl-col-content.selected .card-footer,
.fl-card-deck .fl-col-content.selected .card-footer {
  background-color: #cccccc;
}
.accommodation-cards .card.selected .card-footer span.order,
.fl-card-deck .card.selected .card-footer span.order,
.accommodation-cards .fl-col-content.selected .card-footer span.order,
.fl-card-deck .fl-col-content.selected .card-footer span.order {
  display: none;
}
.accommodation-cards .card.selected .card-footer span.reserved,
.fl-card-deck .card.selected .card-footer span.reserved,
.accommodation-cards .fl-col-content.selected .card-footer span.reserved,
.fl-card-deck .fl-col-content.selected .card-footer span.reserved {
  display: inline-block;
}
.accommodation-cards .card.selected .fa-cart-plus:before,
.fl-card-deck .card.selected .fa-cart-plus:before,
.accommodation-cards .fl-col-content.selected .fa-cart-plus:before,
.fl-card-deck .fl-col-content.selected .fa-cart-plus:before {
  content: "\f07a";
}
.accommodation-cards .card span.reserved,
.fl-card-deck .card span.reserved,
.accommodation-cards .fl-col-content span.reserved,
.fl-card-deck .fl-col-content span.reserved {
  display: none;
}
.accommodation-cards .card span.maximum,
.fl-card-deck .card span.maximum,
.accommodation-cards .fl-col-content span.maximum,
.fl-card-deck .fl-col-content span.maximum {
  display: none;
}
.accommodation-cards .card-empty,
.fl-card-deck .card-empty {
  display: none;
}
.accommodation-cards .card-empty body.logged-in,
.fl-card-deck .card-empty body.logged-in {
  display: block;
}
.accommodation-cards .card-deck:nth-child(odd) a.card:nth-child(2n),
.fl-card-deck .card-deck:nth-child(odd) a.card:nth-child(2n),
.accommodation-cards .card-deck:nth-child(even) a.card:nth-child(2n+1),
.fl-card-deck .card-deck:nth-child(even) a.card:nth-child(2n+1) {
  background: none;
}
.accommodation-cards .card-head,
.fl-card-deck .card-head {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #027d9d;
}
.accommodation-cards .card-head > li,
.fl-card-deck .card-head > li {
  float: left;
  margin: 0;
  padding-top: 5.5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.accommodation-cards .card-head span,
.fl-card-deck .card-head span {
  line-height: 1;
  padding: .2em .4em;
  -webkit-box-shadow: 0 0 1px #cccccc;
  box-shadow: 0 0 1px #cccccc;
}
.accommodation-cards .card-head .map-number,
.fl-card-deck .card-head .map-number {
  width: 15%;
  text-align: right;
}
.accommodation-cards .card-head .map-number span,
.fl-card-deck .card-head .map-number span {
  background: rgba(255, 255, 255, 0.7);
}
.accommodation-cards .card-head .card-type,
.fl-card-deck .card-head .card-type {
  width: 70%;
  text-align: center;
}
.accommodation-cards .card-head .card-type span,
.fl-card-deck .card-head .card-type span {
  background: rgba(255, 255, 255, 0.8);
}
.accommodation-cards .card-head .card-delete,
.fl-card-deck .card-head .card-delete {
  width: 15%;
}
.accommodation-cards .card-head .card-delete span,
.fl-card-deck .card-head .card-delete span {
  background: rgba(255, 255, 255, 0.7);
}
.accommodation-cards h4.card-title,
.fl-card-deck h4.card-title {
  margin: 0;
  line-height: 1.3;
}
.accommodation-cards p,
.fl-card-deck p {
  color: #222222;
  font-size: 15px;
}
.accommodation-cards p:last-child,
.fl-card-deck p:last-child {
  margin-bottom: 0;
}
.accommodation-cards p.serif,
.fl-card-deck p.serif,
.card-serif.accommodation-cards p,
.card-serif.fl-card-deck p {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.accommodation-cards .card-serif p,
.fl-card-deck .card-serif p {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.accommodation-cards .highlight-more,
.fl-card-deck .highlight-more {
  display: block;
  background-color: white;
  color: #027d9d;
  -webkit-box-shadow: 0 0 9px #ffffff;
  box-shadow: 0 0 9px #ffffff;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  position: absolute;
  bottom: -13px;
  right: 10px;
  text-align: center;
  line-height: 26px;
  font-size: 30px;
}
.accommodation-cards .card-footer,
.fl-card-deck .card-footer {
  background-color: #027d9d;
  font-size: 90%;
  color: #ffffff;
  border-top: 0;
  padding: 5px 10px;
  height: 31px;
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
}
.accommodation-cards .card-footer ul,
.fl-card-deck .card-footer ul {
  margin-bottom: 0;
  text-align: center;
}
.accommodation-cards .card-footer li,
.fl-card-deck .card-footer li {
  display: inline;
}
.accommodation-cards .card-footer li:after,
.fl-card-deck .card-footer li:after {
  content: " · ";
}
.accommodation-cards .card-footer li:last-child:after,
.fl-card-deck .card-footer li:last-child:after {
  content: "";
}
.accommodation-cards .card-footer li *[class^="fa"],
.fl-card-deck .card-footer li *[class^="fa"] {
  font-size: 14px;
}
.accommodation-cards .card-footer.maximum,
.fl-card-deck .card-footer.maximum {
  opacity: 0.5;
}
.accommodation-cards .card-footer.maximum span.order,
.fl-card-deck .card-footer.maximum span.order,
.accommodation-cards .card-footer.maximum span.reserved,
.fl-card-deck .card-footer.maximum span.reserved,
.accommodation-cards .card-footer.maximum i,
.fl-card-deck .card-footer.maximum i {
  display: none;
}
.accommodation-cards .card-footer.maximum span.maximum,
.fl-card-deck .card-footer.maximum span.maximum {
  display: inline-block;
}
.accommodation-cards a.card-footer,
.fl-card-deck a.card-footer {
  font-weight: 400;
  text-align: center;
}
.accommodation-cards a.card-footer:hover,
.fl-card-deck a.card-footer:hover,
.accommodation-cards a.card-footer:focus,
.fl-card-deck a.card-footer:focus {
  text-decoration: none;
}
.accommodation-cards a.card.is-subtle,
.fl-card-deck a.card.is-subtle {
  opacity: .8;
  border-bottom: 1px solid rgba(2, 125, 157, 0.5);
}
.accommodation-cards a.card.is-subtle .highlight-more,
.fl-card-deck a.card.is-subtle .highlight-more,
.accommodation-cards a.card.is-subtle .card-footer,
.fl-card-deck a.card.is-subtle .card-footer {
  display: none;
}
.accommodation-cards .card-trash,
.fl-card-deck .card-trash {
  background: none;
}
.accommodation-cards .card-trash ul.list-group,
.fl-card-deck .card-trash ul.list-group {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.accommodation-cards .card-trash a,
.fl-card-deck .card-trash a {
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 54px;
}
.accommodation-cards .card-trash a:first-child,
.fl-card-deck .card-trash a:first-child {
  opacity: 1;
}
.accommodation-cards .card-trash a:nth-child(2),
.fl-card-deck .card-trash a:nth-child(2) {
  opacity: .9;
}
.accommodation-cards .card-trash a:nth-child(3),
.fl-card-deck .card-trash a:nth-child(3) {
  opacity: .8;
}
.accommodation-cards .card-trash a:nth-child(4),
.fl-card-deck .card-trash a:nth-child(4) {
  opacity: .7;
}
.accommodation-cards .card-trash a:nth-child(5),
.fl-card-deck .card-trash a:nth-child(5) {
  opacity: .6;
}
.accommodation-cards .card-trash a:nth-child(6),
.fl-card-deck .card-trash a:nth-child(6) {
  opacity: .5;
}
.accommodation-cards .card-trash div.img,
.fl-card-deck .card-trash div.img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 44px;
  background-size: cover;
  background-position: center;
}
.accommodation-cards .card-trash .card-footer,
.fl-card-deck .card-trash .card-footer {
  background-color: #cccccc;
  text-align: center;
}
@media (min-width: 510px) AND (max-width: 767px) {
  .accommodation-cards .card-deck,
  .fl-card-deck .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .accommodation-cards .card,
  .fl-card-deck .card {
    width: 50% !important;
    max-width: 50% !important;
  }
  .accommodation-cards .is-empty,
  .fl-card-deck .is-empty {
    display: none;
  }
}
.accommodation-cards .card-img-top,
.fl-card-deck .card-img-top,
#section-highlights .card-deck .card-img-top {
  width: 100%;
  padding-bottom: 66.67%;
  position: relative;
}
.accommodation-cards .card-img-top > div,
.fl-card-deck .card-img-top > div,
#section-highlights .card-deck .card-img-top > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #027d9d;
  background-size: cover;
  background-image: url(img/logo-elberadweg-soft-blue-800x740.png);
  background-position: center;
}
.fl-card-deck {
  margin-bottom: 30px;
}
.fl-card-deck:nth-child(even) .fl-col:nth-child(odd) .fl-col-content,
.fl-card-deck:nth-child(odd) .fl-col:nth-child(even) .fl-col-content {
  background: none;
}
.fl-card-deck .fl-col-group {
  padding-top: 1px;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .fl-card-deck .fl-col-content {
    width: 100%;
    max-width: 100%;
    float: left;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .fl-card-deck .card {
    margin-bottom: 7rem;
  }
}
@media (min-width: 768px) AND (max-width: 991px) {
  .fl-card-deck .fl-col-group > .col-sm-3 {
    width: 50%;
    margin-bottom: 30px;
  }
}
.fl-card-deck .card-header {
  background-color: #ffffff;
}
.fl-card-deck .card-img-top.fl-module-photo > .fl-module-content > .fl-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
}
.fl-card-deck .card-img-top.fl-module-photo.whitespace > .fl-module-content > .fl-photo {
  padding: 1.25rem;
}
.fl-card-deck .card-block {
  padding-top: 0;
}
.fl-card-deck .card-header + .card-block,
.fl-card-deck .card-img-top + .card-block,
.fl-card-deck .card-block:first-child {
  padding-top: 1.25rem;
}
.fl-card-deck h4 {
  color: #027d9d;
  line-height: 1.3;
  margin-bottom: 0;
}
.fl-card-deck h4:first-child {
  margin-top: 0;
}
.fl-card-deck ul li {
  margin-bottom: 0;
  font-size: 15px;
}
.fl-card-deck h4 + ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.fl-card-deck .card-footer p {
  color: #ffffff;
}
.fl-card-deck + .row-free .fl-heading {
  margin-top: 30px !important;
}
@media (max-width: 767px) {
  .leaflet-cards .card {
    width: inherit;
    max-width: inherit;
    float: none;
    margin-bottom: 10rem;
  }
  .leaflet-cards .card.is-empty {
    display: none;
  }
}
.leaflet-cards.card-deck-wrapper + h2 {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .leaflet-cards.card-deck-wrapper + h2 {
    margin-top: 0;
  }
}
.leaflet-cards .card-img-top > div {
  top: -15px;
  left: 10px;
  right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
.leaflet-cards .card:nth-child(even) .card-img-top > div {
  top: -12px;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}
.leaflet-cards .card-head .card-type {
  width: 100%;
  display: none;
}
.leaflet-cards .card-deck {
  position: relative;
}
@media (max-width: 767px) {
  .leaflet-cards .card-deck + .card-deck {
    margin-top: -3rem;
  }
}
#leaflets h2 {
  margin-bottom: 30px !important;
}
@media (max-width: 509px) {
  #leaflets a.btn + button.btn {
    margin-top: 20px;
  }
}
.page-id-45020 .row.highlight-controls {
  display: none;
}
@media (min-width: 768px) {
  .fl-row.fl-card-deck-wrapper > .fl-row-content-wrap {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .fl-row.fl-card-deck-wrapper > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0.75rem;
    border-spacing: 1.25rem 0;
  }
  .fl-row.fl-card-deck-wrapper > .fl-row-content-wrap > .fl-row-content > .fl-col-group .card,
  .fl-row.fl-card-deck-wrapper > .fl-row-content-wrap > .fl-row-content > .fl-col-group .fl-col {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
}
.card-columns .card {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.card-story {
  background: #ffffff !important;
  box-shadow: none !important;
}
.card-story .card-text {
  position: relative;
  background: none;
  text-align: left;
  padding: 0;
  font-size: 17px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: rgba(2, 125, 157, 0.7);
  line-height: 1.35;
  letter-spacing: -0.001em;
  margin-bottom: 0;
}
.card-story .creator {
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #777777;
  line-height: 1.1;
  margin-left: 14px;
}
.card-story .creator:before {
  margin-left: -14px;
  content: "\2014\00a0";
}
.card-story .highlight-more {
  position: relative;
  bottom: 0;
  text-align: left;
  line-height: 1;
  margin-bottom: 5px;
}
.card-story .highlight-more span {
  background: none;
  font-size: 12px;
  color: rgba(2, 125, 157, 0.7);
  border: none;
  padding: 0;
  font-weight: 300;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 255px;
  padding: 1px;
  font-family: museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 17px;
  background-color: #ffffff;
  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);
}
.popover.top {
  margin-top: -9px;
}
.popover.right {
  margin-left: 9px;
}
.popover.bottom {
  margin-top: 9px;
}
.popover.left {
  margin-left: -9px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 17px;
  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: 10px;
}
.popover > .arrow:after {
  border-width: 9px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -10px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -9px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -10px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -9px;
}
.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;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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: 0;
  color: #ffffff;
  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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.popover {
  padding: 0;
  font-size: 15px;
}
.popover-title {
  color: #027d9d;
  font-size: 16px;
  font-weight: 400;
}
.popover-content {
  font-weight: 300;
}
.popover-content b {
  font-weight: 400;
}
.popover-content small {
  display: block;
  margin-top: 5px;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme


* Table of contents
* ======================================================================================================
*
*		0.		Variables | Mixins | Standard classes
*		........contains used variables for: color, breakpoints
*		........mixins
*		........standard classes
*
*		1.		POI detail page
*		........contains out of 5 parts
*		........parts: head / box / features / further info / photo
*
*		........ .experience-head contains - name, stars, text
*		........ .experience-box contains -  price, highlighted features, booking button
*		........ .experience-features contains -  list of features, divided into 4 feature groups
*		........ .experience-further contains -  address, map, pois near by
*		........ .experience-photo contains -  preview photos, (slider is done by .slider), spinner
*		........ .experience-map contains -  map
*
*		2.		Section detail page
*		........contains out of 5 parts
*		........parts: details / facts / map / parallax / highlights
*
*		........ #section-details - section name, section headline, teaser text, text, list of infos with links to POIs
*		........ #section-facts - numerical facts
*		........ #section-map - section name, section headline, sketch of map, satellite map, list of other sections
*		........ .parallax.experiences-count
*		........ #section-highlights - cards of highlights nearby, control switch to only show "nature, culture, gusto", pagination
*
*
*
* ======================================================================================================

*/
/*  ====================================================================================================== */
/* 0. Variables
/*  ====================================================================================================== */
/* Variables */
/* -------------------------------------------------------------- */
/* Mixins */
/* -------------------------------------------------------------- */
/* Standard Classes */
/* -------------------------------------------------------------- */
.inner-shadow {
  -moz-box-shadow: inset 0 0 16px 0 #292929;
  -webkit-box-shadow: inset 0 0 16px 0 #292929;
  box-shadow: inset 0 0 16px 0 #292929;
}
.low-quality .experience-box > div:nth-of-type(2) {
  display: none;
}
/*  ====================================================================================================== */
/* 1. POI detail page
/*  ====================================================================================================== */
.experience {
  position: relative;
  margin-bottom: 90px;
  /* 0. Layout */
  /* -------------------------------------------------------------- */
}
.experience .row .row {
  margin-bottom: 0;
}
/* Color Experiences */
/* -------------------------------------------------------------- */
body[class*="experience-nature"] h1.fl-heading,
body[class*="experience-nature"] .content-with-more-outer .more button,
body[class*="experience-nature"] .experience-feature h3,
body[class*="experience-nature"] .experience-further a,
body[class*="experience-nature"] .experience-address .panel-heading,
body[class*="experience-nature"] .list-group.further-info .fa,
body[class*="experience-nature"] #section-highlights h2,
body[class*="experience-nature"] #section-highlights .highlight-controls a {
  color: #2e8b57;
}
body[class*="experience-culture"] h1.fl-heading,
body[class*="experience-culture"] .content-with-more-outer .more button,
body[class*="experience-culture"] .experience-feature h3,
body[class*="experience-culture"] .experience-further a,
body[class*="experience-culture"] .experience-address .panel-heading,
body[class*="experience-culture"] .list-group.further-info .fa,
body[class*="experience-culture"] #section-highlights h2,
body[class*="experience-culture"] #section-highlights .highlight-controls a,
body[class*="experience-else"] h1.fl-heading,
body[class*="experience-else"] .content-with-more-outer .more button,
body[class*="experience-else"] .experience-feature h3,
body[class*="experience-else"] .experience-further a,
body[class*="experience-else"] .experience-address .panel-heading,
body[class*="experience-else"] .list-group.further-info .fa,
body[class*="experience-else"] #section-highlights h2,
body[class*="experience-else"] #section-highlights .highlight-controls a {
  color: #027d9d;
}
body[class*="experience-gusto"] h1.fl-heading,
body[class*="experience-gusto"] .content-with-more-outer .more button,
body[class*="experience-gusto"] .experience-feature h3,
body[class*="experience-gusto"] .experience-further a,
body[class*="experience-gusto"] .experience-address .panel-heading,
body[class*="experience-gusto"] .list-group.further-info .fa,
body[class*="experience-gusto"] #section-highlights h2,
body[class*="experience-gusto"] #section-highlights .highlight-controls a {
  color: rgba(255, 127, 8, 0.9);
}
body[class*="experience-nature"] .experience-address .carousel-indicators li {
  border-color: #2e8b57;
}
body[class*="experience-culture"] .experience-address .carousel-indicators li {
  border-color: #027d9d;
}
body[class*="experience-gusto"] .experience-address .carousel-indicators li {
  border-color: #ff7f08;
}
body[class*="experience-nature"] .experience-address .carousel-indicators .active {
  background-color: #2e8b57;
}
body[class*="experience-culture"] .experience-address .carousel-indicators .active {
  background-color: #027d9d;
}
body[class*="experience-gusto"] .experience-address .carousel-indicators .active {
  background-color: #ff7f08;
}
/* 1. experience head */
/* -------------------------------------------------------------- */
.experience-head {
  margin-bottom: 30px;
  min-height: 390px;
}
@media (max-width: 991px) {
  .experience-head {
    padding-left: 0;
    padding-right: 0;
  }
  .experience-head > .row > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
body.low-quality .experience-head {
  min-height: 330px;
}
.experience-head h1 {
  margin-top: 45px;
  margin-bottom: 10px !important;
  color: #027d9d;
}
@media all and (max-width: 767px) {
  .experience-head h1 {
    margin-top: 30px;
  }
}
.experience-head hr {
  margin: 5px 0;
}
.experience-head .experience-stars {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .experience-head .experience-stars {
    padding-left: 0;
  }
}
.experience-head .experience-stars i {
  color: #027d9d;
}
body[class*="experience-"] h1.fl-heading {
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}
.experience-position {
  font-size: 90%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #777777 !important;
}
body[class*="experience-"] .experience-position {
  margin-bottom: 0;
  text-align: center;
}
body[class*="experience-"] .experience-position + .experience-position:last-child {
  margin-bottom: 30px;
}
body[class*="experience-accommodation"] .experience-position,
body[class*="experience-catering"] .experience-position {
  text-align: left;
  margin-bottom: 30px;
}
.experience-position a {
  color: #777777;
}
@media (max-width: 767px) {
  .experience-position {
    text-align: center;
  }
}
.content-with-more-outer {
  max-height: 390px;
  overflow: hidden;
}
.content-with-more-outer .more {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  padding-top: 60px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffffff', GradientType=0);
  text-align: center;
  display: none;
}
@media all and (max-width: 991px) {
  .content-with-more-outer .more {
    bottom: 0px;
    left: 0;
    right: 0;
  }
}
.content-with-more-outer .more button {
  color: #027d9d;
  background: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  font-size: 15px;
}
.content-with-more-outer .more hr {
  margin: -17px 30px 0;
}
.content-with-more-outer.has-more {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .content-with-more-outer.has-more {
    margin-bottom: 45px;
  }
}
.content-with-more-outer.has-more .content-with-more-inner {
  max-height: 300px;
  overflow: hidden;
}
.content-with-more-outer.has-more .more {
  display: block;
}
.content-with-more-outer.is-open {
  max-height: inherit;
}
/* 2. experience box */
/* -------------------------------------------------------------- */
@media (min-width: 767px) {
  .experience-box {
    position: absolute;
    top: 180px;
    right: 0;
    padding-right: 0;
    padding-left: 20px;
  }
}
.experience-box > div {
  background-color: #b0d6e1;
  margin-bottom: 3px;
  text-align: center;
  font-size: 85%;
}
.experience-box > div:nth-of-type(1) {
  padding: 12px 24px;
}
.experience-box > div:nth-of-type(1) > div.hidden {
  display: none;
}
@media all and (max-width: 991px) {
  .experience-box > div:nth-of-type(1) {
    padding: 12px;
  }
}
.experience-box > div:nth-of-type(2) {
  background-color: rgba(176, 214, 225, 0.5);
  padding: 10px 20px;
}
.experience-box h3 {
  margin-bottom: 0;
  color: #01576e;
  font-size: 130%;
}
.experience-box ul {
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 767px) and (min-width: 509px) {
  .experience-box ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.experience-box ul li {
  margin-bottom: 0;
  position: relative;
  margin-left: 20px;
}
.experience-box ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #01576e;
  display: inline;
  position: absolute;
  top: -3px;
  margin-left: -20px;
}
.experience-box .btn-default {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* 3. experience feature */
/* -------------------------------------------------------------- */
.features-col  {
  min-height: 315px;
}
@media (max-width: 991px) {
  .features-col  {
    padding-left: 0;
    padding-right: 0;
  }
}
.experience-feature {
  margin-bottom: 20px;
}
.experience-feature .col-xs-4 {
  color: #999999;
}
@media all and (max-width: 509px) {
  .experience-feature .col-xs-4 {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 509px) {
  .experience-feature .col-sm-6 {
    padding-left: 0;
  }
}
@media all and (min-width: 509px) {
  .experience-feature .col-sm-6 {
    width: 50%;
    float: left;
  }
}
.experience-feature ul li.read-more {
  color: #027d9d;
  cursor: pointer;
}
.experience-feature ul li.read-more::after {
  content: "+";
  padding-left: 3px;
}
.experience-feature ul li.read-more:hover {
  text-decoration: underline;
}
.experience-feature ul:nth-of-type(2) {
  display: none;
}
.experience-feature .teaser {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #777777;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .experience-feature .teaser {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .experience-feature .teaser {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .experience-feature .teaser {
    margin-left: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .features-col .experience-feature > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (max-width: 767px) {
  .experience-feature hr {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
/* 4. experience further */
/* -------------------------------------------------------------- */
.experience-further > div {
  margin-bottom: 12px;
}
@media all and (max-width: 509px) {
  .experience-further > div:last-of-type .row {
    margin-left: -15px;
  }
}
@media all and (max-width: 509px) {
  .experience-further > .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  .experience-further > .col-xs-6:first-child {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .experience-further > .col-xs-6:nth-child(2) {
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  .experience-further .experience-highlights .row {
    margin-left: 0;
  }
}
@media all and (max-width: 509px) {
  .experience-further .experience-highlights .col-xs-6 {
    width: 100%;
  }
}
.experience-further span {
  font-weight: 400;
}
.experience-further a {
  display: block;
  color: #027d9d;
  line-height: 170%;
  position: relative;
}
.experience-further a i {
  padding-right: 5px;
  width: 24px;
  position: relative;
}
.experience-address {
  font-size: 15px;
}
@media all and (max-width: 509px) {
  .experience-address .col-xs-6 {
    width: 100%;
  }
}
.experience-address h4 {
  margin: 0;
  background: #027d9d;
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
}
.experience-address h4 + hr {
  margin: -15px 0 0 0;
  border-top-color: #32616d;
  border-style: dotted;
}
.experience-address div.panel-heading {
  font-weight: 600;
  color: #027d9d;
}
.experience-address .panel-body {
  padding-top: 10px;
}
.experience-address .carousel-inner > div {
  min-height: 80px;
}
.experience-address .carousel-indicators {
  position: relative;
  margin: 10px 0 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.experience-address .carousel-indicators li {
  border-color: #027d9d;
}
.experience-address .carousel-indicators .active {
  background-color: #027d9d;
  border-width: 0;
}
.experience-address p {
  margin-bottom: 0;
}
.experience-address p a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.experience-address p a:hover,
.experience-address p a:focus {
  text-decoration: none;
}
.experience-address p span {
  width: 20px;
  display: inline-block;
  padding-left: 1px;
}
.experience-address .nav-action li {
  width: 25%;
  margin-bottom: 0;
}
.experience-address .nav-action li + li {
  margin-left: 0;
}
.experience-address .nav-action li > a {
  border-radius: 0;
  text-align: center;
  padding: 10px 5px;
}
.experience-address .nav-action li span {
  display: block;
}
.experience-address .nav-action li .fa {
  font-size: 22px;
  margin-bottom: 8px;
}
.experience-address .nav-action li .text-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.05;
}
@media all and (min-width: 509px) and (max-width: 767px) {
  .experience-address .nav-action li .text-label {
    font-size: 11px;
  }
}
@media all and (min-width: 768px) and (max-width: 799px) {
  .experience-address .nav-action li .text-label {
    font-size: 9px;
  }
}
@media all and (min-width: 800px) and (max-width: 859px) {
  .experience-address .nav-action li .text-label {
    font-size: 10px;
  }
}
@media all and (min-width: 860px) and (max-width: 909px) {
  .experience-address .nav-action li .text-label {
    font-size: 11px;
  }
}
@media all and (min-width: 910px) and (max-width: 969px) {
  .experience-address .nav-action li .text-label {
    font-size: 12px;
  }
}
/* 5. experience photo */
/* -------------------------------------------------------------- */
.experience-photo {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 400ms ease;
  -moz-transition: height 400ms ease;
  -o-transition: height 400ms ease;
  transition: height 400ms ease;
}
.experience-photo .slider {
  opacity: 0;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  -o-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}
.experience-photo .poi-content-preview {
  position: absolute;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 100;
}
.experience-photo .poi-content-preview .photo-row {
  height: 100%;
  padding: 0;
}
.experience-photo .poi-content-preview .photo-row.two-rows {
  height: 50%;
}
.experience-photo .poi-content-preview .photo-row.two-rows:nth-of-type(2) {
  margin-top: 6px;
}
.experience-photo .poi-content-preview .photo-row.one-pic > div:nth-of-type(1) {
  padding: 0;
}
.experience-photo .poi-content-preview .photo-row.two-pics > div:nth-of-type(1) {
  padding: 0 3px 0 0;
}
.experience-photo .poi-content-preview .photo-row.two-pics > div:nth-of-type(2) {
  padding: 0 0 0 3px;
}
.experience-photo .poi-content-preview .photo-row.three-pics > div:nth-of-type(1) {
  padding: 0 3px 0 0;
}
.experience-photo .poi-content-preview .photo-row.three-pics > div:nth-of-type(2) {
  padding: 0 3px 0 3px;
}
.experience-photo .poi-content-preview .photo-row.three-pics > div:nth-of-type(3) {
  padding: 0 0 0 3px;
}
.experience-photo .poi-content-preview .photo-row > div {
  height: 100%;
  cursor: pointer;
}
.experience-photo .poi-content-preview .photo-row > div > div {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.experience-photo .poi-content-preview .photo-row > div > div.contain {
  width: calc(100% - 3px);
}
.experience-photo .poi-content-preview .photo-row .count-container {
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.experience-photo .poi-content-preview .photo-row .count-container > div {
  display: table;
  width: 100%;
  height: 100%;
}
.experience-photo .poi-content-preview .photo-row .count-container > div > div {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 35px;
  font-weight: bold;
}
.fl-photo-caption:empty {
  display: none !important;
}
.spinner-wrapper {
  display: block;
  position: static;
  min-height: 140px;
  margin-top: 40px;
}
.spinner-wrapper .spinner-inner {
  position: absolute;
  left: 0;
  right: 0;
}
.spinner-wrapper .spinner-inner .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 50px auto;
}
.spinner-wrapper .spinner-inner .double-bounce1,
.spinner-wrapper .spinner-inner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #555555;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.spinner-wrapper .spinner-inner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* 6. experience map */
/* -------------------------------------------------------------- */
.experience-map-wrapper {
  height: 210px;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .experience-map-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .experience-map-wrapper .experience-map {
    left: 0;
  }
}
@media all and (min-width: 768px) {
  .experience-map-wrapper {
    position: absolute;
    top: -69px;
    right: 0;
  }
}
@media all and (max-width: 509px) {
  .experience-map-wrapper {
    width: 100%;
  }
}
.experience-map-wrapper img {
  height: 210px;
  width: 100%;
}
.experience-map {
  position: absolute;
  top: 0;
  left: 15px;
  right: 0;
  bottom: 0;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 768px) {
  .experience-map {
    left: 20px;
  }
}
.experience-map a {
  display: inline;
  line-height: 1.42857143;
}
.experience-map .js-map-to-init {
  background-position: center center;
}
.experience-map.lazy {
  cursor: pointer;
}
.experience-map.lazy .js-map-to-init {
  pointer-events: none;
}
#experience-map {
  height: 100%;
}
/*  ====================================================================================================== */
/* 2. Section detail page
/*  ====================================================================================================== */
/* 1. #section-details */
/* -------------------------------------------------------------- */
#section-details {
  margin-top: 40px;
  margin-right: 20px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  #section-details {
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
#section-details h3 {
  font-size: 17px;
  font-weight: 400;
}
#section-details h3 span {
  display: block;
  font-weight: 300;
  font-size: 14px;
}
/* 2. #section-facts */
/* -------------------------------------------------------------- */
#section-facts {
  font-size: 14px;
}
#section-facts ul li {
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 30px;
}
#section-facts ul li:last-child {
  padding-right: 0;
}
#section-facts ul li i {
  width: 20px;
  margin-left: -20px;
  color: #027d9d;
}
#section-facts ul li .abbrev {
  border-bottom: 1px dotted #027d9d;
}
/* 3. #section-map */
/* -------------------------------------------------------------- */
#section-map-wrapper {
  color: #ffffff;
  text-align: center;
  position: relative;
  background-color: #007fa0;
}
@media (max-width: 767px) {
  #section-map-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #section-map-wrapper {
    overflow-y: hidden;
  }
}
#section-map-wrapper #section-map {
  height: 300px;
}
#section-map-wrapper p:first-child {
  margin-bottom: 0;
}
#section-map-wrapper h1 {
  margin-top: 0;
  font-size: 38px;
  color: #ffffff;
}
#section-map-wrapper .js-map-switcher {
  position: absolute;
  z-index: 90;
  right: 0;
  border: 2px solid #fff;
  top: 10px;
  cursor: pointer;
}
#section-map-wrapper .js-map-switcher img.switch-to-satellite {
  display: block;
}
#section-map-wrapper .js-map-switcher img.switch-to-sketch {
  display: none;
}
#section-map-wrapper .map-sketch {
  position: relative;
  padding-top: 24px;
}
#section-map-wrapper .js-map-satellite {
  position: absolute;
  z-index: 80;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-transition: display 300ms ease;
  -moz-transition: display 300ms ease;
  -o-transition: display 300ms ease;
  transition: display 300ms ease;
}
#section-map-wrapper .js-map-satellite.visible {
  display: block;
}
#section-map-wrapper .js-map-satellite iframe {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
#section-map-wrapper h4 {
  color: #fff;
  font-weight: 300;
  margin: 30px 0 3px;
}
#section-map-wrapper h2 {
  color: #fff;
  margin: 0 0 30px;
}
#section-map-wrapper ul {
  text-align: center;
  font-size: 15px;
  height: 35px;
  margin: 0 auto;
}
#section-map-wrapper ul li {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #section-map-wrapper ul li {
    display: none;
  }
}
#section-map-wrapper ul li:last-of-type a > span > span {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border-right-color 200ms ease;
  -moz-transition: border-right-color 200ms ease;
  -o-transition: border-right-color 200ms ease;
  transition: border-right-color 200ms ease;
}
#section-map-wrapper ul li:last-of-type:hover a > span > span,
#section-map-wrapper ul li:last-of-type:active a > span > span {
  border-right-color: transparent;
}
#section-map-wrapper ul li:hover a > span,
#section-map-wrapper ul li:active a > span {
  background-color: #01576e;
}
#section-map-wrapper ul li:hover a > span > span,
#section-map-wrapper ul li:active a > span > span {
  border-left: 1px solid transparent;
}
#section-map-wrapper ul li:hover + li a > span > span,
#section-map-wrapper ul li:active + li a > span > span {
  border-left-color: transparent;
}
#section-map-wrapper ul li.active a > span {
  background-color: #01576e;
}
#section-map-wrapper ul li.active a > span > span {
  border-left-color: transparent;
  border-right-color: transparent;
}
#section-map-wrapper ul li.active + li a > span > span {
  border-left-color: transparent;
}
#section-map-wrapper ul li a {
  display: table;
  line-height: 35px;
  height: 35px;
  width: 35px;
  color: #fff;
}
@media (max-width: 991px) {
  #section-map-wrapper ul li a {
    width: 30px;
  }
}
#section-map-wrapper ul li a:hover,
#section-map-wrapper ul li a:active {
  text-decoration: none;
}
#section-map-wrapper ul li a > span {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
#section-map-wrapper ul li a > span > span {
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border-left-color 200ms ease;
  -moz-transition: border-left-color 200ms ease;
  -o-transition: border-left-color 200ms ease;
  transition: border-left-color 200ms ease;
  line-height: 20px;
  height: 20px;
}
/* 4. Experience Count & Line (Parallax) */
/* -------------------------------------------------------------- */
.parallax.experiences-count {
  overflow: visible;
}
.parallax.experiences-count h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 26px;
  font-weight: normal;
  text-align: center !important;
  color: white;
  text-shadow: 0 0 2px #777777;
  max-width: 620px;
  margin: 340px auto 0 !important;
  height: 145px;
}
body[class*="single-agps_place"] .parallax.experiences-count h3,
body[class*="single-agps_area"] .parallax.experiences-count h3 {
  margin-top: 425px !important;
  height: 60px;
}
#experiences-line > .fl-module-content.fl-node-content {
  position: absolute;
  bottom: -18px;
  margin-left: 50%;
  left: -468px;
}
#places #experiences-line {
  margin-bottom: 30px;
}
#places #experiences-line ul {
  margin-bottom: 0;
  text-align: center;
}
#places #experiences-line li {
  display: inline-block;
  margin-bottom: 0;
}
#places #experiences-line .btn {
  background: #ffffff;
  font-size: 15px;
  border-radius: 0;
  font-weight: 100;
  padding: .15em .6em;
}
#places #experiences-line .btn.step {
  font-weight: 300;
}
/* 5. #section-highlights */
/* -------------------------------------------------------------- */
.label[class*="category-"] {
  font-family: museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 400;
}
.label.category-nature,
body[class*="experience-nature"] .experience-category .label {
  background-color: #2e8b57;
}
.label.category-culture,
.label.category-event,
body[class*="experience-culture"] .experience-category .label {
  background-color: #027d9d;
}
.label.category-gusto,
body[class*="experience-gusto"] .experience-category .label {
  background-color: #ff7f08;
}
.label.category-else,
body[class*="experience-else"] .experience-category .label {
  background-color: #eeeeee;
  color: #027d9d;
}
body[class*="experience-"] .experience-category {
  margin-top: -13px;
  text-align: center;
}
body[class*="experience-"] .experience-category > div {
  z-index: 100;
}
body[class*="experience-"] .experience-category .label {
  font-size: 90%;
  border: 5px solid #ffffff;
}
.section-highlights {
  margin-top: 90px;
  margin-bottom: 90px;
}
body[class*="experience"] .section-highlights,
.headline-teaser-top-center ~ .section-highlights,
.section-highlights ~ .section-highlights,
.fl-module-heading + .section-highlights,
.parallax.experiences-count + div .section-highlights {
  margin-top: 0;
}
body[class*="single-agps_tour"] .section-highlights,
body[class*="single-agps_area"] .section-highlights {
  margin-top: 45px;
}
body[class*="single-agps_place"] .section-highlights {
  margin-top: 30px;
}
.section-highlights h2 {
  margin-top: 0;
}
.section-highlights .row:nth-of-type(1) {
  margin-left: -5px;
  margin-right: -5px;
}
@media all and (max-width: 767px) {
  .section-highlights .row:nth-of-type(1) {
    margin: 0 -5px;
  }
}
.section-highlights .row:nth-of-type(1) > div {
  padding: 0 5px;
}
.section-highlights .row:nth-of-type(1) > div.col-xs-6 {
  margin-bottom: 10px;
}
@media all and (max-width: 509px) {
  .section-highlights .row:nth-of-type(1) > div.col-xs-6 {
    width: 100%;
    margin-bottom: 5px;
  }
}
.section-highlights .row:nth-of-type(2) {
  margin-left: 0;
  margin-right: 0;
}
.section-highlights a:hover .card .card-inner .highlight-more span,
.section-highlights a:active .card .card-inner .highlight-more span {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-highlights a .card {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.section-highlights a .card .card-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.section-highlights a .card h4 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 15px;
  color: #fff;
  margin: 0 auto;
}
.section-highlights a .card h4 span {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #2e8b57;
  padding: 5px 5px 3px;
}
.section-highlights a .card.category-nature h4 span {
  background-color: #2e8b57;
}
.section-highlights a .card.category-culture h4 span {
  background-color: #027d9d;
}
.section-highlights a .card.category-gusto h4 span {
  background-color: #fff;
  color: #2e8b57;
}
.section-highlights a .card .headline {
  width: 85%;
  margin: 15px auto;
  display: table-cell;
  vertical-align: middle;
}
.section-highlights a .card .headline h3 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.05;
  max-width: 180px;
  display: inline-block;
  text-shadow: 6px 6px 8px #00151B;
  word-wrap: break-word;
}
@media all and (max-width: 767px) {
  .section-highlights a .card .headline h3 {
    max-width: 200px;
  }
}
@media all and (max-width: 509px) {
  .section-highlights a .card .headline h3 {
    max-width: 250px;
    font-size: 32px;
  }
}
.section-highlights a .card .highlight-more {
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.section-highlights a .card .highlight-more span {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  border: 1px solid #ffffff;
  padding: 3px 5px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
}
.section-highlights.subtle .card {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #777777;
}
@media (min-width: 768px) {
  .section-highlights.subtle .card {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .section-highlights.subtle .card {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-highlights.subtle .highlight-image {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-highlights.subtle .highlight-details {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-highlights .pagination {
  color: #999999;
  margin: 0;
  text-align: right;
}
@media all and (max-width: 992px) {
  .section-highlights .pagination {
    text-align: center;
  }
}
.section-highlights .pagination p {
  line-height: 2;
  padding: 0 15px 0 0;
  margin: 0;
}
@media all and (max-width: 992px) {
  .section-highlights .pagination p {
    padding-right: 0;
    margin-bottom: 6px;
  }
}
.section-highlights .pagination ul li {
  display: inline-block;
}
.section-highlights .pagination ul li.current a {
  background-color: #2e8b57;
  border-color: #2e8b57;
  color: #fff;
}
.section-highlights .pagination ul li a {
  text-decoration: none;
  padding: 0 11px;
  border: 1px solid #dddddd;
  background-color: #fff;
  line-height: 2;
  color: #999999;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.section-highlights .pagination ul li a:hover,
.section-highlights .pagination ul li a:active {
  background-color: #2e8b57;
  border-color: #2e8b57;
  color: #fff;
}
body[class*="experience"] .section-highlights .pagination {
  display: none;
}
.highlight-controls {
  margin-top: 20px;
}
.highlight-controls a {
  display: block;
}
.highlight-controls a.btn {
  font-size: 90%;
}
@media all and (max-width: 992px) {
  .highlight-controls {
    text-align: center;
  }
}
.footer-content .highlight-controls {
  margin-top: 0;
}
.highlight-controls .filter .hsf.icons,
.highlight-controls.filter .hsf.icons {
  padding-top: 2px;
  padding-bottom: 1px;
}
.highlight-controls .filter ul,
.highlight-controls.filter ul {
  padding: 0;
  text-align: center;
}
.highlight-controls .filter ul li,
.highlight-controls.filter ul li {
  list-style-type: none;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .highlight-controls .filter ul li,
  .highlight-controls.filter ul li {
    padding-bottom: 15px;
  }
  .highlight-controls .filter ul li:first-child,
  .highlight-controls.filter ul li:first-child,
  .highlight-controls .filter ul li:nth-child(3),
  .highlight-controls.filter ul li:nth-child(3) {
    padding-left: 0;
    padding-right: 7.5px;
  }
  .highlight-controls .filter ul li:nth-child(2),
  .highlight-controls.filter ul li:nth-child(2),
  .highlight-controls .filter ul li:last-child,
  .highlight-controls.filter ul li:last-child {
    padding-left: 7.5px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .highlight-controls .filter ul li,
  .highlight-controls.filter ul li {
    float: left;
    width: 25%;
  }
}
.highlight-controls .filter ul li:before,
.highlight-controls.filter ul li:before {
  content: "";
  margin-left: 0;
  display: none;
}
.highlight-controls .filter ul li a,
.highlight-controls.filter ul li a {
  padding: 0 20px 0 4px;
  color: #2e8b57;
  line-height: 2;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#host-search-filter .highlight-controls .filter ul li a,
#host-search-filter .highlight-controls.filter ul li a {
  font-size: 90%;
  font-weight: 300;
}
@media (max-width: 767px) {
  #host-search-filter .highlight-controls .filter ul li a,
  #host-search-filter .highlight-controls.filter ul li a {
    padding: 0 5px;
  }
}
#host-search-filter .highlight-controls .filter ul li a:before,
#host-search-filter .highlight-controls.filter ul li a:before {
  opacity: .8;
}
@media (max-width: 509px) {
  #host-search-filter .highlight-controls .filter ul li a:before,
  #host-search-filter .highlight-controls.filter ul li a:before {
    display: none;
  }
}
#host-search-filter .highlight-controls .filter ul li a.active,
#host-search-filter .highlight-controls.filter ul li a.active,
#host-search-filter .highlight-controls .filter ul li a.active:before,
#host-search-filter .highlight-controls.filter ul li a.active:before {
  opacity: 1;
  font-weight: 400;
}
.footer-content .highlight-controls .filter ul li a,
.footer-content .highlight-controls.filter ul li a {
  font-size: 14px;
  background-color: #ffffff !important;
  border: none !important;
  padding: 0;
}
@media (min-width: 768px) {
  .footer-content .highlight-controls .filter ul li a,
  .footer-content .highlight-controls.filter ul li a {
    font-size: 15px;
  }
}
.highlight-controls .filter ul li a.category-nature,
.highlight-controls.filter ul li a.category-nature {
  color: #2e8b57;
}
.footer-content .highlight-controls .filter ul li a.category-nature,
.footer-content .highlight-controls.filter ul li a.category-nature {
  color: #2e8b57;
}
.highlight-controls .filter ul li a.category-culture,
.highlight-controls.filter ul li a.category-culture {
  color: #027d9d;
}
.footer-content .highlight-controls .filter ul li a.category-culture,
.footer-content .highlight-controls.filter ul li a.category-culture {
  color: #027d9d;
}
.highlight-controls .filter ul li a.category-gusto,
.highlight-controls.filter ul li a.category-gusto {
  color: #ff7f08;
}
.footer-content .highlight-controls .filter ul li a.category-gusto,
.footer-content .highlight-controls.filter ul li a.category-gusto {
  color: #ff7f08;
}
.highlight-controls .filter ul li a.category-event,
.highlight-controls.filter ul li a.category-event {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #027d9d;
}
.highlight-controls .filter ul li a.active,
.highlight-controls.filter ul li a.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #027d9d !important;
}
.highlight-controls .filter ul li a:hover,
.highlight-controls.filter ul li a:hover,
.highlight-controls .filter ul li a:active,
.highlight-controls.filter ul li a:active {
  text-decoration: none;
}
.highlight-controls .filter ul li a::before,
.highlight-controls.filter ul li a::before {
  content: "\f10c";
  font-family: FontAwesome;
  padding-right: 10px;
}
.highlight-controls .filter ul li a.active::before,
.highlight-controls.filter ul li a.active::before {
  content: "\f111";
}
body[class*="experience"] .fl-builder-content .highlight-controls .filter,
body[class*="experience"] .fl-builder-content .highlight-controls.filter {
  display: none;
}
.fl-node-58b562f7c303d,
.fl-node-58b57212acaaf {
  height: 150px;
  opacity: 0;
}
/* /#section-highlights */
#section-highlights.calendar {
  margin-top: 30px;
}
#section-highlights.calendar h2 {
  text-align: center;
  margin-bottom: 30px !important;
}
#section-highlights.calendar .card-block {
  text-align: center;
  margin-top: -22px;
  position: relative;
}
#section-highlights.calendar h4.card-title.label {
  font-size: 20px;
  text-transform: uppercase;
  background-color: #027d9d;
  border: 5px solid #ffffff;
  z-index: 100;
}
#section-highlights.calendar div.card-img-top {
  width: 100%;
  height: 210px;
}
@media (min-width: 510px) {
  #section-highlights.calendar .card + .card {
    border-left: 1px solid #eeeeee;
  }
}
@media (min-width: 510px) {
  #section-highlights.calendar .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
}
#section-highlights.calendar .list-group-flush {
  font-size: 15px;
}
#section-highlights.calendar .list-group-flush .list-group-item {
  color: #027d9d;
}
#section-highlights.calendar .list-group-flush .list-group-item:first-child {
  border-top: 0;
}
#section-highlights.calendar .list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}
#section-highlights.calendar .card-deck-wrapper + h2 {
  margin-top: 90px;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme
*/
#sharing-bar {
  display: none;
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}
#sharing-bar ul li {
  display: inline;
  margin-right: 4px;
}
#sharing-bar ul li:last-of-type {
  margin-right: 0;
}
#sharing-bar ul li.separator {
  margin: 0 12px;
}
#sharing-bar a:hover,
#sharing-bar a:active {
  text-decoration: none;
}
#sharing-bar a:hover i,
#sharing-bar a:active i {
  background-color: #01576e;
}
#sharing-bar a:hover.google i,
#sharing-bar a:active.google i,
#sharing-bar a:hover.pinterest i,
#sharing-bar a:active.pinterest i {
  background-color: #b0171d;
}
#sharing-bar a:hover.twitter i,
#sharing-bar a:active.twitter i,
#sharing-bar a:hover.linkedin i,
#sharing-bar a:active.linkedin i {
  background-color: #1b8dc0;
}
#sharing-bar a.google i,
#sharing-bar a.pinterest i {
  background-color: #dd1d25;
}
#sharing-bar a.twitter i,
#sharing-bar a.linkedin i {
  background-color: #52A7E7;
}
#sharing-bar a.print i {
  background-color: transparent;
  border: 1px solid #027d9d;
  color: #027d9d;
}
#sharing-bar a i {
  padding: 10px;
  background-color: #027d9d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 120%;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme
*/
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme
*/
.blur-image {
  -webkit-filter: blur(17px);
  filter: blur(17px);
}
.blur-image.blur {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.blur-image + div.contain {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}
/* Checklisten */
/* -------------------------------------------------------------- */
.checklist ul li {
  position: relative;
  padding-left: 20px;
}
.checklist ul li::before {
  content: " ";
  width: 15px;
  height: 15px;
  border: 1px solid #027d9d;
  display: inline-block;
  margin-left: -20px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
/* Article Navigation */
/* -------------------------------------------------------------- */
#article-navigation {
  position: fixed;
  width: 100%;
  top: 50%;
  height: 80px;
  z-index: 2;
}
@media (max-width: 509px) {
  #article-navigation {
    position: static;
    height: auto;
  }
}
#article-navigation .container {
  position: relative;
}
#article-navigation .container > div {
  background: #eeeeee;
  height: 80px;
  max-width: 50px;
  display: inline-block;
  padding: 10px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  transition: max-width ease 500ms, opacity ease 100ms;
  opacity: 0;
}
#article-navigation .container > div:hover {
  max-width: 600px;
}
#article-navigation .container > div:hover .article-navigation-content {
  opacity: 1;
}
#article-navigation .container > div.prev {
  left: 0;
}
@media (min-width: 1100px) {
  #article-navigation .container > div.prev {
    left: -40px;
  }
}
#article-navigation .container > div.next {
  right: 0;
}
@media (min-width: 1100px) {
  #article-navigation .container > div.next {
    right: -40px;
  }
}
#article-navigation .container > div.js-is-active {
  opacity: 1;
}
@media (max-width: 509px) {
  #article-navigation .container > div {
    max-width: 50%;
    transition: none;
    opacity: 1;
  }
  #article-navigation .container > div:hover {
    max-width: 50%;
  }
}
#article-navigation .container > div .article-navigation-arrow {
  width: 30px;
  text-align: center;
  display: inline-block;
  float: left;
}
#article-navigation .container > div .article-navigation-arrow::before {
  content: "\f104";
  font-family: FontAwesome;
  line-height: 60px;
  font-size: 38px;
}
#article-navigation .container > div.next .article-navigation-arrow {
  float: right;
}
#article-navigation .container > div.next .article-navigation-arrow::before {
  content: "\f105";
}
#article-navigation .container > div .article-navigation-content {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  overflow: hidden;
  padding-left: 15px;
}
#article-navigation .container > div .article-navigation-content h4 {
  margin: 0;
  white-space: nowrap;
}
#article-navigation .container > div .article-navigation-content p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#article-navigation .container > div .article-navigation-content:hover,
#article-navigation .container > div .article-navigation-content:focus,
#article-navigation .container > div .article-navigation-content:active {
  text-decoration: none;
}
@media (max-width: 509px) {
  #article-navigation .container > div .article-navigation-content {
    opacity: 1;
    transition: none;
  }
}
#article-navigation .container > div.next .article-navigation-content {
  padding-left: 0;
  padding-right: 15px;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme


Parallax

*/
.parallax,
.parallax .fl-row-content-wrap {
  height: 500px;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

*/
#home-catcher {
  overflow-x: hidden;
}
@media all and (min-width: 768px) {
  #home-catcher {
    margin-top: -120px;
  }
}
@media all and (max-width: 991px) {
  #home-catcher {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  #home-catcher .fl-row-content-wrap {
    margin-left: -26px;
    margin-right: -26px;
  }
}
@media (min-width: 768px) {
  #home-catcher .fl-col-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0.75rem;
    border-spacing: 1.25rem 0;
  }
  #home-catcher .fl-col-group .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
}
#home-catcher .card {
  float: none;
  padding: 10px;
  border: none;
  overflow: hidden;
}
@media all and (max-width: 509px) {
  #home-catcher .card {
    padding: 0;
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #home-catcher .card:first-child {
    border: 1px solid rgba(2, 125, 157, 0.5);
    -webkit-box-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 5px #ffffff;
  }
}
@media all and (min-width: 992px) {
  #home-catcher .card {
    -webkit-box-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 5px #ffffff;
    border: 1px solid rgba(2, 125, 157, 0.5);
  }
}
#home-catcher .card.fl-col-has-cols .fl-col-group {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
}
#home-catcher .card.fl-col-has-cols .fl-col-group:last-child {
  margin-bottom: 0;
}
#home-catcher .card.fl-col-has-cols .fl-col-group .fl-col {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 510px) and (max-width: 767px) {
  #home-catcher .card.fl-col-has-cols .fl-col-group .fl-col {
    margin-bottom: 15px;
    padding-bottom: 0;
    max-height: 230px;
    overflow: hidden;
  }
  #home-catcher .card.fl-col-has-cols .fl-col-group .fl-col .fl-photo-caption.fl-photo-caption-hover {
    top: 10px;
    bottom: inherit;
  }
}
@media all and (min-width: 510px) and (max-width: 767px) {
  #home-catcher .card.fl-col-has-cols {
    width: 50% !important;
    float: left;
  }
  #home-catcher .card.fl-col-has-cols:first-child .fl-col-group {
    margin-right: 0;
    padding-right: 5px;
  }
  #home-catcher .card.fl-col-has-cols:last-child .fl-col-group {
    margin-left: 0;
    padding-left: 5px;
  }
}
#home-catcher .card:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#home-catcher .card:last-child {
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
#home-catcher p {
  margin-top: 10px;
}
#home-catcher p > a.more {
  line-height: 40px;
  color: #027d9d;
  display: block;
}
#home-catcher p > a.more::before {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 10px;
}
#home-catcher p > a.more:first-child {
  border-top: 1px dotted #027d9d;
  padding-top: 10px;
}
#home-catcher p > a.more:last-child {
  margin-bottom: 10px;
}
#home-catcher h3 {
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  text-shadow: 1px 1px 10px #292929;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0 auto 3px;
}
#home-catcher .fl-module-photo + .fl-module-rich-text.on-image {
  position: absolute;
  top: 33%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  pointer-events: none;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4) 50%, transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4) 50%, transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.4) 50%, transparent);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  padding-top: 5px;
}
html.fl-builder-edit #home-catcher .fl-module-photo + .fl-module-rich-text.on-image {
  position: relative;
  pointer-events: auto;
}
#home-catcher .fl-module-photo + .fl-module-rich-text.on-image p {
  margin-top: 0;
  line-height: 1.1;
  padding: 0 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-shadow: 0 0 2px #777777;
}
#home-catcher .fl-photo-content > a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 16px #333333;
  box-shadow: inset 0 0 16px #333333;
}
@media all and (max-width: 767px) {
  #home-catcher .fl-module-video {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 510px) and (max-width: 767px) {
  #home-catcher .fl-module-video {
    width: 80%;
    margin-left: 10%;
  }
}
@media all and (max-width: 767px) {
  #home-catcher .fl-module-video + .fl-module-rich-text {
    text-align: center;
  }
  #home-catcher .fl-module-video + .fl-module-rich-text a {
    border: none;
  }
  #home-catcher .fl-module-video + .fl-module-rich-text a:first-child {
    padding-top: 0;
    border: none;
  }
  #home-catcher .fl-module-video + .fl-module-rich-text a:before {
    content: "";
    padding-right: 0;
  }
}
@media all and (min-width: 510px) and (max-width: 767px) {
  #home-catcher .fl-module-video + .fl-module-rich-text {
    width: 80%;
    margin-left: 10%;
  }
}
@media all and (min-width: 768px) and (max-width: 849px) {
  #home-catcher .fl-module-video + .fl-module-rich-text p:last-child {
    display: none;
  }
}
.documentation h1 {
  font-size: 26px;
  color: #027d9d;
}
.documentation h2 {
  font-size: 23px;
}
.documentation h3 {
  font-size: 20px;
}
.documentation .label-info {
  background-color: #f29104;
}
.documentation .fl-widget {
  margin-bottom: 0;
}
.documentation .fl-widget div ul {
  list-style-type: disc;
  padding-left: 40px;
}
.documentation .fl-widget div ul li {
  display: list-item;
}
.documentation .fl-widget div ul ul {
  list-style-type: circle;
}
.js-map-to-init {
  height: 465px;
}
@media (max-width: 767px) {
  .page-id-17168 #map {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
#map-filter {
  position: absolute;
  z-index: 900;
  display: none;
  padding: 5px 0;
  max-width: 956px;
  top: 10px;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  text-align: center;
}
@media (max-width: 767px) {
  #map-filter.settings-open .settings-toggle {
    display: none;
  }
}
#map-filter .settings {
  display: none;
}
@media (max-width: 767px) {
  #map-filter .settings.settings-off.off,
  #map-filter .settings.settings-on.on {
    display: inline-block;
  }
}
#map-filter > form > .row {
  margin-left: -10px;
  margin-right: -10px;
}
#map-filter > form > .row .col*.form-group {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  #map-filter .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #map-filter .btn.btn-sm {
    margin-top: -10px;
  }
}
#map-filter select,
#map-filter option,
#map-filter ul li a {
  font-size: 14px;
  font-weight: 300;
}
#map-filter #map-section-select {
  width: 100%;
  height: 30px;
}
@media (max-width: 767px) {
  #map-filter #map-section-select {
    margin-bottom: 10px;
  }
}
#map-filter .highlight-controls {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #map-filter .highlight-controls {
    padding-left: 0;
    padding-right: 0;
  }
}
#map-filter .highlight-controls.filter ul li {
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}
#map-filter .highlight-controls.filter ul li a {
  background-color: transparent;
  border-color: transparent;
}
#map-filter .highlight-controls.filter ul li a.category-accommodation,
#map-filter .highlight-controls.filter ul li a.category-ferry,
#map-filter .highlight-controls.filter ul li a.category-service,
#map-filter .highlight-controls.filter ul li a.category-camping,
#map-filter .highlight-controls.filter ul li a.category-food {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #027d9d;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: none;
}
#map-filter .highlight-controls.filter ul li a.category-accommodation:before,
#map-filter .highlight-controls.filter ul li a.category-ferry:before,
#map-filter .highlight-controls.filter ul li a.category-service:before,
#map-filter .highlight-controls.filter ul li a.category-camping:before,
#map-filter .highlight-controls.filter ul li a.category-food:before {
  font-style: normal;
}
#map-filter .highlight-controls.filter ul li a.category-accommodation:before {
  content: "\f236";
}
#map-filter .highlight-controls.filter ul li a.category-food:before {
  content: "\f0f5";
}
#map-filter .highlight-controls.filter ul li a.category-ferry:before {
  content: "\f21a";
}
#map-filter .highlight-controls.filter ul li a.category-service:before {
  content: "\f0ad";
}
#map-filter .highlight-controls.filter ul li a.category-camping:before {
  content: "\f1bb";
}
@media (max-width: 767px) {
  #map-filter .highlight-controls.filter ul li {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #map-filter .highlight-controls:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
#map-filter .highlight-controls:last-child {
  padding-right: 15px;
}
@media (min-width: 768px) {
  #map-filter .highlight-controls:last-child {
    padding-left: 0;
  }
}
#map-filter .highlight-controls:last-child li {
  width: 20%;
  text-align: center;
  padding-bottom: 0;
  padding-left: 2px !important;
  padding-right: 2px !important;
}
#map-filter .highlight-controls:last-child li a {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
#map-filter .highlight-controls:last-child li a:before {
  padding-right: 0px;
}
@media (min-width: 768px) {
  #map-filter .highlight-controls:last-child li a {
    font-size: 13px;
  }
}
.page-id-17168 #map-filter {
  display: block;
}
.leaflet-marker-icon.poi {
  width: 100px !important;
  height: 38px !important;
  font-size: 13px;
  line-height: 1.15;
  background-color: #ffffff;
  color: #027d9d;
  -webkit-box-shadow: 0 0 2px #999999;
  box-shadow: 0 0 2px #999999;
}
.leaflet-marker-icon.poi > div {
  width: 100%;
  height: 90%;
  overflow: hidden;
  padding: 3px;
  border-top: 3px solid #eeeeee;
}
.leaflet-marker-icon.poi > div.primary,
.leaflet-marker-icon.poi > div.category-culture,
.leaflet-marker-icon.poi > div.category-culture .details {
  border-color: #027d9d;
  color: #027d9d;
}
.leaflet-marker-icon.poi > div.secondary,
.leaflet-marker-icon.poi > div.category-event,
.leaflet-marker-icon.poi > div.category-event .details {
  border-color: #b0d6e1;
  color: #027d9d;
}
.leaflet-marker-icon.poi > div.tertiary,
.leaflet-marker-icon.poi > div.category-gusto,
.leaflet-marker-icon.poi > div.category-gusto .details {
  border-color: #ff7f08;
  color: #ff7f08;
}
.leaflet-marker-icon.poi > div.quaternary,
.leaflet-marker-icon.poi > div.category-nature,
.leaflet-marker-icon.poi > div.category-nature .details {
  border-color: #2e8b57;
  color: #2e8b57;
}
.leaflet-marker-icon.poi .details {
  display: none;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  background: white;
  z-index: 1000;
  font-size: 12px;
  padding: 3px;
  border-top: 3px solid #eeeeee;
}
.leaflet-marker-icon.poi .details .city,
.leaflet-marker-icon.poi .details .type {
  color: grey;
  font-size: 12px;
}
.leaflet-marker-icon.poi .details .name {
  font-size: 13px;
}
.leaflet-marker-icon.poi.open-details {
  width: 200px !important;
  height: auto !important;
}
.leaflet-marker-icon.poi.open-details .details {
  display: block;
}
.leaflet-marker-icon.poi:after {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 37px;
  height: 35px;
  line-height: 10px;
  text-align: center;
  text-shadow: 0px 1px 1px #999999;
  content: "\0025BC";
  background-image: -webkit-linear-gradient(left, transparent, transparent 80%, #ffffff);
  background-image: -o-linear-gradient(left, transparent, transparent 80%, #ffffff);
  background-image: linear-gradient(to right, transparent, transparent 80%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffffff', GradientType=1);
}
.leaflet-marker-icon.poi.extended {
  width: auto !important;
}
.map-cluster {
  width: 30px;
  height: 30px;
  background: white;
  border: solid 1px #027d9d;
  color: #027d9d;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
}
#map-toggle {
  position: absolute;
  left: 10px;
  background: white;
  width: 30px;
  height: 30px;
  top: 55px;
  z-index: 900;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  text-align: center;
  display: none;
}
#map-toggle.settings-open {
  display: none !important;
}
#map.fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100000;
  border: solid 5px white;
  margin: 0;
}
#map.fullscreen #map-toggle .fa-arrows-alt::before {
  content: "\f066";
}
.no-overflow {
  overflow: hidden !important;
}
/*
Theme Name: aG-Skeleton
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

Pagebuilder Customizations
To Style the Pagebuilder Itself Only!

*/
.fl-builder-bar-title {
  font-family: museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #26ade3;
}
.fl-row {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .fl-row-full-width {
    overflow-x: hidden;
  }
}
.fl-row-full-width:nth-of-type(1) .fl-widget {
  margin-bottom: 0;
}
.fl-page-content {
  background-color: #ffffff;
  min-height: 500px;
}
@media all and (max-width: 767px) {
  .fl-page-content {
    margin-top: 65px;
  }
}
.river-side-right .fl-page-content {
  background: #ffffff url(/wp-content/uploads/2016/01/map-sketch-north-germany-waves-1024x512.png) no-repeat;
  background-size: 100%;
}
.low-quality.river-side-right .fl-page-content {
  background-position-y: -100px;
}
.river-side-left .fl-page-content {
  background: #ffffff url(/wp-content/uploads/2016/01/map-sketch-north-germany-waves-1024x512.png) no-repeat;
  background-size: 100%;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.river-side-left .fl-page-content > div {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
#header-image-row {
  position: relative;
  height: 390px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#header-image-row > .fl-row-content-wrap {
  height: 100%;
}
.head-image {
  max-height: 390px;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .head-image {
    margin-bottom: 48px;
  }
}
@media (max-width: 991px) {
  .head-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.head-image.dim:after,
.head-image.teaser-in-image:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
.headline-teaser-top-center {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .headline-teaser-top-center {
    margin-bottom: 48px;
  }
}
.jumbotron + .headline-teaser-top-center {
  margin-top: 60px;
}
.headline-teaser-top-center h1 {
  color: #027d9d;
}
.headline-teaser-top-center .fl-module-heading.separator h1 {
  margin-bottom: 0 !important;
}
.headline-teaser-top-center .fl-module-heading.separator .fl-module-content:after {
  display: block;
  height: 10px;
  margin: 30px auto 0;
  background: #cccccc;
  width: 60px;
}
.headline-teaser-top-center .experience-position p,
.headline-teaser-top-center .fl-rich-text p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #555555;
}
.headline-teaser-top-center.teaser-in-image,
.teaser-in-image .headline-teaser-top-center {
  margin-top: -192px;
}
@media (max-width: 509px) {
  .headline-teaser-top-center.teaser-in-image,
  .teaser-in-image .headline-teaser-top-center {
    margin-top: -240px;
  }
}
.headline-teaser-top-center.teaser-in-image h1,
.teaser-in-image .headline-teaser-top-center h1 {
  color: #ffffff;
  font-size: 34px;
}
.headline-teaser-top-center.teaser-in-image .fl-module-rich-text,
.teaser-in-image .headline-teaser-top-center .fl-module-rich-text {
  text-align: center;
  background: #ffffff;
  padding: 20px 20px 0;
  -webkit-box-shadow: -8px 0 8px -8px rgba(0, 0, 0, 0.7), 8px 0 8px -8px rgba(0, 0, 0, 0.3);
  box-shadow: -8px 0 8px -8px rgba(0, 0, 0, 0.7), 8px 0 8px -8px rgba(0, 0, 0, 0.3);
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .headline-teaser-top-center.teaser-in-image .fl-module-rich-text,
  .teaser-in-image .headline-teaser-top-center .fl-module-rich-text {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .headline-teaser-top-center.teaser-in-image .fl-module-rich-text,
  .teaser-in-image .headline-teaser-top-center .fl-module-rich-text {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .headline-teaser-top-center.teaser-in-image .fl-module-rich-text,
  .teaser-in-image .headline-teaser-top-center .fl-module-rich-text {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .headline-teaser-top-center.teaser-in-image .fl-module-rich-text,
  .teaser-in-image .headline-teaser-top-center .fl-module-rich-text {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .headline-teaser-top-center.headline-teaser-top-standalone {
    margin-top: 120px;
  }
}
.headline-teaser-top-center .col-teaser-text {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .headline-teaser-top-center .col-teaser-text {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .headline-teaser-top-center .col-teaser-text {
    margin-left: 16.66666667%;
  }
}
.headline-teaser-top-center .col-teaser-text.pull-back-left {
  margin-left: 0;
}
.headline-teaser-top-center .col-teaser-text.pull-back-left p {
  text-align: left;
}
.fl-module-separator .fl-module-content {
  margin: 0;
}
.fl-module-separator .fl-separator {
  border: none;
  height: 0.75px;
  margin: 20px auto 0;
  background-image: -webkit-linear-gradient(left, #ffffff, #027d9d 50%, #ffffff);
  background-image: -o-linear-gradient(left, #ffffff, #027d9d 50%, #ffffff);
  background-image: linear-gradient(to right, #ffffff, #027d9d 50%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=1);
  width: 180px;
}
@media (max-width: 767px) {
  .fl-module-separator .fl-separator {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.fl-module-rich-text + .fl-module-separator .fl-separator {
  margin-top: 0;
}
.headline-teaser-top-center .fl-module-separator .fl-separator {
  height: 10px;
  margin: 20px auto 0;
  background: #cccccc;
  width: 60px;
}
@media (max-width: 767px) {
  .headline-teaser-top-center .fl-module-separator .fl-separator {
    margin-bottom: 0;
  }
}
.section-stories-voices .fl-module-separator .fl-separator {
  margin-bottom: 30px;
  margin-top: 0;
}
.share-voice .fl-module-separator .fl-separator {
  margin-bottom: 15px;
}
.content-with-sidebar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-with-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .content-with-sidebar {
    float: left;
    width: 66.66666667%;
  }
}
.sidebar-nav h4 {
  margin: 0;
  padding-left: 15px !important;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 23px;
  color: #b0d6e1;
}
@media (max-width: 767px) {
  .sidebar-nav h4 {
    padding-left: 0 !important;
    margin-bottom: 5px;
  }
}
.sidebar-nav .nav {
  font-size: 15px;
  margin-bottom: 20px;
}
.sidebar-nav .nav > li {
  margin-bottom: 0;
}
.sidebar-nav .nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .sidebar-nav .nav > li > a {
    padding-left: 0;
  }
}
.sidebar-nav .nav > li.active {
  border-left: 2px solid #027d9d;
  background: #eeeeee;
}
@media (max-width: 767px) {
  .sidebar-nav .nav > li.active {
    padding-left: 10px;
  }
}
.checklist h3 {
  margin-top: 24px !important;
}
.fl-rich-text p:empty {
  display: none;
}
@media (max-width: 767px) {
  .lead-brand-badge-image {
    margin-top: 15px;
  }
}
.lead-brand-badge-image .row .fl-col {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.lead-brand-badge-image .row .fl-col:first-child {
  padding-right: 10px;
}
@media (max-width: 509px) {
  .lead-brand-badge-image .row .fl-col:first-child {
    padding-left: 0;
    padding-right: 5px;
  }
}
.lead-brand-badge-image .row .fl-col:last-child {
  padding-left: 10px;
}
@media (max-width: 509px) {
  .lead-brand-badge-image .row .fl-col:last-child {
    padding-right: 0;
    padding-left: 5px;
  }
}
.lead-brand-badge-image .row:first-child {
  margin-bottom: 20px;
}
@media (max-width: 509px) {
  .lead-brand-badge-image .row:first-child {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
.lead-brand-badge-image .fl-module-heading {
  position: absolute;
  top: 40%;
  width: 100%;
}
html.fl-builder-edit .lead-brand-badge-image .fl-module-heading {
  position: relative;
}
.lead-brand-badge-image .fl-module-heading h2,
.lead-brand-badge-image .fl-module-heading h3 {
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  font-size: 38px;
}
.lead-brand-badge-image .fl-module-heading h2 a,
.lead-brand-badge-image .fl-module-heading h3 a {
  color: #ffffff;
}
.lead-brand-badge-image:first-child:after {
  display: block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  background-image: url(img/lead-brand-badge-image.png);
  background-size: 82%;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -75px;
}
@media all and (max-width: 509px) {
  .lead-brand-badge-image:first-child:after {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
  }
}
.row-free {
  margin-top: 30px;
  margin-bottom: 30px;
}
.row-free-double {
  margin-top: 60px;
  margin-bottom: 60px;
}
.teaser-options-either-or .row .fl-heading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 300;
  color: #027d9d;
}
.teaser-options-either-or .row > div:first-child {
  text-align: right;
}
.teaser-options-either-or .row > div:first-child .fl-heading {
  text-align: right;
}
@media all and (max-width: 767px) {
  .teaser-options-either-or .row > div:first-child {
    max-width: 80%;
  }
}
@media all and (min-width: 768px) {
  .teaser-options-either-or .row > div:first-child {
    margin-left: 4.1666666667%;
  }
}
.teaser-options-either-or .row > div.col-sm-1 {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 114px;
  line-height: .5;
  color: #ffffff;
  text-shadow: 1px 1px 2px #777777;
}
.teaser-options-either-or .row > div.col-sm-1 p {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
@media all and (max-width: 767px) {
  .teaser-options-either-or .row > div.col-sm-1 {
    font-size: 38px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.teaser-options-either-or .row > div:last-child {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .teaser-options-either-or .row > div:last-child {
    margin-top: 0;
    max-width: 80%;
    margin-left: 10%;
  }
}
.teaser-text-center {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 16.66666667%;
}
@media (max-width: 509px) {
  .teaser-text-center {
    width: 100%;
    margin-left: 0;
  }
}
.teaser-text-center p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #027d9d;
  font-size: 22px;
  text-align: center;
}
.teaser-image-h3-serif {
  margin-top: 30px;
  margin-bottom: 30px;
}
.teaser-image-h3-serif div.col-img {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .teaser-image-h3-serif div.col-img {
    padding-left: 0;
  }
}
.teaser-image-h3-serif div.col-content {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #333333;
}
.teaser-image-h3-serif h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 300;
  color: #027d9d;
  margin-bottom: 0;
}
.teaser-image-h3-serif h3 + p {
  margin-bottom: 2px;
}
.teaser-image-h3-serif span.section-id {
  font-size: 14px;
}
.teaser-image-h3-serif + .teaser-image-h3-serif {
  margin-top: 0;
}
@media (min-width: 768px) {
  .teaser-image-h3-serif:nth-child(2) > div[class*="col-sm"],
  .teaser-image-h3-serif + .teaser-image-h3-serif .fl-col-has-cols[class*="col-sm"],
  .teaser-image-h3-serif:nth-child(6) > div[class*="col-sm"],
  .teaser-image-h3-serif + .teaser-image-h3-serif + .teaser-image-h3-serif + .teaser-image-h3-serif + .teaser-image-h3-serif + .teaser-image-h3-serif .fl-col-has-cols[class*="col-sm"],
  .teaser-image-h3-serif:nth-child(8) > div[class*="col-sm"],
  .teaser-image-h3-serif:nth-child(12) > div[class*="col-sm"] {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .teaser-image-h3-serif:nth-child(3) > div[class*="col-sm"],
  .teaser-image-h3-serif + .teaser-image-h3-serif + .teaser-image-h3-serif .fl-col-has-cols[class*="col-sm"],
  .teaser-image-h3-serif:nth-child(5) > div[class*="col-sm"],
  .teaser-image-h3-serif + .teaser-image-h3-serif + .teaser-image-h3-serif + .teaser-image-h3-serif + .teaser-image-h3-serif .fl-col-has-cols[class*="col-sm"],
  .teaser-image-h3-serif:nth-child(9) > div[class*="col-sm"],
  .teaser-image-h3-serif:nth-child(11) > div[class*="col-sm"] {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .teaser-image-h3-serif:nth-child(4) > div[class*="col-sm"],
  .teaser-image-h3-serif + .teaser-image-h3-serif + .teaser-image-h3-serif + .teaser-image-h3-serif .fl-col-has-cols[class*="col-sm"],
  .teaser-image-h3-serif:nth-child(10) > div[class*="col-sm"] {
    margin-left: 25%;
  }
}
.img-circle-col-teaser {
  margin-bottom: 60px;
}
.img-circle-col-teaser img {
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}
@media (min-width: 510px) and (max-width: 767px) {
  .img-circle-col-teaser {
    margin-bottom: 30px;
  }
  .img-circle-col-teaser .fl-col-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .img-circle-col-teaser .fl-col-group .col-sm-3 {
    width: 50% !important;
    margin-bottom: 30px;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.gallery-row {
  margin-top: 15px;
}
.gallery-row.row-free-double,
.gallery-row.row-free-double-top {
  margin-top: 60px;
  margin-bottom: 0;
}
.gallery-row p:last-child {
  margin-bottom: 0;
}
.gallery-row .fl-module-heading + .fl-module-rich-text .fl-module-content {
  margin-top: 10px;
}
.gallery-row .fl-module-photo .fl-module-content,
.gallery-row .fl-module-video .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
}
.gallery-row .fl-col-group-equal-height .fl-col {
  padding-right: 7px;
  padding-left: 8px;
}
.gallery-row .fl-col-group-equal-height .fl-col:first-child {
  padding-left: 15px !important;
}
.gallery-row .fl-col-group-equal-height .fl-col:last-child {
  padding-right: 15px !important;
}
@media (max-width: 767px) {
  .gallery-row .fl-col-group-equal-height .fl-col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gallery-row .fl-col-group-equal-height .fl-col.col-sm-6 {
    margin-bottom: 15px;
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .gallery-row .fl-col-group-equal-height .fl-col.col-sm-4 {
    width: 33.33333333% !important;
  }
  .gallery-row .fl-col-group-equal-height .fl-col .fl-module-photo {
    margin-right: -13px;
    margin-left: -13px;
  }
  .gallery-row .fl-col-group-equal-height .fl-col:first-child .fl-module-photo {
    margin-left: 0;
  }
  .gallery-row .fl-col-group-equal-height .fl-col:last-child .fl-module-photo {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .gallery-row + .fl-row .gallery-row {
    margin-top: 4px;
  }
}
.quiz {
  display: none;
}
.image-size-warning {
  border: solid 10px red !important;
}
/* MLA in Pagebuilder*/
.fl-builder.modal-open .media-modal-content #mla-terms-search {
  display: none;
}
.fl-builder.modal-open .media-modal-content .media-modal .attachments {
  top: 100px;
}
.fl-builder.modal-open .media-modal-content .mla-search-box {
  position: relative;
}
.fl-builder.modal-open .media-modal-content #mla-media-search-input {
  display: inline-block;
  padding-right: 70px;
}
.fl-builder.modal-open .media-modal-content input[type=search],
.fl-builder.modal-open .media-modal-content #mla-search-submit {
  height: 30px;
}
.fl-builder.modal-open .media-modal-content #mla-search-submit {
  position: absolute;
  top: 0;
  right: 0;
}
.fl-builder.modal-open .media-modal-content .mla-search-options br {
  display: none;
}
.fl-builder.modal-open .media-modal-content .mla-search-options li:nth-child(2) {
  margin-right: 20px;
}
/*
  MLA Media Categories in PageBuilder:
  Copy CSS from CMS Backend

*/
.fl-builder.modal-open .media-modal-content .mla-taxonomy-row th.label {
  text-align: left;
  float: none;
  font-size: 100%;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-row th.label span {
  font-weight: bold;
  margin: 10px 0 0;
  color: #666;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-field {
  padding-top: 0;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-field ul#mla-media_category-tabs {
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-field ul#mla-media_category-tabs > li {
  padding: 3px 5px 5px;
  position: relative;
  display: inline;
  line-height: 1.35em;
  margin-bottom: 6px;
  font-size: 12px;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-field ul#mla-media_category-tabs > li.tabs {
  border: 1px solid #dfdfdf;
  border-bottom-color: #fdfdfd;
  background-color: #fdfdfd;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-field .categorydiv div.tabs-panel {
  padding: 12px 12px 11px 12px;
  min-height: 42px;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  line-height: 23px;
  font-size: 12px;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-field .tabs-panel .categorychecklist {
  margin-bottom: 0px;
  padding: 0;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-field ul.categorychecklist li {
  margin: 0;
  padding: 0;
  line-height: 22px;
  word-wrap: break-word;
  list-style-type: none;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-field label {
  vertical-align: middle;
  cursor: pointer;
  font-weight: 400;
  color: #767676;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-field input[type=checkbox] {
  color: #767676;
  border-color: #e2e2e4;
  background-color: #ffffff;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  line-height: 23px;
  font-size: 14px;
  clear: none;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: -4px 4px -1px 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-field input[type=checkbox]:checked:before {
  color: #027d9d;
  content: '\f147';
  margin: -3px 0 0 -4px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: 400 21px/1 dashicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-field h4 {
  margin: 0;
}
.fl-builder.modal-open .media-modal-content .mla-taxonomy-field h4 a {
  font-size: 12px;
}
/*
Theme Name: Elberadweg
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

*/
/* Switch off responsive */
body {
  overflow-x: hidden;
}
/* ROWS AND COLUMNS */
.fl-row-content-wrap {
  padding: 0;
}
.infobox .fl-rich-text {
  background-color: #abccdd;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}
/*
a {
  &:visited{
    .fl-page-content &,
    .teaser-image-h3-serif h3{
      color: @gray-lighten-20;
    }
  }
}
*/
@media (max-width: 767px) {
  .page-id-4454 .media-center-80 {
    width: 60% !important;
    min-width: 150px;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.li-f329cc1045183affe87e71e6d13c5f15,
.li-2d7e632bcb109a55460ca5f2df2e947c,
.li-dedaf9b7806b9e95fe3b5889e865f61f,
.li-0922b37d2e82fbdda870b2ac3813824f {
  display: none;
}
.fl-node-5a8cc6b52cff5 > .fl-row-content-wrap,
.fl-node-5b69753492780 > .fl-row-content-wrap,
.fl-node-5b69d18f08cbb > .fl-row-content-wrap {
  background-image: url(https://www.elberadweg.de/wp-content/uploads/2016/06/Elberadweg_Elbaue_REckert.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
body.single-agps_story .jumbotron .fl-module-heading {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  body.single-agps_story .jumbotron .fl-module-heading {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  body.single-agps_story .jumbotron .fl-module-heading {
    margin-left: 25%;
  }
}
body.single-agps_story .jumbotron .fl-module-heading h1 {
  margin-left: -15px;
}
#story section {
  margin-top: 30px;
}
#story section:first-child {
  margin-top: 45px;
}
#story section.text .fl-heading {
  margin-top: 30px;
}
#story section.text + section.text {
  margin-top: 15px;
}
#story section.image_full_width + section.text {
  margin-top: 60px;
}
@media (min-width: 768px) {
  #story section.text_image_left .col-text .fl-col-content {
    max-width: 83.33333%;
  }
}
.single-agps_voices .voice-text p {
  margin-bottom: 15px;
}
.single-agps_voices .voice-text img {
  margin-top: 15px;
  margin-bottom: 30px;
}
.single-agps_voices .voice-text .fl-photo-caption {
  bottom: 40px;
}
div.voice-text {
  margin-top: 30px;
  clear: both;
}
p.creator {
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal !important;
  color: #777777 !important;
}
.fl-separator.voice {
  height: 10px;
  margin: 20px auto 0;
  background: #cccccc;
  width: 60px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  header .navigation #nav-main.navbar li.dropdown {
    display: block !important;
  }
  #map-button-header {
    display: none;
  }
}
/*
Theme Name: Elberadweg
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

*/
/* TYPE */
@media (max-width: 509px) {
  p.text-center.col-xs-8.col-xs-offset-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/*
Theme Name: Elberadweg
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

BUTTONS

*/
.btn-default {
  color: #027d9d;
  background-color: #ffffff;
  border-color: #dddddd;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.btn-default:focus,
.btn-default.focus {
  color: #027d9d;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
.btn-default:hover {
  color: #027d9d;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #027d9d;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #027d9d;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #dddddd;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #027d9d;
}
.btn-default:hover {
  background: #eeeeee;
  border-color: #dddddd;
}
.action-bar.sections {
  margin-top: 90px;
  margin-bottom: 60px;
}
.action-bar.sections .btn {
  font-size: 15px;
  border: none;
}
.action-bar.sections span,
.action-bar.sections i.fa {
  line-height: 1.3333333;
}
.action-bar.sections span i.fa,
.action-bar.sections i.fa i.fa {
  line-height: 1;
}
@media (max-width: 509px) {
  .action-bar.sections {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .action-bar.sections {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/*
Theme Name: Elberadweg
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

*/
.jumbotron {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding: 0;
  }
}
.jumbotron .main-content {
  width: 66.6%;
}
@media (max-width: 509px) {
  .jumbotron .main-content {
    width: 85%;
  }
}
@media (min-width: 510px) and (max-width: 991px) {
  .jumbotron .main-content {
    width: 75%;
  }
}
.jumbotron p.section {
  text-shadow: 0 0 2px #777777;
}
.jumbotron h1,
.jumbotron .h1 {
  hyphens: manual;
  text-shadow: 0 0 2px #777777;
  letter-spacing: -0.001em;
  margin-bottom: 0 !important;
  color: #ffffff;
}
.jumbotron h1 a,
.jumbotron .h1 a {
  color: #ffffff;
}
body.page-id-6 .jumbotron h1,
body.page-id-45443 .jumbotron h1 {
  font-size: 76px;
  line-height: .72;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 0 2px #777777;
  margin: 0 !important;
}
body.page-id-6 .jumbotron h1:last-child,
body.page-id-45443 .jumbotron h1:last-child {
  font-size: 40px;
  padding-left: 52px;
  padding-top: 15px;
}
@media all and (max-width: 384px) {
  body.page-id-6 .jumbotron h1,
  body.page-id-45443 .jumbotron h1 {
    font-size: 49px !important;
  }
  body.page-id-6 .jumbotron h1:last-child,
  body.page-id-45443 .jumbotron h1:last-child {
    font-size: 32px !important;
    padding-left: 3px;
    line-height: 38px;
  }
}
@media all and (min-width: 385px) and (max-width: 509px) {
  body.page-id-6 .jumbotron h1,
  body.page-id-45443 .jumbotron h1 {
    font-size: 57px !important;
  }
  body.page-id-6 .jumbotron h1:last-child,
  body.page-id-45443 .jumbotron h1:last-child {
    font-size: 38px !important;
    padding-left: 3px;
  }
}
@media all and (min-width: 510px) and (max-width: 767px) {
  body.page-id-6 .jumbotron h1,
  body.page-id-45443 .jumbotron h1 {
    font-size: 51px !important;
  }
  body.page-id-6 .jumbotron h1:last-child,
  body.page-id-45443 .jumbotron h1:last-child {
    font-size: 38px !important;
    padding-left: 37px;
  }
}
@media all and (max-width: 991px) {
  .page-id-6 .jumbotron {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
  }
}
.page-id-6 .jumbo-overlay .main-content {
  top: 120px;
  left: 60px;
}
@media all and (max-width: 384px) {
  .page-id-6 .jumbo-overlay .main-content {
    left: 2%;
    width: 98% !important;
  }
}
@media all and (min-width: 385px) and (max-width: 509px) {
  .page-id-6 .jumbo-overlay .main-content {
    left: 5%;
    width: 95% !important;
  }
}
@media all and (min-width: 510px) and (max-width: 767px) {
  .page-id-6 .jumbo-overlay .main-content {
    left: 10%;
    width: 90% !important;
  }
}
.page-id-6 #jumbo-image {
  z-index: auto;
}
body.page-id-45443 .jumbotron .fl-col-group.row {
  left: 20%;
}
@media all and (max-width: 384px) {
  body.page-id-45443 .jumbotron .fl-col-group.row {
    left: 0%;
    width: 100% !important;
  }
}
@media all and (min-width: 385px) and (max-width: 509px) {
  body.page-id-45443 .jumbotron .fl-col-group.row {
    left: 5%;
    width: 95% !important;
  }
}
@media all and (min-width: 510px) and (max-width: 767px) {
  body.page-id-45443 .jumbotron .fl-col-group.row {
    left: 10%;
    width: 90% !important;
  }
}
.story .fl-heading {
  text-align: center;
  padding: 150px 0px;
}
.story .fl-heading .fl-heading-text {
  color: #027d9d;
  font-size: 72px;
  text-align: center;
}
/*
Theme Name: Elberadweg
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

*/
.fl-photo-crop-circle {
  border: 30px solid transparent;
}
@media (max-width: 509px) {
  .fl-photo-crop-circle {
    max-width: 70%;
    margin: auto;
  }
}
@media (min-width: 510px) AND (max-width: 767px) {
  .fl-photo-crop-circle {
    max-width: 50%;
    margin: auto;
  }
}
@media (max-width: 509px) {
  .sidebar .fl-photo {
    margin-bottom: 30px;
  }
}
.list-group.further-info a {
  color: #027d9d;
}
.list-group.further-info .glyphicon,
.list-group.further-info .fa {
  width: 25px;
  color: #027d9d;
}
.list-group.further-info .fa-info {
  padding-left: 6px;
}
#times-accordion .panel,
#accordion .panel {
  box-shadow: none;
}
#times-accordion table,
#accordion table {
  margin-left: -5px;
}
#times-accordion th,
#accordion th,
#times-accordion td,
#accordion td {
  padding: 0 5px;
}
#times-accordion th,
#accordion th {
  font-weight: 400;
  padding-right: 15px;
  vertical-align: top;
  text-align: left;
}
#times-accordion tr + tr,
#accordion tr + tr {
  border-top: 5px solid transparent;
}
#times-accordion tr.exception,
#accordion tr.exception {
  border-top: 10px solid transparent;
  color: #027d9d;
  font-weight: 700;
}
#times-accordion h4.panel-title a,
#accordion h4.panel-title a {
  text-decoration: none;
  color: #027d9d;
}
#times-accordion h4.panel-title a span,
#accordion h4.panel-title a span {
  font-weight: 500;
}
#times-accordion .fa,
#accordion .fa {
  padding-right: 5px;
}
/*
Theme Name: Elberadweg
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme

FOOTER

*/
footer {
  font-size: 15px;
  color: #ffffff;
  background-color: #ffffff;
  margin-top: 120px;
}
@media (max-width: 767px) {
  footer {
    margin-top: 60px;
  }
}
.footer-wrapper {
  background-image: url(img/footer-background-map.png);
  background-color: #027d9d;
  background-size: cover;
}
.footer-content {
  max-width: 976px;
  min-height: 450px;
  padding: 20px;
}
@media (min-width: 510px) and (max-width: 767px) {
  .footer-content {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .footer-content {
    padding-top: 45px;
  }
}
.footer-content .row:nth-of-type(1) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-content .row:nth-of-type(1) {
    margin-bottom: 45px;
  }
}
.col-footer-logo {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 45px;
  background: url(img/logo-elberadweg-white-150@2x.png) no-repeat;
  background-size: contain;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .col-footer-logo {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col-footer-logo {
    margin-left: 25%;
  }
}
@media (max-width: 509px) {
  .col-footer-logo {
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 33.33333333%;
  }
}
.col-claim {
  float: left;
  width: 83.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .col-claim {
    float: left;
    width: 58.33333333%;
  }
}
@media (max-width: 509px) {
  .col-claim {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
p.claim {
  font-size: 57px;
  font-weight: 700;
  line-height: .72;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 0 2px #777777;
  margin: 0 !important;
}
@media (max-width: 509px) {
  p.claim {
    font-size: 38px;
  }
}
p.claim:last-child {
  font-size: 28.5px;
  padding-left: 39px;
  padding-top: 10px;
}
@media (max-width: 509px) {
  p.claim:last-child {
    font-size: 16px;
    padding-left: 26px;
  }
}
footer .col-teaser {
  color: #ffffff;
  text-align: center;
}
footer .col-teaser h2 {
  font-size: 23px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  color: #eeeeee;
  margin-top: 0;
  margin-bottom: 60px !important;
}
@media (min-width: 510px) {
  footer .col-teaser h2 {
    font-size: 32px;
  }
}
@media (max-width: 509px) {
  .footer-content .highlight-controls ul li:nth-of-type(odd) {
    padding-left: 0;
    padding-right: 10px;
  }
  .footer-content .highlight-controls ul li:nth-of-type(even) {
    padding-left: 10px;
    padding-right: 0;
  }
  .footer-content .highlight-controls ul li:nth-of-type(3),
  .footer-content .highlight-controls ul li:nth-of-type(4) {
    padding-top: 20px;
  }
}
.row.river {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .row.river {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .row.river {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .row.river {
    background: transparent url(img/footer-elberadweg-sketch-monochrome-white_2020.png) bottom left no-repeat;
    background-size: 567px 552px;
    min-height: 567px;
  }
}
.vcards {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #027d9d;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .vcards {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .vcards {
    margin-left: 41.66666667%;
  }
}
.vcards h4 {
  font-size: 20px;
  line-height: 1;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  margin: 45px 0;
}
.vcards h4 span {
  display: block;
  padding-left: 20px;
  font-size: 130%;
}
@media (max-width: 509px) {
  .vcards h4 {
    margin-top: 45px;
  }
}
.vcards .card-deck {
  margin-right: -15px;
}
.vcards .card-deck + .card-deck {
  margin-top: 45px;
}
@media (min-width: 510px) and (max-width: 767px) {
  .vcards .card-deck {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0.75rem;
    border-spacing: 1.25rem 0;
  }
}
@media (max-width: 509px) {
  .vcards .card-deck {
    margin-left: -15px;
  }
}
.vcards .card {
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 510px) and (max-width: 767px) {
  .vcards .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
}
@media (max-width: 509px) {
  .vcards .card {
    margin-top: 45px;
  }
}
.vcards .card-block {
  padding: 10px;
  padding-top: 60px;
  text-align: center;
}
.vcards .img-circle {
  width: 78px;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -39px;
  border: 3px solid #ffffff;
  filter: grayscale(100%);
}
.vcards p {
  font-size: 90%;
}
.vcards a.btn {
  background: #ffffff;
  padding: 5px;
  font-size: 17px;
  line-height: 24px;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: none;
}
.footer-final {
  background-color: #01556b;
  color: #eeeeee;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2), 0 3px 7px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer-final nav,
.footer-final .col-maker {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  line-height: 30px;
}
@media (min-width: 768px) {
  .footer-final nav,
  .footer-final .col-maker {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .footer-final nav,
  .footer-final .col-maker {
    line-height: 36px;
  }
}
.footer-final nav a {
  color: #eeeeee;
}
.footer-final nav a:hover,
.footer-final nav a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-final nav.quick {
    right: 33.33333333%;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .footer-final nav.quick {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .footer-final nav.quick {
    text-align: left;
  }
}
.footer-final nav.social {
  text-align: center;
}
@media (max-width: 767px) {
  .footer-final nav.social {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .footer-final nav.social {
    left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .footer-final nav.social {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-final nav.social li + li {
  margin-left: 15px;
}
@media (min-width: 510px) and (max-width: 767px) {
  .footer-final .col-maker {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .footer-final .col-maker {
    text-align: right;
  }
}
.footer-final ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-final ul li {
  display: inline-block;
}
.footer-final ul li + li {
  margin-left: 10px;
}
.footer-final p {
  margin-bottom: 0;
}
.footer-commercial-final {
  background-color: #ffffff;
  padding: 20px 0;
}
.footer-commercial-final img {
  width: 100%;
}
.footer-final + .footer-commercial-final {
  margin-top: 10px;
  padding-top: 10px;
}
#scrolltotop {
  right: 20px;
  bottom: 20px;
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 10000;
  color: #777;
}
/*
Theme Name: Elberadweg
Author: Philipp Schaffer @ absolutGPS
Version: 1.0
Text Domain: erw
Template: bb-theme


EXPERIENCES: ERW

*/
/* 1. #section-details */
/* -------------------------------------------------------------- */
.margin-bottom-0#section-details h2 {
  font-size: 14px;
  margin: 0 0 3px 0 !important;
  color: #027d9d;
  font-style: normal;
  font-family: museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#experience-news-list.alert {
  width: 83.33333333%;
  margin-left: 8.33333333%;
}
#experience-news-list.alert h4 {
  font-size: 15px;
  margin-bottom: 5px;
}
#experience-news-list.alert p {
  margin-bottom: 5px;
}
#section-details > #experience-news-list {
  margin-top: 60px;
}
#news-sections-list.alert h3 {
  margin-top: 10px;
}
#news-sections-list.alert h4 {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 20px;
}
#news-sections-list.alert p {
  margin-bottom: 5px;
}
@media (max-width: 509px) {
  #news-sections-list {
    width: 100%;
    margin-left: 0;
  }
}
.anchor {
  position: absolute;
  top: -75px;
}
.experience-address .panel-body h4 {
  font-size: inherit;
  padding: 0;
  color: #027d9d;
  background: transparent;
}
.experience-address .position-to-brand {
  font-size: 14px;
}
@media (min-width: 510px) and (max-width: 767px) {
  body.single-agps_place .fl-node-5762751d48480,
  body.single-agps_place .fl-node-575ee2dce62e1 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.single-agps_place .fl-node-5762751d48480 {
    padding-left: 0;
  }
  body.single-agps_place .fl-node-575ee2dce62e1 {
    padding-right: 0;
  }
}
.search-form-place {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  z-index: 100;
  height: 390px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 509px) {
  .search-form-place {
    overflow-y: scroll;
  }
}
.search-form-place > .row > div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .search-form-place > .row > div {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .search-form-place > .row > div {
    margin-left: 8.33333333%;
  }
}
.search-form-place h1 {
  font-size: 34px;
  color: #027d9d;
  text-align: center;
  margin-bottom: 20px !important;
}
@media (max-width: 509px) {
  .search-form-place h1 {
    font-size: 26px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.search-form-place h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  color: #027d9d;
  margin-bottom: 0;
}
.search-form-place .super-sections,
.search-form-place .sections,
.search-form-place .places {
  max-height: 300px;
  overflow-y: auto;
}
@media (max-width: 509px) {
  .search-form-place .super-sections.col-xs-4,
  .search-form-place .sections.col-xs-4,
  .search-form-place .places.col-xs-4 {
    width: 100% !important;
  }
}
.search-form-place .panel {
  border: none;
  background: none;
}
.search-form-place .list-group-item {
  border-width: 1px !important;
  border-color: #e6e6e6;
}
.search-form-place .list-group-item:first-child {
  border-top: 1px solid #e6e6e6 !important;
  border-radius: 3px 3px 0 0;
}
.search-form-place .list-group-item:last-child {
  border-bottom: 1px solid #e6e6e6 !important;
  border-radius: 0 0 3px 3px;
}
.search-form-place .list-group-item.active {
  font-weight: 600;
  background-color: #027d9d;
  color: #ffffff;
  border-color: #027d9d !important;
}
.search-form-place .list-group-item.active .fa {
  color: #ffffff;
}
.search-form-place .places .list-group-item {
  padding-left: 40px;
}
.search-form-place .places .list-group-item span.fa {
  position: absolute;
  top: 13px;
  left: 10px;
}
.gastro.search-form-place .places .list-group-item span.fa.fa-bed:before {
  content: "\f0f5";
}
.highlight.search-form-place .places .list-group-item span.fa.fa-bed:before {
  content: "\f192";
}
.search-form-place .super-sections .list-group-item,
.search-form-place .sections .list-group-item {
  padding: 5px 10px;
  text-align: center;
}
.search-form-place .super-sections .list-group-item span.tag,
.search-form-place .sections .list-group-item span.tag {
  display: block;
  text-align: center;
  font-size: 14px;
}
.search-form-place button.close {
  background: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 0;
}
.search-form-place button.close:hover,
.search-form-place button.close:focus,
.search-form-place button.close:active {
  background: transparent;
  color: #027d9d;
}
@media (max-width: 509px) {
  .search-form-place button.close {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.experience-search-filter-hint {
  display: none;
  position: absolute;
  top: 405px;
  left: 20%;
  width: 60%;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #777777;
}
body.search-form-place-active .search-form-place {
  display: block;
}
body.search-form-place-active .experience-search-filter-hint {
  display: block;
}
body.search-form-place-active .fl-node-57a1e3d8271be,
body.search-form-place-active .fl-node-583f1d5782757,
body.search-form-place-active .fl-node-586229fe1ed22 {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}
body.search-form-place-active .fl-node-57a1e3d8271be form,
body.search-form-place-active .fl-node-583f1d5782757 form,
body.search-form-place-active .fl-node-586229fe1ed22 form {
  opacity: 0;
}
body.search-form-place-active #search-form-headline {
  opacity: 0;
}
form h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  color: #027d9d;
  margin-bottom: 0;
}
form label,
form .radio-inline,
form .checkbox-inline {
  font-weight: 300;
  padding-top: 5px;
}
form input[type=radio],
form input[type=checkbox] {
  margin-left: -20px;
  height: 0;
  width: 0;
}
form input[type=radio]:before,
form input[type=checkbox]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f096";
  position: absolute;
  margin-left: 0px;
  cursor: pointer;
}
form input[type=radio]:checked,
form input[type=checkbox]:checked {
  color: #027d9d;
}
form input[type=radio]:checked:before,
form input[type=checkbox]:checked:before {
  content: "\f046";
}
form select.form-control,
form option {
  font-size: 17px;
  cursor: pointer;
}
form label .fa-star {
  font-size: 15px;
}
#filter-search-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  background: #027d9d;
  z-index: 140;
  border-radius: 50%;
  margin-left: 0;
  margin-top: 0;
  pointer-events: none;
  opacity: 0.5;
}
#filter-search-spinner.full {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
}
#filter-search-spinner.transition {
  -webkit-transition: width 2s, height 2s, margin 2s;
  -o-transition: width 2s, height 2s, margin 2s;
  transition: width 2s, height 2s, margin 2s;
}
#search-form-headline {
  cursor: pointer;
}
#search-form-headline .fl-heading-text {
  position: relative;
  text-shadow: 0 0 2px #222222;
}
#search-form-headline .fl-heading-text span.place {
  position: relative;
}
#search-form-headline .fl-heading-text span.tag {
  position: absolute;
  top: 6px;
  right: -55px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #027d9d;
  padding: 2px 2px 0px;
  text-shadow: none;
}
#search-form-headline .fl-heading-text:hover,
#search-form-headline .fl-heading-text:active {
  opacity: 1;
}
#host-search .search-place {
  display: none;
}
#host-search .result-image {
  background-size: cover;
  background-position: center;
}
#host-search #search-map {
  height: 450px;
  margin-bottom: 60px;
}
.search-place-loading-text {
  display: none;
}
#search-place-loading-text {
  display: none;
}
.interruption {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.99) 50%, rgba(255, 255, 255, 0.8));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.99) 50%, rgba(255, 255, 255, 0.8));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.99) 50%, rgba(255, 255, 255, 0.8));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ccffffff', GradientType=1);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.interruption h2 {
  margin-top: 90px;
  color: #027d9d;
  text-shadow: 0 0 5px #ffffff;
}
.interruption a {
  font-weight: 400;
}
#order-info {
  display: none;
}
.leaflet-container {
  font-family: museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
#search-map .row.nav {
  position: absolute;
  width: 100%;
  z-index: 600;
}
#search-map .row.nav > div {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), #ffffff 50%, rgba(255, 255, 255, 0.1));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), #ffffff 50%, rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), #ffffff 50%, rgba(255, 255, 255, 0.1));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1affffff', GradientType=1);
}
#search-map .row.nav form {
  text-align: center;
  padding: 5px 5px;
}
#search-map .row.nav form .form-group {
  margin-bottom: 0;
}
#search-map .row.nav form .form-group label {
  padding-top: 0;
}
#search-map .row.nav form input[type=radio]:before,
#search-map .row.nav form input[type=checkbox]:before {
  font-size: 17px;
  top: -1px;
  left: -1px;
}
.leaflet-marker-icon.poi {
  /*&:after{
    color: @white;

    position: absolute;
    top: (( 1.5 * @grid-gutter-width - 2 ));                // accounting for outer border
    left: 0;
    right: 0;
    height: 13px;
    line-height: 13px;
    text-align: center;
    text-shadow: 0 1px 2px @gray-lighten-46-7;

    content: "\0025BC";
  }*/
}
.searchtype-highlights .accommodation-cards .card-deck {
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  .page-id-5603 .accommodation-cards .card {
    margin-bottom: 45px;
  }
  .page-id-5603 .accommodation-cards .card-deck {
    padding-bottom: 0;
  }
  .page-id-5603 .accommodation-cards .card-deck + .card-deck {
    margin-top: 0;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.action-bar:before,
.action-bar:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.action-bar:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
