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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

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

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

a {
  color: #caba00;
  text-decoration: none; }

a:hover, a:focus {
  color: #000;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #000; }

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: gray; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 23px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 769px) {
  .lead {
    font-size: 21px; } }

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

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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: gray; }

.text-primary {
  color: #caba00; }

a.text-primary:hover,
a.text-primary:focus {
  color: #978b00; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #caba00; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #978b00; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #fafafa; }

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 992px) {
  .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 gray; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #fafafa; }

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

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: gray; }

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 #fafafa;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

.container:after {
  clear: both; }

@media (min-width: 769px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1250px) {
  .container {
    width: 1210px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.container-fluid:after {
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

.row:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fafafa;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.form-horizontal .form-group:after {
  clear: both; }

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none; }

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #caba00;
  border-color: #b1a300; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #978b00;
  border-color: #312d00; }

.btn-primary:hover {
  color: #fff;
  background-color: #978b00;
  border-color: #736a00; }

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #978b00;
  border-color: #736a00; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #736a00;
  border-color: #312d00; }

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none; }

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #caba00;
  border-color: #b1a300; }

.btn-primary .badge {
  color: #caba00;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none; }

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none; }

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none; }

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #cd1e3d;
  border-color: #b71b36; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #a11730;
  border-color: #480a15; }

.btn-danger:hover {
  color: #fff;
  background-color: #a11730;
  border-color: #811326; }

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a11730;
  border-color: #811326; }

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #811326;
  border-color: #480a15; }

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none; }

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #cd1e3d;
  border-color: #b71b36; }

.btn-danger .badge {
  color: #cd1e3d;
  background-color: #fff; }

.btn-link {
  color: #caba00;
  font-weight: normal;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #000;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: gray;
  text-decoration: none; }

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

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

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

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

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

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

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

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

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

.navbar:after {
  clear: both; }

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table; }

.navbar-collapse:after {
  clear: both; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

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

@media (min-width: 992px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

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

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }

.navbar-inverse .navbar-brand {
  color: #a6a6a6; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #a6a6a6; }

.navbar-inverse .navbar-nav > li > a {
  color: #a6a6a6; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff; }

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #a6a6a6; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #a6a6a6; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #a6a6a6; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc; }

.breadcrumb > .active {
  color: gray; }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* VARIABLES */
/*$gutter: $grid-gutter-width;
$contentMarginBottom: 50px;

$content-width-sm: $container-tablet;
$content-width-md: $container-desktop;
$content-width-lg: $container-large-desktop;*/
/* TheSans Light */
@font-face {
  font-family: "TheSansLight";
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_300_.eot");
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_300_.eot?#iefix") format("embedded-opentype"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_300_.woff") format("woff"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_300_.svg#TheSans_B2_300_") format("svg");
  font-weight: normal;
  font-style: normal; }

/* TheSans Light Italic */
@font-face {
  font-family: "TheSansLightItalic";
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_300i.eot");
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_300i.eot?#iefix") format("embedded-opentype"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_300i.woff") format("woff"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_300i.svg#TheSans_B2_300i") format("svg");
  font-weight: normal;
  font-style: normal; }

/* TheSans Plain */
@font-face {
  font-family: "TheSansPlain";
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_500_.eot");
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_500_.eot?#iefix") format("embedded-opentype"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_500_.woff") format("woff"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_500_.svg#TheSans_B2_500_") format("svg");
  font-weight: normal;
  font-style: normal; }

/* TheSans Plain Italic */
@font-face {
  font-family: "TheSansPlainItalic";
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_500i.eot");
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_500i.eot?#iefix") format("embedded-opentype"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_500i.woff") format("woff"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_500i.svg#TheSans_B2_500i") format("svg");
  font-weight: normal;
  font-style: normal; }

/* TheSans Bold */
@font-face {
  font-family: "TheSansBold";
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_700_.eot");
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_700_.eot?#iefix") format("embedded-opentype"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_700_.woff") format("woff"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_700_.svg#TheSans_B2_700_") format("svg");
  font-weight: normal;
  font-style: normal; }

/* TheSans Bold Italic */
@font-face {
  font-family: "TheSansBoldItalic";
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_700i.eot");
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_700i.eot?#iefix") format("embedded-opentype"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_700i.woff") format("woff"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_700i.svg#TheSans_B2_700i") format("svg");
  font-weight: normal;
  font-style: normal; }

/* TheSans ExtraBold */
@font-face {
  font-family: "TheSansExtraBold";
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_800_.eot");
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_800_.eot?#iefix") format("embedded-opentype"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_800_.woff") format("woff"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_800_.svg#TheSans_B2_800_") format("svg");
  font-weight: normal;
  font-style: normal; }

/* TheSans ExtraBold Italic */
/* Copy the following code into your CSS file */
@font-face {
  font-family: "TheSansExtraBoldItalic";
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_800i.eot");
  src: url("/includes/relaunch2016/fonts/thesans/TheSans_B2_800i.eot?#iefix") format("embedded-opentype"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_800i.woff") format("woff"), url("/includes/relaunch2016/fonts/thesans/TheSans_B2_800i.svg#TheSans_B2_800i") format("svg");
  font-weight: normal;
  font-style: normal; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4;
  min-height: 100%;
  width: 100%; }

body {
  position: relative;
  overflow-x: hidden; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle;
  max-width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.visibleForSR {
  /* Visible for ScreenReaders */
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.invisible {
  visibility: hidden; }

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

.clearfix:after,
.cf:after {
  clear: both; }

.clearfix, .cf {
  *zoom: 1; }

.row-teaser.presse > div {
  padding-bottom: 30px; }

.row-teaser.presse > div .F_ooter {
  width: 100%; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.nobold {
  font-weight: normal; }

.errorbold {
  font-weight: bold;
  margin: 20px 0 !important; }

.atc-style .atcb-link:before, .imageWrapper .credit:before, #nav-main ul > li.toggle span:before, #nav-main ul > li.toggle.active span:before, #nav-sticky > ul li:not(.skip-links) a.sticky-cal:hover:before, #nav-sticky > ul li:not(.skip-links) a.sticky-cal:focus:before, #nav-sticky > ul li:not(.skip-links) a.sticky-info:hover:before, #nav-sticky > ul li:not(.skip-links) a.sticky-info:focus:before, #nav-sticky > ul li:not(.skip-links) a.sticky-cal:before, #nav-sticky > ul li:not(.skip-links) a.sticky-info:before, #nav-sticky > ul li:not(.skip-links) a.active.sticky-cal:hover:before, #nav-sticky > ul li:not(.skip-links) a.active.sticky-cal:focus:before, #nav-sticky > ul li:not(.skip-links) a.active.sticky-info:hover:before, #nav-sticky > ul li:not(.skip-links) a.active.sticky-info:focus:before, #nav-sticky > ul li:not(.skip-links) a.active.sticky-cal:before, #nav-sticky > ul li:not(.skip-links) a.active.sticky-info:before, #nav-social ul li.facebook a, #nav-social ul li.facebook a.hover, #nav-social ul li.facebook a:hover, #nav-social ul li.facebook a.act, #nav-social ul li.facebook a.active, #nav-social ul li.facebook a:active, #nav-social ul li.facebook a.focus, #nav-social ul li.facebook a:focus, #nav-social ul li.accessibility a, #nav-social ul li.accessibility a.hover, #nav-social ul li.accessibility a:hover, #nav-social ul li.accessibility a.act, #nav-social ul li.accessibility a.active, #nav-social ul li.accessibility a:active, #nav-social ul li.accessibility a.focus, #nav-social ul li.accessibility a:focus, #nav-social ul li.contrast a, #nav-social ul li.contrast a.hover, #nav-social ul li.contrast a:hover, #nav-social ul li.contrast a.act, #nav-social ul li.contrast a.active, #nav-social ul li.contrast a:active, #nav-social ul li.contrast a.focus, #nav-social ul li.contrast a:focus, #frm_suche .submit, #frm_suche .submit.hover, #frm_suche .submit:hover, #frm_suche .submit.act, #frm_suche .submit.active, #frm_suche .submit:active, #frm_suche .submit.focus, #frm_suche .submit:focus, .m-cover .credit:before, p.m-notification--big:before,
.m-notification--big:before, p.m-notification--small:before,
.m-notification--small:before, .m-collapse h2.collapsed:before, .m-collapse h2:before, .mod-filter ul.m-categories li.active:before,
.mod-filter ul.m-categories .m-category:before, .mod-filter .m-filter-submit:after, .mod-filter .m-btn-additional.active:before, .mod-filter .m-rooms:before, .mod-filter .m-cal:before, .mod-filter .m-checkboxes input:checked + label:after, .mod-filter--home .m-categories li.active:before,
.mod-filter--home .m-categories .m-category:before, .mod-filter-list a:before, .mod-event-list .m-events .m-warning, .mod-event-list .eventList .m-warning, .trefferliste .m-events .m-warning, .trefferliste .eventList .m-warning, #nav-sticky .mod-events-small .m-warning, .m-warning.icon-info, .m-warning.icon-info-red, ul.mod-news-list .m-warning, ul.mod-news-list.press li .press-download-link:before, #toggleOffcanvas, #toggleOffcanvas.active, .close-sidebar-btn, .close-sidebar-btn:hover, .close-sidebar-btn:focus, .eventMonthList ul li:before {
  display: inline-block;
  background-color: transparent;
  background-image: url("/includes/relaunch2016/images/sprites/website/sprite-out/css/sprite.svg");
  background-size: 240px 217px; }

.lt-ie10 .atc-style .atcb-link:before,
.no-svg .atc-style .atcb-link:before, .lt-ie10 .imageWrapper .credit:before,
.no-svg .imageWrapper .credit:before, .lt-ie10 #nav-main ul > li.toggle span:before,
.no-svg #nav-main ul > li.toggle span:before, .lt-ie10 #nav-main ul > li.toggle.active span:before,
.no-svg #nav-main ul > li.toggle.active span:before, .lt-ie10 #nav-sticky > ul li:not(.skip-links) a.sticky-cal:hover:before,
.no-svg #nav-sticky > ul li:not(.skip-links) a.sticky-cal:hover:before, .lt-ie10 #nav-sticky > ul li:not(.skip-links) a.sticky-cal:focus:before,
.no-svg #nav-sticky > ul li:not(.skip-links) a.sticky-cal:focus:before, .lt-ie10 #nav-sticky > ul li:not(.skip-links) a.sticky-info:hover:before,
.no-svg #nav-sticky > ul li:not(.skip-links) a.sticky-info:hover:before, .lt-ie10 #nav-sticky > ul li:not(.skip-links) a.sticky-info:focus:before,
.no-svg #nav-sticky > ul li:not(.skip-links) a.sticky-info:focus:before, .lt-ie10 #nav-sticky > ul li:not(.skip-links) a.sticky-cal:before,
.no-svg #nav-sticky > ul li:not(.skip-links) a.sticky-cal:before, .lt-ie10 #nav-sticky > ul li:not(.skip-links) a.sticky-info:before,
.no-svg #nav-sticky > ul li:not(.skip-links) a.sticky-info:before, .lt-ie10 #nav-sticky > ul li:not(.skip-links) a.active.sticky-cal:hover:before,
.no-svg #nav-sticky > ul li:not(.skip-links) a.active.sticky-cal:hover:before, .lt-ie10 #nav-sticky > ul li:not(.skip-links) a.active.sticky-cal:focus:before,
.no-svg #nav-sticky > ul li:not(.skip-links) a.active.sticky-cal:focus:before, .lt-ie10 #nav-sticky > ul li:not(.skip-links) a.active.sticky-info:hover:before,
.no-svg #nav-sticky > ul li:not(.skip-links) a.active.sticky-info:hover:before, .lt-ie10 #nav-sticky > ul li:not(.skip-links) a.active.sticky-info:focus:before,
.no-svg #nav-sticky > ul li:not(.skip-links) a.active.sticky-info:focus:before, .lt-ie10 #nav-sticky > ul li:not(.skip-links) a.active.sticky-cal:before,
.no-svg #nav-sticky > ul li:not(.skip-links) a.active.sticky-cal:before, .lt-ie10 #nav-sticky > ul li:not(.skip-links) a.active.sticky-info:before,
.no-svg #nav-sticky > ul li:not(.skip-links) a.active.sticky-info:before, .lt-ie10 #nav-social ul li.facebook a,
.no-svg #nav-social ul li.facebook a, .lt-ie10 #nav-social ul li.facebook a.hover,
.no-svg #nav-social ul li.facebook a.hover, .lt-ie10 #nav-social ul li.facebook a:hover,
.no-svg #nav-social ul li.facebook a:hover, .lt-ie10 #nav-social ul li.facebook a.act,
.no-svg #nav-social ul li.facebook a.act, .lt-ie10 #nav-social ul li.facebook a.active,
.no-svg #nav-social ul li.facebook a.active, .lt-ie10 #nav-social ul li.facebook a:active,
.no-svg #nav-social ul li.facebook a:active, .lt-ie10 #nav-social ul li.facebook a.focus,
.no-svg #nav-social ul li.facebook a.focus, .lt-ie10 #nav-social ul li.facebook a:focus,
.no-svg #nav-social ul li.facebook a:focus, .lt-ie10 #nav-social ul li.accessibility a,
.no-svg #nav-social ul li.accessibility a, .lt-ie10 #nav-social ul li.accessibility a.hover,
.no-svg #nav-social ul li.accessibility a.hover, .lt-ie10 #nav-social ul li.accessibility a:hover,
.no-svg #nav-social ul li.accessibility a:hover, .lt-ie10 #nav-social ul li.accessibility a.act,
.no-svg #nav-social ul li.accessibility a.act, .lt-ie10 #nav-social ul li.accessibility a.active,
.no-svg #nav-social ul li.accessibility a.active, .lt-ie10 #nav-social ul li.accessibility a:active,
.no-svg #nav-social ul li.accessibility a:active, .lt-ie10 #nav-social ul li.accessibility a.focus,
.no-svg #nav-social ul li.accessibility a.focus, .lt-ie10 #nav-social ul li.accessibility a:focus,
.no-svg #nav-social ul li.accessibility a:focus, .lt-ie10 #nav-social ul li.contrast a,
.no-svg #nav-social ul li.contrast a, .lt-ie10 #nav-social ul li.contrast a.hover,
.no-svg #nav-social ul li.contrast a.hover, .lt-ie10 #nav-social ul li.contrast a:hover,
.no-svg #nav-social ul li.contrast a:hover, .lt-ie10 #nav-social ul li.contrast a.act,
.no-svg #nav-social ul li.contrast a.act, .lt-ie10 #nav-social ul li.contrast a.active,
.no-svg #nav-social ul li.contrast a.active, .lt-ie10 #nav-social ul li.contrast a:active,
.no-svg #nav-social ul li.contrast a:active, .lt-ie10 #nav-social ul li.contrast a.focus,
.no-svg #nav-social ul li.contrast a.focus, .lt-ie10 #nav-social ul li.contrast a:focus,
.no-svg #nav-social ul li.contrast a:focus, .lt-ie10 #frm_suche .submit,
.no-svg #frm_suche .submit, .lt-ie10 #frm_suche .submit.hover,
.no-svg #frm_suche .submit.hover, .lt-ie10 #frm_suche .submit:hover,
.no-svg #frm_suche .submit:hover, .lt-ie10 #frm_suche .submit.act,
.no-svg #frm_suche .submit.act, .lt-ie10 #frm_suche .submit.active,
.no-svg #frm_suche .submit.active, .lt-ie10 #frm_suche .submit:active,
.no-svg #frm_suche .submit:active, .lt-ie10 #frm_suche .submit.focus,
.no-svg #frm_suche .submit.focus, .lt-ie10 #frm_suche .submit:focus,
.no-svg #frm_suche .submit:focus, .lt-ie10 .m-cover .credit:before,
.no-svg .m-cover .credit:before, .lt-ie10 p.m-notification--big:before,
.no-svg p.m-notification--big:before, .lt-ie10 .m-notification--big:before,
.no-svg .m-notification--big:before, .lt-ie10 p.m-notification--small:before,
.no-svg p.m-notification--small:before, .lt-ie10 .m-notification--small:before,
.no-svg .m-notification--small:before, .lt-ie10 .m-collapse h2.collapsed:before,
.no-svg .m-collapse h2.collapsed:before, .lt-ie10 .m-collapse h2:before,
.no-svg .m-collapse h2:before, .lt-ie10 .mod-filter ul.m-categories li.active:before,
.no-svg .mod-filter ul.m-categories li.active:before, .lt-ie10
.mod-filter ul.m-categories .m-category:before,
.no-svg
.mod-filter ul.m-categories .m-category:before, .lt-ie10 .mod-filter .m-filter-submit:after,
.no-svg .mod-filter .m-filter-submit:after, .lt-ie10 .mod-filter .m-btn-additional.active:before,
.no-svg .mod-filter .m-btn-additional.active:before, .lt-ie10 .mod-filter .m-rooms:before,
.no-svg .mod-filter .m-rooms:before, .lt-ie10 .mod-filter .m-cal:before,
.no-svg .mod-filter .m-cal:before, .lt-ie10 .mod-filter .m-checkboxes input:checked + label:after,
.no-svg .mod-filter .m-checkboxes input:checked + label:after, .lt-ie10 .mod-filter--home .m-categories li.active:before,
.no-svg .mod-filter--home .m-categories li.active:before, .lt-ie10
.mod-filter--home .m-categories .m-category:before,
.no-svg
.mod-filter--home .m-categories .m-category:before, .lt-ie10 .mod-filter-list a:before,
.no-svg .mod-filter-list a:before, .lt-ie10 .mod-event-list .m-events .m-warning,
.no-svg .mod-event-list .m-events .m-warning, .lt-ie10 .mod-event-list .eventList .m-warning,
.no-svg .mod-event-list .eventList .m-warning, .lt-ie10 .trefferliste .m-events .m-warning,
.no-svg .trefferliste .m-events .m-warning, .lt-ie10 .trefferliste .eventList .m-warning,
.no-svg .trefferliste .eventList .m-warning, .lt-ie10 #nav-sticky .mod-events-small .m-warning,
.no-svg #nav-sticky .mod-events-small .m-warning, .lt-ie10 .m-warning.icon-info,
.no-svg .m-warning.icon-info, .lt-ie10 .m-warning.icon-info-red,
.no-svg .m-warning.icon-info-red, .lt-ie10 ul.mod-news-list .m-warning,
.no-svg ul.mod-news-list .m-warning, .lt-ie10 ul.mod-news-list.press li .press-download-link:before,
.no-svg ul.mod-news-list.press li .press-download-link:before, .lt-ie10 #toggleOffcanvas,
.no-svg #toggleOffcanvas, .lt-ie10 #toggleOffcanvas.active,
.no-svg #toggleOffcanvas.active, .lt-ie10 .close-sidebar-btn,
.no-svg .close-sidebar-btn, .lt-ie10 .close-sidebar-btn:hover,
.no-svg .close-sidebar-btn:hover, .lt-ie10 .close-sidebar-btn:focus,
.no-svg .close-sidebar-btn:focus, .lt-ie10 .eventMonthList ul li:before,
.no-svg .eventMonthList ul li:before {
  background-image: url("/includes/relaunch2016/images/sprites/website/sprite-out/css/sprite.png"); }

.js-pikaday-cal .pika-title .pika-next:before, #info a:before, .image-gallery .slick-arrow.slick-next, .mod-filter .m-btn-additional:before, .mod-event-list h2 .m-next:before, .trefferliste h2 .m-next:before, .mod-event-list .m-events tr td a:focus .m-more, .mod-event-list .eventList tr td a:focus .m-more, .trefferliste .m-events tr td a:focus .m-more, .trefferliste .eventList tr td a:focus .m-more, .mod-event-list .m-events .m-more, .mod-event-list .eventList .m-more, .trefferliste .m-events .m-more, .trefferliste .eventList .m-more, #nav-sticky .mod-events-small .m-nav .m-next, #nav-sticky .mod-events-small .m-slider a p:after, .mod-teaser .m-raum:after,
.mod-teaser .m-teasertext:after, .mod-teaser-news a p:after, ul.mod-news-list .m-more, ul.mod-news-list a:focus .m-more, .nextMonth a:after {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  display: block;
  transform: rotate(45deg); }

.js-pikaday-cal .pika-title .pika-prev:before, .image-gallery .slick-arrow.slick-prev, .mod-event-list h2 .m-prev:before, .trefferliste h2 .m-prev:before, #nav-sticky .mod-events-small .m-nav .m-prev, .lastMonth a:before {
  content: "";
  width: 13px;
  height: 13px;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: block;
  transform: rotate(45deg); }

.content .linkList li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  display: block;
  transform: rotate(45deg); }

/* MIXINS */
/*
* @args: $font, $weight, $style
  $weight: Light, Plain, Bold, ExtraBold
  $style: '', Italic
  $letterspacing: '0.04em'
*/
/*
* @args: ($color, $colorHover:''. $colorActive:''. $colorFocus:'', $colorType:''
	$colorType: 'color', 'background', 'border'
*/
/* http://compass-style.org/reference/compass/css3/user_interface/ */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

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

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

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

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

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

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }

.pika-single:before, .pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover, .pika-prev:focus,
.pika-next:hover,
.pika-next:focus {
  opacity: 1; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-table abbr {
  border-bottom: none;
  cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.is-today .pika-button {
  color: #caba00;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #caba00;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover, .pika-button:focus {
  color: #fff;
  background: #caba00;
  box-shadow: none;
  border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.js-pikaday-cal .pika-single {
  width: 300px;
  border: none;
  background: none; }

.js-pikaday-cal .pika-lendar {
  margin: 0;
  width: 300px; }

.js-pikaday-cal .pika-title {
  display: block;
  height: 45px;
  background: #222324; }

.js-pikaday-cal .pika-title button {
  background: none;
  height: 45px;
  width: 45px;
  display: block;
  text-indent: 50px; }

.js-pikaday-cal .pika-label {
  background: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 3px 0;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.js-pikaday-cal .pika-title .pika-prev {
  border-right: 1px solid #38393a; }

.js-pikaday-cal .pika-title .pika-prev:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  border-color: #fff; }

.js-pikaday-cal .pika-title .pika-next {
  border-left: 1px solid #38393a; }

.js-pikaday-cal .pika-title .pika-next:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  border-color: #fff; }

.js-pikaday-cal .pika-table th {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  background: #38393a;
  width: 43px; }

.js-pikaday-cal .pika-table tr {
  vertical-align: top;
  border-bottom: 1px solid #38393a; }

.js-pikaday-cal .pika-table tr:last-child {
  border-bottom: none; }

.js-pikaday-cal .pika-table td {
  width: 42px;
  height: 42px;
  border-left: 1px solid #38393a;
  color: #fff;
  background: none;
  vertical-align: top; }

.js-pikaday-cal .pika-table td:not(.is-disabled):hover,
.js-pikaday-cal .pika-table td:not(.is-disabled):focus {
  background: rgba(56, 57, 58, 0.7); }

.js-pikaday-cal .pika-table td.is-disabled {
  color: rgba(255, 255, 255, 0.7); }

.js-pikaday-cal .pika-table td:first-child {
  border-left: none; }

.js-pikaday-cal .pika-table td.is-selected {
  background: rgba(202, 186, 0, 0.5); }

.js-pikaday-cal .pika-table td.is-selected button {
  box-shadow: none; }

.js-pikaday-cal .pika-table td button {
  width: 42px;
  height: 42px;
  color: inherit;
  background: none;
  text-align: left;
  padding: 2px;
  font-size: 16px;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  vertical-align: top; }

/* Magnific Popup CSS */
.mfp-container {
  font-family: "TheSansPlain", Verdana, sans-serif; }

.mfp-container button.mfp-arrow:focus,
.mfp-container button.mfp-close:focus {
  outline: 2px solid #caba00; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "TheSansPlain", Verdana, sans-serif; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar var {
  display: none; }

.addtocalendar {
  position: relative;
  display: block;
  background: transparent !important;
  width: 180px;
  text-align: right;
  line-height: 25px;
  margin: 26px 0 -4px; }

@media only screen and (min-width: 992px), print {
  .addtocalendar {
    margin: 26px 0 -5px; } }

.atcb-link {
  display: block;
  cursor: pointer; }

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
ul.atcb-list:hover {
  visibility: visible; }

ul.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900; }

ul.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff; }

.atcb-item {
  float: none;
  text-align: left; }

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block; }

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none; }

/* Blue */
.atc-style .atcb-link {
  position: relative;
  margin: 0;
  padding: 5px 5px 7px;
  color: #caba00;
  font-size: 16px;
  line-height: 1.4;
  zoom: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.atc-style .atcb-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  width: 16px;
  height: 20px;
  background-position: -96px -76px; }

.atc-style .atcb-link:hover,
.atc-style .atcb-link:active,
.atc-style .atcb-link:focus {
  color: #000;
  text-decoration: underline; }

.atc-style ul.atcb-list {
  position: absolute;
  width: 170px;
  border: 2px solid #caba00;
  background: #fff;
  border-radius: 1px;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.atc-style ul.atcb-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 75px;
  top: -17px;
  border-color: transparent;
  border-width: 8px;
  border-style: solid;
  width: 0;
  height: 0;
  border-bottom-color: #caba00; }

.atc-style .atcb-item {
  padding: 0; }

.atc-style ul.atcb-list,
.atc-style .atcb-item {
  background: #fff;
  color: #000; }

.atc-style .atcb-item,
.atc-style .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
  text-align: center; }

.atc-style .atcb-item-link,
.atc-style .atcb-item-link:hover,
.atc-style .atcb-item-link:active,
.atc-style .atcb-item-link:focus {
  color: #000;
  font-family: "Verdana";
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 10px 15px; }

.atc-style .atcb-item-link:hover,
.atc-style .atcb-item-link:active,
.atc-style .atcb-item-link:focus {
  color: #fff; }

.atc-style .atcb-item.hover,
.atc-style .atcb-item:hover {
  background: #caba00; }

.bg-black {
  background-color: #333333;
  color: #fff; }

.bg-white {
  background-color: #fff; }

.bg-lightgray {
  background: #fafafa; }

strong {
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.skip-links .sr-only:focus {
  width: 100%;
  display: block;
  padding: 20px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase; }

#CybotCookiebotDialog,
#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentControls, #CybotCookiebotDialogBodyContentTitle {
  font-family: 'TheSansPlain', Verdana, sans-serif !important; }

footer .footer-logos {
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0; }

footer .footer-logos li {
  width: 50%;
  display: inline-block;
  float: left; }

@media only screen and (min-width: 992px), print {
  footer .footer-logos li {
    width: auto;
    display: block;
    margin-right: 134px; } }

footer .footer-logos li:last-child {
  margin-right: 0; }

footer .footer-logos a,
footer .footer-logos img {
  display: block;
  max-width: 90%;
  max-height: 74px;
  margin: 0 auto; }

@media only screen and (min-width: 992px), print {
  footer .footer-logos a,
  footer .footer-logos img {
    max-width: none;
    max-height: none;
    height: 74px; } }

@media only screen and (min-width: 1250px), print {
  footer .footer-logos a,
  footer .footer-logos img {
    height: 108px; } }

footer .bg-black .row {
  padding: 45px 0; }

footer .copyright,
footer .nav-footer {
  color: gray;
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  margin: 0; }

footer .copyright {
  margin-bottom: 25px; }

@media only screen and (min-width: 992px), print {
  footer .copyright {
    marign: 0; } }

footer .nav-footer {
  margin: 0;
  padding: 0; }

@media only screen and (min-width: 992px), print {
  footer .nav-footer {
    text-align: right; } }

footer .nav-footer li {
  display: inline-block;
  margin: 0 25px 0 0; }

@media only screen and (min-width: 992px), print {
  footer .nav-footer li {
    margin: 0 0 0 40px; } }

@media only screen and (min-width: 1250px), print {
  footer .nav-footer li {
    margin: 0 0 0 75px; } }

footer .nav-footer li:first-child {
  margin-left: 0; }

footer .nav-footer li:last-child {
  margin-right: 0; }

footer .nav-footer a {
  color: gray; }

footer .nav-footer a.hover, footer .nav-footer a:hover {
  color: #caba00; }

footer .nav-footer a.current, footer .nav-footer a.act, footer .nav-footer a.active, footer .nav-footer a:active {
  color: #caba00; }

footer .row-teaser {
  text-align: center; }

@media only screen and (min-width: 769px), print {
  footer .row-teaser {
    text-align: left; } }

footer .row-teaser a {
  display: block;
  color: #fff; }

footer .row-teaser a.hover, footer .row-teaser a:hover {
  color: #caba00; }

footer .row-teaser a.current, footer .row-teaser a.act, footer .row-teaser a.active, footer .row-teaser a:active {
  color: #caba00; }

footer .row-teaser a h3 {
  color: #fff;
  font-family: "TheSansExtraBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  margin: 10px 0 20px; }

footer .row-teaser a h3.hover, footer .row-teaser a h3:hover {
  color: #caba00; }

footer .row-teaser a h3.current, footer .row-teaser a h3.act, footer .row-teaser a h3.active, footer .row-teaser a h3:active {
  color: #caba00; }

footer .row-teaser a:hover h3, footer .row-teaser a:active h3, footer .row-teaser a:focus h3 {
  color: #caba00; }

footer .row-teaser img {
  display: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }

@media only screen and (min-width: 769px), print {
  footer .row-teaser img {
    display: block;
    margin: 0 0 15px; } }

header {
  position: inherit;
  z-index: 1000; }

@media only screen and (min-width: 769px), print {
  header {
    z-index: 1200; } }

header > .container {
  position: relative;
  padding-top: 15px; }

@media only screen and (min-width: 769px), print {
  header > .container {
    padding-top: 20px; } }

@media only screen and (max-width: 1249px), print {
  header > .container {
    width: auto; } }

@media only screen and (min-width: 1250px), print {
  header .container-logo {
    z-index: 1110; } }

header .logo {
  margin: 0 0 20px; }

@media only screen and (min-width: 1250px), print {
  header .logo {
    left: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    width: auto;
    z-index: 1; } }

header .logo a,
header .logo img {
  display: inline-block;
  height: 61px;
  width: 190px; }

@media only screen and (min-width: 480px), print {
  header .logo a,
  header .logo img {
    width: 248px;
    height: 80px; } }

@media only screen and (min-width: 769px), print {
  header .logo a,
  header .logo img {
    height: 100px;
    width: 310px; } }

.wrapper-overflow {
  overflow: hidden; }

.default-include {
  padding: 30px;
  text-align: center; }

.container.content {
  padding-top: 0;
  padding-right: 15px; }

@media only screen and (min-width: 769px), print {
  .container.content {
    padding-right: 15px; } }

@media only screen and (min-width: 992px), print {
  .container.content {
    padding-left: 0;
    padding-right: 0; } }

.content {
  padding-top: 55px;
  padding-bottom: 55px; }

.content h1 {
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 2.14286em;
  line-height: 1.4;
  clear: both; }

.content h1:first-child {
  margin-top: 0; }

@media only screen and (min-width: 480px), print {
  .content h1 {
    font-size: 2.57143em; } }

.content h1 small {
  display: block;
  font-size: 22px;
  color: #caba00;
  margin-top: 5px;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

@media only screen and (min-width: 480px), print {
  .content .row-cover + h1 {
    font-size: 30px; } }

.content h2 {
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.42857em;
  line-height: 1.64286em; }

@media only screen and (min-width: 480px), print {
  .content h2 {
    font-size: 1.71429em; } }

.content h3 {
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.28571em;
  line-height: 1.64286em; }

.content h4 {
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.14286em;
  line-height: 1.64286em;
  margin-top: 0; }

.content h5 {
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1em;
  line-height: 1.64286em; }

.content .cite {
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.14286em; }

.content .row-2col > [class^="col-"] h1,
.content .row-2col > [class^="col-"] h2,
.content .row-2col > [class^="col-"] h3 {
  margin-top: 0; }

.content .row-2col > [class^="col-"] h2:first-child,
.content .row-2col > [class^="col-"] h3:first-child,
.content .row-2col > [class^="col-"] h4:first-child {
  line-height: 25px; }

.content p {
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 40px; }

.content p.highlight {
  color: #cd1e3d;
  font-weight: 700; }

.content a {
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px; }

.content p.small-margin {
  margin: 0 0 15px; }

.content p small {
  font-size: 14px;
  line-height: 24px; }

.content p small a {
  font-size: 14px;
  line-height: 24px; }

.content a {
  text-decoration: underline; }

.content hr {
  border-top: 1px solid #000; }

.content h1, .content h2, .content + hr {
  margin-top: -10px; }

.content .row:first-child .col-xs-12:first-child h1:first-child,
.content .row:first-child .col-xs-12:first-child h2:first-child,
.content .row:first-child .col-xs-12:first-child h3:first-child {
  margin-top: 30px; }

.content .row:first-child .col-xs-12.m-collapse:first-child h2:first-child {
  margin: 0; }

.content-box {
  margin-top: 30px;
  margin-bottom: 30px; }

.content-box > h1 {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.content .content-box ul:not(.cms_container_toolbar .nav-news),
.content .content-box .bulletList:not(.cms_container_toolbar),
.content .content-box .linkList:not(.cms_container_toolbar) {
  display: block;
  padding: 0 0 0 20px;
  margin-bottom: 40px; }

.content .content-box ul:not(.cms_container_toolbar .nav-news) li,
.content .content-box .bulletList:not(.cms_container_toolbar) li,
.content .content-box .linkList:not(.cms_container_toolbar) li {
  padding: 5px 0 0;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.content .list p {
  margin: 0; }

.content .linkList {
  display: block;
  list-style-type: none;
  padding: 0;
  position: relative;
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.content .linkList li {
  display: block;
  padding: 5px 0 0;
  position: relative;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.content .linkList li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  border-color: #000; }

.content .bulletList, .content ul:not([class]) {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 40px;
  font-size: 16px;
  list-style: disc;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.content .bulletList li, .content ul:not([class]) li {
  padding: 5px 0 0;
  position: relative;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-composer-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.mod-composer-list li {
  display: block;
  padding: 0 0 10px;
  margin: 10px 0 0;
  font-size: 16px;
  border-bottom: 1px solid #000;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-composer-list strong {
  color: #caba00;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-composer-list li span {
  display: block;
  float: left;
  width: 50%; }

.mod-composer-list li span:first-child {
  padding-right: 10px; }

.downloadList,
.small-margin {
  font-size: 16px;
  line-height: 1.64286em;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.imageWrapper {
  width: 100%;
  margin: 0; }

@media only screen and (min-width: 480px), print {
  .imageWrapper {
    width: auto;
    max-width: 50%; } }

.imageWrapper.left {
  float: left;
  margin-right: 10px; }

@media only screen and (min-width: 480px), print {
  .imageWrapper.left {
    margin-right: 30px;
    width: 30%; } }

.imageWrapper.right {
  float: right;
  margin-left: 10px; }

@media only screen and (min-width: 480px), print {
  .imageWrapper.right {
    margin-left: 30px;
    width: 30%; } }

.imageWrapper img {
  width: 100%; }

.imageWrapper .subline {
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1em;
  color: #caba00;
  display: inline-block;
  float: left;
  padding: 5px; }

.imageWrapper .credit {
  float: right;
  padding: 5px;
  position: relative;
  bottom: auto;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

@media only screen and (min-width: 769px), print {
  .imageWrapper .credit {
    padding-right: 0; } }

.imageWrapper .credit:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: 20px;
  height: 17.333px;
  background-position: -193px -145.61px; }

.row-nav-meta {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  float: left; }

@media only screen and (min-width: 769px), print {
  .row-nav-meta {
    width: 50%; } }

@media only screen and (min-width: 1250px), print {
  .row-nav-meta {
    margin: 0 0 10px;
    float: none;
    width: 100%; } }

.row-nav-meta > .col-xs-12 {
  padding: 0;
  position: static; }

#nav-meta {
  display: block;
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

@media only screen and (min-width: 1250px), print {
  #nav-meta {
    float: right;
    text-align: right;
    margin: 0;
    width: auto;
    top: auto;
    left: auto;
    height: auto;
    position: relative; } }

#nav-meta li {
  margin: 0;
  padding: 5px 0;
  text-align: left;
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1em;
  position: absolute; }

@media only screen and (min-width: 1250px), print {
  #nav-meta li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding: 0; } }

#nav-meta li a {
  text-transform: uppercase;
  color: #caba00; }

#nav-meta li a.hover, #nav-meta li a:hover {
  color: gray; }

#nav-meta li a.current, #nav-meta li a.act, #nav-meta li a.active, #nav-meta li a:active {
  color: gray; }

@media only screen and (min-width: 1250px), print {
  #nav-meta li a {
    color: #000; }
  #nav-meta li a.hover, #nav-meta li a:hover {
    color: #caba00; }
  #nav-meta li a.current, #nav-meta li a.act, #nav-meta li a.active, #nav-meta li a:active {
    color: #caba00; } }

#nav-meta li span {
  color: gray; }

#nav-meta li:not(.lang) {
  display: block;
  text-align: center;
  width: 100%;
  bottom: 0; }

@media only screen and (min-width: 1250px), print {
  #nav-meta li:not(.lang) {
    display: inline-block;
    bottom: auto;
    text-align: left;
    width: auto; } }

#nav-meta li:not(.lang):first-child {
  bottom: 35px; }

@media only screen and (min-width: 1250px), print {
  #nav-meta li:not(.lang):first-child {
    display: inline-block;
    bottom: auto;
    text-align: left;
    width: auto; } }

#nav-meta li.lang {
  display: inline-block;
  right: 0; }

@media only screen and (max-width: 1249px), print {
  #nav-meta li.lang {
    font-size: 1.55556em;
    padding: 2px 0; } }

@media only screen and (min-width: 1250px), print {
  #nav-meta li.lang {
    margin-left: 2px;
    right: auto; } }

#nav-meta li.lang.de {
  border-right: 2px solid #caba00;
  padding-right: 8px;
  margin-right: 5px;
  right: 32px; }

@media only screen and (min-width: 1250px), print {
  #nav-meta li.lang.de {
    margin: 0 2px 0 30px;
    border-right: 2px solid gray;
    padding-right: 1px;
    right: auto; } }

@media only screen and (min-width: 1250px), print {
  #nav-meta li.lang.de span {
    padding: 5px; } }

@media only screen and (min-width: 1250px), print {
  #nav-meta li.lang a {
    padding: 5px; } }

.row-nav-main {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 1250px), print {
  #nav-main {
    border-top: 1px solid #000; } }

#nav-main ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 50px; }

@media only screen and (min-width: 1250px), print {
  #nav-main ul {
    padding: 15px 0 30px;
    display: flex;
    margin: 0;
    justify-content: space-between; } }

#nav-main ul li.toggle > a {
  cursor: default; }

#nav-main ul ul {
  display: none;
  visibility: hidden;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 1;
  padding-top: 10px;
  margin: 0;
  min-width: 250px; }

#nav-main ul ul:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-bottom-color: #caba00;
  position: absolute;
  bottom: 100%;
  margin-bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

@media only screen and (min-width: 1250px), print {
  #nav-main ul ul {
    display: block;
    visibility: hidden; } }

@media only screen and (max-width: 1249px), print {
  #nav-main ul ul {
    position: relative;
    visibility: visible;
    text-align: left;
    left: auto;
    top: auto;
    transform: none;
    padding: 0; }
  #nav-main ul ul:before {
    display: none; } }

#nav-main ul ul > li {
  display: block;
  padding: 0; }

@media only screen and (max-width: 1249px), print {
  #nav-main ul ul > li {
    background: none;
    border-bottom: none; } }

#nav-main ul ul > li:first-child a {
  border: 0; }

#nav-main ul ul > li a {
  display: block;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  padding: 10px 15px;
  color: #fff;
  border-top: 1px solid #fff;
  line-height: 1.3;
  background: #caba00; }

@media only screen and (max-width: 1249px), print {
  #nav-main ul ul > li a {
    border: none;
    padding: 10px;
    background: transparent; } }

@media only screen and (min-width: 1250px), print {
  #nav-main ul ul > li a:hover, #nav-main ul ul > li a:focus {
    background: #fff;
    color: #000; } }

#nav-main ul > li:hover, #nav-main ul > li:focus, #nav-main ul > li.focus {
  z-index: 10; }

#nav-main ul > li:hover > a, #nav-main ul > li:focus > a, #nav-main ul > li.focus > a {
  position: relative;
  color: #caba00;
  z-index: 5; }

@media only screen and (min-width: 1250px), print {
  #nav-main ul > li:hover > ul, #nav-main ul > li:focus > ul, #nav-main ul > li.focus > ul {
    visibility: visible; } }

#nav-main ul > li {
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.42857em;
  display: block;
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 0; }

@media only screen and (min-width: 1250px), print {
  #nav-main ul > li {
    display: inline-block;
    font-size: 1.64286em;
    border: 0; } }

@media only screen and (max-width: 1249px), print {
  #nav-main ul > li.toggle span {
    position: absolute;
    display: block;
    width: 25px;
    height: 20px;
    top: 15px;
    right: 7px; }
  #nav-main ul > li.toggle span:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    background-position: -224px 0px; }
  #nav-main ul > li.toggle.active span:before {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    background-position: -112px -201px; } }

#nav-main ul > li:last-child {
  margin-right: 0; }

#nav-main ul > li.sr-only {
  display: none; }

#nav-main ul > li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 10px 5px; }

#nav-main ul > li a.hover, #nav-main ul > li a:hover {
  color: #caba00; }

#nav-main ul > li a.current, #nav-main ul > li a.act, #nav-main ul > li a.active, #nav-main ul > li a:active {
  color: #caba00; }

@media only screen and (min-width: 1250px), print {
  #nav-main ul > li a {
    color: #000;
    padding: 0; }
  #nav-main ul > li a.hover, #nav-main ul > li a:hover {
    color: #caba00; }
  #nav-main ul > li a.current, #nav-main ul > li a.act, #nav-main ul > li a.active, #nav-main ul > li a:active {
    color: #caba00; }
  #nav-main ul > li a:focus {
    color: #caba00; } }

#nav-main > .sr-only:focus {
  position: absolute;
  opacity: 0; }

.skip-links .sr-only:focus {
  width: 100%;
  display: block;
  padding: 20px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase; }

.skip-links-main .sr-only:focus {
  position: fixed;
  top: 0;
  overflow: hidden;
  left: 0;
  z-index: 1210; }

#nav-sticky {
  position: absolute;
  right: 75px;
  top: 7px; }

@media only screen and (min-width: 769px), print {
  #nav-sticky {
    top: 241px;
    right: 0;
    z-index: 1110;
    position: fixed; } }

@media only screen and (min-width: 1250px), print {
  #nav-sticky {
    top: 355px; } }

