/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -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: 'aktiv-grotesk', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #05a552;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333333;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "freight-display-pro", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  color: #333333;
}
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: 55px;
}
h2,
.h2 {
  font-size: 50px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #05a552;
}
a.text-primary:hover {
  color: #047439;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #05a552;
}
a.bg-primary:hover {
  background-color: #047439;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 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: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .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: 18.75px;
  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: 24px;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 767px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 767px) {
  .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: 480px) {
  .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: 767px) {
  .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: 767px) {
  .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%;
  }
}
table {
  background-color: #f7f7f7;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 9px 15px 7px 32px;
  line-height: 24px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.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: 12px;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 11px 17px;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -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: #e0e0e0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(224, 224, 224, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(224, 224, 224, 0.6);
}
.form-control::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #808080;
}
.form-control::-webkit-input-placeholder {
  color: #808080;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #d6d6d6;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 42px;
  line-height: 24px \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 31px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 48px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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 {
  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: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 52.5px;
}
.form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.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: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    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: 12px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 36px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 480px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 12px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 11px 17px;
  font-size: 15px;
  line-height: 24px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #f7b702;
  border-color: #f7b702;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #c49202;
  border-color: #ba8a02;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f7b702;
  border-color: #f7b702;
}
.btn-default .badge {
  color: #f7b702;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #05a552;
  border-color: #05a552;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #047439;
  border-color: #036a34;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #05a552;
  border-color: #05a552;
}
.btn-primary .badge {
  color: #05a552;
  background-color: #fff;
}
.btn-success {
  color: #333333;
  background-color: transparent;
  border-color: #737373;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #545454;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: transparent;
  border-color: #737373;
}
.btn-success .badge {
  color: transparent;
  background-color: #333333;
}
.btn-info {
  color: #05a552;
  background-color: #fff;
  border-color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #05a552;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-info .badge {
  color: #fff;
  background-color: #05a552;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #05a552;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #333333;
  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,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 11px 17px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #808080;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  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: #05a552;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #047439;
}
.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: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #05a552;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0;
}
.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;
}
.panel {
  margin-bottom: 24px;
  background-color: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 0;
  -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: 11px 16px;
}
.panel-heading {
  padding: 8px 14px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 8px 14px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.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: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #05a552;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #05a552;
  border-color: #05a552;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #05a552;
}
.panel-primary > .panel-heading .badge {
  color: #05a552;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #05a552;
}
.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;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group: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,
.btn-toolbar:after,
.btn-group-vertical > .btn-group: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 766px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 766px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 766px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 766px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767px) and (max-width: 766px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 767px) and (max-width: 766px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 767px) and (max-width: 766px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 767px) and (max-width: 766px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 767px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 767px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 767px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 766px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 766px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'gtsectrabook';
  src: url('../fonts/gt-sectra-book-webfont.eot');
  src: url('../fonts/gt-sectra-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gt-sectra-book-webfont.woff2') format('woff2'), url('../fonts/gt-sectra-book-webfont.woff') format('woff'), url('../fonts/gt-sectra-book-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gtsectrafine-bold_italic';
  src: url('../fonts/gt-sectra-fine-bold-italic-webfont.eot');
  src: url('../fonts/gt-sectra-fine-bold-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gt-sectra-fine-bold-italic-webfont.woff2') format('woff2'), url('../fonts/gt-sectra-fine-bold-italic-webfont.woff') format('woff'), url('../fonts/gt-sectra-fine-bold-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gtsectrafine-book';
  src: url('../fonts/gt-sectra-fine-book-webfont.eot');
  src: url('../fonts/gt-sectra-fine-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gt-sectra-fine-book-webfont.woff2') format('woff2'), url('../fonts/gt-sectra-fine-book-webfont.woff') format('woff'), url('../fonts/gt-sectra-fine-book-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gtsectrafine-book_italic';
  src: url('../fonts/gt-sectra-fine-book-italic-webfont.eot');
  src: url('../fonts/gt-sectra-fine-book-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gt-sectra-fine-book-italic-webfont.woff2') format('woff2'), url('../fonts/gt-sectra-fine-book-italic-webfont.woff') format('woff'), url('../fonts/gt-sectra-fine-book-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
  position: absolute;
  background: #fff;
  z-index: 999;
  border: 1px solid #ccc;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 480px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 767px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 767px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
  background: #fff;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
  background: #fff;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 3px;
  background: #fff;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #f6f6f6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
  background: #fff;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #05a552;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #05a552;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #f6f6f6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 3px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #05a552;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #f6f6f6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-datetimepicker-widget ul > li,
.bootstrap-datetimepicker-widget ul > li > ul > li {
  background-image: none;
  padding: 0;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 124px;
  z-index: 800;
}
#header .top-header {
  color: #fff;
  background: #05a552;
}
#header .top-header:before,
#header .top-header:after {
  content: " ";
  display: table;
}
#header .top-header:after {
  clear: both;
}
#header .top-header:before,
#header .top-header:after {
  content: " ";
  display: table;
}
#header .top-header:after {
  clear: both;
}
#header .top-header > .container-fluid {
  background: #05a552;
}
#header .top-header nav {
  float: right;
}
#header .top-header nav ul {
  margin: 0;
  padding: 0;
}
#header .top-header nav ul li {
  margin: 0;
  list-style: none;
  float: left;
  display: block;
  background: none;
  position: relative;
  line-height: 12px;
  padding: 0 16px 0 0;
}
#header .top-header nav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  padding: 16px 0 5px 32px;
  margin-bottom: 8px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  font-family: 'aktiv-grotesk', sans-serif;
  letter-spacing: 0.1em;
  font-weight: 300;
}
#header .top-header nav ul li a:hover {
  border-color: #fff;
}
#header .top-header nav ul li:last-child {
  background: #f7b702;
}
#header .top-header nav ul li:last-child:hover {
  background: #ebad02;
}
#header .top-header nav ul li:last-child:hover a {
  border-color: transparent;
}
#header .top-header nav ul li[class="10"] a {
  background: url(../gfx/meta-nav-magazin.png) no-repeat 4px 14px;
}
#header .top-header nav ul li[class="255"] a {
  background: url(../gfx/meta-nav-kontakt.png) no-repeat 5px 12px;
}
#header .top-header nav ul li[class="54"] a {
  background: url(../gfx/meta-nav-trophy.png) no-repeat 5px 13px;
}
#header .top-header nav ul li[class="13"] a {
  background: url(../gfx/meta-nav-banner.png) no-repeat 9px 14px;
}
#header .top-header nav ul li[class="262"] a {
  background: url(../gfx/meta-nav-voucher.png) no-repeat 3px 11px;
}
#header .top-header nav ul li[class="264"] a {
  background: url(../gfx/meta-nav-webcam.png) no-repeat 0px 16px;
}
#header .top-header nav ul li[class="266"] a {
  background: url(../gfx/th-blog.png) no-repeat 0px 8px;
}
#header .top-header nav ul li[class="268"] a {
  background: url(../gfx/th-phone.png) no-repeat 7px 14px;
}
#header .top-header nav ul li[class="267"] a {
  background: url(../gfx/th-email.png) no-repeat 4px 14px;
}
#header .top-header nav ul li[class="269"] a {
  background: url(../gfx/th-bewertung.png) no-repeat 10px 11px;
}
#header .top-header nav ul li[class="281"] a {
  background: url(../gfx/th-webcam.png) no-repeat 0px 8px;
}
#header .top-header nav ul li[class="280"] {
  background: url(../gfx/th-tankstelle.png) no-repeat 0px 9px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  padding: 16px 17px 5px 32px;
  margin-bottom: 8px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  font-family: 'aktiv-grotesk', sans-serif;
  letter-spacing: 0.1em;
  font-weight: 300;
}
#header .bot-header {
  background: #fff;
}
#header .bot-header:before,
#header .bot-header:after {
  content: " ";
  display: table;
}
#header .bot-header:after {
  clear: both;
}
#header .bot-header:before,
#header .bot-header:after {
  content: " ";
  display: table;
}
#header .bot-header:after {
  clear: both;
}
#header .bot-header .logo {
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  float: left;
  margin: 13px 0 14px 15px;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 53px;
  text-align: center;
}
#header .bot-header .logo img {
  max-width: 130px;
  max-height: 53px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#header .bot-header .logo span {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  /*display: block;*/
  text-transform: uppercase;
  font-size: 9px;
  line-height: 9px;
  margin-top: 7px;
  letter-spacing: 0.1em;

  display: none;
}
#header .bot-header .logo:hover {
  text-decoration: none;
}
#header .bot-header .right {
  float: right;
}
#header .bot-header .right .holydaycheck {
  float: left;
  margin-right: 0;
  margin-top: 11px;
  font-size: 0;
}
#header .bot-header .right .holydaycheck img {
  height: 46px;
  width: 46px;
}
#header .bot-header .right nav {
  float: left;
  margin-right: 11px;
}
#header .bot-header .right nav ul {
  margin: 0;
  padding: 0;
}
#header .bot-header .right nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  display: block;
  background: none;
  padding-top: 27px;
  padding-bottom: 21px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  /*&:hover:before{
							width: 0;
							height: 0;
							border-left: 8px solid transparent;
							border-right: 7px solid transparent;
							border-bottom: 10px solid #f6f6f6;
							display: block;
							position: absolute;
							content: '';
							bottom: 0;
							left: 50%;
							margin-left: -8px;
						}*/
}
#header .bot-header .right nav ul li > h3,
#header .bot-header .right nav ul li > img {
  display: none;
}
#header .bot-header .right nav ul li a {
  color: #242422;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  padding: 7px 0 6px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
}
#header .bot-header .right nav ul li a:hover {
  color: #05a552;
  border-color: #05a552;
}
#header .bot-header .right nav ul li.active > a {
  color: #05a552;
  border-color: #05a552;
}
#header .bot-header .right nav ul li.opened {
  border-color: #dbdbdb;
}
#header .bot-header .right nav ul li.opened > a {
  color: #05a552;
  border-color: #05a552;
  position: relative;
  outline: none;
}
#header .bot-header .right nav ul li.opened > a:after {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  height: 1px;
  bottom: -23px;
  background: #fff;
  display: block;
  z-index: 101;
  cursor: default;
}
#header .bot-header .right nav ul li .sub-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  min-height: 303px;
}
#header .bot-header .right nav ul li .sub-nav:before,
#header .bot-header .right nav ul li .sub-nav:after {
  content: " ";
  display: table;
}
#header .bot-header .right nav ul li .sub-nav:after {
  clear: both;
}
#header .bot-header .right nav ul li .sub-nav:before,
#header .bot-header .right nav ul li .sub-nav:after {
  content: " ";
  display: table;
}
#header .bot-header .right nav ul li .sub-nav:after {
  clear: both;
}
#header .bot-header .right nav ul li .sub-nav .bg-left {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  background: #fff;
}
#header .bot-header .right nav ul li .sub-nav .bg-left:before {
  position: absolute;
  content: '';
  display: block;
  top: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #dbdbdb;
}
#header .bot-header .right nav ul li .sub-nav .bg-right {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  background: #fff;
}
#header .bot-header .right nav ul li .sub-nav .bg-right:before {
  position: absolute;
  content: '';
  display: block;
  top: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #dbdbdb;
}
#header .bot-header .right nav ul li .sub-nav .left {
  float: left;
  padding: 20px 29px 20px 75px;
}
#header .bot-header .right nav ul li .sub-nav .left h3 {
  font-family: 'gtsectrafine-book_italic', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 16px;
}
#header .bot-header .right nav ul li ul {
  float: left;
  padding: 60px 0 20px;
  min-height: 302px;
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
}
#header .bot-header .right nav ul li ul:after {
  position: absolute;
  background-color: #dbdbdb;
  right: 0;
  top: 62px;
  bottom: 30px;
  display: block;
  content: '';
  width: 1px;
}
#header .bot-header .right nav ul li ul:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
#header .bot-header .right nav ul li ul:last-of-type:after {
  display: none;
}
#header .bot-header .right nav ul li ul li {
  float: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
