@charset "UTF-8";
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 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: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

blockquote {
  display: block;
  font-size: inherit;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #000;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding: 10px 5px 10px 30px;
  margin-left: 20px;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  font-style: italic;
  border: 0 solid #b1b1b1;
  border-left-width: 5px;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}

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

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

a:hover, a:focus {
  color: rgba(228, 0, 125, 0.5);
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  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 #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

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

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

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

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

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

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

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

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

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

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

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

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

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

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

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

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

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

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

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

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

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

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

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

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

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

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

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

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

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

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

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

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

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

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

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

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

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

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

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

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

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

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

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

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

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

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

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

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

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

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

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

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

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

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

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

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

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

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

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

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

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

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

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.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -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, -webkit-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: #e4007d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(228, 0, 125, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(228, 0, 125, 0.3);
}

.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 {
  background-color: transparent;
  border: 0;
}

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

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

textarea.form-control {
  height: auto;
}

@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[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 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.3333333;
  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.3333333;
  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.3333333;
}

.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;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.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;
  background-color: #f2dede;
  border-color: #a94442;
}

.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: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

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

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

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .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;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.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 {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  opacity: 0.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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

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

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

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

.btn-primary {
  color: #e4007d;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #e4007d;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #e4007d;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #e4007d;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #e4007d;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #e4007d;
}

.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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

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

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

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

.btn-info {
  color: #fff;
  background-color: #e4007d;
  border-color: #cb006f;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #b10061;
  border-color: #4b0029;
}

.btn-info:hover {
  color: #fff;
  background-color: #b10061;
  border-color: #8d004d;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #b10061;
  background-image: none;
  border-color: #8d004d;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #8d004d;
  border-color: #4b0029;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #e4007d;
  border-color: #cb006f;
}

.btn-info .badge {
  color: #e4007d;
  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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

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

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

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

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

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

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

.btn-link {
  font-weight: 400;
  color: #337ab7;
  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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

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

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropup, .dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

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

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

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

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

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

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

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

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

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

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

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.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 {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #e4007d;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

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

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

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

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

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

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

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .modal-header:after, .modal-footer:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

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

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

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

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

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

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

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

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

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

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

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

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway"), url("/fonts/Raleway/Raleway-Regular.ttf") format("ttf"), url("/fonts/Raleway/Raleway-Regular.woff") format("woff"), url("/fonts/Raleway/Raleway-Regular.eot"), url("/fonts/Raleway/Raleway-Regular.svg#Font") format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Medium"), url("/fonts/Raleway/Raleway-Medium.ttf") format("ttf"), url("/fonts/Raleway/Raleway-Medium.woff") format("woff"), url("/fonts/Raleway/Raleway-Medium.eot"), url("/fonts/Raleway/Raleway-Medium.svg#Font") format("svg");
  /* Legacy iOS */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Bold"), url("/fonts/Raleway/Raleway-Bold.ttf") format("ttf"), url("/fonts/Raleway/Raleway-Bold.woff") format("woff"), url("/fonts/Raleway/Raleway-Bold.eot"), url("/fonts/Raleway/Raleway-Bold.svg#Font") format("svg");
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: local("Source Serif Pro"), url("/fonts/Source Serif Pro/SourceSerifPro-Regular.ttf") format("ttf"), url("/fonts/Source Serif Pro/SourceSerifPro-Regular.woff") format("woff"), url("/fonts/Source Serif Pro/SourceSerifPro-Regular.eot"), url("/fonts/Source Serif Pro/SourceSerifPro-Regular.svg#Font") format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway"), url("/fonts/Raleway/Raleway-Regular.ttf") format("ttf"), url("/fonts/Raleway/Raleway-Regular.woff") format("woff"), url("/fonts/Raleway/Raleway-Regular.eot"), url("/fonts/Raleway/Raleway-Regular.svg#Font") format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Medium"), url("/fonts/Raleway/Raleway-Medium.ttf") format("ttf"), url("/fonts/Raleway/Raleway-Medium.woff") format("woff"), url("/fonts/Raleway/Raleway-Medium.eot"), url("/fonts/Raleway/Raleway-Medium.svg#Font") format("svg");
  /* Legacy iOS */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Bold"), url("/fonts/Raleway/Raleway-Bold.ttf") format("ttf"), url("/fonts/Raleway/Raleway-Bold.woff") format("woff"), url("/fonts/Raleway/Raleway-Bold.eot"), url("/fonts/Raleway/Raleway-Bold.svg#Font") format("svg");
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: local("Source Serif Pro"), url("/fonts/Source Serif Pro/SourceSerifPro-Regular.ttf") format("ttf"), url("/fonts/Source Serif Pro/SourceSerifPro-Regular.woff") format("woff"), url("/fonts/Source Serif Pro/SourceSerifPro-Regular.eot"), url("/fonts/Source Serif Pro/SourceSerifPro-Regular.svg#Font") format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.navbar__wrapper {
  z-index: 1000;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  background-color: white;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  justify-content: space-between;
}
@media only screen and (min-width: 45rem) {
  .navbar {
    margin-left: auto;
    margin-right: auto;
  }
}

.navbar__brand--wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .navbar__brand--wrap {
    width: 250px;
    min-width: 250px;
  }
}
@media (min-width: 1200px) {
  .navbar__brand--wrap {
    width: 316px;
    min-width: 316px;
  }
}

.navbar__brand img {
  height: 36px;
  width: 186px;
  object-fit: contain;
  object-position: center;
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .navbar__brand img {
    height: 42px;
    width: 234px;
  }
}
@media (min-width: 1200px) {
  .navbar__brand img {
    height: 48px;
    width: 300px;
  }
}

.collapse-lg {
  display: none;
}
@media (min-width: 992px) {
  .collapse-lg {
    display: block;
  }
}

.collapse-xl {
  display: none;
}
@media (min-width: 1200px) {
  .collapse-xl {
    display: block;
  }
}

.navbar__item {
  list-style: none;
}
.navbar__item a {
  white-space: nowrap;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.25rem;
  color: #000;
  text-decoration: none;
}

.navbar__social--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #E3007C;
  height: 24px;
  width: 24px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.25rem;
}
.navbar__social--icon:last-of-type {
  margin-right: 0;
}
.navbar__social--icon img {
  margin-left: auto;
  margin-right: auto;
}

.navbar__hamburger {
  cursor: pointer;
  width: 24px;
  padding: 0.25rem;
}
.navbar__hamburger div {
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background-color: black;
}
.navbar__hamburger :last-of-type {
  margin-bottom: 0;
}
.navbar__hamburger[aria-expanded=false] .lefttoright {
  transform: translate(-4px, -8px);
}
.navbar__hamburger[aria-expanded=false] .righttoleft {
  transform: translate(-4px, 8px);
}
.navbar__hamburger[aria-expanded=false] .center {
  transform: scale(1) translate(-4px);
}
.navbar__hamburger[aria-expanded=true] .lefttoright {
  transform: translate(-4px, 0) rotate(45deg);
}
.navbar__hamburger[aria-expanded=true] .righttoleft {
  transform: translate(-4px, 0) rotate(-45deg);
}
.navbar__hamburger[aria-expanded=true] .center {
  transform: scale(0, 1);
}

.navbar__hamburger--line {
  border-radius: 1px;
  transition: all 0.15s ease-in;
}

.navbar__hamburger:hover .navbar__hamburger--line {
  background-color: #424242;
}

.dropdown__social {
  display: flex;
  margin-top: 1rem;
}
.dropdown__social .navbar__social--icon {
  margin-left: 0;
  margin-right: 1.5rem;
}
@media (min-width: 1200px) {
  .dropdown__social {
    display: none;
  }
}

.dropdown__rights, .dropdown__social {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .dropdown__rights, .dropdown__social {
    margin-left: 0;
  }
}

.dropdown--navigation {
  margin-top: 9px;
  border-radius: 0;
  background-color: #F0F0EB;
  padding: 0.5rem 1rem;
  border-bottom: 2px solid black;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  width: 100vw;
  max-height: 90vh;
  transform: translateX(-15px);
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 576px) {
  .dropdown--navigation {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .dropdown--navigation {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .dropdown--navigation {
    width: 970px;
    max-height: auto;
    overflow-y: hidden;
  }
}
@media (min-width: 1200px) {
  .dropdown--navigation {
    width: 1140px;
  }
}

.dropdown-menu--wrapper {
  position: relative;
  height: auto;
}

.dropdown__searchbar, dropdown__social {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .dropdown__searchbar {
    display: none;
  }
}
.dropdown__searchbar form {
  display: flex;
}

.navigation__mobile {
  display: block;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .navigation__mobile {
    display: none;
  }
}

.dropdown-button, .search-button {
  background-color: transparent;
  border: none;
  outline: transparent;
}

/*Added*/
.clearfix {
  clear: both;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

html.show .dropdown-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.show {
  display: block;
}

.dropdown__column {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .dropdown__column {
    height: 26rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .dropdown__column:first-of-type {
    border-left: none;
  }
}

.dropdown__column .dropdown__list--wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .dropdown__column .dropdown__list--wrapper {
    flex-grow: 1;
    align-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .dropdown__column .dropdown__list--wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .dropdown__terminfinder--wrapper {
    flex-grow: 2 !important;
  }
}

.dropdown__list--wrapper {
  border-bottom: 2px solid #D9D4C1;
}
@media (min-width: 992px) {
  .dropdown__list--wrapper {
    border-bottom: none;
  }
  .dropdown__list--wrapper:not(:first-of-type) {
    border-left: 2px solid black;
  }
  .dropdown__list--wrapper.dropdown__terminfinder--wrapper {
    border-left: none;
  }
}

.dropdown__list--wrapper {
  padding-top: 0.25rem;
  padding-bottom: 0;
  list-style: none;
}
.dropdown__list--wrapper ul {
  display: none;
}
.dropdown__list--wrapper div {
  display: none;
}
.dropdown__list--wrapper.open ul, .dropdown__list--wrapper.open div {
  display: block;
}
@media (min-width: 992px) {
  .dropdown__list--wrapper ul {
    display: block;
    line-height: 1.275rem;
  }
  .dropdown__list--wrapper div {
    display: block;
  }
}

.dropdown__list--button.open .dropdown__icon {
  transform: rotate(180deg);
}

.col__terminFinder {
  width: 100%;
}
.col__terminFinder .form-group--wrap {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.form-group--quicksearch {
  width: 100%;
  margin-bottom: 0.25rem;
}

.dropdown__icon {
  float: right;
}
@media (min-width: 992px) {
  .dropdown__icon {
    display: none;
  }
}

.dropdown__heading, .dropdown__navigation a {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.dropdown__heading:hover, .dropdown__navigation a:hover {
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
@media (min-width: 992px) {
  .dropdown__heading:hover, .dropdown__navigation a:hover {
    cursor: default;
    color: #000;
  }
}
.dropdown__heading span, .dropdown__navigation a span {
  text-transform: none;
}
@media (min-width: 992px) {
  .dropdown__heading, .dropdown__navigation a {
    height: 20px;
  }
}

.dropdown__heading {
  width: 100%;
}

@media (min-width: 992px) {
  .dropdown__list--wrapper.dropdown__list--termine {
    flex-grow: 2;
  }
}

.col__termine {
  width: 100%;
}
@media (min-width: 992px) {
  .col__termine {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

.dropdown__list {
  margin-top: 0;
  margin-bottom: 0;
}
.dropdown__list li {
  list-style: none;
}

.dropdown__item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-top: 0.25rem;
  margin-left: 1rem;
}
.dropdown__item a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.dropdown__item.dropdown__item--indent {
  margin-left: 1.5rem;
}
@media (min-width: 768px) {
  .dropdown__item {
    padding-bottom: 0.25rem;
    margin-top: 0.25rem;
    margin-left: 1rem;
  }
}

.dropdown__rights {
  margin-top: 1rem;
  list-style: none;
  font-size: 0.875em;
  justify-self: flex-end;
}

/* USER MENU*/
.navbar__user {
  background-color: #000;
  display: flex;
  justify-content: flex-end;
  padding: 0.33em 1em;
}

.dropdown-toggle__user {
  background-color: transparent;
  color: #EEE;
}
.dropdown-toggle__user.btn:hover, .dropdown-toggle__user.btn:focus, .dropdown-toggle__user.btn.focus {
  outline: none;
  color: #EEE;
}

.dropdown__user {
  margin-top: 4px;
  background-color: #ffffff;
  z-index: 1001;
  left: auto;
  right: 0;
}
.dropdown__user a {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  color: #121212;
  cursor: pointer;
}
.dropdown__user a:hover {
  text-decoration: none;
}

.dropdown__user--divider {
  border-top: 1px solid #EEE;
}

.navbar__search {
  padding: 0.5rem;
}
.navbar__search.button {
  cursor: pointer;
}

.searchbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.search--wrap {
  float: right;
  display: none;
}
@media (min-width: 768px) {
  .search--wrap {
    width: 100%;
    display: block;
  }
}

.navbar__section {
  float: left;
  width: 94%;
}
.navbar__section--closed, .navbar__section--closed ul li {
  width: 0;
  visibility: hidden;
}

.searchbox__input {
  top: 0;
  right: 0;
  background: #F0F0EB;
  margin: 0;
  transition: width 0.3s;
}
.searchbox__input--closed {
  width: 0;
  opacity: 0;
  padding: 0;
}

.searchbox-submit {
  display: none;
  content: "";
  width: 34px;
  height: 34px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: transparent;
  border: none;
}
.searchbox-submit:hover {
  background-color: #F0F0EB;
}

.searchbox-open {
  width: 100%;
}

.navbar__content--wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .navbar__content--wrapper {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  overflow-x: hidden;
}

ul {
  padding-inline-start: 0;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.7);
}

::selection {
  color: #FFF;
  background: #e4007d;
}

.jshide {
  opacity: 0;
  transition-delay: opacity 0.15s;
  transition: opacity 0.15s;
}
.jshide.show {
  opacity: 1;
}

.css-js_ref * {
  display: none;
}

@media (min-width: 768px) {
  .css-js_ref-md {
    display: block;
    max-width: 900px;
  }
}
@media (min-width: 992px) {
  .css-js_ref-lg {
    display: block;
    max-width: 1080px;
  }
}
@media (min-width: 1200px) {
  .css-js_ref-xl {
    display: block;
    max-width: 1920px;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .img-fluid img {
    width: 100%;
    height: auto;
  }
}

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

.bg-gray-300 {
  background-color: #F0F0EB;
}

.bg-gray-600 {
  background-color: #6c757d;
}

/* MARGINS */
.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mt-6 {
  margin-top: 4rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-3 {
  margin-right: 1rem;
}

.flex {
  display: flex;
}

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

.justify-content-center {
  justify-content: center;
}

.float-l {
  float: left;
}

.divider {
  margin-top: 1rem;
  border-top: 3px solid rgba(0, 0, 0, 0.7);
}

div.pseudo-divider {
  margin-top: 1rem;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}

/* TYPOGRAPHY */
h2, h3 {
  margin-block-start: 0;
}

p a {
  color: #000;
  text-decoration: underline;
}
p a:hover {
  color: #e4007d;
  text-decoration: underline;
}

.section-heading, .page-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

.article-section:hover, .article-section :active {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.headline, .headline-big, .headline-sm {
  hyphens: auto;
  font-weight: 600;
  color: #000;
}
.headline a, .headline-big a, .headline-sm a {
  color: inherit;
  text-decoration: none;
}
.headline a:hover, .headline a:focus, .headline-big a:hover, .headline-big a:focus, .headline-sm a:hover, .headline-sm a:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.headline {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

.headline-big {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .headline-big {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.headline-sm {
  font-size: 1em;
  line-height: 1.125rem;
}
.headline-sm:hover, .headline-sm:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.headline-detail {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .headline-detail {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

p, .brottext, .teaser_text, .teaser_text--lg {
  font-family: Source Serif Pro, "Times New Roman", Times, serif;
}

p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.bold {
  font-weight: 600;
}

strong {
  color: rgba(0, 0, 0, 0.7);
}

.teaser_text--lg {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
}

.teaser_text {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.info, .ressort, .link--pink {
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.25;
}

.ressort, .link--pink {
  text-transform: uppercase;
  display: inline-block;
  color: #e4007d;
}

.link--pink:hover {
  text-decoration: none;
  color: rgba(228, 0, 125, 0.7);
}

.ad_slot-label {
  display: block;
  font-size: 0.5rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .ad_slot-label {
    font-size: 0.6rem;
    line-height: 0.86rem;
  }
}

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

.text-author {
  text-transform: uppercase;
  font-size: 0.8rem;
}

.comma:not(:last-child):after {
  content: ", ";
}

.subheading {
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0.5rem;
}

.ressort {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.ressort:hover {
  text-decoration: none;
}

.scroll-container {
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .scroll-container {
    background-color: #FFF;
  }
}

.scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.promoted_item {
  display: flex;
  margin-left: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid black;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  position: relative;
}
@media (min-width: 768px) {
  .promoted_item {
    margin-right: 9rem;
    border: none;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .promoted_img--link {
    display: block;
    width: 540px;
    height: 360px;
  }
}

.promoted_item--kplus {
  border-bottom: 3px solid #E35C22;
}
@media (min-width: 768px) {
  .promoted_item--kplus {
    border: none;
  }
}
.promoted_item--kplus .promoted-img img {
  outline: 12px solid rgba(255, 255, 255, 0.4);
  outline-offset: -12px;
}

.promoted-img, .news_item--img {
  object-fit: cover;
  height: 100%;
  display: none;
}
@media (min-width: 768px) {
  .promoted-img, .news_item--img {
    display: block;
  }
}

.kplus--logo {
  position: absolute;
  z-index: 10;
  margin-top: -0.5rem;
}

.news_item {
  position: relative;
  display: flex;
  padding: 0 15px;
  margin-bottom: 1rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .news_item {
    flex-direction: row;
    min-width: 66.6666vw;
  }
}
@media (min-width: 992px) {
  .news_item {
    min-width: 50vw;
  }
}
@media (min-width: 1200px) {
  .news_item {
    min-width: 40vw;
  }
}

.news_item--img {
  display: block;
  position: relative;
  height: 180px;
  width: 270px;
}
@media (min-width: 768px) {
  .news_item--img {
    height: 200px;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .news_item--img {
    height: 270px;
    width: 360px;
  }
}

.kplus-banner {
  position: absolute;
  right: 12px;
  font-size: 1rem;
  z-index: 50;
}
.kplus-banner span {
  color: white;
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .kplus-banner {
    top: 12px;
    left: 12px;
    right: auto;
  }
}

.promoted_text-container, .news_item--text-container {
  background-color: #FFF;
}
@media (min-width: 768px) {
  .promoted_text-container, .news_item--text-container {
    position: absolute;
  }
}

.promoted_text-container {
  width: 66.6666vw;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .promoted_text-container {
    bottom: 50%;
    transform: translateY(50%);
    margin-top: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 25vw;
    right: -9rem;
  }
}
@media (min-width: 1200px) {
  .promoted_text-container {
    width: 20vw;
  }
}

.news_item--text-container {
  padding-top: 1rem;
  bottom: 0;
  left: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .news_item--text-container {
    transform: translateX(50%);
    width: 50%;
  }
}

.scroll-container {
  --scrollbarBG: #FFF;
  --thumbBG:	#A9A9A9;
}

.scroll-container::-webkit-scrollbar {
  height: 14px;
}

.scroll-container {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.scroll-container::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
  border-radius: 100px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 12px;
  border: 4px solid #FFF;
  padding-top: 1px;
  padding-bottom: 1px;
}

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

.clear {
  clear: both;
}

.content_block {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.content_block--list {
  flex-flow: column;
}
@media (min-width: 768px) {
  .content_block--list {
    flex-flow: row wrap;
  }
}

.content_block--highlight {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .content_block--highlight {
    flex-flow: row wrap;
  }
}
@media (min-width: 1200px) {
  .content_block--highlight {
    justify-content: flex-start;
    flex-flow: column wrap-reverse;
  }
}

.content_block--ressort {
  flex-flow: column;
}

.section--wrapper {
  position: relative;
}

@media (min-width: 992px) {
  #redaktion--content {
    float: left;
  }
}

.redaktion_teaser--block {
  border-bottom: 1px dashed #212529;
}
@media (min-width: 768px) {
  .redaktion_teaser--block {
    border-bottom: none;
  }
}

.content_item--last {
  margin-bottom: 0;
}

.content_item--last .redaktion_teaser--block {
  border-bottom: none;
}

.redaktion_teaser-text, .tagestipp_item--text {
  padding-left: 0.5rem;
}

#tagestipps--wrapper {
  height: 160px;
  transition: height 0.3s;
}
@media (min-width: 992px) {
  #tagestipps--wrapper {
    height: 240px;
  }
}

.tagestipps_list, .events_tips--list {
  overflow-x: scroll;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .tagestipps_list, .events_tips--list {
    overflow-x: unset;
  }
}

.tagestipps_list {
  height: 500px;
  width: 100%;
}
@media (min-width: 1200px) {
  .tagestipps_list {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tagestipps_list::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
}

.tagestipp_item {
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 8px;
  min-width: 80vw;
  float: left;
  position: relative;
  cursor: pointer;
}
@media (min-width: 576px) {
  .tagestipp_item {
    min-width: 66.6666vw;
  }
}
@media (min-width: 768px) {
  .tagestipp_item {
    min-width: 33.3333vw;
  }
}
@media (min-width: 992px) {
  .tagestipp_item {
    margin-right: 8px;
    width: 25%;
    min-width: auto;
  }
}
.tagestipp_item--expanded {
  padding-right: 8px;
  position: absolute;
  margin-right: 15px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  transition: max-height 0.2s ease-in;
  overflow-y: hidden;
}
.tagestipp_item--closed {
  max-height: 0;
}
.tagestipp_item--open {
  max-height: 500px;
}

.tagestipp_item--header {
  display: flex;
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .tagestipp_item--header {
    transform: translateY(0);
  }
}
.tagestipp_item--header .tagestipp_item--text {
  width: 50%;
}
@media (min-width: 992px) {
  .tagestipp_item--header {
    display: block;
    height: auto;
  }
  .tagestipp_item--header .tagestipp_item--text {
    width: auto;
    margin-top: 0.5rem;
  }
}

.tagestipp_item--text .ressort, .tagestipp_item--text .info {
  margin-top: 0;
}

.tagestipp_item--img {
  height: 80px;
  width: 120px;
}
@media (min-width: 992px) {
  .tagestipp_item--img {
    height: auto;
    width: 100%;
    padding-bottom: 50%;
  }
}

.img-link {
  display: block;
}

.img-responsive-ratio-66, .img-responsive-ratio-50, .story-preview--picture, .tagestipp_item--img {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.img-responsive-ratio-66 img, .img-responsive-ratio-50 img, .story-preview--picture img, .tagestipp_item--img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.story-preview--picture {
  padding-bottom: 66%;
}
@media (min-width: 768px) {
  .story-preview--picture {
    padding-bottom: 33%;
  }
}

.img-responsive-ratio-66 {
  padding-bottom: 66%;
}

.img-responsive-ratio-50 {
  padding-bottom: 50%;
}

.content--container {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .content--container {
    width: 640px;
  }
}
@media (min-width: 1200px) {
  .content--container {
    width: 840px;
  }
}

.content--wrap {
  position: relative;
}

@media (min-width: 992px) {
  #sidebar_container {
    float: right;
  }
}

.sidebar__item {
  float: right;
}

.sidebar--container {
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-flow: row wrap;
  height: fit-content;
}
@media (min-width: 992px) {
  .sidebar--container {
    width: 330px;
    flex-flow: column;
    top: 0.5rem;
    height: fit-content;
  }
}
.sidebar--container .sidebar_item {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .sidebar--container .sidebar_item {
    margin-right: 0;
  }
}

.sidebar_container--mobile {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .sidebar_container--mobile {
    float: right;
    width: 330px;
    display: flex;
    flex-flow: column;
    top: 0.5rem;
    height: fit-content;
  }
}

.sidebar_item--border {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.sidebar_list {
  list-style: none;
  margin-block-start: 0;
}
.sidebar_list li {
  display: flex;
  align-items: flex-start;
  margin-top: 0.25rem;
}
.sidebar_list--link span {
  margin-bottom: 0;
}

.sidebar_number {
  color: #e4007d;
  display: inline-block;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.25rem;
  margin-right: 0.5rem;
}

.box-title {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;
  display: inline-block;
  margin-top: 1rem;
}

.sidebar_item--list {
  float: left;
  width: 300px;
}

.sidebar_abo {
  width: 300px;
  background-color: #F0F0EB;
  display: flex;
  flex-direction: column;
  justify-items: center;
}
.sidebar_abo--cover {
  display: flex;
}
.sidebar_abo--cover img {
  height: 164px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .sidebar_abo {
    width: auto;
  }
  .sidebar_abo--cover img {
    height: 180px;
    transform: rotate(-3deg);
  }
}

.sidebar_abo--titles {
  top: 0;
  background-color: #F0F0EB;
  overflow: hidden;
  padding: 0.25rem 1rem;
  flex-direction: column;
  justify-content: center;
  position: absolute;
}
.sidebar_abo--titles li {
  margin-top: 0;
}
.sidebar_abo--titles li span {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar_abo--titles li h5 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sidebar_abo--titles li {
    margin-top: 0.25rem;
  }
}

.sidebar_abo--content {
  position: relative;
}
.sidebar_abo--content .sidebar_abo--cover {
  opacity: 1;
}
.sidebar_abo--content .sidebar_abo--titles {
  height: 100%;
  opacity: 0;
  animation-name: alternate;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}

@keyframes alternate {
  0% {
    opacity: 100%;
  }
  3% {
    opacity: 0%;
  }
  50% {
    opacity: 0%;
  }
  53% {
    opacity: 100%;
  }
  100% {
    opacity: 100%;
  }
}
.sidebar_item--sm {
  width: calc(50% - 15px);
}
@media (min-width: 768px) {
  .sidebar_item--sm {
    width: 300px;
    float: left;
  }
}
@media (min-width: 992px) {
  .sidebar_item--sm {
    width: auto;
  }
}
@media (min-width: 768px) {
  .sidebar_item--wide {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .sidebar_item--wide {
    width: auto;
  }
}

.ad--wrapper {
  opacity: 0;
  transition: opacity 0.15s;
}

.skyscraper--wrapper {
  position: absolute;
  height: 100%;
  max-width: 176px;
  display: none;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
}
@media (min-width: 1200px) {
  .skyscraper--wrapper {
    display: block;
  }
}

.skyscraper {
  opacity: 0;
  transition: opacity 0.15s;
}
@media (min-width: 1200px) {
  .skyscraper {
    position: sticky;
    right: 0;
    top: 74px;
  }
}

.skyscraper-mobile--wrapper {
  display: block;
}
@media (min-width: 1200px) {
  .skyscraper-mobile--wrapper {
    display: none;
  }
}

.supersize {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.supersize div, .supersize img {
  width: 100%;
  height: auto;
  max-height: 120px;
  margin-bottom: 0.25rem;
}
.supersize iframe {
  transform: scale(0.78);
  -webkit-transform: scale(0.78);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
}
@media (min-width: 576px) {
  .supersize iframe {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}
@media (min-width: 768px) {
  .supersize {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .supersize div, .supersize img {
    transform: none;
    max-height: unset;
    height: auto;
    width: auto;
  }
  .supersize iframe {
    transform: none;
  }
}

.banner-wide--1 div {
  max-height: 42px;
  width: 300px;
}
.banner-wide--2 {
  max-height: 42px;
  width: 100%;
}
.banner-wide iframe {
  transform: scale(0.5) translate(-50%, -50%);
}
@media (min-width: 576px) {
  .banner-wide--1 div {
    max-height: 68px;
    width: 540px;
  }
  .banner-wide--2 {
    max-height: 68px;
    width: 540px;
  }
  .banner-wide iframe {
    transform: scale(0.75) translate(-16%, -16%);
  }
}
@media (min-width: 768px) {
  .banner-wide {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
  .banner-wide--1 div {
    max-height: unset;
    height: auto;
    width: auto;
  }
  .banner-wide--2 {
    max-height: unset;
    height: auto;
    width: auto;
  }
  .banner-wide iframe, .banner-wide img {
    transform: none;
  }
}

.button--primary, .btn--light {
  padding: 6px;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  border: none;
  border-radius: 2px;
}

.button--primary {
  background-color: #e4007d;
  color: #FFF;
  line-height: 100%;
  padding: 8px;
}
.button--primary:hover {
  background-color: rgba(228, 0, 125, 0.7);
  color: white;
}

.button--primary[disabled], fieldset[disabled] .button--primary, .button--primary.btn--disabled {
  background-color: #6c757d;
}

.button--transparent {
  outline: transparent;
  border: none;
  background-color: transparent;
}

.button--outlined, .button--minimal, .button--ticketshop {
  display: inline-block;
  font-weight: 600;
}

.button--outlined, .button--minimal {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}

.button--ticketshop {
  padding: 1.5rem 1rem;
  font-size: 1rem;
  background-color: #e4007d;
  color: white;
  border-radius: 2px;
  background-image: url("/assets/ticket-big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 92.5%;
}
.button--ticketshop:hover, .button--ticketshop:active {
  text-decoration: none;
  color: white;
  background-color: rgba(228, 0, 125, 0.75);
}

.button--outlined {
  border: 1px solid #e4007d;
  padding: 3px 6px 1px 6px;
  border-radius: 2px;
}
.button--outlined img {
  margin-bottom: 2px;
}
.button--outlined:hover, .button--outlined:active {
  text-decoration: none;
  color: #e4007d;
  background-color: rgba(228, 0, 125, 0.15);
}
.button--outlined:active {
  box-shadow: none;
}

.button--minimal:hover, .button--minimal:active {
  text-decoration: none;
}
.button--minimal:hover img {
  opacity: 0.5;
}
.button--minimal:active {
  box-shadow: none;
}
.button--minimal.next::after, .button--minimal.previous::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  transform: translateY(-1px);
}
.button--minimal.next::after {
  background-image: url("/assets/chevron-right.svg");
}
.button--minimal.previous::before {
  background-image: url("/assets/chevron-left.svg");
}

.label {
  display: inline;
  padding: 0.3em 0.4em;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 2px;
}

.label-default {
  background-color: #C4C4C4;
}

.label-success {
  background-color: #198754;
  color: #FFF;
}

.label-danger {
  background-color: #dc3545;
  color: #FFF;
}

.content_item, .content_item--lg {
  padding-right: 15px;
  padding-left: 15px;
}

.content_item--sm, .content_item--md, .content_item--lg, .content_item--story {
  min-height: 1px;
  width: 100%;
}

@media (min-width: 1200px) {
  .content_item--md {
    width: 66.666666%;
    float: right;
  }
  .content_item--md .headline {
    font-size: 1.75rem;
    line-height: 2.275rem;
  }
}

.content_item--sm {
  position: relative;
}
@media (min-width: 768px) {
  .content_item--sm {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .content_item--sm {
    width: 33.33333333%;
  }
}

@media (min-width: 768px) {
  .content_item--story {
    display: flex;
  }
}

.content_block--highlight .content_item--sm .img-responsive {
  display: none;
}
@media (min-width: 1200px) {
  .content_block--highlight .content_item--sm .img-responsive {
    display: block;
  }
  .content_block--highlight :last-of-type.content_item--sm .img-responsive {
    display: none;
  }
}

.article-heading {
  position: relative;
}

.article_img--wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .article_img--wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.article_img--wrapper img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .article_img--wrapper img {
    max-height: 760px;
    object-fit: contain;
  }
}

.article_info--box {
  background-color: white;
  width: 100%;
  padding-left: 15px;
  padding-top: 0.25rem;
}
@media (min-width: 768px) {
  .article_info--box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    text-align: right;
  }
  .article_info--box span {
    display: block;
  }
}

.article_standfirst {
  display: inline-block;
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.article_main-content {
  z-index: 50;
  margin-top: 1rem;
}
.article_main-content img.featured_image {
  width: 100%;
  margin: 0.5rem 0;
}
.article_main-content img {
  margin: 0.5rem;
  max-width: 95%;
  height: auto !important;
}

.se-image-container.__se__float-left {
  float: left;
  margin-right: 4px;
}

.se-image-container.__se__float-right {
  float: right;
  margin-left: 4px
}

.se-image-container.__se__float-none {
  float: none
}

.se-image-container figure {
    max-width: 100%;
}

.se-image-container figure img {
    max-width: 100%;
    height: auto !important;
}

.se-video-container figure, .se-video-container iframe {
    max-width: 100%;
}

.feature_image--credit {
  font-size: 0.8rem;
  line-height: 1.25;
}

@media (max-width: 767.98px) {
  .feature_image--credit {
    padding-left: 15px;
  }

  .se-image-container.__se__float-left {
    float: none;
    margin-right: 0;
  }

  .se-image-container.__se__float-left img, .se-image-container.__se__float-right img {
      width: 100% !important;
  }

  .se-image-container.__se__float-right {
    float: right;
    margin-left: 4px
  }

  .se-image-container.__se__float-none {
    float: none
  }
}

.article_intro {
  font-style: italic;
}

.article_social {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .article_social {
    margin-top: auto;
  }
}

.article_social--sm, .article_social--lg {
  bottom: 0;
}
.article_social--sm ul, .article_social--lg ul {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}

.article_social--lg {
  display: none;
  float: right;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .article_social--lg {
    display: inline-block;
  }
}

.article_social--sm {
  display: block;
  position: absolute;
  right: 15px;
}
@media (min-width: 768px) {
  .article_social--sm {
    display: none;
  }
}

.share_btn--wrap {
  list-style: none;
  margin-right: 1rem;
}
.share_btn--wrap:last-of-type {
  margin-right: 0;
}
.share_btn--wrap:hover a {
  opacity: 0.7;
  cursor: pointer;
}

.morearticles_title {
  margin-left: 0.5rem;
}
.morearticles_title span {
  display: block;
}

#steadyteaser {
  text-align: right;
}

.author-link {
  color: #000;
}
.author-link:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}
.author-link:not(:last-of-type):after {
  content: ", ";
}

.comment_item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #212529;
}
.comment_item:last-of-type {
  border-bottom: none;
  margin-bottom: 0.25rem;
}

.comment_time {
  margin-left: 0.25rem;
  color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  .article_ad_before {
    float: left;
  }
}

@media (max-width: 575.98px) {
  .article_ad_quer {
    width: calc(50% - 15px);
  }
  .article_ad_quer div * {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .article_ad_quer {
    margin-left: 15px;
    float: right;
  }
}

.story-preview--content {
  padding: 1rem;
}
.story-preview--content * {
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .story-preview--content {
    width: calc(50% + 2rem);
  }
}
@media (min-width: 1200px) {
  .story-preview--content {
    width: calc(33.3333% + 1rem);
  }
}

@media (min-width: 768px) {
  .story-preview--picture {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .story-preview--picture {
    width: 66.6666%;
  }
}
.story-preview--picture picture img {
  width: 100%;
  max-width: 100%;
}

.form-control {
  font-weight: 500;
}

.form-group--wrap {
  padding: 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.form-group--wrap.row:before {
  content: none;
}

.form-group label {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.8rem;
}

.form-group--button {
  transform: translateY(6px);
}

.form-btn--send {
  float: right;
}

.search-group {
  display: flex !important;
}
.search-group .form-btn--send {
  border-radius: 0 2px 2px 0;
}
.search-group .form-control {
  border-radius: 2px 0 0 2px;
  border-right: 0;
}

.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-wrap label {
  line-height: 1;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.8rem;
  transform: translateY(-2px);
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  z-index: 1;
  left: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 4px;
  z-index: 0;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #adadad;
  border-radius: 2px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-wrap input:checked ~ .checkmark {
  background-image: url("/assets/check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e4007d;
  border: 1px solid #e4007d;
}

.form-group--33 {
  width: calc(50% - 12px);
}
.form-group--md-33 {
  width: 100%;
}
.form-group--50 {
  width: 100%;
}
.form-group--66 {
  width: 100%;
}
@media (min-width: 768px) {
  .form-group--md-33 {
    width: calc(33% - 12px);
  }
  .form-group--33 {
    width: calc(33% - 12px);
  }
  .form-group--50 {
    width: calc(50% - 12px);
  }
  .form-group--66 {
    width: calc(66% - 12px);
  }
}

.text-danger {
  display: block;
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #dc3545;
}

.multiselect {
  min-height: 34px !important;
}

.multiselect__input {
  position: absolute;
  background: transparent;
  width: 0px;
  height: 0px;
}

.multiselect__select {
  height: 32px !important;
  width: 24px !important;
  padding: 4px 6px;
}

.multiselect__option {
  font-size: 14px;
  font-weight: 500;
}
.multiselect__option--highlight {
  background: rgba(228, 0, 125, 0.7) !important;
}

.multiselect__option--group {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.multiselect__option--group::after {
  content: " " !important;
}

.multiselect__option--group-selected::after {
  background-image: url("/assets/checkmark.svg");
  height: 12px;
  opacity: 0.7;
  margin-top: 15px;
  padding-right: 8px !important;
  padding-left: 8px !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.multiselect__option--selected {
  font-weight: 500 !important;
}
.multiselect__option--selected span {
  font-size: inherit;
}
.multiselect__option--selected:after {
  color: rgba(0, 0, 0, 0.7) !important;
}

.multiselect__option--selected:after {
  background-image: url("/assets/checkmark.svg");
  height: 12px;
  opacity: 0.7;
  margin-top: 15px;
  padding-right: 8px !important;
  padding-left: 8px !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.multiselect__option--highlight::after {
  background-image: url("/assets/checkmark.svg");
  height: 16px;
  opacity: 0.7;
  margin-top: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
  background: transparent !important;
}

.multiselect__tags {
  overflow: hidden;
  height: 34px;
  min-height: 34px !important;
  border-radius: 2px !important;
  padding: 8px 24px 0 8px !important;
  border: 1px solid #ccc !important;
  font-weight: 500;
}
.multiselect__tags:focus {
  border-color: #e4007d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 6px rgba(228, 0, 125, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 6px rgba(228, 0, 125, 0.3);
}
.multiselect__content--elements ~ .multiselect__content--elements::before {
  content: ", ";
}

.multiselect__input.focus-visible {
  width: 10% !important;
}

.review_item {
  display: flex;
  flex-flow: row;
  border-bottom: solid 3px #000;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .review_item {
    flex-flow: row;
  }
}

.review_img--wrap, .review_figure, .event_img--wrap {
  margin-right: 1rem;
}
.review_img--wrap img, .review_figure img, .event_img--wrap img {
  width: 100%;
}

.review_img--wrap {
  margin-bottom: 1rem;
  width: 33.3333%;
}

@media (min-width: 768px) {
  .musik .review_img--wrap {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .buecher .review_img--wrap {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .filme .review_img--wrap, .spiele .review_img--wrap {
    width: 33.3333%;
  }
}

.review_content--wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .review_content--wrapper {
    display: block;
  }
}
.review_content--wrapper header {
  order: -1;
}

.review_figure {
  width: 240px;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}
.review_figure figure {
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .review_figure {
    width: 33.3333%;
    position: relative;
    float: left;
  }
}

.article--infobox {
  background-color: #F0F0EB;
  position: relative;
  float: left;
  padding: 0.5rem;
}
.article--infobox span {
  margin-bottom: 0.5rem;
}
.article--infobox ul {
  display: flex;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 575.98px) {
  .article--infobox span:not(:first-child):before {
    content: " / ";
  }
}
@media (min-width: 576px) {
  .article--infobox span {
    display: block;
  }
}

.review_text--afterimg {
  width: 66.6666%;
}
@media (min-width: 768px) {
  .review_text--afterimg {
    width: 75%;
  }
}

.review_subtitle, .review_standfirst {
  margin-bottom: 0.5rem;
}

.review_standfirst {
  font-size: 1.125rem;
  margin-top: 0;
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 500;
}

.truncate-overflow {
  --max-lines: 3;
  position: relative;
  max-height: 4.75rem;
  overflow: hidden;
  padding-right: 1rem;
  /* space for ellipsis */
}

.truncate-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.review--info {
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 1rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.terminfinder--container {
  display: flex;
  flex-direction: column;
}

#eventsList {
  width: 100%;
}

.termine_tip--item {
  min-width: 72vw;
  padding-left: 15px;
  padding-right: 15px;
}
.termine_tip--item:first-of-type {
  margin-left: -15px;
}
.termine_tip--item:last-of-type {
  margin-right: -15px;
}
@media (min-width: 768px) {
  .termine_tip--item {
    min-width: 50%;
  }
}
@media (min-width: 992px) {
  .termine_tip--item {
    min-width: 25%;
    width: 25%;
  }
}

.section_control {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
  border-bottom: solid 1px #000;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.section_control h3 {
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
}

.section_control--open {
  background-color: #000;
}
.section_control--open h3 {
  color: white;
}
.section_control--open span {
  opacity: 0;
}

.section_btn--open img {
  filter: invert(1);
}

.event_title {
  margin-top: 0;
  margin-bottom: 0.25rem;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.event_title.headline-sm {
  margin-bottom: 0rem;
}

.link--bold {
  text-decoration: underline;
  cursor: pointer;
  color: #000;
  font-weight: 600;
}
.link--bold:hover, .link--bold:active {
  color: rgba(0, 0, 0, 0.7);
}

.event_item {
  display: flex;
  flex-flow: column;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .event_item {
    flex-flow: row;
  }
}
.event_item--dates {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.event_item--dates p {
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.event_img--wrap {
  width: 100%;
  max-width: 360px;
  height: 180px;
}
@media (min-width: 768px) {
  .event_img--wrap {
    width: 50%;
    position: relative;
    float: left;
  }
}
@media (min-width: 1200px) {
  .event_img--wrap {
    width: 33.3333%;
  }
}
.event_img--wrap img {
  height: 100%;
  object-fit: cover;
}

.event_text--header {
  float: left;
  max-width: 90%;
}

.event_text--wrap {
  border-bottom: solid 3px #000;
  width: 100%;
}
.event_text--wrap button {
  margin-top: 0.5rem;
  width: 100%;
  padding-left: 0;
}
@media (min-width: 768px) {
  .event_text--wrap button {
    margin-top: 0;
  }
}

.eventinfocompact {
  font-size: 1rem;
  line-height: 1.125rem;
}

@media (min-width: 768px) {
  .event_text--hasimage.eventnotcompact {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .event_text--hasimage.eventnotcompact {
    width: 66.6666%;
  }
}

.section_dropdown--close {
  height: 0;
  overflow: hidden;
}

.section_dropdown--open {
  height: auto;
  opacity: 1;
}

.event_highlight {
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  display: inline-block;
  width: fit-content;
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
  margin-right: 0.25rem;
  padding: 0 0.25rem;
}
.event_highlight span {
  font-size: 1rem;
  display: inline-block;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
.event_highlight--tip {
  background-color: #e4007d;
}
.event_highlight--new {
  background-color: #E35C22;
}

.ad_textbanner--wrapper {
  width: 100%;
}

.ad_textbanner {
  background-color: #F0F0EB;
  padding: 0.25rem 15px;
  font-size: 0.8rem;
  font-family: Source Serif Pro, "Times New Roman", Times, serif;
}
.ad_textbanner a {
  display: inline-block;
  width: 100%;
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 500;
}

.banner-list {
  margin-top: 0;
  margin-bottom: 0;
}

.banner-wide--list {
  list-style-type: none;
}

.vdp-datepicker {
  margin-right: 0;
}
.vdp-datepicker div {
  margin-right: 0;
}

.vdp-datepicker__calendar .cell.selected {
  background: #e4007d !important;
  color: #FFF;
}

input::-webkit-datetime-edit-day-field:focus, input::-webkit-datetime-edit-month-field:focus, input::-webkit-datetime-edit-year-field:focus {
  background-color: #e4007d;
}

.readmore_content {
  transition: opacity 0.25s;
}

.readmore_btn, .section_btn {
  transition: transform 0.25s;
  float: right;
}

.readmore_button--open, .section_btn--open {
  transform: rotate(180deg);
}

.readmore_content--close {
  visibility: collapse;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.readmore_content--open {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.review_genres a {
  text-transform: capitalize;
}
.review_genres a:hover {
  color: rgba(228, 0, 125, 0.7);
  text-decoration: none;
}
.review_genres a:not(:first-child):before {
  content: ", ";
}

.review_rating {
  margin-bottom: 0.25rem;
}
.review_rating img {
  margin-right: 0.25rem;
}

.rating--1 :nth-last-child(4) {
  filter: grayscale(100%) opacity(50%);
}

.rating--1 :nth-last-child(3), .rating--2 :nth-last-child(3) {
  filter: grayscale(100%) opacity(50%);
}

.rating--1 :nth-last-child(2), .rating--2 :nth-last-child(2), .rating--3 :nth-last-child(2) {
  filter: grayscale(100%) opacity(50%);
}

.rating--1 :nth-last-child(1), .rating--2 :nth-last-child(1), .rating--3 :nth-last-child(1), .rating--4 :nth-last-child(1) {
  filter: grayscale(100%) opacity(50%);
}

.morereviews_img {
  position: relative;
  padding-bottom: 66%;
  background-color: #F0F0EB;
}
.morereviews_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

.category_navigation {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
}
.category_navigation li {
  list-style: none;
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.category_navigation li:last-child {
  border-right: none;
}
.category_navigation li a, .category_navigation li span {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0 0.5rem;
}
.category_navigation li a {
  color: black;
}
.category_navigation li a:hover, .category_navigation li a:focus {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.category_navigation span {
  color: #e4007d;
}

.review_navigation li {
  width: 25%;
}
@media (min-width: 992px) {
  .review_navigation li {
    width: 12.5%;
  }
}

.pagination-list {
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  display: flex;
}
.pagination-list li {
  list-style: none;
  margin-right: 0.25rem;
}
.pagination-list li a {
  display: block;
  min-height: 2rem;
  transform: translateY(-1px);
  text-align: center;
  color: #000;
}
.pagination-list li a:hover, .pagination-list li a:focus {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.pagination-list--number {
  padding: 0.25rem 0.5rem;
  min-width: 2rem;
}
.pagination-list--text {
  padding: 0.25rem 0.25rem;
  min-width: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-list--text span {
  display: none;
}
.pagination-list .disabled {
  display: none;
}
.pagination-list .active {
  border: 1px solid black;
  border-radius: 1rem;
}
.pagination-list .first {
  background-image: url("/assets/chevrons-left.svg");
}
.pagination-list .prev {
  background-image: url("/assets/chevron-left.svg");
}
.pagination-list .next {
  background-image: url("/assets/chevron-right.svg");
}
.pagination-list .last {
  background-image: url("/assets/chevrons-right.svg");
}
@media (min-width: 768px) {
  .pagination-list .first, .pagination-list .prev, .pagination-list .next, .pagination-list .last {
    background-image: none;
  }
  .pagination-list .first span, .pagination-list .prev span, .pagination-list .next span, .pagination-list .last span {
    display: inline;
  }
}

.dropdown-toggle__classified {
  background-color: white !important;
}

.classified_dropdown--wrapper {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  list-style: none;
}
.classified_dropdown--wrapper ul {
  display: none;
}
.classified_dropdown--wrapper div {
  display: none;
}
.classified_dropdown--wrapper.open ul, .classified_dropdown--wrapper.open div {
  display: block;
}

.dropdown__classified {
  width: 100%;
}

ul.classified_dropdown-list {
  margin-top: 0;
  margin-bottom: 0;
}

.classified_dropdown--item a, .classified_dropdown--item button {
  padding: 0.5rem;
  width: 100%;
  display: inline-block;
}
.classified_dropdown--item button {
  background: transparent;
  border: transparent;
  text-align: left;
}
.classified_dropdown--item button:hover {
  text-decoration: underline;
}
.classified_dropdown--item.open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.classified_dropdown--item.open .classified_dropdown__icon {
  transform: rotate(180deg);
}

.kleinanzeige-group {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.classified-dropdown-btn.open {
  background-color: #F0F0EB;
}

.classified_dropdown--nested {
  padding-left: 1.5rem;
}

.classified_dropdown--item, .classified_dropdown--nested {
  list-style: none;
}
.classified_dropdown--item a, .classified_dropdown--nested a {
  color: #000;
}

.classified_dropdown__icon {
  float: right;
}

.card {
  border-bottom: solid 3px #000;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .card {
    display: flex;
    flex-flow: row wrap;
  }
}

.classified-ad--img {
  margin-bottom: 1rem;
  padding-right: 1rem;
  width: 33.3333%;
}
.classified-ad--img img {
  width: 100%;
}

.classified-ad_text--afterimg {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .classified-ad_text--afterimg {
    margin-top: 0;
    width: 66.6666%;
  }
}

@media (min-width: 768px) {
  .listing--img {
    width: 50%;
    max-height: 420px;
    object-fit: cover;
    object-position: center;
    float: left;
    margin-bottom: 1rem;
    padding-right: 1rem;
  }
}

.listing--content {
  margin-top: 1rem;
}

.listing--contacts {
  display: inline-block;
  margin-top: 0;
}
.listing--contacts li {
  list-style: none;
  margin-top: 0.25rem;
}
.listing--contacts li img {
  width: 16px;
}

.item-details, .breadcrumb-item {
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
}

.breadcrumb-item a {
  color: rgba(0, 0, 0, 0.7);
}
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  text-decoration: none;
  color: black;
}

.restaurant--info {
  line-height: 1;
}
.restaurant--info .restaurant--category:after {
  content: ",";
}

.thumb {
  display: block;
  height: 150px;
  width: 150px;
  object-position: center;
  object-fit: cover;
  float: left;
  margin-right: 1rem;
}

.text--afterimg {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .text--afterimg {
    margin-top: 0;
    width: 66.6666%;
  }
}

.tip--information {
  padding-left: 0.5rem;
}
.tip--information .ressort {
  display: block;
}

.tip--date {
  font-family: Raleway, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-bottom: 0.5rem;
}

.tip--closed::after {
  content: "Mehr lesen";
  font-weight: 600;
}
@media (min-width: 992px) {
  .tip--closed::after {
    content: "";
  }
}

.tip--open::after {
  content: "Weniger lesen";
  font-weight: 600;
}
@media (min-width: 992px) {
  .tip--open::after {
    content: "";
  }
}

.tip--card .img-responsive-ratio-66, .tip--card .tip--information {
  cursor: pointer;
}

.tip--text p {
  margin-bottom: 0;
}

.info--venue {
  display: inline-block;
  margin-bottom: 0.25rem;
}

.venue--address, .venue--link {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.venue--link {
  display: block;
  margin-bottom: 0.5rem;
}

.modal_button {
  display: none;
  opacity: 0;
  width: 125px;
  height: 125px;
  top: 240px;
  right: 3%;
  background-size: 125px;
  z-index: 500;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  border-radius: 50%;
  position: fixed;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .modal_button {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .modal_button {
    right: 50%;
    margin-right: -45%;
    width: 200px;
    height: 200px;
    top: 270px;
  }
}
.modal_button a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.modal_button--close {
  position: absolute;
  top: 2px;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: white;
  background-image: url("/assets/close.svg");
  background-size: 32px;
  cursor: pointer;
  font-size: 0;
}

.search_item--header {
  width: 100%;
}

.loading_screen {
  background-color: #FFF;
  position: absolute;
  transition: all 0.5s;
  transition-delay: opacity 0.15s height 0.3s;
  width: 100%;
  height: 0;
  opacity: 0;
}

.loading_screen--open {
  background-color: #FFF;
  z-index: 10;
  opacity: 1;
  height: 70%;
}

[v-cloak] {
  display: none;
}

.cookie {
  background-color: #fafafa;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
}
.cookie .cookie-notice-container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cookie .cookie-notice-container {
    width: 920px;
  }
}
@media (min-width: 992px) {
  .cookie .cookie-notice-container {
    width: 1080px;
  }
}

@media (max-width: 991.98px) {
  .break-lg {
    display: none;
  }
}

.responsive-img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  /*PLS LEVAMI*/
  object-position: left;
}

.galleries-item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1rem;
}

.gallery--cover {
  width: 180px;
  height: 120px;
  overflow: hidden !important;
}

@media (min-width: 576px) {
  .gallery--header {
    margin-left: 15px;
    width: calc(100% - 195px);
  }
}

.image-gallery-wrapper {
  text-align: center;
}

.image-gallery {
  margin-top: 1rem;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  align-content: flex-start;
}

.image-gallery-entry {
  width: 120px;
  height: 80px;
  float: left;
  display: inline;
  margin: 0 16px 16px 0;
  overflow: hidden !important;
}
@media (min-width: 768px) {
  .image-gallery-entry {
    width: 180px;
    height: 120px;
  }
}

.image-gallery-entry img {
  width: 100%;
  height: auto;
}

.skiptranslate.goog-te-gadget {
  text-align: right;
}

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