#nav-sticky > ul {
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1200; }

@media only screen and (min-width: 769px), print {
  #nav-sticky > ul {
    margin: -50% 0 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; } }

#nav-sticky > ul li:not(.skip-links) {
  display: block;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  position: relative;
  margin-left: 0;
  font-size: 0;
  line-height: 1em;
  float: right; }

@media only screen and (min-width: 769px), print {
  #nav-sticky > ul li:not(.skip-links) {
    font-family: "TheSansPlain", Verdana, sans-serif;
    letter-spacing: 0.025em;
    font-size: 1.28571rem;
    margin-left: 15px; }
  #nav-sticky > ul li:not(.skip-links):before {
    content: "";
    border-left: 3px solid #caba00;
    border-top: 3px solid #caba00;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -8px;
    top: -8px; } }

#nav-sticky > ul li:not(.skip-links) a {
  display: block;
  padding: 15px 7px;
  text-decoration: none; }

#nav-sticky > ul li:not(.skip-links) a:focus {
  color: #000; }

#nav-sticky > ul li:not(.skip-links) a:hover.sticky-cal:before, #nav-sticky > ul li:not(.skip-links) a:focus.sticky-cal:before {
  width: 31px;
  height: 31px;
  background-position: -31px -132px; }

#nav-sticky > ul li:not(.skip-links) a:hover.sticky-info:before, #nav-sticky > ul li:not(.skip-links) a:focus.sticky-info:before {
  width: 31px;
  height: 31px;
  background-position: -155px -132px; }