#header .bot-header .right nav ul li ul li:hover:before {
  position: static;
}
#header .bot-header .right nav ul li ul li.ifsub {
  background: url(../gfx/header-nav-arrow.png) no-repeat right center;
}
#header .bot-header .right nav ul li ul li a {
  color: #242422;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  padding: 2px 0 2px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
}
#header .bot-header .right nav ul li ul li a:hover {
  color: #05a552;
  border-color: #05a552;
}
#header .bot-header .right nav ul li.right-nav ul {
  left: auto;
  right: 0;
}
#header .bot-header .right nav ul li.right-nav ul ul {
  left: auto;
  right: 100%;
}
#header .bot-header .right nav.languages {
  float: right;
  margin-top: 0;
  margin-right: 0;
  padding-right: 29px;
  margin-left: 20px;
  position: relative;
  width: 74px;
  min-height: 41px;
  padding-left: 13px;
  border-left: 1px solid #dfdfdf;
  cursor: pointer;
}
#header .bot-header .right nav.languages:before {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
  display: block;
  position: absolute;
  content: '';
  right: 19px;
  top: 20px;
  cursor: pointer;
}
#header .bot-header .right nav.languages ul {
  padding-top: 35px;
  position: absolute;
  left: 0;
  top: 0;
}
#header .bot-header .right nav.languages ul li {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  position: relative;
  display: none;
  border: 0;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 5px;
  width: 68px;
  text-align: center;
}
#header .bot-header .right nav.languages ul li.active {
  position: absolute;
  left: 15px;
  top: 9px;
  display: block;
  padding: 5px;
  cursor: pointer;
  width: 28px;
}
#header .bot-header .right nav.languages ul li a {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  border: 0;
  margin: 0;
  padding: 0;
}
#header .bot-header .right nav.languages ul li a:hover,
#header .bot-header .right nav.languages ul li a.active {
  background: transparent;
  opacity: 1;
}
#header .bot-header .right nav.languages ul.opened li {
  display: block;
}
#header .bot-header .right .buttons {
  float: left;
  margin-top: 21px;
  margin-left: 8px;
}
#header .bot-header .right .buttons a {
  margin-left: 11px;
  font-family: 'gtsectrabook', sans-serif;
  font-style: normal;
  font-weight: 400;
}
#header .bot-header .right .buttons .btn-primary:hover {
  background: #05b158;
  border-color: #05b158;
}
#header .bot-header .right .buttons .btn-primary:hover:after,
#header .bot-header .right .buttons .btn-primary:hover:before {
  display: none;
}
#header .responsive-mail,
#header .responsive-phone {
  display: none;
}
.nav-overlay {
  display: none;
  z-index: 750;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
/*==============================================================*
 *     TYPOGRAPHY                                               *
 *==============================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  font-style: italic;
}
h2 {
  line-height: 54px;
}
h5 {
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
}
p.under-headline {
  font-size: 22px;
  line-height: 30px;
  max-width: 640px;
  margin: 0 auto;
}
a {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p.bigger {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px !important;
}
hr {
  border: 0;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 84px;
}
ul {
  padding: 0;
  margin: 0 0 52px 24px;
}
ul li {
  list-style: none;
  background: url(../gfx/rhombus-green.png) no-repeat 0px 4px;
  padding-left: 18px;
  padding-bottom: 0px;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
}
ul li ul {
  padding-left: 20px;
}
.headline a {
  text-decoration: none;
}
.csc-text h2,
h2.h2 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'freightsans_pro_bold', sans-serif;
  margin-bottom: 10px;
}
.csc-text h3,
h3.h3 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'freightsans_pro_bold', sans-serif;
  margin-bottom: 0;
}
.csc-textpic {
  margin-bottom: 29px;
}
.gmap {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.text-slider {
  text-align: center;
  margin-bottom: 44px;
}
.text-slider .cycle-slideshow {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
}
.text-slider .cycle-slideshow .slide {
  width: 100%;
}
.text-slider .cycle-slideshow .slide > img {
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80px;
  height: auto;
}
.text-slider .cycle-slideshow .slide span {
  font-size: 14px;
  line-height: 16px;
  color: #05a552;
  text-transform: uppercase;
  margin-bottom: 17px;
  display: inline-block;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.text-slider .cycle-slideshow .slide h2 {
  margin-top: 0;
  font-size: 40px;
  line-height: 54px;
  color: #333;
  margin-bottom: 51px;
  font-family: "freight-display-pro", sans-serif;
  font-style: italic;
  font-weight: 900;
}
.text-slider .cycle-slideshow .cycle-pager {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.text-slider .cycle-slideshow .cycle-pager span {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  margin: 0 4px;
  background: url(../gfx/cycle-pager.png) no-repeat 0 0;
  width: 11px;
  height: 11px;
  cursor: pointer;
}
.text-slider .cycle-slideshow .cycle-pager span.cycle-pager-active {
  background: url(../gfx/cycle-pager-active.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: relative;
  top: -4px;
}
.slide-header {
  margin-bottom: 50px;
  min-width: 1230px;
}
.slide-header .backstretch-slide {
  color: #fff;
  min-height: 595px;
  padding: 154px 0;
}
.slide-header .backstretch-slide.without-text {
  min-height: 400px;
  padding: 96px 0;
}
.slide-header .backstretch-slide h1 {
  font-family: "freight-display-pro", sans-serif;
  font-style: italic;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 21px;
  padding-bottom: 30px;
  background: url(../gfx/slide-header-separator.png) no-repeat center bottom;
}
.slide-header .backstretch-slide span.over-headline {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 9px;
  color: #fff;
}
.slide-header .backstretch-slide span.under-headline {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}
.slide-header .text-wrap {
  margin-top: -15px;
  margin-bottom: 30px;
}
.slide-header .text-wrap .text {
  background: #f7f7f7;
  position: relative;
  padding: 8px 100px 21px;
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}
.slide-header .text-wrap .text p {
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
}
.slide-header .text-wrap .text ul li {
  font-size: 18px;
  background-position: 0 9px;
}
.slide-header .text-wrap .text span.top-bg {
  position: absolute;
  top: -24px;
  height: 25px;
  left: 26px;
  right: 26px;
  background: #f7f7f7;
}
.slide-header .text-wrap .text span.top-bg:before {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -24px;
  top: 0;
  content: '';
  display: block;
  background: url(../gfx/news-corner.png) no-repeat 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.slide-header .text-wrap .text span.top-bg:after {
  width: 25px;
  height: 25px;
  position: absolute;
  right: -24px;
  top: 0;
  content: '';
  display: block;
  background: url(../gfx/news-corner.png) no-repeat 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
div.breadcrumb,
#footer div.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
}
div.breadcrumb > .container-fluid,
#footer div.breadcrumb > .container-fluid {
  background: #f6f6f6;
}
div.breadcrumb nav.breadcrumb,
#footer div.breadcrumb nav.breadcrumb {
  margin: 0;
  padding: 10px 0px;
}
div.breadcrumb nav.breadcrumb:before,
#footer div.breadcrumb nav.breadcrumb:before,
div.breadcrumb nav.breadcrumb:after,
#footer div.breadcrumb nav.breadcrumb:after {
  content: " ";
  display: table;
}
div.breadcrumb nav.breadcrumb:after,
#footer div.breadcrumb nav.breadcrumb:after {
  clear: both;
}
div.breadcrumb nav.breadcrumb:before,
#footer div.breadcrumb nav.breadcrumb:before,
div.breadcrumb nav.breadcrumb:after,
#footer div.breadcrumb nav.breadcrumb:after {
  content: " ";
  display: table;
}
div.breadcrumb nav.breadcrumb:after,
#footer div.breadcrumb nav.breadcrumb:after {
  clear: both;
}
div.breadcrumb nav.breadcrumb ul,
#footer div.breadcrumb nav.breadcrumb ul {
  margin-bottom: 0;
}
div.breadcrumb nav.breadcrumb li,
#footer div.breadcrumb nav.breadcrumb li {
  float: left;
  background: url(../gfx/breadcrumb-separator.png) no-repeat right 6px;
  margin-right: 10px;
  padding-right: 17px;
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #05a552;
  font-size: 15px;
  line-height: 18px;
}
div.breadcrumb nav.breadcrumb li a,
#footer div.breadcrumb nav.breadcrumb li a {
  color: #333333;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
  text-transform: none;
}
div.breadcrumb nav.breadcrumb li:last-child,
#footer div.breadcrumb nav.breadcrumb li:last-child {
  background: none;
}
div.breadcrumb nav.breadcrumb li:last-child a,
#footer div.breadcrumb nav.breadcrumb li:last-child a {
  color: #05a552;
}
.blog-list {
  position: relative;
}
.blog-list:nth-child(2n+3) {
  clear: left;
}
.blog-list > a img {
  width: 100%;
  height: auto;
}
.blog-list .text {
  background: #f2f2f2;
  padding: 27px 20px 28px;
}
.blog-list .text h2 {
  font-size: 32px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 11px;
  font-family: "freight-display-pro", sans-serif;
}
.blog-list .text h2 a {
  text-decoration: none;
  color: #333333;
}
.blog-list .text h2 a:hover {
  color: #333333;
}
.blog-list .text h2 .subline {
  display: block;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 17px;
  margin-top: 6px;
}
.blog-list .text .type {
  color: #05a552;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  display: block;
  margin-bottom: 19px;
}
.blog-list .text .info {
  display: block;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  padding-top: 8px;
  margin-bottom: 49px;
  opacity: 0.5;
  position: relative;
}
.blog-list .text .info:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 2px;
  background: #aaaaaa;
  content: '';
  display: block;
}
.filteritemlist .filteritem {
  max-width: 100%;
}
.filter {
  margin-bottom: 20px;
  text-align: center;
}
.filter:before,
.filter:after {
  content: " ";
  display: table;
}
.filter:after {
  clear: both;
}
.filter:before,
.filter:after {
  content: " ";
  display: table;
}
.filter:after {
  clear: both;
}
.filter .name {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  padding-right: 15px;
  margin-right: 6px;
  margin-top: 14px;
  float: left;
  text-transform: uppercase;
  display: none;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
}
.filter .name .responsive-active {
  display: none;
}
.filter nav {
  padding: 10px 0 13px;
  border: 0;
}
.filter nav ul {
  margin: 0;
  padding: 0;
}
.filter nav ul li {
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0 12px;
}
.filter nav ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  font-family: 'gtsectrafine-book_italic', sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.filter nav ul li a.active,
.filter nav ul li a:hover {
  color: #05a552;
  border-color: #05a552;
}
.filter .btn {
  float: right;
  margin-top: 5px;
}
/*==============================================================*
 *     FORMS                                                    *
 *==============================================================*/
/* `<input>` background color*/
/* `<input disabled>` background color*/
/* Text color for `<input>`s*/
/* `<input>` border color*/
/* `<input>` border radius*/
/* Border color for inputs on focus*/
/* Placeholder text color*/
/* Default `.form-control` height*/
.form-group {
  position: relative;
}
.form-control {
  padding-top: 0;
  padding-bottom: 0;
}
form.small_form {
  padding-top: 33px;
  background: #f6f6f6;
}
form.small_form .grey-bg {
  padding-top: 0;
}
form.small_form small.error {
  margin-top: -2px;
  margin-bottom: -13px;
}
form.small_form .form-group {
  margin-bottom: 19px;
}
form.small_form .form-control {
  padding-left: 11px;
}
form.small_form .container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 404px;
  padding-left: 4px;
  padding-right: 5px;
}
form.small_form .container-fluid .row {
  margin-left: -4px;
  margin-right: -5px;
}
form.small_form .container-fluid .row > div {
  padding-left: 4px;
  padding-right: 5px;
}
form.small_form .selectboxit {
  display: block;
  width: 100% !important;
  height: 42px;
  padding: 11px 11px;
  color: #808080;
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  box-shadow: none;
  font-size: 13px;
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  cursor: pointer;
}
form.small_form .selectboxit:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3.5px 0 3.5px;
  border-color: #808080 transparent transparent transparent;
  display: inline-block;
  content: '';
  margin-left: 8px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 11px;
}
form.small_form .selectboxit-options {
  border-top: 0;
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  width: 100%;
  display: none;
}
form.small_form .selectboxit-options li {
  text-align: left;
  cursor: pointer;
  display: block;
  background: #ffffff;
  border-bottom: 1px solid #dcdcdc;
  color: #333333;
  padding: 0;
}
form.small_form .selectboxit-options li a {
  color: #333333;
  height: 42px;
  padding: 11px 17px;
  text-decoration: none;
  display: block;
}
form.small_form .selectboxit-options li:hover {
  background-color: #f2f2f2;
}
form.small_form .selectboxit-options li.selectboxit-selected {
  background-color: #e6e6e6;
}
form.small_form .btn-primary:hover {
  background: #05b158;
  border-color: #05b158;
}
form.small_form .btn-primary:hover:after,
form.small_form .btn-primary:hover:before {
  display: none;
}
form.anfrage-form {
  margin-top: 33px;
  margin-bottom: 30px;
}
form.anfrage-form small.error {
  margin-top: -3px;
  margin-bottom: -10px;
}
form .row > *,
form .small-row > * {
  margin-bottom: 0;
}
form label {
  color: #000;
  display: block;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 10px;
}
form .form-control {
  box-shadow: none;
  font-size: 13px;
  line-height: 42px;
}
form textarea.form-control {
  min-height: 150px;
  margin-bottom: 30px;
  padding-top: 6px;
  line-height: 21px;
}
form .calendar {
  background: url(../gfx/input-calendar.png) no-repeat right 9px #f7f7f7;
  padding-right: 40px;
}
form fieldset {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 34px;
  margin-bottom: 36px;
}
form fieldset:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
form small.error {
  color: red;
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
}
form .red {
  color: red;
  padding-left: 3px;
}
form.search {
  border-top: 1px solid #d1d1d1;
  padding-top: 11px;
}
form.search label {
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  display: block;
  margin-bottom: 5px;
}
form.search .form-control {
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 0;
  color: #999;
  height: 37px;
}
form.search .form-group {
  margin-bottom: 7px;
}
form .info {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 15px;
}
form .validate-error .error {
  display: block !important;
  color: #ff0000;
  font-size: 13px;
}
form .form-title span {
  display: none;
}
form .form-title.true span {
  display: inline;
}
/*Select*/
div.selector {
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
  height: 42px;
  width: 100% !important;
  margin: 0;
}
.kids div.selector {
  margin: 0;
}
div.selector span {
  display: block;
  width: 100% !important;
  height: 100%;
  background: url(../gfx/select-arrow.png) right 18px no-repeat #f7f7f7;
  cursor: pointer;
  border: 1px solid #cccccc;
  padding: 0 17px;
  line-height: 40px;
  font-family: 'aktiv-grotesk', sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #808080;
}
form.search div.selector span {
  padding-left: 11px;
  font-size: 17px;
}
div.selector.fixedWidth {
  width: 190px;
}
div.selector.fixedWidth span {
  width: 155px;
}
div.selector select {
  opacity: 0;
  height: 100%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  cursor: pointer;
}
/* Checkbox */
div.checker {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 5px;
}
div.checker,
div.checker span,
div.checker input {
  width: 12px;
  height: 12px;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 1px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
div.checker span.checked {
  background: #8a8a8a;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  min-height: 1px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox-wrap div.checker {
  top: 0;
}
.checkbox-wrap label {
  display: inline-block;
}
#showrooms hr {
  margin: 15px 0;
  clear: left;
}
.csc-mailform form {
  width: 45%;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .csc-mailform form {
    width: 100%;
  }
}
.csc-mailform form ol li label {
  display: block;
  float: none;
  max-width: none;
  width: auto;
  text-align: left;
}
.csc-mailform form ol li input {
  background: #ececec;
  color: #333333;
  float: none;
  height: 42px;
  border-radius: 2px;
  padding: 0 15px;
  font-size: 15px;
  border: 1px solid #cccccc;
  line-height: 42px;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.csc-mailform form ol li textarea {
  width: 100%;
  background: #ececec;
  color: #333333;
  float: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 42px;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  display: inline-block;
}
.csc-mailform form ol li input[type="submit"] {
  background-color: #f7b702;
  border-color: #f7b702;
  color: #fff;
}
.csc-mailform form ol li input[type="submit"]:hover {
  background: #ebad02;
  border-color: #ebad02;
  color: #fff;
}
.lightbox {
  display: block;
  position: relative;
}
.lightbox:after {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../gfx/icons/zoom.png) no-repeat 0 0;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  content: '';
  display: block;
}
.lightbox.empty:after {
  display: none;
}
.left .blog-artikel,
.left .newsletter {
  margin-left: 0;
  margin-right: 0;
}
.tx-kh-rooms #homepageoffers {
  margin-bottom: 50px;
}
.tx-kh-rooms .mar-bot {
  margin-bottom: 65px;
}
.tx-kh-rooms .angebot span.price {
  font-size: 20px;
  line-height: 21px;
  color: #05a552;
  text-transform: none;
  margin-bottom: 6px;
  margin-left: 0;
  margin-top: 0;
}
.tx-kh-rooms .angebot span.price span.euro {
  color: #05a552;
  position: static;
  margin: 0;
  font-size: 20px;
  line-height: 21px;
}
.tx-kh-rooms .angebot span.price,
.tx-kh-rooms .angebot span.under-price {
  text-align: left;
  display: block;
}
.detail-room .text-wrap .text:after {
  position: absolute;
  content: '';
  display: block;
  bottom: -14px;
  left: 50%;
  margin-left: -13.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13.5px 0 13.5px;
  border-color: #f7f7f7 transparent transparent transparent;
}
.detail-room.container-fluid {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 37px;
}
.detail-room.container-fluid h3 {
  font-family: "freight-text-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}
.detail-room.container-fluid .table-responsive {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}
.detail-room.container-fluid .btn {
  margin-bottom: 8px;
}
.detail-room.container-fluid .btn-info {
  color: #333333;
  margin-bottom: 24px;
}
.detail-room.container-fluid .btn-info:hover:after,
.detail-room.container-fluid .btn-info:hover:before {
  display: none;
}
.btn-default:hover {
  background: #ebad02;
  border-color: #ebad02;
}
.btn-primary:hover {
  position: relative;
  background: #05a552;
  border-color: #05a552;
}
.btn-primary:hover:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20.5px 0 20.5px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
}
.btn-primary:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20.5px 8px 20.5px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
}
.btn-info {
  padding: 11px 9px;
}
.btn-info {
  position: relative;
  border: 0;
}
.btn-info:before {
  content: '';
  display: block;
  height: 100%;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  background: #fff;
}
.btn-info:after {
  content: '';
  display: block;
  height: 100%;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  background: #fff;
}
.btn-info:hover {
  position: relative;
  background: #fff;
}
.btn-info:hover:before {
  background: transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 19px 8px;
  border-color: #fff #fff #fff transparent;
}
.btn-info:hover:after {
  background: transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 8px 19px 0;
  border-color: #fff transparent #fff #fff;
}
.btn-success:hover {
  position: relative;
  border-left-color: transparent;
  border-right-color: transparent;
}
.btn-success:hover:before {
  content: '';
  display: block;
  background: url(../gfx/icons/btn-success-hover.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 10px;
}
.btn-success:hover:after {
  content: '';
  display: block;
  background: url(../gfx/icons/btn-success-hover.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn {
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  font-family: 'gtsectrafine-book', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.btn.mar-bot {
  margin-bottom: 74px;
}
.news span.name {
  display: none;
}
.news nav.filter {
  padding: 0px 0 49px;
  border: 0;
  margin-bottom: 0;
  margin-top: -27px;
  text-align: left;
}
.news nav.filter ul {
  margin: 0;
  padding: 0;
}
.news nav.filter ul li {
  float: left;
  background: none;
  margin: 0;
  width: 20%;
  padding: 11px 40px;
  position: relative;
}
.news nav.filter ul li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 16px;
  border-left: 1px solid #d6d6d6;
}
.news nav.filter ul li:first-child {
  text-align: center;
  margin-top: 30px;
}
.news nav.filter ul li:first-child:before {
  display: none;
}
.news nav.filter ul li:first-child a {
  padding-bottom: 3px;
}
.news nav.filter ul li:first-child a span {
  display: none;
}
.news nav.filter ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 20px;
  line-height: 24px;
  font-family: "freight-text-pro", sans-serif;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  display: inline-block;
  opacity: 0.6;
  padding-bottom: 16px;
}
.news nav.filter ul li a span {
  padding-top: 2px;
  display: block;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
.news nav.filter ul li a.active,
.news nav.filter ul li a:hover {
  color: #05a552;
  border-color: #05a552;
  opacity: 1;
}
.news .page-navigation {
  text-align: center;
  padding-top: 5px;
  margin-bottom: 75px;
  clear: left;
}
.news .page-navigation .prev {
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  color: #05a552;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
}
.news .page-navigation .prev:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 6px 5.5px 0;
  border-color: transparent #05a552 transparent transparent;
}
.news .page-navigation ul {
  float: none;
  display: inline-block;
  margin: 0 48px;
  font-size: 15px;
  line-height: 19px;
  color: #05a552;
  position: relative;
  top: 2px;
}
.news .page-navigation ul li {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  float: none;
  display: inline-block;
  padding: 0 3px;
}
.news .page-navigation ul li a {
  font-size: 15px;
  line-height: 19px;
  color: #05a552;
}
.news .page-navigation ul li.current {
  font-size: 19px;
}
.news .page-navigation .next {
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  color: #05a552;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
}
.news .page-navigation .next:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #05a552;
}
.news .page-navigation a {
  font-size: 15px;
  line-height: 17px;
  color: #05a552;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  text-decoration: none;
}
.news .page-navigation a:hover {
  text-decoration: none;
}
.news .header-image {
  text-align: center;
}
.news .header-image .lightbox:after {
  display: none;
}
.news .news-detail .category {
  margin-bottom: 23px;
}
.news .news-detail .category span {
  color: #999999;
  font-size: 13px;
  line-height: 15px;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
}
.news .news-detail .category span a {
  text-decoration: none;
}
.news .news-detail .category span a:hover {
  text-decoration: underline;
}
.news .news-detail .category span.news-list-category {
  color: #05a552;
}
.news .news-detail .category span.news-list-category span {
  color: #999999;
}
.news .news-detail h1 {
  font-family: "freight-display-pro", sans-serif;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 3px;
  color: #333333;
}
.news .news-detail .subline {
  display: block;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  font-size: 17px;
  line-height: 34px;
  margin-bottom: 0;
}
.news .news-detail .info {
  opacity: 0.5;
  display: block;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 30px;
}
.news .news-detail p.bigger {
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 33px !important;
  max-width: 680px;
}
.news .news-detail .main-text {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 34px;
  padding: 33px 50px 18px;
  font-family: 'aktiv-grotesk', sans-serif;
}
.news .news-detail .main-text p {
  font-size: 16px;
  line-height: 26px;
  color: #242422;
  margin-bottom: 32px;
  font-weight: 300;
}
.news .news-detail .main-text ul li,
.news .news-detail .main-text ol li {
  font-size: 17px;
  line-height: 26px;
}
.news .news-detail .main-text ol {
  margin-top: 10px;
  margin-bottom: 51px;
}
.news .news-detail .main-text ul {
  margin-top: 10px;
}
.news .news-detail .main-text h2 {
  font-family: "freight-text-pro", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #242422;
  margin-bottom: 5px;
}
.news .news-detail .main-text span.bottom-bg {
  position: absolute;
  bottom: -25px;
  height: 25px;
  left: 25px;
  right: 25px;
  background: #f7f7f7;
}
.news .news-detail .main-text span.bottom-bg:before {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -25px;
  top: 0;
  content: '';
  display: block;
  background: url(../gfx/news-corner.png) no-repeat 0 0;
}
.news .news-detail .main-text span.bottom-bg:after {
  width: 25px;
  height: 25px;
  position: absolute;
  right: -25px;
  top: 0;
  content: '';
  display: block;
  background: url(../gfx/news-corner.png) no-repeat 0 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.news .news-detail .media-wrap > figure {
  display: none;
}
.news .news-detail .media-wrap > figure:first-child {
  display: block;
}
.news .news-detail .media-wrap > figure figcaption {
  display: none;
}
.news-controls {
  text-align: center;
  border-top: 1px solid #bfbfbf;
  padding: 19px 0;
  margin-bottom: 55px;
}
.news-controls .prev {
  float: left;
  display: block;
  text-decoration: none;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
}
.news-controls .back {
  text-align: center;
  font-family: "freight-text-pro", sans-serif;
}
.news-controls .next {
  float: right;
  display: block;
  text-decoration: none;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
}
form.newsletter {
  margin-top: 13px;
  margin-bottom: 21px;
  padding: 15px 0 0;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 648px;
}
form.newsletter:before,
form.newsletter:after {
  content: " ";
  display: table;
}
form.newsletter:after {
  clear: both;
}
form.newsletter:before,
form.newsletter:after {
  content: " ";
  display: table;
}
form.newsletter:after {
  clear: both;
}
form.newsletter .form-group .form-control {
  background: #ececec;
  color: #333333;
  border: 1px solid #ececec;
  float: left;
  height: 42px;
  border-radius: 2px;
  font-size: 15px;
  line-height: 42px;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
form.newsletter .form-group .form-control::-webkit-input-placeholder {
  color: #4f4f4f;
}
form.newsletter .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #4f4f4f;
}
form.newsletter .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f4f4f;
}
form.newsletter .form-group .form-control:-ms-input-placeholder {
  color: #4f4f4f;
}
form.newsletter .form-group.validate-error .form-control {
  border-color: #ff0000;
}
form.newsletter .btn.btn-info {
  background: transparent;
  border: 1px solid transparent;
  font-family: 'aktiv-grotesk', sans-serif;
  color: #333333;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  padding: 11px 26px;
}
form.newsletter .btn.btn-info:after,
form.newsletter .btn.btn-info:before {
  background: transparent;
}
form.newsletter .btn.btn-info:hover {
  color: #05a552;
}
form.newsletter .btn.btn-info:hover:after,
form.newsletter .btn.btn-info:hover:before {
  background: transparent;
  border: 0;
}
form.newsletter .btn.btn-primary:hover {
  background: #05b158;
  border-color: #05b158;
}
form.newsletter .btn.btn-primary:hover:after,
form.newsletter .btn.btn-primary:hover:before {
  display: none;
}
form.newsletter .bg-success,
form.newsletter .bg-danger {
  color: #000;
  padding: 15px;
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
}
/* Default background color used for all tables.*/
/* Background color used for `.table-striped`.*/
.table-panel {
  border: 0;
}
.table {
  margin-bottom: 21px;
}
.table > thead > tr > th {
  font-family: "freight-text-pro", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #333333 !important;
}
.table > tbody > tr > td,
.table > thead > tr > td {
  border-top: 0;
  color: #333333;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
}
.table > tbody > tr > td span.more,
.table > thead > tr > td span.more {
  display: inline-block;
  background: url(../gfx/icons/info-table.png) left top no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: 8px;
}
.table > tbody > tr > td span.more.opened,
.table > thead > tr > td span.more.opened {
  background-position: right top;
}
.table > tbody > tr > td span.text,
.table > thead > tr > td span.text {
  font-size: 15px;
  line-height: 15px;
  color: #05a552;
  margin-left: 22px;
  position: relative;
  top: -7px;
}
.table > tbody > tr > td:first-child,
.table > thead > tr > td:first-child {
  width: 35%;
}
.table > tbody > tr > th,
.table > thead > tr > th {
  border-bottom: 0;
  color: #05a552;
  font-weight: normal;
}
.table > tbody > tr > th.first,
.table > thead > tr > th.first {
  width: 50%;
}
.table > tbody > tr.info,
.table > thead > tr.info {
  background: #fff;
  display: none;
}
.table > tbody > tr.info td,
.table > thead > tr.info td {
  background: #fff;
}
.table > tbody > tr.pink td,
.table > thead > tr.pink td,
.table > tbody > tr.pink th,
.table > thead > tr.pink th {
  background: #f7f7f7;
}
.tx-kh-rooms table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
/* Stacktable */
.stacktable {
  width: 100%;
}
.st-head-row {
  padding-top: 1em;
}
.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}
.st-val {
  width: 49%;
  padding-left: 1%;
}
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
.stacktable.small-only tbody tr th,
.stacktable.small-only tbody tr td {
  padding: 6px 7px;
  text-align: left;
  font-size: 13px;
}
@media (max-width: 767px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}
#footer {
  background: #fff;
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  #footer {
    margin-bottom: 82px;
  }
}
#footer .bottom-links {
  max-width: 100%;
  overflow: hidden;
  bottom: -41px;
  position: fixed;
  left: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 10000;
}
@media (max-width: 767px) {
  #footer .bottom-links {
    bottom: -82px;
  }
}
#footer .bottom-links.visible {
  bottom: 0;
}
#footer .bottom-links .btn {
  display: block;
}
@media (min-width: 768px) {
  #footer .bottom-links .btn.btn-primary {
    text-align: left;
    padding-left: 180px;
  }
}
#footer .bottom-links .btn.btn-primary:hover {
  background: #05b158;
  border-color: #05b158;
}
#footer .bottom-links .btn.btn-primary:hover:before {
  display: none;
}
@media (min-width: 768px) {
  #footer .bottom-links .btn.btn-default {
    text-align: right;
    padding-right: 180px;
  }
}
#footer .bottom-links .row > div {
  padding: 0;
  margin-bottom: 0;
}
#footer .row .col-md-4:nth-child(3n+4),
#footer .small-row .col-md-4:nth-child(3n+4) {
  clear: none;
}
#footer .grey-bg {
  margin-bottom: 0;
}
#footer .footer-form {
  margin-bottom: 75px;
}
#footer .green-bg {
  margin-top: 44px;
  margin-bottom: 79px;
}
#footer .green-bg .col-md-4 .img {
  height: 100px;
}
#footer .green-bg .col-md-4 .img img {
  max-height: 60px;
}
#footer .green-bg .col-md-4 .img img.h100 {
  max-height: 100px;
}
#footer .green-bg .col-md-4 .img:last-of-type {
  padding-top: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 310px;
  border-top: 1px solid #a8e0c3;
  position: relative;
}
#footer .green-bg .col-md-4 .img:last-of-type:before {
  display: block;
  content: '';
  background: url(../gfx/rhombus.png) no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  right: -19%;
  top: -6px;
}
#footer .green-bg p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-family: 'gtsectrafine-book_italic', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 19px;
  margin-top: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 310px;
  margin-bottom: 15px;
  /*
						&:before {
							display: block;
							content: '';
							background: url(../gfx/rhombus.png) no-repeat;
							width: 11px;
							height: 11px;
							position: absolute;
							right: -19%;
							top: -6px;
						}*/
}
#footer .green-bg p:first-of-type {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 30px;
}
#footer .green-bg p:first-of-type:before {
  display: none;
}
#footer .green-bg .col-md-4:last-child p:before,
#footer .green-bg .col-md-4:last-child .img:before {
  display: none;
}
#footer .partners {
  max-width: 1048px;
  margin-bottom: 40px;
}
#footer .partners .row {
  margin-top: 49px;
}
#footer .partners .row .col-md-3:nth-child(4n+5) {
  clear: left;
}
#footer .partners .row > div {
  margin-bottom: 96px;
}
#footer ul {
  margin-bottom: 108px;
}
#footer ul li {
  background: none;
}
#footer ul li h3,
#footer ul li img {
  display: none;
}
#footer ul li.col-md-3 {
  margin-bottom: 0;
}
#footer ul li.col-md-3:nth-child(4n+5) {
  clear: left;
}
#footer ul li > a {
  color: #05a552;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: block;
  font-family: 'gtsectrafine-bold_italic', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 4px;
  margin-bottom: 19px;
  border-bottom: 2px solid #f0f0f0;
}
#footer ul li ul {
  padding: 0;
  margin: 0 0 20px 0;
}
#footer ul li ul li {
  list-style: none;
  background: none;
  padding-left: 0;
  padding-bottom: 0;
  line-height: 12px;
}
#footer ul li ul li a {
  color: #333333;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer ul li ul li a:hover {
  color: #05a552;
}
#footer .grey-bg.bottom-info {
  padding-bottom: 16px;
}
#footer .grey-bg img {
  margin-bottom: 17px;
}
#footer .grey-bg p {
  margin-bottom: 13px;
}
#footer .grey-bg ul {
  text-align: center;
  margin-bottom: 0;
}
#footer .grey-bg ul li {
  background: none;
  display: inline-block;
  font-size: 0;
  padding: 0 18px;
}
#footer .grey-bg ul li.col-md-3:nth-child(4n+5) {
  clear: none;
}
#footer .grey-bg ul li > a {
  color: #737373;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
  font-family: "Myriad Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#footer .bottom-logos {
  text-align: center;
  padding: 5px 0;
  height: 45px;
  overflow: hidden;
}
#footer .bottom-logos > div {
  display: inline-block;
  padding: 0 15px;
  text-align: left;
}
#footer .bottom-logos > div span {
  font-size: 10px;
  line-height: 11px;
  color: #000000;
  font-family: "Myriad Pro", sans-serif;
  display: inline-block;
}
#footer .bottom-logos > div span a {
  display: block;
}
#footer .bottom-logos > div.logo-left a {
  margin-top: 3px;
}
#footer .bottom-logos > div.logo-right span {
  position: relative;
  top: -15px;
}
#footer .bottom-logos > div.logo-right span a {
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: 9px;
}
#footer .headline-content {
  margin-bottom: 29px;
}
.headline {
  text-align: center;
}
.headline span {
  font-size: 14px;
  line-height: 16px;
  color: #05a552;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: inline-block;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.headline h2 {
  font-size: 50px;
  line-height: 54px;
  color: #000;
  margin-bottom: 25px;
  font-family: 'gtsectrafine-bold_italic', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.headline h2:before {
  content: '';
  display: inline-block;
  background: url(../gfx/ski-pole.png) no-repeat;
  width: 106px;
  height: 14px;
  margin-right: 30px;
  position: relative;
  top: -10px;
}
.headline h2:after {
  content: '';
  display: inline-block;
  background: url(../gfx/ski-pole-after.png) no-repeat;
  width: 106px;
  height: 14px;
  margin-left: 30px;
  position: relative;
  top: -10px;
}
.headline p {
  font-size: 17px;
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  margin-bottom: 29px;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
}
.green-bg {
  background-color: #05a552;
  color: #fff;
  padding-top: 61px;
  padding-bottom: 81px;
  margin-bottom: 80px;
  min-width: 1230px;
}
aside .green-bg {
  min-width: 1px;
}
.grey-bg {
  background-color: #f6f6f6;
  padding-top: 58px;
  padding-bottom: 38px;
  margin-bottom: 80px;
  min-width: 1230px;
}
aside .grey-bg {
  min-width: 1px;
}
.grey-bg.mb0 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.white-bg {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  min-width: 1230px;
}
aside .white-bg {
  min-width: 1px;
}
.teaser-two-col {
  margin-bottom: 39px;
}
.teaser-two-col .box {
  width: 100%;
  position: relative;
}
.teaser-two-col .box .image {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.teaser-two-col .box .image img.hover {
  transition: visibility 0s, opacity 0.1s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.teaser-two-col .box .image:hover img.hover {
  opacity: 1;
  visibility: visible;
}
.teaser-two-col .box .image:hover span {
  display: none;
}
.teaser-two-col .box .image span {
  position: absolute;
  background: url(../gfx/teaser-image-corner.png) no-repeat;
  width: 24px;
  height: 24px;
}
.teaser-two-col .box .image span.left-top {
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.teaser-two-col .box .image span.right-top {
  right: 0;
  top: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.teaser-two-col .box .image span.right-bot {
  right: 0;
  bottom: 0;
}
.teaser-two-col .box .image span.left-bot {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.teaser-two-col .box .text {
  position: absolute;
  right: 35px;
  background: white;
  max-width: 44%;
  top: 47%;
  transform: translateY(-50%);
  padding: 13px 25px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .teaser-two-col .box .text {
    position: static;
    transform: unset;
    width: auto;
    max-width: none;
  }
}
.teaser-two-col .box:nth-child(2n+2) .text {
  border-right: 0;
}
.teaser-two-col .box h3 {
  margin-bottom: 27px;
}
.teaser-two-col .box h3 a {
  text-decoration: none;
  color: #333333;
  font-family: 'gtsectrafine-bold_italic', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.teaser-two-col .box h3 a:before {
  background: url(../gfx/teaser-headline-dot.png) no-repeat 0 center;
  display: inline-block;
  content: '';
  height: 16px;
  width: 8px;
  margin-right: 4px;
}
.teaser-two-col .box h3 a:after {
  background: url(../gfx/teaser-headline-dot.png) no-repeat 0 center;
  display: inline-block;
  content: '';
  height: 16px;
  width: 8px;
  margin-left: 4px;
}
.teaser-two-col .box p {
  font-size: 15px;
  line-height: 24px;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  margin-bottom: 48px;
}
.teaser-two-col .box .buttons {
  margin-bottom: 21px;
}
.teaser-two-col .box .buttons .btn {
  margin-right: 10px;
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 15px;
}
.teaser-two-col-magazin {
  margin-bottom: 61px;
}
.teaser-two-col-magazin .box {
  width: 50%;
}
.teaser-two-col-magazin .box .image {
  display: block;
  margin-bottom: 14px;
  position: relative;
}
.teaser-two-col-magazin .box .text {
  padding: 13px 30px;
  border-right: 1px solid #e6e6e6;
}
.teaser-two-col-magazin .box:nth-child(2n+2) .text {
  border-right: 0;
}
.teaser-two-col-magazin .box span.over-headline {
  color: #05a552;
  font-size: 15px;
  line-height: 17px;
  font-family: 'aktiv-grotesk', sans-serif;
  display: block;
  margin-bottom: 13px;
}
.teaser-two-col-magazin .box h3 {
  margin-bottom: 11px;
}
.teaser-two-col-magazin .box h3 a {
  text-decoration: none;
  color: #333333;
}
.teaser-two-col-magazin .box h3 a:before {
  background: url(../gfx/teaser-headline-dot.png) no-repeat 0 center;
  display: inline-block;
  content: '';
  height: 16px;
  width: 8px;
  margin-right: 4px;
}
.teaser-two-col-magazin .box h3 a:after {
  background: url(../gfx/teaser-headline-dot.png) no-repeat 0 center;
  display: inline-block;
  content: '';
  height: 16px;
  width: 8px;
  margin-left: 4px;
}
.teaser-two-col-magazin .box p {
  font-size: 15px;
  line-height: 24px;
  font-family: 'aktiv-grotesk', sans-serif;
  margin-bottom: 22px;
}
.teaser-two-col-magazin .box .buttons {
  margin-bottom: 21px;
}
.teaser-two-col-magazin .box .buttons .btn {
  margin-right: 10px;
}
.teaser-zig-zag-magazin {
  margin-bottom: 80px;
}
.teaser-zig-zag-magazin .box {
  clear: left;
}
.teaser-zig-zag-magazin .box > div {
  width: 50%;
  float: left;
}
.teaser-zig-zag-magazin .box .image {
  display: block;
  position: relative;
}
.teaser-zig-zag-magazin .box .pull-left .image:after {
  display: block;
  content: '';
  position: absolute;
  top: 76%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f7f7f7 transparent transparent;
}
.teaser-zig-zag-magazin .box .pull-right .image:after {
  display: block;
  content: '';
  position: absolute;
  top: 76%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #f7f7f7;
}
.teaser-zig-zag-magazin .box .text {
  background: #f7f7f7;
  position: relative;
}
.teaser-zig-zag-magazin .box .text > div {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
}
.teaser-zig-zag-magazin .box .text > div > div {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.teaser-zig-zag-magazin .box span.over-headline {
  color: #05a552;
  font-size: 15px;
  line-height: 17px;
  font-family: 'aktiv-grotesk', sans-serif;
  display: block;
  margin-bottom: 6px;
}
.teaser-zig-zag-magazin .box h3 {
  margin-bottom: 11px;
  font-family: 'gtsectrafine-bold_italic', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.teaser-zig-zag-magazin .box h3 a {
  text-decoration: none;
  color: #333333;
}
.teaser-zig-zag-magazin .box p {
  font-size: 15px;
  line-height: 24px;
  font-family: 'aktiv-grotesk', sans-serif;
  margin-bottom: 34px;
}
.teaser-zig-zag-magazin .box .buttons .btn {
  margin-right: 10px;
}
.paralax {
  height: 411px;
  padding: 125px 0 50px;
  margin-bottom: 68px;
}
.paralax span {
  color: #fff;
  text-transform: uppercase;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 6px;
  letter-spacing: 0.25em;
}
.paralax h2 {
  font-family: "freight-display-pro", sans-serif;
  font-style: italic;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 31px;
}
body.homepage .paralax,
.paralax.mb-0 {
  margin-bottom: 0;
}
aside .green-bg {
  padding: 13px 14px 19px;
  color: #fff;
}
aside .green-bg .phone {
  padding-left: 37px;
  background: url(../gfx/icons/phone.png) no-repeat 3px 5px;
  padding-bottom: 20px;
  position: relative;
}
aside .green-bg .phone:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 37px;
  width: 20px;
  height: 1px;
  background: #fff;
}
aside .green-bg .mail {
  padding-top: 12px;
  padding-left: 36px;
  background: url(../gfx/icons/mail.png) no-repeat 0 15px;
}
aside .green-bg span {
  font-family: "freight-text-pro", sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 27px;
  display: block;
}
aside .green-bg a {
  color: #fff;
  font-size: 17px;
  line-height: 16px;
  text-decoration: none;
  font-family: 'aktiv-grotesk', sans-serif;
  display: block;
}
.links {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 3px;
  margin-bottom: 30px;
}
.links h3 {
  color: #333333;
  font-size: 22px;
  line-height: 26px;
  font-family: "freight-text-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 21px;
}
.links ul {
  margin: 0;
}
.links ul li {
  background: url(../gfx/icons/aside-list.png) no-repeat 0 8px;
  margin-bottom: 22px;
}
.links ul li a {
  color: #05a552;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  display: block;
}
.gallery img {
  cursor: pointer;
}
.gallery .link-all-pics {
  clear: both;
  padding: 20px 0 0 4px;
  margin: 0 0 72px;
  text-align: center;
}
.gallery .link-all-pics span {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 11px 17px;
  font-size: 15px;
  line-height: 24px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  font-family: 'gtsectrafine-book', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  background-color: transparent;
  border-color: #737373;
  cursor: pointer;
  background: url(../gfx/icons/zoom-ico-all-pics.png) 13px 10px no-repeat;
  padding: 5px 26px;
  padding-left: 51px;
  display: inline-block;
  line-height: 30px;
}
.gallery .link-all-pics span:focus,
.gallery .link-all-pics span:active:focus,
.gallery .link-all-pics span.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gallery .link-all-pics span:hover,
.gallery .link-all-pics span:focus {
  color: #fff;
  text-decoration: none;
}
.gallery .link-all-pics span:active,
.gallery .link-all-pics span.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);
}
.gallery .link-all-pics span.disabled,
.gallery .link-all-pics span[disabled],
fieldset[disabled] .gallery .link-all-pics span {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gallery .link-all-pics span:hover,
.gallery .link-all-pics span:focus,
.gallery .link-all-pics span:active,
.gallery .link-all-pics span.active,
.open > .dropdown-toggle.gallery .link-all-pics span {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #545454;
}
.gallery .link-all-pics span:active,
.gallery .link-all-pics span.active,
.open > .dropdown-toggle.gallery .link-all-pics span {
  background-image: none;
}
.gallery .link-all-pics span.disabled,
.gallery .link-all-pics span[disabled],
fieldset[disabled] .gallery .link-all-pics span,
.gallery .link-all-pics span.disabled:hover,
.gallery .link-all-pics span[disabled]:hover,
fieldset[disabled] .gallery .link-all-pics span:hover,
.gallery .link-all-pics span.disabled:focus,
.gallery .link-all-pics span[disabled]:focus,
fieldset[disabled] .gallery .link-all-pics span:focus,
.gallery .link-all-pics span.disabled:active,
.gallery .link-all-pics span[disabled]:active,
fieldset[disabled] .gallery .link-all-pics span:active,
.gallery .link-all-pics span.disabled.active,
.gallery .link-all-pics span[disabled].active,
fieldset[disabled] .gallery .link-all-pics span.active {
  background-color: transparent;
  border-color: #737373;
}
.gallery .link-all-pics span .badge {
  color: transparent;
  background-color: #333333;
}
.gallery .pull-left {
  width: 50%;
  position: relative;
}
.gallery .pull-left span {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../gfx/icons/zoom.png) no-repeat 0 0;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  cursor: pointer;
  display: block;
}
#videobg,
#imagebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -2;
  background-size: cover;
  overflow: hidden;
}
#videobg img,
#imagebg img {
  display: none;
}
#videobg video,
#imagebg video {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
#videooverlay {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  background-size: auto 100%;
  overflow: hidden;
}
#videooverlay video {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
#videooverlay .video-close {
  position: fixed;
  top: 40px;
  right: 60px;
  display: none;
  background: url(../gfx/icons/video-close.png) no-repeat 0 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 2;
}
.slide-video {
  padding: 106px 15px 20px;
  height: 542px;
  position: relative;
  min-width: 1230px;
}
.slide-video .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  text-align: center;
  background: url(../gfx/video-headline-ico.png) no-repeat center top;
  padding-top: 129px;
}
.slide-video .text h1 {
  font-family: "freight-display-pro", sans-serif;
  font-style: italic;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 19px;
}
.slide-video .text span.over-headline {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 9px;
  color: #fff;
}
.slide-video .text span.open-big-video {
  background: url(../gfx/icons/video-play.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.slide-image {
  padding: 106px 15px 20px;
  height: 542px;
  position: relative;
  min-width: 1230px;
}
.slide-image .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  text-align: center;
  padding-top: 0;
}
.slide-image .text img {
  margin-bottom: 40px;
}
.slide-image .text h1 {
  font-family: "freight-display-pro", sans-serif;
  font-style: italic;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 19px;
}
.slide-image .text span.over-headline {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 9px;
  color: #fff;
}
.slide-image .text span.open-big-video {
  background: url(../gfx/icons/video-play.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.angebot {
  background: #05a553;
  position: relative;
}
.angebot img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.angebot:hover img {
  -webkit-filter: brightness(70%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.angebot .text {
  padding: 16px 20px 10px;
  display: none;
}
.angebot span.headline-content,
.angebot h3.headline-content {
  text-align: left;
  margin-bottom: 0;
}
.angebot span.headline-content a,
.angebot h3.headline-content a {
  color: #333333;
  font-size: 24px;
  line-height: 26px;
  display: block;
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  margin-bottom: 5px;
  text-decoration: none;
}
.angebot h3.headline-content {
  text-align: center;
}
.angebot h3.headline-content a {
  font-family: 'gtsectrafine-bold_italic', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.angebot .hover {
  /* position: absolute;
        left: 0;
        top: 0;*/
  width: 100%;
  height: 100%;
  background: rgba(5, 165, 82, 0.9);
  padding: 13px 20px;
  text-align: center;
}
.angebot .hover span.left-top {
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  background: url(../gfx/zimmer-list-corner.png) no-repeat;
  width: 22px;
  height: 22px;
  display: none;
}
.angebot .hover span.right-top {
  right: 0;
  top: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  position: absolute;
  background: url(../gfx/zimmer-list-corner.png) no-repeat;
  width: 22px;
  height: 22px;
  display: none;
}
.angebot .hover span.right-bot {
  right: 0;
  bottom: 0;
  position: absolute;
  background: url(../gfx/zimmer-list-corner.png) no-repeat;
  width: 22px;
  height: 22px;
  display: none;
}
.angebot .hover span.left-bot {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  background: url(../gfx/zimmer-list-corner.png) no-repeat;
  width: 22px;
  height: 22px;
  display: none;
}
.angebot .hover span.headline-content {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0px;
  display: block;
}
.angebot .hover span.headline-content a {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  display: block;
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  margin-bottom: 0;
  text-decoration: none;
  text-align: center;
}
.angebot .hover span.headline-content:after {
  position: absolute;
  content: '';
  width: 21px;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  background: #fff;
  display: none;
}
.angebot .hover span.price {
  color: black;
  font-size: 22px;
  line-height: 26px;
  margin-left: 2px;
  margin-top: 4px;
  font-family: "freight-text-pro", sans-serif;
  text-align: center;
  margin-bottom: 17px;
  font-weight: bold;
}
.angebot .hover a {
  color: #05a552;
}
.angebot:hover .hover {
  display: block;
}
.links-dot {
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  background: #fff;
}
.links-dot.grey {
  background: #f6f6f6;
}
.links-dot ul {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.links-dot ul li {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.links-dot a {
  padding-left: 20px;
  margin-right: 40px;
  background: url(../gfx/links-dot.png) no-repeat 0px 9px;
  color: #595959;
  font-size: 22px;
  line-height: 30px;
  font-family: 'gtsectrafine-book_italic', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.links-dot a:hover {
  color: #05a552;
  background: url(../gfx/links-dot-hover.png) no-repeat 0px 9px;
}
.widget-homepage {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 62px;
  text-align: center;
  height: 54px;
  min-width: 1270px;
}
.widget-homepage .tx-kh-rooms {
  display: inline-block;
}
.widget-homepage p {
  color: #333333;
  font-family: 'gtsectrafine-book_italic', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 0;
  position: relative;
  top: -20px;
}
.widget-homepage form {
  display: inline-block;
}
.widget-homepage form > span {
  float: left;
  position: relative;
}
.widget-homepage form .selectboxit {
  padding: 12px 52px 12px 20px;
  height: 53px;
  color: #333333;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  display: block;
}
.widget-homepage form .selectboxit:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 3px 3.5px;
  border-color: transparent transparent #333333 transparent;
  display: inline-block;
  content: '';
  margin-left: 8px;
  position: relative;
  top: -3px;
}
.widget-homepage form .day .selectboxit {
  border: 0;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background: url(../gfx/icons/widget-calendar.svg) no-repeat 109px;
  background-size: 24px 24px;
  border-radius: 0;
  width: 155px !important;
}
.widget-homepage form .day .selectboxit:hover {
  background-color: #f2f2f2;
}
.widget-homepage form .day .selectboxit.selectboxit-open {
  background-color: #e6e6e6;
}
.widget-homepage form .selectboxit-options {
  border-top: 0;
  position: absolute;
  top: auto !important;
  bottom: 100% !important;
  z-index: 10;
  padding: 0;
  margin: 0;
  width: 100%;
  display: none;
}
.widget-homepage form .selectboxit-options li {
  text-align: center;
  cursor: pointer;
  display: block;
  background: #ffffff;
  border-bottom: 1px solid #dcdcdc;
  color: #333333;
  padding: 0;
}
.widget-homepage form .selectboxit-options li a {
  color: #333333;
  padding: 11px 5px;
  text-decoration: none;
  display: block;
}
.widget-homepage form .selectboxit-options li:hover {
  background-color: #f2f2f2;
}
.widget-homepage form .selectboxit-options li.selectboxit-selected {
  background-color: #e6e6e6;
}
.widget-homepage form .tags .selectboxit {
  border: 0;
  border-right: 1px solid #dcdcdc;
  background: url(../gfx/icons/widget-tags.svg) no-repeat 199px 16px;
  background-size: 25px 25px;
  border-radius: 0;
  width: 244px !important;
}
.widget-homepage form .tags .selectboxit:hover {
  background-color: #f2f2f2;
}
.widget-homepage form .tags .selectboxit.selectboxit-open {
  background-color: #e6e6e6;
}
.widget-homepage form .arrow .selectboxit {
  background: url(../gfx/icons/widget-arrow.svg) no-repeat 122px 14px;
  background-size: 31px 25px;
  border: 0;
  border-radius: 0;
  width: 174px !important;
}
.widget-homepage form .arrow .selectboxit:hover {
  background-color: #f2f2f2;
}
.widget-homepage form .arrow .selectboxit.selectboxit-open {
  background-color: #e6e6e6;
}
.widget-homepage form .btn {
  background: url(../gfx/icons/widget-find.svg) no-repeat 92px 13px #05a552;
  background-size: 25px 26px;
  padding: 16px 63px 15px 21px;
  display: inherit;
  float: left;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
.widget-homepage form .btn:hover {
  background-color: #05b158;
  border-color: #05b158;
}
.widget-homepage form .btn:hover:after,
.widget-homepage form .btn:hover:before {
  display: none;
}
.offers-list {
  background: #05a553;
  position: relative;
}
.offers-list img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offers-list:hover img {
  -webkit-filter: brightness(70%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offers-list .text {
  padding: 16px 20px 10px;
  display: none;
}
.offers-list span.headline-content {
  text-align: left;
  display: block;
  margin-bottom: 0;
}
.offers-list span.headline-content a {
  color: #333333;
  font-size: 22px;
  line-height: 26px;
  display: block;
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  margin-bottom: 2px;
  text-decoration: none;
}
.offers-list span.category {
  color: #05a552;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  display: block;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
.offers-list .hover {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 165, 82, 0.9);
  padding: 12px 20px;
  text-align: center;
  /* span{

            &.left-top{
                left: 0;
                top: 0;
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
                position: absolute;
                background: url(../gfx/zimmer-list-corner.png) no-repeat;
                width: 22px;
                height: 22px;
            }

            &.right-top{
                right: 0;
                top: 0;
                -webkit-transform: rotate(270deg);
                -moz-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                -o-transform: rotate(270deg);
                transform: rotate(270deg);
                position: absolute;
                background: url(../gfx/zimmer-list-corner.png) no-repeat;
                width: 22px;
                height: 22px;
            }

            &.right-bot{
                right: 0;
                bottom: 0;
                position: absolute;
                background: url(../gfx/zimmer-list-corner.png) no-repeat;
                width: 22px;
                height: 22px;
            }

            &.left-bot{
                left: 0;
                bottom: 0;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
                position: absolute;
                background: url(../gfx/zimmer-list-corner.png) no-repeat;
                width: 22px;
                height: 22px;
            }
        }
*/
}
.offers-list .hover span.under-headline {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1px;
  display: block;
}
.offers-list .hover span.headline-content {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 8px;
  display: block;
}
.offers-list .hover span.headline-content a {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  display: block;
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  margin-bottom: 0;
  text-decoration: none;
  text-align: center;
}
.offers-list .hover span.headline-content:after {
  /*   position: absolute;
                    content: '';
                    display: block;
                    width: 16px;
                    height: 1px;
                    bottom: 0;
                    left: 50%;
                    margin-left: -8px;
                    background: #fff;*/
  display: none;
}
.offers-list .hover span.price {
  color: #000;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  font-family: "freight-text-pro", sans-serif;
  text-align: center;
  display: block;
  margin-bottom: 18px;
}
.offers-list .hover p {
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}
.offers-list .hover a {
  color: #05a552;
}
.offers-list:hover .hover {
  display: block;
}
.detail-offers .text-wrap .text:after {
  position: absolute;
  content: '';
  display: block;
  bottom: -14px;
  left: 50%;
  margin-left: -13.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13.5px 0 13.5px;
  border-color: #f7f7f7 transparent transparent transparent;
}
.detail-offers.container-fluid {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 37px;
}
.detail-offers.container-fluid h3 {
  font-family: "freight-text-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}
.detail-offers.container-fluid .table-responsive {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}
.detail-offers.container-fluid .table-responsive table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  margin-bottom: 21px;
}
.detail-offers.container-fluid .table-responsive table > thead > tr > th,
.detail-offers.container-fluid .table-responsive table > tbody > tr > th,
.detail-offers.container-fluid .table-responsive table > tfoot > tr > th,
.detail-offers.container-fluid .table-responsive table > thead > tr > td,
.detail-offers.container-fluid .table-responsive table > tbody > tr > td,
.detail-offers.container-fluid .table-responsive table > tfoot > tr > td {
  padding: 9px 15px 7px 32px;
  line-height: 24px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.detail-offers.container-fluid .table-responsive table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.detail-offers.container-fluid .table-responsive table > caption + thead > tr:first-child > th,
.detail-offers.container-fluid .table-responsive table > colgroup + thead > tr:first-child > th,
.detail-offers.container-fluid .table-responsive table > thead:first-child > tr:first-child > th,
.detail-offers.container-fluid .table-responsive table > caption + thead > tr:first-child > td,
.detail-offers.container-fluid .table-responsive table > colgroup + thead > tr:first-child > td,
.detail-offers.container-fluid .table-responsive table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.detail-offers.container-fluid .table-responsive table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.detail-offers.container-fluid .table-responsive table .table {
  background-color: #fff;
}
.detail-offers.container-fluid .table-responsive table > thead > tr > th {
  font-family: "freight-text-pro", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #333333 !important;
}
.detail-offers.container-fluid .table-responsive table > tbody > tr > td,
.detail-offers.container-fluid .table-responsive table > thead > tr > td {
  border-top: 0;
  color: #333333;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
}
.detail-offers.container-fluid .table-responsive table > tbody > tr > td span.more,
.detail-offers.container-fluid .table-responsive table > thead > tr > td span.more {
  display: inline-block;
  background: url(../gfx/icons/info-table.png) left top no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: 8px;
}
.detail-offers.container-fluid .table-responsive table > tbody > tr > td span.more.opened,
.detail-offers.container-fluid .table-responsive table > thead > tr > td span.more.opened {
  background-position: right top;
}
.detail-offers.container-fluid .table-responsive table > tbody > tr > td span.text,
.detail-offers.container-fluid .table-responsive table > thead > tr > td span.text {
  font-size: 15px;
  line-height: 15px;
  color: #05a552;
  margin-left: 22px;
  position: relative;
  top: -7px;
}
.detail-offers.container-fluid .table-responsive table > tbody > tr > td:first-child,
.detail-offers.container-fluid .table-responsive table > thead > tr > td:first-child {
  width: 35%;
}
.detail-offers.container-fluid .table-responsive table > tbody > tr > th,
.detail-offers.container-fluid .table-responsive table > thead > tr > th {
  border-bottom: 0;
  color: #05a552;
  font-weight: normal;
}
.detail-offers.container-fluid .table-responsive table > tbody > tr > th.first,
.detail-offers.container-fluid .table-responsive table > thead > tr > th.first {
  width: 50%;
}
.detail-offers.container-fluid .table-responsive table > tbody > tr.info,
.detail-offers.container-fluid .table-responsive table > thead > tr.info {
  background: #fff;
  display: none;
}
.detail-offers.container-fluid .table-responsive table > tbody > tr.info td,
.detail-offers.container-fluid .table-responsive table > thead > tr.info td {
  background: #fff;
}
.detail-offers.container-fluid .table-responsive table > tbody > tr.pink td,
.detail-offers.container-fluid .table-responsive table > thead > tr.pink td,
.detail-offers.container-fluid .table-responsive table > tbody > tr.pink th,
.detail-offers.container-fluid .table-responsive table > thead > tr.pink th {
  background: #f7f7f7;
}
.detail-offers.container-fluid .table-responsive table > tbody > tr:nth-child(odd) > td,
.detail-offers.container-fluid .table-responsive table > tbody > tr:nth-child(odd) > th {
  background-color: #ffffff;
}
.detail-offers.container-fluid .btn {
  margin-bottom: 8px;
}
.detail-offers.container-fluid .btn.btn-default {
  font-size: 24px;
  line-height: 24px;
  padding: 15px 30px;
}
.detail-offers.container-fluid .btn-info {
  color: #333333;
  margin-bottom: 24px;
}
.detail-offers.container-fluid .btn-info:hover:after,
.detail-offers.container-fluid .btn-info:hover:before {
  display: none;
}
.text-grey-box {
  margin-bottom: 73px;
}
.text-grey-box h3 {
  font-family: "freight-text-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 54px;
}
.text-grey-box .text {
  background: #f7f7f7;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 8px 100px 8px;
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}
.text-grey-box .text p {
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 31px;
}
.text-grey-box .text p:last-of-type {
  margin-bottom: 0;
}
.text-grey-box .text ul {
  margin: 0 0 31px;
}
.text-grey-box .text ul li {
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 32px;
  background-position: 0 12px;
}
.text-grey-box .text span.top-bg {
  position: absolute;
  top: -25px;
  height: 25px;
  left: 25px;
  right: 25px;
  background: #f7f7f7;
}
.text-grey-box .text span.top-bg:before {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -25px;
  top: 0;
  content: '';
  display: block;
  background: url(../gfx/news-corner.png) no-repeat 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.text-grey-box .text span.top-bg:after {
  width: 25px;
  height: 25px;
  position: absolute;
  right: -25px;
  top: 0;
  content: '';
  display: block;
  background: url(../gfx/news-corner.png) no-repeat 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.text-grey-box .text span.bottom-bg {
  position: absolute;
  bottom: -25px;
  height: 25px;
  left: 25px;
  right: 25px;
  background: #f7f7f7;
}
.text-grey-box .text span.bottom-bg:before {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -25px;
  top: 0;
  content: '';
  display: block;
  background: url(../gfx/news-corner.png) no-repeat 0 0;
}
.text-grey-box .text span.bottom-bg:after {
  width: 25px;
  height: 25px;
  position: absolute;
  right: -25px;
  top: 0;
  content: '';
  display: block;
  background: url(../gfx/news-corner.png) no-repeat 0 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.headline-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  margin-bottom: 80px;
}
.headline-content span {
  font-size: 14px;
  line-height: 16px;
  color: #05a552;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: inline-block;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.headline-content h2 {
  font-size: 40px;
  line-height: 44px;
  color: #333;
  margin-bottom: 50px;
  padding-bottom: 34px;
  background: url(../gfx/headline-content-pole.png) no-repeat center bottom;
  font-family: "freight-display-pro", sans-serif;
  font-style: italic;
}
.headline-content p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 29px;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
}
.headline-content ul li {
  list-style: none;
  background: none;
  padding-left: 0;
  padding-bottom: 0px;
}
.headline-content ul li:before {
  background: url(../gfx/list-dot.png) no-repeat 0 0;
  padding-right: 18px;
  width: 6px;
  height: 6px;
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../gfx/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../gfx/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../gfx/photoswipe/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
              The idea of animating inner circle is based on Polymer ("material") loading indicator
               by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
          */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
.text-dot-wrap {
  margin-bottom: 47px;
}
.text-dot-wrap .text-dot {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  padding-bottom: 11px;
  margin-bottom: 6px;
}
.text-dot-wrap .text-dot.with-dot {
  background: url(../gfx/rhombus-green.png) no-repeat center bottom;
}
.text-dot-wrap .text-dot h3 {
  color: #333333;
  font-size: 26px;
  line-height: 33px;
  font-family: "freight-display-pro", sans-serif;
  font-style: italic;
  margin-bottom: 3px;
}
.text-dot-wrap .text-dot p {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 17px;
  line-height: 26px;
}
.text-dot-wrap .text-dot ul li {
  list-style: none;
  background: none;
  padding-left: 0;
  padding-bottom: 0px;
}
.text-dot-wrap .text-dot ul li:before {
  background: url(../gfx/rhombus-green.png) no-repeat 0 0;
  padding-right: 18px;
  width: 9px;
  height: 9px;
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
}
.backstretch-teaser {
  padding: 80px 0;
  min-height: 592px;
  margin-bottom: 80px;
}
body.homepage .backstretch-teaser {
  margin-bottom: 0;
}
.backstretch-teaser .text {
  max-width: 434px;
  text-align: center;
}
.backstretch-teaser .text h2 {
  font-size: 40px;
  line-height: 46px;
  border-bottom: 1px solid #999999;
  padding-bottom: 14px;
  margin-bottom: 25px;
  font-family: 'gtsectrafine-bold_italic', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.backstretch-teaser .text h2 a {
  text-decoration: none;
  color: #333333;
}
.backstretch-teaser .text h2 a:before {
  background: url(../gfx/teaser-headline-dot.png) no-repeat 0 center;
  display: inline-block;
  content: '';
  height: 24px;
  width: 8px;
  margin-right: 4px;
}
.backstretch-teaser .text h2 a:after {
  background: url(../gfx/teaser-headline-dot.png) no-repeat 0 center;
  display: inline-block;
  content: '';
  height: 24px;
  width: 8px;
  margin-left: 4px;
}
.backstretch-teaser .text p {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  padding-bottom: 23px;
  margin-bottom: 24px;
  border-bottom: 1px solid #999999;
}
.backstretch-teaser .text p.after-text {
  font-family: 'gtsectrafine-book_italic', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 2px;
  border: 0;
}
.backstretch-teaser .text .btn {
  padding: 11px 52px;
}
.widget-wrap {
  margin-bottom: 30px;
}
.widget-wrap > div > div {
  margin: auto !important;
}
/*==============================================================*
 *     SCREEN                                                   *
 *==============================================================*/
.kids label {
  margin-top: 9px;
}
.container-fluid {
  width: 1230px;
  position: relative;
}
.container-fluid.nopadding {
  padding-left: 0;
  padding-right: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/*==============================================================*
 *     STYLES                                                   *
 *==============================================================*/
.content.col-1 {
  margin-top: 0;
}
.content.col-1 > .container-fluid {
  padding-top: 0;
}
.content > .container-fluid {
  padding-top: 23px;
  background: #fff;
}
.content > .container-fluid aside {
  margin-top: 47px;
}
body {
  padding-top: 124px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}
#main {
  margin-top: 30px;
}
.panel-title {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.small-row {
  margin-left: -7px;
  margin-right: -8px;
}
.small-row:before,
.small-row:after {
  content: " ";
  display: table;
}
.small-row:after {
  clear: both;
}
.small-row:before,
.small-row:after {
  content: " ";
  display: table;
}
.small-row:after {
  clear: both;
}
.small-row .col-xs-1,
.small-row .col-sm-1,
.small-row .col-md-1,
.small-row .col-lg-1,
.small-row .col-xs-2,
.small-row .col-sm-2,
.small-row .col-md-2,
.small-row .col-lg-2,
.small-row .col-xs-3,
.small-row .col-sm-3,
.small-row .col-md-3,
.small-row .col-lg-3,
.small-row .col-xs-4,
.small-row .col-sm-4,
.small-row .col-md-4,
.small-row .col-lg-4,
.small-row .col-xs-5,
.small-row .col-sm-5,
.small-row .col-md-5,
.small-row .col-lg-5,
.small-row .col-xs-6,
.small-row .col-sm-6,
.small-row .col-md-6,
.small-row .col-lg-6,
.small-row .col-xs-7,
.small-row .col-sm-7,
.small-row .col-md-7,
.small-row .col-lg-7,
.small-row .col-xs-8,
.small-row .col-sm-8,
.small-row .col-md-8,
.small-row .col-lg-8,
.small-row .col-xs-9,
.small-row .col-sm-9,
.small-row .col-md-9,
.small-row .col-lg-9,
.small-row .col-xs-10,
.small-row .col-sm-10,
.small-row .col-md-10,
.small-row .col-lg-10,
.small-row .col-xs-11,
.small-row .col-sm-11,
.small-row .col-md-11,
.small-row .col-lg-11,
.small-row .col-xs-12,
.small-row .col-sm-12,
.small-row .col-md-12,
.small-row .col-lg-12 {
  padding-left: 7px;
  padding-right: 9px;
  margin-bottom: 15px;
}
div.csc-textpic div.csc-textpic-imagecolumn {
  margin-bottom: 34px;
}
.row.mar-top {
  margin-top: 29px;
}
.tx-dce-pi1 > a {
  display: block;
  position: relative;
}
.tx-dce-pi1 > a:hover:after {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
}
.row > *,
.small-row > * {
  margin-bottom: 30px;
}
.row .col-md-4:nth-child(3n+4),
.small-row .col-md-4:nth-child(3n+4) {
  clear: left;
}
.blog-artikel-btn .btn-success {
  color: #fff;
}
.blog-artikel-btn .btn-success:hover {
  border-color: #d5cfd1;
}
.blog-artikel-btn .btn-info {
  border-color: #05a552;
}
.mar-bot-none {
  margin-bottom: 0 !important;
}
.nav-toggle {
  display: none;
}
.responsive-top-nav {
  display: none;
}
/*RESPONSIVE*/
@media (max-width: 767px) {
  body,
  html {
    overflow-x: hidden;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .cc_banner-wrapper {
    display: none;
  }
  .green-bg,
  .grey-bg,
  .white-bg,
  .slide-header,
  .slide-video,
  .slide-image {
    min-width: 1px;
  }
  .blog-artikel,
  .newsletter,
  .big-slideshow {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .blog-artikel > .row,
  .newsletter > .row,
  .big-slideshow > .row,
  .blog-artikel > .map,
  .newsletter > .map,
  .big-slideshow > .map {
    margin-left: 5px;
    margin-right: 5px;
  }
  .header-image .text {
    padding-left: 20px;
    padding-right: 20px;
    top: 60px;
  }
  .nav-overlay {
    display: none !important;
  }
  #header {
    margin-bottom: 10px;
  }
  #header .top-header {
    background: #05a552;
  }
  #header .bot-header .nav-toggle {
    display: block;
    background: url(../gfx/nav-toggle.png) no-repeat center center;
    position: absolute;
    top: 20px;
    right: 0;
    width: 96px;
    height: 45px;
    cursor: pointer;
    color: #05a552;
    font-size: 13px;
    text-align: center;
    padding-top: 40px;
  }
  #header .bot-header .nav-toggle.opened {
    background-image: url(../gfx/nav-toggle-close.png);
  }
  #header .bot-header .logo {
    float: none;
    display: inline-block;
    margin: 21px 0 10px 0px;
  }
  #header .bot-header .responsive-top-nav {
    display: block;
  }
  #header .bot-header .responsive-top-nav nav {
    background: #d0f7c4;
  }
  #header .bot-header .responsive-top-nav nav ul {
    background: #d0f7c4;
    padding: 0 ;
  }
  #header .bot-header .responsive-top-nav nav ul li {
    background: #d0f7c4 !important;
  }
  #header .bot-header .responsive-top-nav nav ul li a {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
  }
  #header .bot-header .responsive-top-nav nav ul li a a:hover {
    border-color: transparent;
  }
  #header .bot-header .responsive-top-nav nav ul li[class="280"] span {
    color: #242422;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
  }
  #header .bot-header .right {
    float: none;
    display: none;
    margin-left: -20px;
    margin-right: -20px;
    background: #E9FEEF;
    padding: 82px 0 0;
    position: relative;
  }
  #header .bot-header .right nav {
    float: none;
    margin-top: 0;
    margin-right: 0;
  }
  #header .bot-header .right nav ul li {
    display: block;
    float: none;
    position: relative;
    border-bottom: 1px solid #1bbb23;
    background: #E9FEEF;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .bot-header .right nav ul li:hover:before {
    display: none;
  }
  #header .bot-header .right nav ul li span.ico {
    background: url(../gfx/nav-toggle.png) no-repeat center center;
    background-size: 25px auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 43px;
    width: 82px;
    cursor: pointer;
  }
  #header .bot-header .right nav ul li a {
    padding: 10px 20px;
    display: block;
  }
  #header .bot-header .right nav ul li a:hover {
    border-color: transparent !important;
  }
  #header .bot-header .right nav ul li:last-of-type {
    border-bottom: 0;
  }
  #header .bot-header .right nav ul li.active > a,
  #header .bot-header .right nav ul li:hover > a,
  #header .bot-header .right nav ul li.opened > a {
    border-color: transparent;
  }
  #header .bot-header .right nav ul li ul {
    position: static;
    display: block;
  }
  #header .bot-header .right nav ul li ul li {
    display: block;
    width: 100%;
    border-top: 1px solid #1bbb23;
    border-bottom: 0;
    background: #e9feef;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .bot-header .right nav ul li ul li.ifsub {
    background-image: none;
  }
  #header .bot-header .right nav ul li ul li span.ico {
    height: 36px;
  }
  #header .bot-header .right nav ul li ul li a {
    padding: 8px 30px;
  }
  #header .bot-header .right nav ul li ul li:hover ul {
    display: none;
  }
  #header .bot-header .right nav ul li ul li ul {
    position: static;
    display: none;
  }
  #header .bot-header .right nav ul li ul li ul li a {
    padding: 8px 40px;
  }
  #header .bot-header .right .buttons {
    float: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 15px;
  }
  #header .bot-header .right .buttons a {
    display: block;
    width: 49.5%;
    float: left;
    margin: 0;
  }
  #header .bot-header .right .buttons a:last-child {
    float: right;
  }
  #header .responsive-mail {
    background: url(../gfx/header-mail.png) no-repeat 0 0;
    width: 47px;
    height: 28px;
    position: absolute;
    color: #05a552;
    font-size: 13px;
    text-align: center;
    padding-top: 33px;
    top: 26px;
    right: 217px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
  #header .responsive-phone {
    background: url(../gfx/header-phone.png) no-repeat 10px 0;
    width: 40px;
    height: 37px;
    position: absolute;
    color: #05a552;
    font-size: 13px;
    text-align: center;
    padding-top: 37px;
    top: 22px;
    right: 132px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
  #header .bot-header .right nav ul li.opened {
    border-color: transparent;
  }
  #header .bot-header .right nav ul li ul:after {
    display: none;
  }
  #header .bot-header .right nav ul li .sub-nav {
    position: static;
    min-height: 1px;
    background: transparent;
    border-color: transparent;
  }
  #header .bot-header .right nav ul li .sub-nav .left {
    padding: 0 20px;
    margin-bottom: 20px;
    float: none;
  }
  #header .bot-header .right nav ul li .sub-nav ul {
    display: block;
    padding: 0;
    margin: 0;
    float: none;
    min-height: 1px;
  }
  #header .bot-header .right nav ul li .sub-nav ul li {
    margin-bottom: 0;
  }
  #header .bot-header .right nav.languages {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    display: block;
    min-height: 26px;
  }
  #header .bot-header .right nav.languages:before {
    display: none;
  }
  #header .bot-header .right nav.languages ul {
    margin: 0;
    padding: 0;
    border: 0;
  }
  #header .bot-header .right nav.languages ul li {
    display: block !important;
    position: static !important;
    background: transparent;
    float: left;
    width: auto !important;
    padding: 2px 8px !important;
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0;
    border-right: 1px solid #333333;
  }
  #header .bot-header .right nav.languages ul li:last-child {
    border: 0;
  }
  #header .bot-header .right nav.languages ul li a {
    width: auto;
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    padding: 0;
    float: none !important;
  }
  #header .bot-header .right nav ul li.opened > a:after {
    display: none;
  }
  #header .top-header {
    height: 18px;
  }
  #header .top-header nav {
    display: none;
  }
  body {
    padding-top: 0;
  }
  #header {
    position: static;
    height: auto;
  }
  .news span.name {
    float: none;
    display: block;
    text-transform: uppercase;
    color: #05a552;
    margin: 0;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }
  .news span.name .responsive-active {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    text-transform: none;
    border-left: 1px solid #d4b9c3;
  }
  .news span.name:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6.5px 0 6.5px;
    border-color: #05a552 transparent transparent transparent;
    position: absolute;
    top: 21px;
    right: 20px;
    content: '';
    display: block;
  }
  .news span.name.opened:after {
    border-width: 0 6.5px 8px 6.5px;
    border-color: transparent transparent #05a552 transparent;
  }
  .news nav.filter {
    float: none;
    padding: 0;
    display: none;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .news nav.filter ul li {
    background: transparent;
    border-bottom: 1px solid #333333;
    float: none;
    display: block;
    width: 100%;
    padding: 0;
  }
  .news nav.filter ul li:first-child {
    text-align: left;
    margin-top: 0;
  }
  .news nav.filter ul li a {
    padding: 8px 20px;
    display: block;
    border: 0;
  }
  #footer .bot-footer .right {
    float: none;
    clear: left;
  }
  #footer ul li:nth-child(4n+5) {
    clear: none;
  }
  #footer ul li:nth-child(2n+3) {
    clear: left;
  }
  #footer .green-bg p:before {
    display: none;
  }
  #footer .partners .row > div {
    text-align: center;
    margin-bottom: 35px;
  }
  #footer .bottom-logos > div {
    margin-bottom: 20px;
  }
  .cycle-slideshow {
    margin-left: -20px;
    margin-right: -20px;
  }
  .widget-homepage {
    border: 0;
    min-width: 1px;
  }
  .widget-homepage .tx-kh-rooms {
    display: block;
    margin-bottom: 0;
  }
  .widget-homepage .widget {
    position: static;
    width: 100%;
  }
  .widget-homepage .widget form {
    display: block;
  }
  .widget-homepage .widget form:before,
  .widget-homepage .widget form:after {
    content: " ";
    display: table;
  }
  .widget-homepage .widget form:after {
    clear: both;
  }
  .widget-homepage .widget form:before,
  .widget-homepage .widget form:after {
    content: " ";
    display: table;
  }
  .widget-homepage .widget form:after {
    clear: both;
  }
  .widget-homepage .widget .day,
  .widget-homepage .widget .tags,
  .widget-homepage .widget .arrow {
    width: 33.333% !important;
    padding: 0;
  }
  .widget-homepage .widget .day .selectboxit-options,
  .widget-homepage .widget .tags .selectboxit-options,
  .widget-homepage .widget .arrow .selectboxit-options,
  .widget-homepage .widget .day .selectboxit,
  .widget-homepage .widget .tags .selectboxit,
  .widget-homepage .widget .arrow .selectboxit {
    width: 100% !important;
  }
  .widget-homepage .widget .day .selectboxit-options,
  .widget-homepage .widget .tags .selectboxit-options,
  .widget-homepage .widget .arrow .selectboxit-options {
    top: 61px;
    border: 1px solid #c2c2c3;
  }
  .widget-homepage .widget .day .selectboxit-options ul,
  .widget-homepage .widget .tags .selectboxit-options ul,
  .widget-homepage .widget .arrow .selectboxit-options ul {
    border-top: 0;
  }
  .widget-homepage .widget .day .selectboxit-options ul li,
  .widget-homepage .widget .tags .selectboxit-options ul li,
  .widget-homepage .widget .arrow .selectboxit-options ul li {
    background-color: #ebdee3;
  }
  .widget-homepage .widget .day .selectboxit {
    background-position: 90%;
  }
  .widget-homepage .widget .tags .selectboxit {
    background-position: 90% 15px;
  }
  .widget-homepage .widget .arrow .selectboxit {
    background-position: 90% 11px;
  }
  .widget-homepage .widget .btn {
    width: 100%;
    display: block;
    clear: left;
    background-position: 90% 13px;
  }
  .widget-homepage p {
    top: 0;
    margin: 10px 20px 10px;
  }
  .filter {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 0;
    text-align: left;
  }
  .filter .name {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    border: 0;
  }
  .filter .name .responsive-active {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    text-transform: none;
    border-left: 1px solid #05a552;
  }
  .filter .name:after {
    background: url(../gfx/responsive-filter-open.png) no-repeat 0 0;
    width: 13px;
    height: 8px;
    position: absolute;
    top: 21px;
    right: 20px;
    content: '';
    display: block;
  }
  .filter .name.opened:after {
    background: url(../gfx/responsive-filter-close.png) no-repeat 0 0;
  }
  .filter nav {
    float: none;
    width: 100%;
    padding-top: 0;
    display: none;
  }
  .filter nav ul li {
    border-bottom: 1px solid #05a552;
    float: none;
    display: block;
  }
  .filter nav ul li a {
    padding: 8px 10px;
    width: 100%;
    display: block;
  }
  .filter nav ul li a.active {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: transparent;
  }
  .filter nav ul li a:hover {
    color: #05a552;
    border-color: transparent;
  }
  .filter .btn {
    float: none;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  /*  .offers-list:hover .hover,
    .angebot:hover .hover{
        display: none;
    }*/
  .teaser-two-col-magazin .box {
    width: 100%;
    float: none !important;
  }
  .teaser-two-col-magazin .box .text {
    border: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .teaser-two-col .box {
    width: 100%;
    float: none !important;
    margin-bottom: 10px;
  }
  .teaser-two-col .box .image {
    margin-bottom: 12px;
  }
  .teaser-two-col .box .text {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .teaser-two-col .box h3 {
    margin-bottom: 7px;
  }
  .teaser-two-col .box p {
    margin-bottom: 18px;
  }
  .teaser-two-col .box .buttons .btn {
    margin-bottom: 10px;
  }
  .teaser-zig-zag-magazin .box > div {
    width: 100%;
    float: none !important;
  }
  .teaser-zig-zag-magazin .box .text {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .slide-video,
  .slide-image {
    padding-top: 16px;
    height: 470px;
  }
  .slide-video .text h1,
  .slide-image .text h1 {
    font-size: 40px;
    line-height: 38px;
  }
  .widget-homepage {
    height: auto;
  }
  .headline h2:before,
  .headline h2:after {
    display: none;
  }
  #header .bot-header .right nav ul li .sub-nav .left {
    display: none;
  }
  .gmap {
    width: 100% !important;
  }
  #videobg video,
  .slide-video .text span.open-big-video {
    display: none !important;
  }
  form.newsletter .row > *:before,
  form.newsletter .row > *:after {
    content: " ";
    display: table;
  }
  form.newsletter .row > *:after {
    clear: both;
  }
  form.newsletter .row > *:before,
  form.newsletter .row > *:after {
    content: " ";
    display: table;
  }
  form.newsletter .row > *:after {
    clear: both;
  }
}
@media (max-width: 600px) {
  #footer .bot-footer {
    padding: 20px 0;
  }
  #footer .bot-footer .right,
  #footer .bot-footer .left {
    float: none;
    display: block;
    margin-bottom: 13px;
  }
  #footer .bot-footer .logo-left {
    clear: left;
    padding-left: 0;
  }
  #footer .bot-footer .right-logos {
    float: none;
  }
  #footer .bot-footer .left-logos a {
    margin-bottom: 10px;
  }
  #footer .bot-footer .left-logos a:nth-child(2) {
    clear: left;
  }
  .teaser-zig-zag-magazin .box .text > div {
    padding-left: 0;
    padding-right: 0;
  }
  .teaser-zig-zag-magazin .box .pull-left .image:after,
  .teaser-zig-zag-magazin .box .pull-right .image:after {
    display: none;
  }
}
@media (max-width: 570px) {
  .widget-homepage .widget .day,
  .widget-homepage .widget .tags,
  .widget-homepage .widget .arrow {
    width: 100% !important;
  }
  .widget-homepage .widget .day .selectboxit,
  .widget-homepage .widget .tags .selectboxit,
  .widget-homepage .widget .arrow .selectboxit {
    border: 0;
    border-top: 1px solid #dcdcdc;
  }
}
@media (max-width: 480px) {
  .text-slider .cycle-slideshow .slide h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
  }
  .text-slider .cycle-slideshow .cycle-pager {
    margin-top: 40px;
  }
  .backstretch-teaser {
    padding: 30px 0;
    min-height: 480px;
  }
  .backstretch-teaser .text h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .backstretch-teaser .text p {
    font-size: 14px;
    line-height: 21px;
  }
  .backstretch-teaser .text p.after-text {
    font-size: 20px;
    line-height: 25px;
  }
  .backstretch-teaser .text .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  form.small_form .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 9999px;
  }
  #header .responsive-mail {
    font-size: 10px;
    background-size: 100%;
    top: 31px;
    right: 107px;
    width: 40px;
    padding-top: 23px;
  }
  #header .responsive-phone {
    font-size: 10px;
    background-size: 100%;
    top: 28px;
    right: 70px;
    width: 24px;
    background-position: 0 0;
    padding-top: 26px;
  }
  #header .bot-header .nav-toggle {
    font-size: 10px;
    background-size: auto 58%;
    width: 60px;
    padding-top: 34px;
  }
  #header .logo {
    max-width: 48%;
  }
  #footer .bot-footer .logo-right {
    padding-left: 0;
    clear: left;
  }
  .homepage-slide .headline-image {
    padding: 0 10px;
    top: 90px;
  }
  .cycle-slideshow.big-slideshow .slide .info .btn {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .slide-header .backstretch-slide {
    min-height: 405px;
    padding: 54px 0;
  }
  .slide-header .backstretch-slide h1 {
    font-size: 35px;
    line-height: 33px;
  }
  .slide-header .backstretch-slide span.under-headline {
    font-size: 15px;
    line-height: 17px;
  }
  .slide-header .text-wrap .text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .slide-header .text-wrap .text p {
    font-size: 17px;
    line-height: 25px;
  }
  form.newsletter .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .text-grey-box .text,
  .news .news-detail .main-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .headline-content h2,
  .headline h2 {
    font-size: 23px;
    line-height: 27px;
  }
  .blog-list .text .type {
    margin-bottom: 9px;
  }
  .blog-list .text h2 {
    font-size: 27px;
    line-height: 25px;
  }
  .blog-list .text .info {
    margin-bottom: 19px;
  }
  .news-controls a {
    margin-bottom: 15px;
  }
  .btn {
    font-size: 14px;
    line-height: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .text-dot-wrap .text-dot p,
  .headline-content p,
  .headline p {
    font-size: 14px;
    line-height: 23px;
  }
  .text-dot-wrap .text-dot h3 {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  #footer .bot-footer {
    padding: 20px 0;
  }
  #footer .bot-footer .right,
  #footer .bot-footer .left {
    margin-bottom: 15px;
  }
  #footer .bot-footer .right li {
    float: none;
    background: transparent;
    margin-bottom: 5px;
  }
  #header .bot-header .logo {
    max-width: 130px;
  }
  #header .bot-header .logo span {
    letter-spacing: 0;
  }
}
/*Fancybox thumbs styles*/
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

.text-only {
  padding: 0 0 25px 0;
}

.image-only {
  text-align: center;
  padding: 0 0 25px 0;
}

.image-only .ce-image {
  display: inline-block;
}