#nav-sticky > ul li:not(.skip-links) a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px; }

#nav-sticky > ul li:not(.skip-links) a.sticky-cal:before {
  width: 31px;
  height: 31px;
  background-position: -161px -94px; }

#nav-sticky > ul li:not(.skip-links) a.sticky-info:before {
  width: 31px;
  height: 31px;
  background-position: -124px -132px; }

@media only screen and (min-width: 769px), print {
  #nav-sticky > ul li:not(.skip-links) a {
    background-color: #caba00;
    color: #fff;
    padding: 15px 50px 15px 15px; }
  #nav-sticky > ul li:not(.skip-links) a.hover, #nav-sticky > ul li:not(.skip-links) a:hover {
    color: #000; }
  #nav-sticky > ul li:not(.skip-links) a.current, #nav-sticky > ul li:not(.skip-links) a.act, #nav-sticky > ul li:not(.skip-links) a.active, #nav-sticky > ul li:not(.skip-links) a:active {
    color: #000; }
  #nav-sticky > ul li:not(.skip-links) a:before {
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  #nav-sticky > ul li:not(.skip-links) a.sticky-cal:before {
    width: 31px;
    height: 31px;
    background-position: 0px -132px; }
  #nav-sticky > ul li:not(.skip-links) a.sticky-info:before {
    width: 31px;
    height: 31px;
    background-position: -193px -31px; } }

#nav-sticky > ul li:not(.skip-links) a.active:hover.sticky-cal:before, #nav-sticky > ul li:not(.skip-links) a.active:focus.sticky-cal:before {
  width: 31px;
  height: 31px;
  background-position: -161px -94px; }

#nav-sticky > ul li:not(.skip-links) a.active:hover.sticky-info:before, #nav-sticky > ul li:not(.skip-links) a.active:focus.sticky-info:before {
  width: 31px;
  height: 31px;
  background-position: -124px -132px; }

#nav-sticky > ul li:not(.skip-links) a.active.sticky-cal:before {
  width: 31px;
  height: 31px;
  background-position: -31px -132px; }

#nav-sticky > ul li:not(.skip-links) a.active.sticky-info:before {
  width: 31px;
  height: 31px;
  background-position: -155px -132px; }

@media only screen and (min-width: 769px), print {
  #nav-sticky > ul li:not(.skip-links) a.active {
    background: #000;
    color: #fff; }
  #nav-sticky > ul li:not(.skip-links) a.active:hover.sticky-cal:before, #nav-sticky > ul li:not(.skip-links) a.active:focus.sticky-cal:before {
    width: 31px;
    height: 31px;
    background-position: -193px 0px; }
  #nav-sticky > ul li:not(.skip-links) a.active:hover.sticky-info:before, #nav-sticky > ul li:not(.skip-links) a.active:focus.sticky-info:before {
    width: 31px;
    height: 31px;
    background-position: -161px -63px; }
  #nav-sticky > ul li:not(.skip-links) a.active.sticky-cal:before {
    width: 31px;
    height: 31px;
    background-position: -193px 0px; }
  #nav-sticky > ul li:not(.skip-links) a.active.sticky-info:before {
    width: 31px;
    height: 31px;
    background-position: -161px -63px; } }

#nav-sticky > ul .skip-links {
  transform: rotate(90deg);
  position: absolute;
  right: 0; }

#nav-sticky > ul .skip-links .sr-only-focusable {
  display: inline; }

.row-social {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  bottom: 70px; }

@media only screen and (min-width: 1250px), print {
  .row-social {
    position: relative;
    width: 50%;
    text-align: left;
    float: right;
    margin: 0;
    bottom: auto; } }

#nav-social {
  display: block;
  margin: 0;
  position: relative;
  z-index: 5; }

@media only screen and (min-width: 1250px), print {
  #nav-social {
    margin-bottom: 50px; } }

#nav-social ul {
  list-style: none;
  padding: 0;
  margin: 0; }

@media only screen and (min-width: 1250px), print {
  #nav-social ul {
    text-align: right; } }

#nav-social ul li {
  margin: 0;
  text-align: left;
  display: inline-block;
  width: 50px;
  height: 50px; }

#nav-social ul li a {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden; }

#nav-social ul li.facebook a {
  display: inline-block;
  background-color: transparent;
  width: 48px;
  height: 48px;
  background-position: -17px 0px; }

#nav-social ul li.facebook a.hover, #nav-social ul li.facebook a:hover {
  width: 48px;
  height: 48px;
  background-position: 0px -56px; }

#nav-social ul li.facebook a.act, #nav-social ul li.facebook a.active, #nav-social ul li.facebook a:active {
  width: 48px;
  height: 48px;
  background-position: 0px -56px; }

#nav-social ul li.facebook a.focus, #nav-social ul li.facebook a:focus {
  width: 48px;
  height: 48px;
  background-position: 0px -56px; }

#nav-social ul li.accessibility a {
  width: 48px;
  height: 48px;
  background-position: -65px 0px; }

#nav-social ul li.accessibility a.hover, #nav-social ul li.accessibility a:hover {
  width: 48px;
  height: 48px;
  background-position: -113px -48px; }

#nav-social ul li.accessibility a.act, #nav-social ul li.accessibility a.active, #nav-social ul li.accessibility a:active {
  width: 48px;
  height: 48px;
  background-position: -113px -48px; }

#nav-social ul li.accessibility a.focus, #nav-social ul li.accessibility a:focus {
  width: 48px;
  height: 48px;
  background-position: -113px -48px; }

#nav-social ul li.contrast a {
  width: 48px;
  height: 48px;
  background-position: -113px 0px; }

#nav-social ul li.contrast a.hover, #nav-social ul li.contrast a:hover {
  width: 48px;
  height: 48px;
  background-position: -48px -56px; }

#nav-social ul li.contrast a.act, #nav-social ul li.contrast a.active, #nav-social ul li.contrast a:active {
  width: 48px;
  height: 48px;
  background-position: -48px -56px; }

#nav-social ul li.contrast a.focus, #nav-social ul li.contrast a:focus {
  width: 48px;
  height: 48px;
  background-position: -48px -56px; }

@media only screen and (max-width: 1249px), print {
  #nav-social ul li.accessibility a {
    width: 48px;
    height: 48px;
    background-position: -113px -48px; }
  #nav-social ul li.accessibility a.hover, #nav-social ul li.accessibility a:hover {
    width: 48px;
    height: 48px;
    background-position: -65px 0px; }
  #nav-social ul li.accessibility a.act, #nav-social ul li.accessibility a.active, #nav-social ul li.accessibility a:active {
    width: 48px;
    height: 48px;
    background-position: -65px 0px; }
  #nav-social ul li.accessibility a.focus, #nav-social ul li.accessibility a:focus {
    width: 48px;
    height: 48px;
    background-position: -65px 0px; }
  #nav-social ul li.contrast a {
    width: 48px;
    height: 48px;
    background-position: -48px -56px; }
  #nav-social ul li.contrast a.hover, #nav-social ul li.contrast a:hover {
    width: 48px;
    height: 48px;
    background-position: -113px 0px; }
  #nav-social ul li.contrast a.act, #nav-social ul li.contrast a.active, #nav-social ul li.contrast a:active {
    width: 48px;
    height: 48px;
    background-position: -113px 0px; }
  #nav-social ul li.contrast a.focus, #nav-social ul li.contrast a:focus {
    width: 48px;
    height: 48px;
    background-position: -113px 0px; } }

@media only screen and (min-width: 1250px), print {
  #nav-meta li.social1 {
    margin: 0 2px 0 30px;
    top: -6px; }
  #nav-meta li.social2 {
    margin: 0px;
    top: -6px; }
  #nav-meta li.social1 img, #nav-meta li.social2 img {
    height: 36px; }
  .socialburger {
    display: none !important; } }

@media only screen and (max-width: 1249px), print {
  #nav-meta li.social1 {
    bottom: auto;
    width: auto;
    right: 208px;
    padding-top: 0; }
  #nav-meta li.social2 {
    bottom: auto;
    width: auto;
    right: 154px;
    padding-top: 0; }
  #nav-meta li.social3 {
    bottom: auto;
    width: auto;
    right: 100px;
    padding-top: 0; }
  .socialfull {
    display: none !important; } }

#frm_suche {
  position: relative;
  width: 100%;
  margin: 50px 0; }

@media only screen and (min-width: 1250px), print {
  #frm_suche {
    position: relative;
    float: right;
    width: 170px;
    margin: 0 30px 0 0;
    bottom: auto; } }

#frm_suche .text {
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  border: 0;
  width: 100%;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding: 10px 50px 10px 10px; }

@media only screen and (min-width: 1250px), print {
  #frm_suche .text {
    padding: 8px 40px 6px 10px;
    border: 1px solid #caba00; } }

#frm_suche .submit {
  position: relative;
  display: block;
  right: 12px;
  top: -27px;
  float: right;
  padding: 0;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  width: 16px;
  height: 16px;
  background-position: -179px -182px; }

#frm_suche .submit.hover, #frm_suche .submit:hover {
  width: 16px;
  height: 16px;
  background-position: -163px -182px; }

#frm_suche .submit.act, #frm_suche .submit.active, #frm_suche .submit:active {
  width: 16px;
  height: 16px;
  background-position: -163px -182px; }

#frm_suche .submit.focus, #frm_suche .submit:focus {
  width: 16px;
  height: 16px;
  background-position: -163px -182px; }

@media only screen and (min-width: 1250px), print {
  #frm_suche .submit {
    position: absolute;
    right: 10px;
    top: 10px; } }

#frm_suche .btn-submit {
  display: block;
  background: #caba00;
  border: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  border-radius: 0;
  margin-top: 30px;
  padding: 10px 0;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.22222em; }

.trefferliste .toTop a {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase; }

h1.g-search-headline {
  display: block;
  position: relative;
  text-align: center;
  margin: 30px 0 0; }

h1.g-search-headline strong {
  font-weight: normal;
  color: #caba00; }

h1.g-search-headline + h2,
h1.g-search-headline + p {
  margin-top: 30px; }

#frm_suche .submit.loading {
  background-image: url("../images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center; }

#nav-sticky .close-sidebar-btn {
  display: none; }

@media screen and (min-width: 992px) {
  #nav-sticky .close-sidebar-btn {
    right: 4%;
    display: block; } }

@media screen and (min-width: 1250px) {
  #nav-sticky .close-sidebar-btn {
    right: -10%; } }

#calendar {
  padding: 140px 20px 30px;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

@media only screen and (min-width: 1250px), print {
  #calendar {
    padding-top: 0; } }

#calendar .container,
#calendar .container > .row {
  position: relative;
  height: 100%; }

#calendar .container {
  padding: 0; }

#calendar .js-pikaday-cal {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 300px; }

@media only screen and (min-width: 769px), print {
  #calendar .js-pikaday-cal {
    margin: 30px auto 0; } }

@media only screen and (min-width: 1250px), print {
  #calendar .js-pikaday-cal {
    position: absolute;
    margin: 50px 20px; } }

#calendar hr {
  width: 90%;
  margin: 20px auto;
  border-top: 1px solid #caba00; }

@media only screen and (min-width: 1250px), print {
  #calendar hr {
    display: none; } }

#calendar .js-pikaday-events {
  display: block;
  position: relative;
  width: 100%; }

@media only screen and (min-width: 769px), print {
  #calendar .js-pikaday-events {
    max-width: 600px;
    margin: 20px auto; } }

@media only screen and (min-width: 1250px), print {
  #calendar .js-pikaday-events {
    max-width: 100%;
    margin: 35px 0;
    padding: 0 70px 0 360px; } }

#info a:before {
  right: 0;
  top: 3px;
  position: relative;
  margin-right: 5px;
  content: "";
  border-color: #fff;
  display: inline-block;
  transform: rotate(45deg) translateX(-4px); }

#info .container {
  position: relative; }

#info .container .row {
  display: flex;
  flex-wrap: wrap;
  position: relative; }

#calendar .close-sidebar-btn,
#info .close-sidebar-btn {
  text-indent: 9999px; }

#calendar .close-sidebar-btn [tabindex="0"]:first-of-type,
#info .close-sidebar-btn [tabindex="0"]:first-of-type {
  border: 2px solid blue; }

.btn {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #caba00;
  color: #000;
  background-color: #fff;
  border-color: #caba00;
  border-radius: 2px;
  display: inline-block; }

@media only screen and (min-width: 992px), print {
  .btn {
    font-family: "TheSansBold", Verdana, sans-serif;
    letter-spacing: 0.025em; } }

.btn.hover, .btn:hover {
  color: #fff; }

.btn.current, .btn.act, .btn.active, .btn:active {
  color: #fff; }

.btn.hover, .btn:hover {
  background-color: #caba00; }

.btn.current, .btn.act, .btn.active, .btn:active {
  background-color: #caba00; }

.btn.focus, .btn:focus {
  background-color: #caba00; }

.btn.hover, .btn:hover {
  border-color: #caba00; }

.btn.current, .btn.act, .btn.active, .btn:active {
  border-color: #caba00; }

.btn.focus, .btn:focus {
  border-color: #caba00; }

.btn--tickets {
  float: left;
  width: 48%;
  padding: 15px 10px;
  margin: 0 0 10px; }

.btn--tickets + .btn--tickets {
  float: right !important; }

@media only screen and (min-width: 769px), print {
  .btn--tickets + .btn--tickets {
    float: none !important; } }

@media only screen and (min-width: 992px), print {
  .btn--tickets + .btn--tickets {
    float: right !important; } }

@media only screen and (min-width: 769px), print {
  .btn--tickets {
    float: none !important;
    width: 145px; } }

.buttons-tickets {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center; }

.buttons-tickets + p {
  margin-bottom: 20px;
  text-align: left; }

.buttons-tickets + p + .addtocalendar {
  margin: 0 auto 20px; }

@media only screen and (min-width: 769px), print {
  .buttons-tickets + p + .addtocalendar {
    margin: 0 0 20px; } }

@media only screen and (min-width: 769px), print {
  .buttons-tickets {
    text-align: left; } }

.buttons-tickets .btn--tickets {
  text-decoration: none; }

.buttons-tickets .btn--tickets:hover, .buttons-tickets .btn--tickets:focus {
  color: #fff; }

@media only screen and (min-width: 769px), print {
  .row-cover {
    margin: 0; } }

.m-cover {
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%; }

@media only screen and (min-width: 992px), print {
  .m-cover {
    max-width: 970px; } }

@media only screen and (min-width: 1250px), print {
  .m-cover {
    max-width: 1210px; } }

.m-cover img {
  display: block;
  width: 100%;
  position: relative; }

.m-cover small {
  display: block;
  color: #000;
  position: absolute;
  right: 5px;
  left: auto;
  bottom: -20px;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.m-cover .subline {
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1em;
  color: #caba00;
  display: inline-block;
  float: left;
  padding: 5px; }

.m-cover .credit {
  float: right;
  padding: 5px;
  position: relative;
  bottom: auto;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

@media only screen and (min-width: 769px), print {
  .m-cover .credit {
    padding-right: 0; } }

.m-cover .credit:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: 20px;
  height: 17.333px;
  background-position: -193px -145.61px; }

.m-cover--content figcaption {
  padding: 15px 25px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background-image: -o-linear-gradient(top, transparent 0%, black 100%);
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0); }

.m-cover--content h1,
.m-cover--content p {
  color: #fff;
  margin: 0 0 5px; }

@media only screen and (min-width: 600px), print {
  .m-cover--content h1,
  .m-cover--content p {
    text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000; } }

.m-cover--content h1 {
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.57143em;
  margin-bottom: 0; }

@media only screen and (min-width: 480px), print {
  .m-cover--content h1 {
    font-size: 2.57143em; } }

.m-cover--content p {
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.28571em; }

@media only screen and (min-width: 480px), print {
  .m-cover--content p {
    font-size: 1.71429em; } }

.m-cover--event {
  margin-bottom: 20px; }

p.m-notification,
.m-notification {
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  display: block;
  margin-bottom: 40px;
  padding: 30px;
  position: relative; }

p.m-notification--big,
.m-notification--big {
  text-align: center; }

p.m-notification--big:before,
.m-notification--big:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 17px;
  height: 56px;
  background-position: 0px 0px; }

p.m-notification--big h2,
.m-notification--big h2 {
  margin-top: 30px; }

p.m-notification--big p,
.m-notification--big p {
  font-size: 1.14286em;
  margin: 0; }

p.m-notification--small,
.m-notification--small {
  border-color: gray;
  border-width: 2px;
  padding: 10px 50px;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 14px; }

p.m-notification--small:before,
.m-notification--small:before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-position: -161px 0px; }

p.m-notification--small p,
.m-notification--small p {
  font-size: 1.14286em;
  margin: 0; }

.m-collapse {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.m-collapse h2.collapsed:before {
  width: 11px;
  height: 11px;
  background-position: -224px -80px; }

.m-collapse h2 {
  background: #caba00;
  color: #fff;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  margin: 0;
  padding: 6px 20px 4px;
  position: relative;
  cursor: pointer; }

.m-collapse h2:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
  width: 11px;
  height: 11px;
  background-position: -224px -113px; }

.m-collapse h2 a {
  font-size: 24px; }

.m-collapse .m-collapse-content {
  border: 2px solid #caba00;
  background: #fff;
  border-top: 0;
  display: block;
  padding: 20px; }

.m-collapse .m-collapse-content p:last-child {
  margin: 0; }

a.nolink {
  color: #fff;
  text-decoration: none; }

.cke_editable a.nolink {
  color: #000; }

.m-collapse-content ul {
  float: left;
  width: 60%; }

.m-collapse-content h4 {
  text-align: left; }

.image-gallery {
  display: block;
  position: relative;
  padding: 0 15px;
  margin: 30px 0 50px; }

@media only screen and (min-width: 769px), print {
  .image-gallery {
    padding: 0 45px; } }

.image-gallery .slick-arrow {
  position: absolute;
  top: calc(50% - 10px);
  display: block;
  border: 0;
  font-size: 0;
  text-indent: -99999;
  outline: none; }

.image-gallery .slick-arrow.slick-prev {
  left: 0;
  border-color: #000;
  padding-left: 0;
  padding-right: 0; }

.image-gallery .slick-arrow.slick-prev:hover {
  border-color: #caba00; }

.image-gallery .slick-arrow.slick-next {
  right: 0;
  border-color: #000;
  padding-left: 0;
  padding-right: 0; }

.image-gallery .slick-arrow.slick-next:hover {
  border-color: #caba00; }

.image-gallery img {
  display: block;
  max-width: 100%;
  padding: 0 15px; }

.image-gallery:not(.slick-slider) {
  text-align: center; }

.image-gallery:not(.slick-slider) a {
  display: inline-block;
  max-width: 20%; }

.js-layer-close {
  color: #caba00 !important; }

.js-layer-close:hover, .js-layer-close:focus {
  color: gray !important; }

.mod-filter {
  position: relative; }

@media only screen and (min-width: 992px), print {
  .mod-filter {
    margin-bottom: 60px; } }

.mod-filter .m-event-search {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #caba00;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding: 17px 50px 15px 20px;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

@media only screen and (min-width: 992px), print {
  .mod-filter .js-sidebar-container {
    position: relative;
    width: 100%;
    display: block;
    overflow: visible;
    top: auto;
    height: auto;
    left: auto;
    background: none; }
  .mod-filter .js-sidebar-container .m-filter-submit {
    display: none; } }

.mod-filter .m-category-block {
  display: none; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-category-block {
    background: #fff;
    border: 1px solid #caba00;
    padding: 20px 20px 5px;
    margin: 0 0 20px;
    color: #000; } }

.mod-filter .m-category-block.active {
  display: block; }

@media only screen and (min-width: 992px), print {
  .mod-filter #additional {
    background: #fff;
    padding: 20px;
    display: block;
    margin-bottom: 20px; }
  .mod-filter #additional.active {
    display: block; } }

.mod-filter ul.m-categories {
  display: block;
  width: 100%;
  position: relative;
  list-style-type: none;
  padding: 46px 0 0;
  margin: 0 0 10px;
  border-bottom: 1px solid #fff; }

@media only screen and (min-width: 992px), print {
  .mod-filter ul.m-categories {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 20px 0;
    border: none; } }

.mod-filter ul.m-categories.active {
  margin: 0 0 10px; }

@media only screen and (min-width: 992px), print {
  .mod-filter ul.m-categories.active {
    margin: 20px 0; } }

.mod-filter ul.m-categories.active li {
  display: block; }

@media only screen and (min-width: 992px), print {
  .mod-filter ul.m-categories.active li {
    display: flex; } }

.mod-filter ul.m-categories.active li.active ~ .m-category,
.mod-filter ul.m-categories.active .m-category {
  display: block; }

.mod-filter ul.m-categories.active li.active ~ .m-category:before,
.mod-filter ul.m-categories.active .m-category:before {
  display: none; }

@media only screen and (min-width: 992px), print {
  .mod-filter ul.m-categories.active li.active ~ .m-category,
  .mod-filter ul.m-categories.active .m-category {
    display: none; } }

.mod-filter ul.m-categories li,
.mod-filter ul.m-categories .m-category,
.mod-filter ul.m-categories li.active ~ .m-category {
  display: none;
  position: relative;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  padding: 10px;
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase; }

@media only screen and (min-width: 992px), print {
  .mod-filter ul.m-categories li,
  .mod-filter ul.m-categories .m-category,
  .mod-filter ul.m-categories li.active ~ .m-category {
    color: #000;
    text-align: center;
    font-family: "TheSansBold", Verdana, sans-serif;
    letter-spacing: 0.025em;
    width: 150px;
    padding: 7px 10px;
    font-size: 14px;
    border: 1px solid #caba00;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #fff; }
  .mod-filter ul.m-categories li:hover, .mod-filter ul.m-categories li:focus,
  .mod-filter ul.m-categories .m-category:hover,
  .mod-filter ul.m-categories .m-category:focus,
  .mod-filter ul.m-categories li.active ~ .m-category:hover,
  .mod-filter ul.m-categories li.active ~ .m-category:focus {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    background: #caba00;
    font-size: 14px;
    width: 150px;
    color: #fff;
    cursor: pointer; } }

.mod-filter ul.m-categories li.active,
.mod-filter ul.m-categories .m-category {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  font-size: 20px;
  width: 100%;
  font-weight: normal;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-filter ul.m-categories li.active:before,
.mod-filter ul.m-categories .m-category:before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  right: 7px;
  width: 16px;
  height: 16px;
  background-position: -176px -201px; }

@media only screen and (min-width: 992px), print {
  .mod-filter ul.m-categories li.active,
  .mod-filter ul.m-categories .m-category {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    background: #caba00;
    font-size: 14px;
    width: 150px;
    padding: 7px 10px;
    font-weight: normal;
    font-family: "TheSansBold", Verdana, sans-serif;
    letter-spacing: 0.025em; }
  .mod-filter ul.m-categories li.active:before,
  .mod-filter ul.m-categories .m-category:before {
    display: none; } }

@media only screen and (min-width: 992px), print {
  .mod-filter ul.m-categories li.active ~ .m-category,
  .mod-filter ul.m-categories .m-category,
  .mod-filter ul.m-categories .m-category.active {
    display: none; } }

.mod-filter .m-open-filter {
  display: block;
  width: 100%;
  position: relative; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-open-filter {
    display: none; } }

.mod-filter .m-open-filter a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #caba00;
  color: #fff;
  background-color: #caba00;
  border-color: #caba00;
  text-transform: uppercase; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-open-filter a {
    font-family: "TheSansBold", Verdana, sans-serif;
    letter-spacing: 0.025em; } }

.mod-filter .m-open-filter a.hover, .mod-filter .m-open-filter a:hover {
  color: #caba00; }

.mod-filter .m-open-filter a.current, .mod-filter .m-open-filter a.act, .mod-filter .m-open-filter a.active, .mod-filter .m-open-filter a:active {
  color: #caba00; }

.mod-filter .m-open-filter a.hover, .mod-filter .m-open-filter a:hover {
  background-color: #fff; }

.mod-filter .m-open-filter a.current, .mod-filter .m-open-filter a.act, .mod-filter .m-open-filter a.active, .mod-filter .m-open-filter a:active {
  background-color: #fff; }

.mod-filter .m-open-filter a.focus, .mod-filter .m-open-filter a:focus {
  background-color: #fff; }

.mod-filter .m-open-filter a.hover, .mod-filter .m-open-filter a:hover {
  border-color: #caba00; }

.mod-filter .m-open-filter a.current, .mod-filter .m-open-filter a.act, .mod-filter .m-open-filter a.active, .mod-filter .m-open-filter a:active {
  border-color: #caba00; }

.mod-filter .m-open-filter a.focus, .mod-filter .m-open-filter a:focus {
  border-color: #caba00; }

.mod-filter .m-open-filter a:hover, .mod-filter .m-open-filter a:focus {
  background: #caba00;
  color: #000; }

.mod-filter .m-filter-submit {
  display: block;
  width: 100%;
  margin-top: 10px;
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #caba00;
  color: #fff;
  background-color: #caba00;
  border-color: #caba00;
  text-transform: uppercase; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-filter-submit {
    font-family: "TheSansBold", Verdana, sans-serif;
    letter-spacing: 0.025em; } }

.mod-filter .m-filter-submit.hover, .mod-filter .m-filter-submit:hover {
  color: #caba00; }

.mod-filter .m-filter-submit.current, .mod-filter .m-filter-submit.act, .mod-filter .m-filter-submit.active, .mod-filter .m-filter-submit:active {
  color: #caba00; }

.mod-filter .m-filter-submit.hover, .mod-filter .m-filter-submit:hover {
  background-color: #fff; }

.mod-filter .m-filter-submit.current, .mod-filter .m-filter-submit.act, .mod-filter .m-filter-submit.active, .mod-filter .m-filter-submit:active {
  background-color: #fff; }

.mod-filter .m-filter-submit.focus, .mod-filter .m-filter-submit:focus {
  background-color: #fff; }

.mod-filter .m-filter-submit.hover, .mod-filter .m-filter-submit:hover {
  border-color: #caba00; }

.mod-filter .m-filter-submit.current, .mod-filter .m-filter-submit.act, .mod-filter .m-filter-submit.active, .mod-filter .m-filter-submit:active {
  border-color: #caba00; }

.mod-filter .m-filter-submit.focus, .mod-filter .m-filter-submit:focus {
  border-color: #caba00; }

.mod-filter .m-filter-submit:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-position: -179px -182px; }

.mod-filter .m-filter-submit:hover, .mod-filter .m-filter-submit:focus {
  background: #caba00;
  color: #000; }

.mod-filter .m-filter-submit:focus {
  color: #000; }

.mod-filter .m-btn-additional {
  display: none; }

.mod-filter .m-btn-additional:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  border-color: #caba00; }

.mod-filter .m-btn-additional:hover:before, .mod-filter .m-btn-additional:focus:before {
  border-color: #caba00; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-btn-additional {
    display: block;
    text-transform: uppercase;
    color: #000;
    margin: 30px auto;
    width: 240px;
    position: relative;
    padding: 0 0 0 35px;
    font-family: "TheSansBold", Verdana, sans-serif;
    letter-spacing: 0.025em; }
  .mod-filter .m-btn-additional.active:before {
    width: 16px;
    height: 16px;
    background-position: -147px -182px; } }

.mod-filter .m-rooms {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid #fff;
  margin: 0 0 10px; }

.mod-filter .m-rooms:before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  right: 7px;
  pointer-events: none;
  width: 16px;
  height: 16px;
  background-position: -224px 0px; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-rooms {
    display: inline-block;
    border: 1px solid #d8d9da;
    padding: 0;
    margin: 20px 0 0;
    top: 3px;
    width: 240px; }
  .mod-filter .m-rooms:before {
    top: 11px;
    width: 16px;
    height: 16px;
    background-position: -51px -182px; } }

.mod-filter .m-rooms select {
  display: block;
  color: #fff;
  width: 100%;
  border: none;
  background: none;
  font-size: 20px;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.mod-filter .m-rooms select::-ms-expand {
  display: none; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-rooms select {
    width: 280px;
    display: inline-block;
    color: #000;
    font-size: 16px;
    min-width: 120px;
    text-transform: uppercase;
    padding: 9px 10px 8px;
    height: 38px; } }

.mod-filter .m-cal {
  display: inline-block;
  color: #fff;
  width: 240px;
  height: 40px;
  text-transform: uppercase;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  position: relative;
  margin: 10px 0;
  line-height: 3;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-filter .m-cal:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 19px;
  height: 19px;
  background-position: -133px -163px; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-cal {
    color: #000;
    margin: 20px 15px 0 0;
    font-family: "TheSansPlain", Verdana, sans-serif;
    letter-spacing: 0.025em; }
  .mod-filter .m-cal:before {
    width: 19px;
    height: 19px;
    background-position: -76px -163px; } }

.mod-filter .m-cal input {
  display: inline-block;
  height: 40px;
  width: 150px;
  margin-left: 10px;
  padding: 6px 10px;
  color: #000;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 16px;
  text-align: center;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-filter .m-cal input:focus {
  box-shadow: none; }

.mod-filter .m-datefields {
  display: block; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-datefields .m-cal,
  .mod-filter .m-datefields .m-rooms {
    margin-top: 0; } }

.mod-filter .m-checkboxes {
  display: block;
  width: auto;
  padding: 10px 10px 0;
  position: relative; }

.mod-filter .m-checkboxes.border {
  margin: 20px 0;
  border: 1px solid #fff; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-checkboxes.border {
    background: none;
    border: none;
    margin: 10px 0 0;
    width: auto;
    display: inline-block;
    float: right; }
  .mod-filter .m-checkboxes.border label {
    width: auto;
    min-width: auto;
    padding-right: 30px; } }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-checkboxes {
    padding: 0;
    margin-left: 15%; } }

.mod-filter .m-checkboxes input {
  position: absolute;
  opacity: 0; }

.mod-filter .m-checkboxes input:checked + label:after {
  width: 19px;
  height: 19px;
  background-position: -190px -163px; }

.mod-filter .m-checkboxes label {
  position: relative;
  display: block;
  float: left;
  padding: 0 10px 0 30px;
  margin: 0 0 10px;
  color: #fff;
  min-width: 50%;
  font-size: 16px;
  font-weight: normal;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-filter .m-checkboxes label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #caba00;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 0; }

.mod-filter .m-checkboxes label:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 1px; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-checkboxes label {
    width: 35%;
    min-width: 250px;
    color: #000; } }

.mod-filter .m-checkboxes label[for="volkshochschule"] {
  padding-right: 0; }

.mod-filter .m-checkboxes label[for="gratis"] {
  display: block; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-checkboxes label[for="gratis"] {
    display: none; } }

@media only screen and (min-width: 1250px), print {
  .mod-filter .m-checkboxes label[for="gratis"] {
    display: block; } }

.mod-filter .m-filter-count {
  display: none;
  width: 23px;
  height: 23px;
  padding: 4px 0 0 1px;
  border-radius: 50%;
  border: 2px solid #caba00;
  text-align: center;
  background: #fff;
  position: absolute;
  right: -8px;
  top: -8px;
  color: #caba00;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  font-family: Verdana, sans-serif; }

@media only screen and (min-width: 992px), print {
  .mod-filter .m-filter-count.active {
    display: block; } }

.mod-filter--home {
  display: block;
  margin: 50px 0; }

.mod-filter--home fieldset {
  display: none; }

@media only screen and (max-width: 991px), print {
  .mod-filter--home .m-categories {
    background: #caba00;
    text-align: center; } }

.mod-filter--home .m-categories li.active ~ .m-category:not(.active),
.mod-filter--home .m-categories.active li.active ~ .m-category:not(.active) {
  display: none; }

@media only screen and (max-width: 991px), print {
  .mod-filter--home .m-categories.active li {
    border-bottom: 1px solid #fff; } }

@media only screen and (max-width: 991px), print {
  .mod-filter--home .m-categories.active li.active:before {
    display: block; } }

@media only screen and (max-width: 991px), print {
  .mod-filter--home .m-categories li.active,
  .mod-filter--home .m-categories .m-category {
    padding-top: 15px;
    font-size: 16px;
    font-weight: normal;
    font-family: "TheSansPlain", Verdana, sans-serif;
    letter-spacing: 0.025em; } }

@media only screen and (max-width: 991px), print {
  .mod-filter--home .m-categories li.active:before,
  .mod-filter--home .m-categories .m-category:before {
    width: 16px;
    height: 16px;
    background-position: -96px -201px; } }

.mod-filter-list {
  display: block;
  position: relative;
  width: 100%; }

.mod-filter + .mod-filter-list {
  margin-top: 20px; }

@media only screen and (min-width: 992px), print {
  .mod-filter + .mod-filter-list {
    margin-top: -30px; } }

.mod-filter-list p {
  display: block;
  color: #caba00;
  font-size: 16px;
  margin: 0;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

@media only screen and (min-width: 992px), print {
  .mod-filter-list p {
    float: left; } }

.mod-filter-list a {
  display: inline-block;
  color: #caba00;
  position: relative;
  margin: 5px;
  float: left;
  padding: 0;
  text-transform: uppercase;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

@media only screen and (min-width: 992px), print {
  .mod-filter-list a {
    float: right;
    margin: 0; } }

.mod-filter-list a:before {
  content: "";
  top: 3px;
  margin-right: 7px;
  position: relative;
  width: 16px;
  height: 16px;
  background-position: -147px -182px; }

@media only screen and (min-width: 992px), print {
  .mod-filter-list a {
    margin: 0; } }

.m-category-block a.subgenre_checker {
  color: #caba00;
  display: inline-block;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  letter-spacing: 0.025em;
  padding: 0;
  position: relative;
  text-transform: uppercase; }

/*
.mod-filter.mod-filter--home {
  padding: 0 15px;

  @media only screen and (min-width: 992px), print {
    padding: 0;
  }

}
*/
h1 + .mod-event-list,
h2 + .mod-event-list,
h3 + .mod-event-list,
h4 + .mod-event-list,
h5 + .mod-event-list {
  margin-top: 0; }

.mod-event-list, .trefferliste {
  position: relative;
  display: block;
  margin: 20px 0; }

.mod-event-list h2, .trefferliste h2 {
  display: block;
  position: relative;
  margin: 20px auto;
  padding: 0 10px;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  width: 100%; }

@media screen and (min-width: 480px) {
  .mod-event-list h2, .trefferliste h2 {
    width: 320px; } }

.mod-event-list h2 a, .trefferliste h2 a {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0;
  top: 0; }

.mod-event-list h2 .m-prev,
.mod-event-list h2 .m-next, .trefferliste h2 .m-prev,
.trefferliste h2 .m-next {
  height: 60px; }

.mod-event-list h2 .m-prev:hover, .mod-event-list h2 .m-prev:focus,
.mod-event-list h2 .m-next:hover,
.mod-event-list h2 .m-next:focus, .trefferliste h2 .m-prev:hover, .trefferliste h2 .m-prev:focus,
.trefferliste h2 .m-next:hover,
.trefferliste h2 .m-next:focus {
  background-color: #caba00; }

.mod-event-list h2 .m-prev:hover:before, .mod-event-list h2 .m-prev:focus:before,
.mod-event-list h2 .m-next:hover:before,
.mod-event-list h2 .m-next:focus:before, .trefferliste h2 .m-prev:hover:before, .trefferliste h2 .m-prev:focus:before,
.trefferliste h2 .m-next:hover:before,
.trefferliste h2 .m-next:focus:before {
  border-color: #fff; }

.mod-event-list h2 .m-prev, .trefferliste h2 .m-prev {
  left: 0;
  padding: 23px 3px 20px 8px; }

.mod-event-list h2 .m-prev:before, .trefferliste h2 .m-prev:before {
  border-color: #caba00; }

.mod-event-list h2 .m-next, .trefferliste h2 .m-next {
  right: 0;
  padding: 23px 8px 20px 3px; }

.mod-event-list h2 .m-next:before, .trefferliste h2 .m-next:before {
  border-color: #caba00; }

.mod-event-list #veranstaltungen_show,
.mod-event-list #veranstaltungen_hide,
.mod-event-list #neuigkeiten_show,
.mod-event-list #neuigkeiten_hide,
.mod-event-list #navigation_edits_show,
.mod-event-list #navigation_edits_hide, .trefferliste #veranstaltungen_show,
.trefferliste #veranstaltungen_hide,
.trefferliste #neuigkeiten_show,
.trefferliste #neuigkeiten_hide,
.trefferliste #navigation_edits_show,
.trefferliste #navigation_edits_hide {
  padding: 10px 10px 0; }

.mod-event-list .m-events, .mod-event-list .eventList, .trefferliste .m-events, .trefferliste .eventList {
  display: block;
  position: relative;
  width: 100%; }

.mod-event-list .m-events tr, .mod-event-list .m-events tbody, .mod-event-list .eventList tr, .mod-event-list .eventList tbody, .trefferliste .m-events tr, .trefferliste .m-events tbody, .trefferliste .eventList tr, .trefferliste .eventList tbody {
  display: block;
  width: 100%;
  position: relative;
  padding: 0; }

.mod-event-list .m-events tr, .mod-event-list .eventList tr, .trefferliste .m-events tr, .trefferliste .eventList tr {
  padding: 0 1px;
  border-top: 1px solid #000; }

.mod-event-list .m-events tr:last-child, .mod-event-list .eventList tr:last-child, .trefferliste .m-events tr:last-child, .trefferliste .eventList tr:last-child {
  padding: 0 1px;
  border-bottom: 1px solid #000; }

.mod-event-list .m-events tr:hover, .mod-event-list .m-events tr:focus, .mod-event-list .m-events tr:focus-within, .mod-event-list .eventList tr:hover, .mod-event-list .eventList tr:focus, .mod-event-list .eventList tr:focus-within, .trefferliste .m-events tr:hover, .trefferliste .m-events tr:focus, .trefferliste .m-events tr:focus-within, .trefferliste .eventList tr:hover, .trefferliste .eventList tr:focus, .trefferliste .eventList tr:focus-within {
  border: 1px solid #caba00;
  background: #fff;
  padding: 0; }

.mod-event-list .m-events tr:hover + tr,
.mod-event-list .m-events tr:focus + tr, .mod-event-list .eventList tr:hover + tr,
.mod-event-list .eventList tr:focus + tr, .trefferliste .m-events tr:hover + tr,
.trefferliste .m-events tr:focus + tr, .trefferliste .eventList tr:hover + tr,
.trefferliste .eventList tr:focus + tr {
  border-top: 0; }

.mod-event-list .m-events tr td, .mod-event-list .eventList tr td, .trefferliste .m-events tr td, .trefferliste .eventList tr td {
  position: relative;
  display: block;
  width: 100%; }

@media only screen and (min-width: 992px), print {
  .mod-event-list .m-events tr td, .mod-event-list .eventList tr td, .trefferliste .m-events tr td, .trefferliste .eventList tr td {
    display: table; } }

.mod-event-list .m-events tr td a, .mod-event-list .eventList tr td a, .trefferliste .m-events tr td a, .trefferliste .eventList tr td a {
  display: block;
  width: 100%;
  position: relative;
  padding: 15px 50px 15px 5px;
  text-decoration: none; }

.mod-event-list .m-events tr td a:focus .m-date, .mod-event-list .eventList tr td a:focus .m-date, .trefferliste .m-events tr td a:focus .m-date, .trefferliste .eventList tr td a:focus .m-date {
  text-decoration: underline; }

.mod-event-list .m-events tr td a:focus .m-more, .mod-event-list .eventList tr td a:focus .m-more, .trefferliste .m-events tr td a:focus .m-more, .trefferliste .eventList tr td a:focus .m-more {
  right: 5px;
  border-color: #caba00; }

.mod-event-list .m-events tr td a:focus .m-warning, .mod-event-list .eventList tr td a:focus .m-warning, .trefferliste .m-events tr td a:focus .m-warning, .trefferliste .eventList tr td a:focus .m-warning {
  right: 5px; }

.mod-event-list .m-events tr td a:focus .m-time, .mod-event-list .eventList tr td a:focus .m-time, .trefferliste .m-events tr td a:focus .m-time, .trefferliste .eventList tr td a:focus .m-time {
  color: #caba00;
  text-decoration: underline; }

.mod-event-list .m-events tr td a:focus .m-location, .mod-event-list .eventList tr td a:focus .m-location, .trefferliste .m-events tr td a:focus .m-location, .trefferliste .eventList tr td a:focus .m-location {
  color: #caba00;
  text-decoration: underline; }

.mod-event-list .m-events tr td a:focus .m-name, .mod-event-list .eventList tr td a:focus .m-name, .trefferliste .m-events tr td a:focus .m-name, .trefferliste .eventList tr td a:focus .m-name {
  text-decoration: underline; }

.mod-event-list .m-events tr td a:focus .m-genre, .mod-event-list .eventList tr td a:focus .m-genre, .trefferliste .m-events tr td a:focus .m-genre, .trefferliste .eventList tr td a:focus .m-genre {
  text-decoration: underline; }

@media only screen and (min-width: 992px), print {
  .mod-event-list .m-events tr td a, .mod-event-list .eventList tr td a, .trefferliste .m-events tr td a, .trefferliste .eventList tr td a {
    display: table-row;
    padding: 0;
    margin: 0;
    vertical-align: middle; }
  .mod-event-list .m-events tr td a:hover, .mod-event-list .m-events tr td a:focus, .mod-event-list .eventList tr td a:hover, .mod-event-list .eventList tr td a:focus, .trefferliste .m-events tr td a:hover, .trefferliste .m-events tr td a:focus, .trefferliste .eventList tr td a:hover, .trefferliste .eventList tr td a:focus {
    padding: 0; }
  .mod-event-list .m-events tr td a:hover .m-more, .mod-event-list .m-events tr td a:focus .m-more, .mod-event-list .eventList tr td a:hover .m-more, .mod-event-list .eventList tr td a:focus .m-more, .trefferliste .m-events tr td a:hover .m-more, .trefferliste .m-events tr td a:focus .m-more, .trefferliste .eventList tr td a:hover .m-more, .trefferliste .eventList tr td a:focus .m-more {
    right: 15px; }
  .mod-event-list .m-events tr td a:hover .m-warning, .mod-event-list .m-events tr td a:focus .m-warning, .mod-event-list .eventList tr td a:hover .m-warning, .mod-event-list .eventList tr td a:focus .m-warning, .trefferliste .m-events tr td a:hover .m-warning, .trefferliste .m-events tr td a:focus .m-warning, .trefferliste .eventList tr td a:hover .m-warning, .trefferliste .eventList tr td a:focus .m-warning {
    right: auto; }
  .mod-event-list .m-events tr td a:hover .m-info, .mod-event-list .m-events tr td a:focus .m-info, .mod-event-list .eventList tr td a:hover .m-info, .mod-event-list .eventList tr td a:focus .m-info, .trefferliste .m-events tr td a:hover .m-info, .trefferliste .m-events tr td a:focus .m-info, .trefferliste .eventList tr td a:hover .m-info, .trefferliste .eventList tr td a:focus .m-info {
    padding-left: 20px; } }

.mod-event-list .m-events tr td a span, .mod-event-list .eventList tr td a span, .trefferliste .m-events tr td a span, .trefferliste .eventList tr td a span {
  display: block;
  width: 100%;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-event-list .m-events .m-date, .mod-event-list .eventList .m-date, .trefferliste .m-events .m-date, .trefferliste .eventList .m-date {
  color: #000; }

.mod-event-list .m-events .m-name, .mod-event-list .eventList .m-name, .trefferliste .m-events .m-name, .trefferliste .eventList .m-name {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  padding: 10px 0;
  margin: 0; }

@media only screen and (min-width: 992px), print {
  .mod-event-list .m-events .m-name, .mod-event-list .eventList .m-name, .trefferliste .m-events .m-name, .trefferliste .eventList .m-name {
    display: table-cell;
    font-size: 18px;
    padding: 15px 20px;
    width: 420px;
    vertical-align: middle; } }

@media only screen and (min-width: 1250px), print {
  .mod-event-list .m-events .m-name, .mod-event-list .eventList .m-name, .trefferliste .m-events .m-name, .trefferliste .eventList .m-name {
    width: 600px; } }

.mod-event-list .m-events .m-genre, .mod-event-list .eventList .m-genre, .trefferliste .m-events .m-genre, .trefferliste .eventList .m-genre {
  color: #caba00; }

@media only screen and (min-width: 992px), print {
  .mod-event-list .m-events .m-genre, .mod-event-list .eventList .m-genre, .trefferliste .m-events .m-genre, .trefferliste .eventList .m-genre {
    display: table-cell;
    padding: 15px 41px 15px 20px;
    width: auto;
    vertical-align: middle; } }

.mod-event-list .m-events .m-more, .mod-event-list .eventList .m-more, .trefferliste .m-events .m-more, .trefferliste .eventList .m-more {
  position: absolute;
  right: 5px;
  bottom: 20px;
  border-color: #000; }

@media only screen and (min-width: 992px), print {
  .mod-event-list .m-events .m-more, .mod-event-list .eventList .m-more, .trefferliste .m-events .m-more, .trefferliste .eventList .m-more {
    right: 15px; } }

.mod-event-list .m-events .m-warning, .mod-event-list .eventList .m-warning, .trefferliste .m-events .m-warning, .trefferliste .eventList .m-warning {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 32px;
  height: 32px;
  background-position: -161px 0px; }

@media only screen and (min-width: 992px), print {
  .mod-event-list .m-events .m-warning, .mod-event-list .eventList .m-warning, .trefferliste .m-events .m-warning, .trefferliste .eventList .m-warning {
    display: inline-block;
    right: auto;
    top: 50%;
    left: 260px;
    transform: translateY(-50%); } }

@media only screen and (min-width: 992px), print {
  .mod-event-list .m-events .m-info, .mod-event-list .eventList .m-info, .trefferliste .m-events .m-info, .trefferliste .eventList .m-info {
    display: table-cell;
    padding: 15px 20px;
    width: 280px;
    vertical-align: middle; } }

.mod-events-genres {
  color: #caba00;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-event-info {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px;
  text-align: center; }

.mod-event-info > time {
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 24px;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-event-info h2 {
  color: #caba00;
  margin: 0;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-event-info p {
  margin: 0;
  font-size: 20px; }

.trefferliste h2 {
  width: 100%; }

.trefferliste h2 + p {
  text-align: center; }

#nav-sticky .mod-events-small {
  display: block;
  position: relative; }

#nav-sticky .mod-events-small .m-filter {
  display: block;
  width: 160px;
  position: relative;
  margin: 30px auto;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 14px;
  border-radius: 1px; }

#nav-sticky .mod-events-small .m-filter:hover, #nav-sticky .mod-events-small .m-filter:focus {
  text-decoration: none;
  background: #caba00;
  border-color: #caba00;
  color: #fff; }

@media only screen and (min-width: 769px), print {
  #nav-sticky .mod-events-small .m-filter {
    margin: 40px 0 0; } }

#nav-sticky .mod-events-small .m-nav a {
  position: absolute;
  top: 50%; }

@media only screen and (min-width: 769px), print {
  #nav-sticky .mod-events-small .m-nav a {
    display: inline-block;
    top: auto;
    position: relative; } }

#nav-sticky .mod-events-small .m-nav .m-prev {
  left: 5px;
  top: 5px;
  z-index: 99;
  border-color: #fff;
  display: inline-block;
  transform: rotate(45deg) translateY(-2px); }

#nav-sticky .mod-events-small .m-nav .m-next {
  right: 5px;
  top: 5px;
  z-index: 99;
  border-color: #fff;
  display: inline-block;
  transform: rotate(45deg) translateY(-2px); }

#nav-sticky .mod-events-small .m-nav span {
  display: block;
  text-align: center;
  position: relative;
  color: #fff; }

@media only screen and (min-width: 769px), print {
  #nav-sticky .mod-events-small .m-nav span {
    display: inline-block;
    margin: 0 30px; } }

@media only screen and (min-width: 769px), print {
  #nav-sticky .mod-events-small .m-nav {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 0; } }

#nav-sticky .mod-events-small .m-slider {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  width: 90%;
  margin-top: 15px; }

@media only screen and (min-width: 769px), print {
  #nav-sticky .mod-events-small .m-slider {
    width: 100%;
    margin-top: 0; } }

#nav-sticky .mod-events-small .m-slider ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0; }

#nav-sticky .mod-events-small .m-slider ul li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left; }

@media only screen and (min-width: 992px), print {
  #nav-sticky .mod-events-small .m-slider ul li {
    padding: 15px 5px; } }

#nav-sticky .mod-events-small .m-slider ul li:before {
  display: none; }

#nav-sticky .mod-events-small .m-slider ul li ul {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }

#nav-sticky .mod-events-small .m-slider ul li ul li {
  float: none;
  padding: 10px 5px;
  border-bottom: 1px solid #fff; }

#nav-sticky .mod-events-small .m-slider a {
  padding: 0 110px 0 0;
  margin: 0;
  display: block; }

#nav-sticky .mod-events-small .m-slider a p {
  display: inline; }

#nav-sticky .mod-events-small .m-slider a p:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 4px;
  right: -20px;
  border-color: #caba00; }

#nav-sticky .mod-events-small .m-slider a:focus,
#nav-sticky .mod-events-small .m-slider a:hover {
  color: #fff; }

#nav-sticky .mod-events-small .m-slider a:focus p:after,
#nav-sticky .mod-events-small .m-slider a:hover p:after {
  border-color: #fff; }

#nav-sticky .mod-events-small .m-slider a:before {
  display: none; }

#nav-sticky .mod-events-small .m-slider .m-date {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 1.2; }

#nav-sticky .mod-events-small .m-slider p {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 1.2; }

#nav-sticky .mod-events-small .m-slider .m-cat {
  display: none;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
  bottom: 2px;
  right: 0; }

@media only screen and (min-width: 769px), print {
  #nav-sticky .mod-events-small .m-slider .m-cat {
    display: block; } }

#nav-sticky .mod-events-small .m-warning {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 10px;
  width: 16px;
  height: 16px;
  background-position: -83px -182px; }

div.mod-event-list.va-reihe h2 {
  width: 100%; }

div.content-box div.m-notification.m-notification--big {
  float: left; }

.m-warning.icon-info {
  float: left;
  margin: 10px 10px 0 0;
  width: 31px;
  height: 31px;
  background-position: -124px -132px; }

.m-warning.icon-info-red {
  float: left;
  margin: -4px 10px 0 0;
  width: 32px;
  height: 32px;
  background-position: -161px 0px; }

.mod-slider {
  display: block;
  width: 100%;
  height: 400px;
  padding: 0;
  margin: 0 -15px 0 0;
  position: relative;
  /*
    .m-slides li.active figcaption {
      opacity:1;
    }*/ }

@media only screen and (max-width: 769px), print {
  .mod-slider {
    height: auto; } }

@media only screen and (min-width: 769px), print {
  .mod-slider {
    margin: 0 auto; } }

@media only screen and (min-width: 992px), print {
  .mod-slider {
    width: 970px; } }

@media only screen and (min-width: 1250px), print {
  .mod-slider {
    width: 1210px;
    height: 500px; } }

.mod-slider .m-slides-wrapper {
  display: block;
  width: 100%;
  position: relative; }

@media only screen and (max-width: 769px), print {
  .mod-slider .m-slides-wrapper {
    left: auto !important; } }

@media only screen and (min-width: 769px), print {
  .mod-slider .m-slides-wrapper {
    position: absolute;
    height: 500px;
    top: 0;
    left: -100%; } }

.mod-slider .m-slides {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  overflow: hidden; }

@media only screen and (min-width: 769px), print {
  .mod-slider .m-slides {
    width: 1100%; } }

.mod-slider .m-slides li {
  position: relative;
  float: left;
  opacity: 0.5;
  display: none;
  width: 100vw;
  height: auto;
  /*&.active {
      opacity: 1;
    }*/ }

@media only screen and (min-width: 769px), print {
  .mod-slider .m-slides li {
    width: calc(100% / 11); } }

@media only screen and (min-width: 992px), print {
  .mod-slider .m-slides li {
    max-width: 970px;
    height: 400px; } }

@media only screen and (min-width: 1250px), print {
  .mod-slider .m-slides li {
    max-width: 1210px;
    height: 500px; } }

@media only screen and (min-width: 769px), print {
  .mod-slider .m-slides li {
    display: block; } }

.mod-slider .m-slides li.mobile:not(.active) {
  display: block;
  float: none;
  opacity: 1; }

@media only screen and (min-width: 769px), print {
  .mod-slider .m-slides li.mobile:not(.active) {
    position: relative;
    float: left;
    opacity: 0.5;
    display: block; } }

@media only screen and (max-width: 769px), print {
  .mod-slider .m-slides li.mobile {
    opacity: 1 !important;
    display: block;
    border-bottom: 1px solid #fff;
    overflow: hidden; } }

.mod-slider .m-slides li figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background-image: -o-linear-gradient(top, transparent 0%, black 100%);
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 18px;
  line-height: 1.2;
  padding: 15px; }

@media only screen and (max-width: 769px), print {
  .mod-slider .m-slides li figcaption {
    opacity: 1 !important; } }

@media only screen and (min-width: 480px), print {
  .mod-slider .m-slides li figcaption {
    font-size: 22px;
    line-height: 1.4;
    padding: 20px; } }

@media only screen and (min-width: 769px), print {
  .mod-slider .m-slides li figcaption {
    opacity: 0;
    font-size: 32px;
    padding: 35px 400px 35px 35px; } }

.mod-slider .m-slides li figcaption span {
  display: block;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px; }

@media only screen and (min-width: 480px), print {
  .mod-slider .m-slides li figcaption span {
    font-size: 18px; } }

@media only screen and (min-width: 769px), print {
  .mod-slider .m-slides li figcaption span {
    font-size: 24px; } }

@media only screen and (min-width: 992px), print {
  .mod-slider .m-slides li figcaption span {
    display: none; } }

.mod-slider .m-slides li img {
  width: 100%; }

.mod-slider a:focus {
  outline: none; }

.mod-slider .m-aside {
  display: none;
  width: 390px;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9); }

@media only screen and (min-width: 992px), print {
  .mod-slider .m-aside {
    display: block; } }

.mod-slider .m-aside ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  height: 100%; }

.mod-slider .m-aside ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  margin: 0;
  height: 20%;
  vertical-align: middle;
  cursor: pointer; }

@media only screen and (min-width: 1250px), print {
  .mod-slider .m-aside ul li {
    padding: 15px; } }

.mod-slider .m-aside ul li p {
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.mod-slider .m-aside ul li p span {
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  line-height: 1.2;
  color: #000; }

.mod-slider .m-aside ul li.active,
.mod-slider .m-aside ul li:hover,
.mod-slider .m-aside ul li:focus {
  background: #000; }

.mod-slider .m-aside ul li.active p,
.mod-slider .m-aside ul li:hover p,
.mod-slider .m-aside ul li:focus p {
  color: #caba00; }

.mod-slider .m-aside ul li.active span,
.mod-slider .m-aside ul li:hover span,
.mod-slider .m-aside ul li:focus span {
  color: #fff; }

.mod-teaser {
  position: relative;
  display: block;
  margin: 0 0 50px;
  padding: 0; }

.mod-teaser .row {
  display: flex;
  flex-wrap: wrap; }

.mod-teaser .row > div[class^=col] {
  display: flex; }

@media only screen and (max-width: 600px), print {
  .mod-teaser .row > div[class^=col] {
    width: 100%; } }

@media only screen and (min-width: 992px), print {
  .mod-teaser .row > div[class^=col] {
    width: 33.3%; } }

.mod-teaser .m-teaser {
  display: block;
  position: relative;
  margin: 0 0 50px;
  padding: 0;
  text-decoration: none; }

.mod-teaser .m-teaser p {
  display: block;
  margin: 10px 0;
  padding: 0 15px;
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 24px;
  line-height: 26px;
  color: #000; }

.mod-teaser .m-teaser p + p {
  font-size: 14px;
  line-height: 1.8;
  color: #caba00;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-teaser .m-teaser time {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  color: #caba00;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 20px; }

.mod-teaser .m-raum {
  display: inline-block;
  padding-top: 5px;
  color: #caba00;
  text-transform: uppercase;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 20px; }

.mod-teaser .m-teasertext {
  line-height: 18px;
  color: #caba00;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 20px; }

.mod-teaser .m-raum:after,
.mod-teaser .m-teasertext:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 5px;
  border-color: #caba00; }

.mod-teaser .m-teaser:hover time,
.mod-teaser .m-teaser:hover .m-raum,
.mod-teaser .m-teaser:hover .m-teasertext, .mod-teaser .m-teaser:focus time,
.mod-teaser .m-teaser:focus .m-raum,
.mod-teaser .m-teaser:focus .m-teasertext {
  color: #000; }

.mod-teaser .m-teaser:hover .m-raum:after,
.mod-teaser .m-teaser:hover .m-teasertext:after, .mod-teaser .m-teaser:focus .m-raum:after,
.mod-teaser .m-teaser:focus .m-teasertext:after {
  border-color: #000; }

.mod-teaser .m-teaser .m-cat {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  color: #caba00;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-size: 16px; }

.mod-teaser .m-teaser img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }

.mod-teaser .btn--more {
  display: block;
  width: 260px;
  margin: 0 auto 0;
  text-transform: uppercase;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-teaser-backstage {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }

.mod-teaser-backstage .row .col-xs-6 {
  width: 100%; }

@media only screen and (min-width: 480px), print {
  .mod-teaser-backstage .row .col-xs-6 {
    width: 50%; } }

@media only screen and (min-width: 1250px), print {
  .mod-teaser-backstage .row .col-xs-6 {
    width: 33.33333%; } }

.mod-teaser-backstage a {
  display: block;
  position: relative;
  margin: 0 0 30px;
  padding: 0; }

.mod-teaser-backstage a:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  transition: all .5s;
  z-index: 10; }

@media only screen and (min-width: 992px), print {
  .mod-teaser-backstage a:before {
    opacity: 0; } }

.mod-teaser-backstage a:focus,
.mod-teaser-backstage a:hover {
  text-decoration: none; }

.mod-teaser-backstage img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 5; }

.mod-teaser-backstage p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  min-height: 46px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .5s;
  z-index: 15;
  color: #caba00;
  text-align: center;
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 5px;
  will-change: transform; }

@media only screen and (min-width: 992px), print {
  .mod-teaser-backstage p {
    opacity: 1;
    top: 86%;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px; } }

.mod-teaser-backstage p strong {
  font-weight: normal; }

.mod-teaser-backstage time {
  display: block;
  color: #fff;
  font-family: "TheSansLight", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px; }

.mod-teaser-backstage a:hover:before,
.mod-teaser-backstage a:hover p,
.mod-teaser-backstage a:focus:before,
.mod-teaser-backstage a:focus p {
  opacity: 1; }

.mod-teaser-news {
  position: relative;
  display: block;
  margin: 15px 0;
  padding: 0; }

.mod-teaser-news a {
  display: block;
  position: relative;
  padding: 20px 5px 20px 0;
  border-bottom: 1px solid #000;
  text-decoration: none; }

.mod-teaser-news a:first-child {
  border-top: 1px solid #000; }

.mod-teaser-news a:focus,
.mod-teaser-news a:hover {
  text-decoration: none; }

.mod-teaser-news a p {
  display: block;
  position: relative;
  color: #000;
  margin: 0;
  padding: 0 20px 0 0;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.mod-teaser-news a p strong {
  display: block;
  position: relative;
  color: #000;
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  font-weight: normal; }

.mod-teaser-news a:hover p,
.mod-teaser-news a:hover p strong,
.mod-teaser-news a:focus p,
.mod-teaser-news a:focus p strong,
.mod-teaser-news a:focus-within p,
.mod-teaser-news a:focus-within p strong {
  color: #caba00; }

.mod-teaser-news a p:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 5px;
  border-color: #000; }

.mod-teaser-news a:hover p:after,
.mod-teaser-news a:focus p:after,
.mod-teaser-news a:focus-within p:after {
  border-color: #caba00; }

.content h2.teaser-headline {
  margin: 20px 0 15px; }

ul.nav-news {
  display: block;
  padding: 0;
  margin: 50px auto;
  border: none;
  width: 100%;
  position: relative;
  list-style-type: none; }

@media only screen and (min-width: 769px), print {
  ul.nav-news {
    display: flex;
    justify-content: space-between; } }

ul.nav-news li {
  display: block;
  text-align: center;
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  padding: 0;
  align-items: center;
  position: relative;
  margin: 0 2% 36px;
  float: left;
  width: 46%; }

ul.nav-news li a {
  padding: 15px 10px;
  text-decoration: none;
  color: #000;
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 14px;
  border: 1px solid #caba00;
  background: #fff;
  line-height: 1.3;
  text-transform: uppercase; }

ul.nav-news li a:hover, ul.nav-news li a:focus {
  background: #caba00;
  color: #fff;
  cursor: pointer; }

@media only screen and (min-width: 769px), print {
  ul.nav-news li a {
    width: 150px; } }

@media only screen and (min-width: 769px), print {
  ul.nav-news li {
    display: flex;
    justify-content: center;
    margin: 0 0.5% 8px;
    width: auto; } }

ul.nav-news li.active a {
  background: #caba00;
  color: #fff;
  cursor: pointer; }

#searchResult.nav-news {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

#searchResult.nav-news li {
  width: 250px;
  float: none;
  display: block;
  margin: 0 auto 20px; }

@media only screen and (min-width: 769px), print {
  #searchResult.nav-news li {
    display: inline-block;
    margin: 0 10px 20px; } }

#searchResult.nav-news li a {
  min-width: 200px;
  padding: 20px 10px; }

@media only screen and (min-width: 769px), print {
  #searchResult.nav-news li a {
    width: 250px; } }

ul.mod-news-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.mod-news-list li {
  display: block;
  position: relative;
  width: 100%; }

ul.mod-news-list li:first-child {
  border-top: 1px solid #000; }

ul.mod-news-list li:focus a strong {
  text-decoration: underline; }

ul.mod-news-list li:focus a p,
ul.mod-news-list li:focus a p em,
ul.mod-news-list li:focus a span {
  text-decoration: underline; }

ul.mod-news-list a {
  color: #000;
  text-decoration: none; }

ul.mod-news-list a:focus strong {
  text-decoration: underline; }

ul.mod-news-list a:focus p,
ul.mod-news-list a:focus p em,
ul.mod-news-list a:focus span {
  text-decoration: underline; }

ul.mod-news-list .m-cat {
  color: #caba00; }

ul.mod-news-list strong {
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  display: block;
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px; }

@media only screen and (min-width: 769px), print {
  ul.mod-news-list strong {
    font-size: 22px; } }

ul.mod-news-list img {
  display: block;
  position: relative;
  max-width: 100%;
  margin-bottom: 10px; }

@media only screen and (min-width: 480px), print {
  ul.mod-news-list img {
    float: left;
    margin-right: 20px; } }

@media only screen and (min-width: 992px), print {
  ul.mod-news-list img {
    max-width: 33.3333%; } }

ul.mod-news-list p {
  margin: 0; }

ul.mod-news-list p em {
  font-style: normal;
  color: #cd1e3d; }

ul.mod-news-list .m-more {
  position: absolute;
  right: 10px;
  bottom: 15px;
  border-color: #000; }

ul.mod-news-list li:hover .m-more,
ul.mod-news-list li:focus .m-more {
  border-color: #caba00; }

ul.mod-news-list a:focus .m-more {
  border-color: #caba00; }

ul.mod-news-list .m-warning {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0;
  width: 32px;
  height: 32px;
  background-position: -161px 0px; }

@media only screen and (min-width: 992px), print {
  ul.mod-news-list .m-warning {
    right: 15px; } }

ul.mod-news-list li:hover .m-warning,
ul.mod-news-list li:focus .m-warning {
  right: 4px; }

@media only screen and (min-width: 992px), print {
  ul.mod-news-list li:hover .m-warning,
  ul.mod-news-list li:focus .m-warning {
    right: 14px; } }

ul.mod-news-list:not(.press) a {
  display: block;
  position: relative;
  color: #000;
  padding: 20px;
  text-decoration: none;
  border: 1px solid transparent;
  border-bottom-color: #000; }

@media only screen and (min-width: 480px), print {
  ul.mod-news-list:not(.press) a {
    padding: 20px 50px 20px 20px; } }

ul.mod-news-list:not(.press) a:hover, ul.mod-news-list:not(.press) a:focus {
  background: #fff;
  border-color: #caba00;
  text-decoration: none; }

ul.mod-news-list.press li {
  display: flex;
  position: relative;
  color: #000;
  padding: 20px;
  text-decoration: none;
  border: 1px solid transparent;
  border-bottom-color: #000; }

ul.mod-news-list.press li:first-child {
  border-top: 1px solid #000; }

@media only screen and (min-width: 480px), print {
  ul.mod-news-list.press li {
    padding: 20px 50px 20px 20px; } }

ul.mod-news-list.press li:hover {
  background: #fff;
  border-color: #caba00;
  text-decoration: none; }

ul.mod-news-list.press li .press-download-image {
  display: block;
  width: calc(100% / 3); }

@media only screen and (min-width: 480px), print {
  ul.mod-news-list.press li .press-download-image {
    padding-right: 20px; } }

ul.mod-news-list.press li .press-download-image img {
  width: 100%;
  max-width: 100%;
  margin: 0; }

ul.mod-news-list.press li .press-content {
  width: calc(100% / 3 * 2); }

ul.mod-news-list.press li .press-date {
  font-family: 'TheSansPlain', Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px; }

ul.mod-news-list.press li img {
  width: 100%;
  margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  ul.mod-news-list.press li img {
    margin-bottom: 10px; } }

ul.mod-news-list.press li .press-download-link {
  display: inline-block;
  margin: 10px 0 0;
  color: #caba00;
  text-transform: uppercase; }

ul.mod-news-list.press li .press-download-link:before {
  width: 16px;
  height: 20px;
  background-position: -96px -76px; }

ul.mod-news-list.press li .press-download-link:before {
  content: "";
  margin-right: 10px;
  margin-bottom: -3px; }

ul.mod-news-list.press li .press-download-link:hover {
  text-decoration: underline; }

ul.mod-news-list.press li .press-download-link + p {
  display: inline; }

p.mod-news-empty {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  position: relative;
  margin: 50px 0; }

@media only screen and (max-width: 1249px), print {
  html.layer-open {
    height: 100%;
    overflow: hidden; } }

@media only screen and (max-width: 991px), print {
  body.layer-open {
    position: relative;
    overflow: hidden;
    height: 100%; } }

@media only screen and (max-width: 991px), print {
  body.layer-open header, body.layer-open header .container-logo {
    position: relative;
    z-index: 1120;
    background: #fff; } }

@media only screen and (min-width: 769px), print {
  body.layer-open header, body.layer-open header .container-logo {
    position: relative;
    z-index: 1120;
    background: #fff;
    width: auto; } }

#offCanvas {
  position: fixed;
  z-index: 1100;
  top: 0;
  bottom: 0;
  left: 100%;
  display: block;
  width: 100%;
  padding: 145px 20px 30px;
  transition: left .5s;
  background: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  overflow-y: auto;
  /*@media only screen and (min-width: 992px), print{

        width: $container-md;

    }*/ }

#offCanvas.active {
  left: 0; }

@media only screen and (min-width: 769px), print {
  #offCanvas {
    padding-top: 170px; } }

@media only screen and (min-width: 1250px), print {
  #offCanvas {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: 1210px;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    background: none;
    height: auto; } }

#offCanvas .wrapper {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 150px;
  margin-bottom: 115px; }

@media only screen and (min-width: 769px), print {
  #offCanvas .wrapper {
    margin-bottom: 140px; } }

@media only screen and (min-width: 992px), print {
  #offCanvas .wrapper {
    margin-bottom: 140px; } }

@media only screen and (min-width: 1250px), print {
  #offCanvas .wrapper {
    padding: 0;
    margin: 0; } }

#toggleOffcanvas {
  position: absolute;
  top: 25px;
  right: 30px;
  display: block;
  border: none;
  outline-style: none;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 34px;
  height: 28px;
  background-position: 0px -104px; }

#toggleOffcanvas.active {
  width: 27.88px;
  height: 27.87px;
  background-position: -193px -89.87px; }

@media only screen and (min-width: 769px), print {
  #toggleOffcanvas {
    top: 35px; } }

.js-sidebar-container {
  position: fixed;
  z-index: 1070;
  top: 0;
  bottom: 0;
  left: 100%;
  display: block;
  width: 100%;
  padding: 145px 20px 30px;
  transition: left .5s;
  background: black;
  overflow-x: hidden;
  overflow-y: auto; }

.js-sidebar-container.active {
  left: 0; }

@media only screen and (min-width: 769px), print {
  .js-sidebar-container {
    padding-top: 170px; } }

@media only screen and (min-width: 1250px), print {
  .js-sidebar-container {
    position: fixed;
    top: 246px;
    bottom: auto;
    height: 500px;
    left: 100%;
    width: 100%;
    margin: 0;
    padding: 0; } }

.js-sidebar-container .container {
  display: block;
  width: 100%;
  padding: 0 10px 0 0; }

@media only screen and (min-width: 769px), print {
  .js-sidebar-container .container {
    padding: 0 100px 0 0; } }

@media only screen and (min-width: 1250px), print {
  .js-sidebar-container .container {
    padding: 0;
    width: 970px; } }

.js-sidebar-container h2 {
  color: #fff;
  display: block;
  padding: 0 30px 20px;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.42857rem; }

.js-sidebar-container p {
  color: #fff;
  display: block;
  padding: 10px 30px 20px;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1rem; }

.js-sidebar-container a {
  color: #fff; }

.js-sidebar-container a:hover, .js-sidebar-container a:focus {
  color: #caba00; }

.close-sidebar-btn {
  position: absolute;
  top: 10px;
  border: none;
  z-index: 9999;
  width: 27.88px;
  height: 27.87px;
  background-position: -193px -62px; }

.close-sidebar-btn:hover, .close-sidebar-btn:focus {
  width: 27.88px;
  height: 27.87px;
  background-position: -193px -89.87px; }

.formular {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 700px; }

.formular .loader {
  display: none;
  position: absolute;
  right: 2px;
  top: 2px;
  background: white url("/includes/relaunch2016/images/ajax-loader.gif");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 8px 8px; }

.formular .loader.visible {
  display: block; }

.formular .formRow {
  display: block;
  position: relative;
  margin: 0 0 15px; }

.formular .formRow.invisible {
  margin: 0;
  height: 0;
  overflow: hidden; }

.formular .formRow label {
  display: block;
  float: left;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  width: 100%; }

@media only screen and (min-width: 769px), print {
  .formular .formRow label {
    width: 50%; } }

.formular .formRow .innerFormRow {
  display: block;
  position: relative; }

.formular .formRow .innerFormRow label {
  display: inline-block;
  position: relative;
  float: none;
  width: auto;
  margin: 0 20px 0 0; }

.formular .formRow .innerFormRow label input {
  display: inline-block;
  position: relative;
  float: none;
  width: auto;
  margin-right: 10px; }

.formular .formRow input[type=text],
.formular .formRow textarea {
  display: block;
  border: 1px solid #caba00;
  border-radius: 2px;
  padding: 5px 10px;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  min-width: 300px;
  margin: 0;
  width: 100%; }

@media only screen and (min-width: 769px), print {
  .formular .formRow input[type=text],
  .formular .formRow textarea {
    width: 50%; } }

.formular .formRow input[type=text].textMarginLeft,
.formular .formRow textarea.textMarginLeft {
  margin-top: 5px; }

@media only screen and (min-width: 769px), print {
  .formular .formRow input[type=text].textMarginLeft,
  .formular .formRow textarea.textMarginLeft {
    margin-left: 50%; } }

.formular .formRow input[type=text].char-2,
.formular .formRow textarea.char-2 {
  display: inline-block;
  width: 50px;
  min-width: 30px; }

.formular .formRow input[type=text].char-4,
.formular .formRow textarea.char-4 {
  display: inline-block;
  width: 100px;
  min-width: 30px; }

.formular .formRow input[type=text].char-4 ~ *,
.formular .formRow textarea.char-4 ~ * {
  display: none; }

.formular .formRow input[type=text].textSmallWidth,
.formular .formRow textarea.textSmallWidth {
  width: 40%;
  min-width: 0;
  margin: 0; }

@media only screen and (min-width: 769px), print {
  .formular .formRow input[type=text].textSmallWidth,
  .formular .formRow textarea.textSmallWidth {
    width: 20%; } }

.formular .formRow input[type=text].textMiddleWidth,
.formular .formRow textarea.textMiddleWidth {
  min-width: 0;
  width: 58%;
  margin: 0; }

@media only screen and (min-width: 769px), print {
  .formular .formRow input[type=text].textMiddleWidth,
  .formular .formRow textarea.textMiddleWidth {
    width: 29%; } }

.formular .formRow label + input[type=text].textMiddleWidth,
.formular .formRow label + input[type=text].textSmallWidth {
  margin-right: 2%; }

@media only screen and (min-width: 769px), print {
  .formular .formRow label + input[type=text].textMiddleWidth,
  .formular .formRow label + input[type=text].textSmallWidth {
    margin-right: 1%; } }

.formular .formRow input[type=text]:focus,
.formular .formRow textarea:focus {
  outline: none;
  box-shadow: none; }

.formular .formRow > input {
  display: inline-block;
  float: left;
  margin: 5px 10px 0 0; }

.formular .formRow .labelWide {
  display: inline-block;
  width: 90%; }

.formular .button input {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  border: 1px solid #caba00;
  border-radius: 2px;
  background: #fff;
  color: #caba00;
  width: 150px;
  float: right; }

.formular .button input:hover, .formular .button input:focus {
  background: #caba00;
  color: #fff; }

.formular .mandatory {
  margin-bottom: 5px; }

.formular select {
  display: block;
  width: 50%;
  height: 40px;
  border: 1px solid #caba00;
  border-radius: 2px !important;
  padding: 5px 10px;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  background-color: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

label .require-color,
.mandatory .require-color {
  color: #cd1e3d; }

p.error {
  color: #cd1e3d;
  margin-bottom: 5px; }

p.notEnoughPlaces {
  display: none;
  margin-bottom: 25px; }

#btn_submit_form.disabled {
  border: 1px solid #ccc;
  color: #ccc; }

#btn_submit_form.disabled:hover, #btn_submit_form.disabled:focus {
  background-color: #ddd;
  color: #bbb; }

/* Veranstaltungen Monatsübersicht */
#calendarEvents .h1Wrapper {
  display: block;
  position: relative;
  margin: 30px 0;
  text-align: center; }

#calendarEvents .h1Wrapper h1 {
  display: block;
  position: relative;
  margin: 0 auto; }

#calendarEvents .h1Wrapper .download {
  display: inline;
  position: relative;
  margin: 0 auto;
  text-align: center; }

#calendarEvents .download strong {
  color: #000;
  font-size: 17px;
  padding-right: 4px; }

#calendarEvents .download:hover,
#calendarEvents .download:focus {
  text-decoration: none; }

#calendarEvents .download:hover span,
#calendarEvents .download:focus span {
  text-decoration: underline; }

.nextMonth {
  text-align: right; }

.slim-table-nav > a {
  width: 10%;
  padding: 0 10px;
  position: absolute; }

.slim-table-nav > a:hover, .slim-table-nav > a:focus {
  text-decoration: none; }

.slim-table-nav > a.inactive:before {
  background: none; }

.slim-table-nav > a.lastMonth {
  display: block;
  top: 10px;
  left: 0;
  height: 40px;
  width: 40px; }

.slim-table-nav > a.lastMonth:before {
  position: relative;
  top: 11px; }

.slim-table-nav > a.nextMonth {
  display: block;
  top: 10px;
  right: 0;
  height: 40px;
  width: 40px; }

.slim-table-nav > a.nextMonth:after {
  position: relative;
  top: 11px; }

.slim-table-nav > h3 {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0 40px; }

.slim-table-nav .roomselect {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  background-color: #caba00; }

.slim-table-nav .roomselect select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 23px;
  outline: 0;
  border: 0px solid #000000;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.28571em;
  transition: color 0.3s; }

.slim-table-nav .roomselect select:hover, .slim-table-nav .roomselect select:focus {
  color: #e4dd8c; }

.slim-table-nav .roomselect select::-ms-expand {
  display: none; }

.slim-table-nav .roomselect select:disabled {
  opacity: 0.5;
  pointer-events: none; }

.slim-table-nav .roomselect .select_arrow {
  position: absolute;
  top: 19px;
  right: 20px;
  pointer-events: none;
  border-style: solid;
  border-width: 10px 7px 0px 7px;
  transition: border 0.3s;
  border-color: #fff transparent transparent transparent; }

.slim-table-nav .roomselect select:hover ~ .select_arrow,
.slim-table-nav .roomselect .select select:focus ~ .select_arrow {
  border-top-color: #e4dd8c; }

.slim-table-nav .roomselect select:disabled ~ .select_arrow {
  border-top-color: #cccccc; }

.lastMonth a,
.nextMonth a {
  display: inline-block;
  position: relative;
  top: -3px;
  padding: 10px;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 18px;
  color: #000; }

.lastMonth,
.nextMonth {
  position: relative;
  display: inline-block;
  padding: 20px 0 15px; }

.lastMonth a:hover, .lastMonth a:focus,
.nextMonth a:hover,
.nextMonth a:focus {
  text-decoration: none; }

.lastMonth a:before {
  position: absolute;
  left: -10px;
  top: 18px;
  border-color: #caba00; }

.nextMonth a:after {
  position: absolute;
  right: -10px;
  top: 13px;
  border-color: #caba00; }

.eventMonthList {
  background: #fff;
  display: table;
  width: 100%;
  position: relative; }

.eventMonthList,
.eventMonthList .innerTable {
  font-size: 1.0em; }

.eventMonthList tbody,
.eventMonthList thead {
  width: 100%;
  position: relative;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.eventMonthList td {
  padding: 4px 3px 4px 4px;
  /* nach rechts nur 3px */
  border-bottom: 1px #333333 solid; }

.eventMonthList th.period {
  padding: 2px 2px 0 0;
  width: 74px;
  color: #000;
  border-bottom: 1px #333333 solid;
  /* #98b6dc */ }

.eventMonthList td.period {
  border-bottom: 1px #333333 solid;
  /* #98b6dc */ }

.eventMonthList th.period .month {
  font-size: 1.2em;
  display: block; }

.eventMonthList th.period .year {
  font-size: 1.6em;
  display: block;
  font-weight: bold; }

.eventMonthList th.room {
  padding: 5px;
  width: 163px;
  text-align: center;
  font-size: 1.3em;
  vertical-align: middle;
  border-bottom: 1px #333333 solid;
  /* #98b6dc */ }

.eventMonthList th.room {
  color: #000; }

/* Phil */
.eventMonthList th.room9 {
  background-color: #0f68a3;
  color: #fff; }

.eventMonthList .saturday ~ td.room9 {
  background-color: rgba(15, 104, 163, 0.3); }

.eventMonthList .sunday ~ td.room9 {
  background-color: rgba(15, 104, 163, 0.6); }

/* COS */
.eventMonthList th.room3 {
  background-color: #169790;
  color: #fff; }

.eventMonthList .saturday ~ td.room3 {
  background-color: rgba(22, 151, 144, 0.3); }

.eventMonthList .sunday ~ td.room3 {
  background-color: rgba(22, 151, 144, 0.6); }

/* Black Box */
.eventMonthList th.room2 {
  background-color: #ea953a;
  color: #fff; }

.eventMonthList .saturday ~ td.room2 {
  background-color: rgba(234, 149, 58, 0.3); }

.eventMonthList .sunday ~ td.room2 {
  background-color: rgba(234, 149, 58, 0.6); }

/* KK */
.eventMonthList th.room8 {
  background-color: #7bac44;
  color: #fff; }

.eventMonthList .saturday ~ td.room8 {
  background-color: rgba(123, 172, 68, 0.3); }

.eventMonthList .sunday ~ td.room8 {
  background-color: rgba(123, 172, 68, 0.6); }

/* Vortragssaal */
.eventMonthList th.room10,
.eventMonthList th.room452 {
  background-color: #6c5d5e;
  color: #fff; }

.eventMonthList .saturday ~ td.room10,
.eventMonthList .saturday ~ td.room452 {
  background-color: rgba(108, 93, 94, 0.3); }

.eventMonthList .sunday ~ td.room10,
.eventMonthList .sunday ~ td.room452 {
  background-color: rgba(108, 93, 94, 0.6); }

.eventMonthList tr .saturday a.daylink,
.eventMonthList tr .sunday a.daylink {
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.eventMonthList tr {
  display: table-row;
  width: 100%; }

.eventMonthList a,
.eventMonthList a:hover,
.eventMonthList a:focus,
.eventMonthList a,
.eventMonthList a:hover,
.eventMonthList a:focus {
  text-decoration: none;
  padding: 1px;
  color: #000; }

.eventMonthList a.valink {
  line-height: 14px;
  display: block;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.eventMonthList a.vaimglink {
  padding: 0; }

.eventMonthList a.vaimglink:hover, .eventMonthList a.vaimglink:focus {
  background: none; }

.eventMonthList .period a.daylink {
  font-size: 1.2em;
  display: block;
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

.eventMonthList .period a.daylink:hover, .eventMonthList .period a.daylink:focus {
  color: #caba00; }

.eventMonthList .period a.daylink .day {
  font-size: 1.5em;
  width: 40px;
  margin-right: 5px;
  display: inline-block;
  text-align: right;
  text-decoration: none; }

.eventMonthList table.innerTable {
  margin: 3px 0; }

.eventMonthList .innerTable,
.eventMonthList .innerTable tr,
.eventMonthList .innerTable td {
  padding: 0;
  border: none;
  color: #000; }

.eventMonthList .innerTable td.time {
  line-height: 14px;
  width: 39px;
  padding-top: 1px;
  padding-right: 2px;
  font-family: "TheSansBold", Verdana, sans-serif;
  letter-spacing: 0.025em;
  display: block;
  padding-bottom: 5px; }

.eventMonthList .innerTable td.time + td {
  display: block; }

.eventMonthList td.room img.vaimg {
  width: 100%;
  height: auto;
  margin-bottom: 2px; }

.eventMonthList td.room img.iconAenderung {
  height: 12px; }

.tableWrapper {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px #333333 solid;
  overflow-x: scroll;
  background: #fff;
  -webkit-overflow-scrolling: touch; }

.eventMonthList .room {
  min-width: 170px; }

.eventMonthList tr td ul:not([class]) {
  margin-bottom: 10px; }

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

.eventMonthList ul li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-position: -35px -182px; }

.eventMonthList ul li a {
  color: #caba00; }

#calendarEvents a {
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em; }

#sitemap {
  display: block;
  position: relative;
  padding: 20px 10px;
  list-style-type: none; }

#sitemap li {
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 22px;
  margin: 0;
  padding-top: 10px; }

#sitemap li:first-child {
  padding-top: 5px; }

#sitemap li ul {
  margin: 0 5px 10px;
  padding: 5px 0 0 15px; }

#sitemap li ul li {
  font-family: "TheSansPlain", Verdana, sans-serif;
  letter-spacing: 0.025em;
  font-size: 16px;
  margin: 0; }

/* PRINT */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  .printOnly {
    display: block !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important;
    float: none !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  header {
    margin-bottom: 80px; }
  .mod-slider,
  .mod-filter,
  .m-cover,
  .teaser-headline,
  .mod-teaser-news,
  .row.row-nav-main,
  .row.row-nav-meta,
  .row.row-teaser,
  .buttons-tickets,
  .addtocalendar,
  .nav-footer,
  #nav-sticky {
    display: none !important; }
  .collapse {
    display: block !important;
    height: auto !important; }
  .m-collapse .m-collapse-content {
    border: none; } }

/*# sourceMappingURL=maps/style.css.map */
