@charset "UTF-8";
/**
 * schumstaedte.de
 *
 * @author studio ahoi
 * @copyright (c) 2016-2021 studio ahoi
 */
/*!
 * 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.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  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 #eeeeee;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

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

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

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

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

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

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  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: #333333;
  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=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
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.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled 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, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
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;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@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, .article-status {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .article-status:focus, .btn.focus, .focus.article-status, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .article-status:hover, .btn:focus, .article-status:focus, .btn.focus, .focus.article-status {
  color: #333;
  text-decoration: none;
}
.btn:active, .article-status:active, .btn.active, .active.article-status {
  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, .disabled.article-status, .btn[disabled], [disabled].article-status, fieldset[disabled] .btn, fieldset[disabled] .article-status {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

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

.btn-danger, .article-status {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .article-status:focus, .btn-danger.focus, .focus.article-status {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover, .article-status:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .article-status:active, .btn-danger.active, .active.article-status, .open > .btn-danger.dropdown-toggle, .open > .dropdown-toggle.article-status {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .article-status:active:hover, .btn-danger:active:focus, .article-status:active:focus, .btn-danger:active.focus, .article-status:active.focus, .btn-danger.active:hover, .active.article-status:hover, .btn-danger.active:focus, .active.article-status:focus, .btn-danger.active.focus, .active.focus.article-status, .open > .btn-danger.dropdown-toggle:hover, .open > .dropdown-toggle.article-status:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .dropdown-toggle.article-status:focus, .open > .btn-danger.dropdown-toggle.focus, .open > .dropdown-toggle.focus.article-status {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .disabled.article-status:hover, .btn-danger.disabled:focus, .disabled.article-status:focus, .btn-danger.disabled.focus, .disabled.focus.article-status, .btn-danger[disabled]:hover, [disabled].article-status:hover, .btn-danger[disabled]:focus, [disabled].article-status:focus, .btn-danger[disabled].focus, [disabled].focus.article-status, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .article-status:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .article-status:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .focus.article-status {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge, .article-status .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, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  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%;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.embed-responsive, .text-media .text-media--video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .text-media .text-media--video .embed-responsive-item,
.embed-responsive iframe,
.text-media .text-media--video iframe,
.embed-responsive embed,
.text-media .text-media--video embed,
.embed-responsive object,
.text-media .text-media--video object,
.embed-responsive video,
.text-media .text-media--video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9, .text-media .text-media--video {
  padding-bottom: 56.25%;
}

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

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix: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 {
  display: none !important;
}

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

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

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

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

@media (max-width: 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;
  }
}
/**
 * @version 1.1.0
 * @author Daniel Weitenauer
 * @copyright 2020-2021 studio ahoi
 */
.article-status {
  position: fixed;
  left: 50%;
  top: -4px;
  z-index: 100000;
  transform: translate(-50%, 0);
}
.article-status * {
  margin: 0;
  padding: 0;
}

.javascript-status p {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100001;
  text-align: center;
  background: #d9534f;
  color: white;
  padding: 15px 30px;
}

.ahoi-edit-button {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 100000000;
}

/**
 * Burger parts

 * (---) top    -> &:before
 * [---] middle -> &
 * (---) bottom -> &:after

 * @version 1.0.0
 */
.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}
.burger-icon, .burger-icon:before, .burger-icon:after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger-icon:before, .burger-icon:after {
  position: absolute;
  content: "";
}
.burger-icon:before {
  top: -8px;
}
.burger-icon:after {
  top: 8px;
}

.cross {
  background-color: transparent;
}
.cross:before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.cross:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/**
 * @version 1.1.0
 * @author Daniel Weitenauer
 * @copyright 2020 studio ahoi
 */
.picture-container {
  position: relative;
}

.spinner-container,
.spinner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.spinner-container .spinner,
.spinner-wrapper .spinner {
  background: no-repeat 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9615384615384616s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(13.846153846153847 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9230769230769231s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(27.692307692307693 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8846153846153846s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(41.53846153846154 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8461538461538461s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(55.38461538461539 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8076923076923077s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(69.23076923076923 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.7692307692307693s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(83.07692307692308 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.7307692307692307s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(96.92307692307692 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6923076923076923s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(110.76923076923077 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6538461538461539s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(124.61538461538461 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6153846153846154s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(138.46153846153845 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5769230769230769s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(152.30769230769232 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5384615384615384s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(166.15384615384616 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.46153846153846156s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(193.84615384615384 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4230769230769231s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(207.69230769230768 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.38461538461538464s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(221.53846153846155 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.34615384615384615s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(235.3846153846154 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3076923076923077s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(249.23076923076923 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.2692307692307692s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(263.0769230769231 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.23076923076923078s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(276.9230769230769 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.19230769230769232s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(290.7692307692308 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.15384615384615385s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(304.61538461538464 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.11538461538461539s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(318.46153846153845 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.07692307692307693s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(332.3076923076923 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.038461538461538464s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(346.15384615384613 50 50)'%3E%3Crect x='48.5' y='12' rx='1.5' ry='3.84' width='3' height='12' fill='%23cbc8c8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100px auto;
  width: 100px;
  height: 100px;
}
.spinner-container.is-fixed,
.spinner-wrapper.is-fixed {
  position: fixed;
}
html.no-js .spinner-container.is-fixed,
html.no-js .spinner-wrapper.is-fixed {
  display: none;
}

.is-loading {
  min-height: 100px;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-ext_latin-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-ext_latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-ext_latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/open-sans-v15-latin-ext_latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-ext_latin-italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-ext_latin-italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-ext_latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v15-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-ext_latin-700.woff") format("woff"), url("../fonts/open-sans-v15-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-ext_latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v15-latin-ext_latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/open-sans-v15-latin-ext_latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-ext_latin-700italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-ext_latin-700italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-ext_latin-700italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-ext_latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
html,
body {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  min-height: 100%;
}
@media (min-width: 992px) {
  html,
body {
    font-size: 22px;
  }
}

* {
  outline: 0;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:focus, a:after {
  color: inherit;
  text-decoration: none;
}

abbr,
abbr[title] {
  border: 0;
}
abbr:hover, abbr:focus,
abbr[title]:hover,
abbr[title]:focus {
  outline: none;
  border: 0;
  color: #3d1c48;
  background: #d4bace;
}

.container-fluid {
  max-width: 1180px;
}

.spinner-container,
.spinner-wrapper {
  background: transparent;
}

.picture {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.picture.loaded {
  opacity: 1;
}
.picture.loaded ~ .spinner-container {
  opacity: 0;
}

.header {
  width: 100%;
  color: white;
}
.header .header--top {
  background: #3d1c48;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  z-index: 2;
}
.header .header--top .container-fluid {
  display: flex;
}
.header .header--bottom {
  background: #3d1c48;
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
}
.header .header--logo {
  background: #93117e;
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0 -60px;
}
.header .header--logo a {
  display: block;
}
.header .header--logo img {
  width: 100%;
  height: auto;
}
.header .header--navigations {
  display: none;
}
.header .navigation-footer {
  padding-top: 2em;
}
.header .navigation-footer p,
.header .navigation-footer ul {
  float: right;
}
.header .navigation-footer p,
.header .navigation-footer a {
  font-size: 0.8em;
  padding: 0 0.75em;
  color: #975d91;
  text-decoration: none;
}
.header .navigation-footer ul:not(.item-count-0) + p,
.header .navigation-footer li {
  border-right: 1px solid #975d91;
}
.header .navigation-footer li:last-child {
  border: 0;
}
.header .navigation-footer li.active a,
.header .navigation-footer li.selected a,
.header .navigation-footer a:focus,
.header .navigation-footer a:active,
.header .navigation-footer a:hover {
  color: white;
}
.header .header--navigation-trigger {
  margin: 0 0 0 auto;
  padding: 15px 0;
}
.header .header--navigation-button {
  background: none;
  border: 0;
  border-radius: 0;
}
.header .header--navigation-button .burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}
.header .header--navigation-button .burger-icon, .header .header--navigation-button .burger-icon:before, .header .header--navigation-button .burger-icon:after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #975d91;
  border-radius: 3px;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header .header--navigation-button .burger-icon:before, .header .header--navigation-button .burger-icon:after {
  position: absolute;
  content: "";
}
.header .header--navigation-button .burger-icon:before {
  top: -8px;
}
.header .header--navigation-button .burger-icon:after {
  top: 8px;
}
.header .header--navigation-button .cross {
  background-color: transparent;
}
.header .header--navigation-mobile {
  background: #3d1c48;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header .header--navigation-mobile a {
  color: white;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #d4bace;
}
.header .header--navigation-mobile ul {
  padding: 0 15px;
  margin: 0;
  list-style: none;
}
.header .header--navigation-mobile ul ul {
  margin-left: -15px;
  margin-right: -15px;
}
.header .header--navigation-mobile li.active > a {
  color: white;
}
.header .header--navigation-mobile li li a {
  padding-left: 2em;
}
.header .header--search {
  background: transparent;
  position: relative;
  padding: 150px 15px 13px;
}
.header .header--search form {
  position: relative;
}
.header .header--search input[type=text] {
  border: 0;
  border-bottom: 1px solid #d4bace;
  border-radius: 0;
  background: transparent;
  color: #d4bace;
  padding: 0;
  width: 100%;
}
.header .header--search input[type=text]:active, .header .header--search input[type=text]:hover, .header .header--search input[type=text]:focus {
  box-shadow: none;
}
.header .header--search input[type=text]::placeholder {
  color: #d4bace;
  opacity: 1;
  text-transform: uppercase;
}
.header .header--search button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  background: 0;
  padding: 0;
}
.header .header--search svg {
  fill: #d4bace;
  width: 100%;
  height: auto;
}
.header .header--down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  margin: 0 auto 30px;
}
.header .header--down a {
  display: block;
  margin: 0 auto;
}
.header .header--down svg {
  width: 75px;
  height: auto;
}
.header .header--down polygon,
.header .header--down path {
  fill: white;
}
.header.has-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.header.has-content .header--bottom {
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .header .header--logo {
    padding: 60px 0 0;
    margin-right: 90px;
  }
  .header .header--search {
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.65rem;
  }
  .header .header--navigations {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
  }
  .header .header--navigation-top-group {
    display: flex;
    margin: 0 0 auto;
    flex-grow: 1;
  }
  .header .header--navigation-main-group {
    margin: auto 0 0;
  }
  .header .header--navigation-top {
    padding: 13px 0;
    display: flex;
    margin: 0 auto 0 0;
  }
  .header .header--navigation-main {
    padding: 13px 0;
  }
  .header .header--navigation-top-list,
.header .header--navigation-main-list,
.header .language-navigation {
    line-height: 1.5;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
  }
  .header .header--navigation-top-list li,
.header .header--navigation-main-list li,
.header .language-navigation li {
    position: relative;
    padding: 0 8px;
  }
  .header .header--navigation-top-list a,
.header .header--navigation-main-list a,
.header .language-navigation a {
    display: block;
    text-transform: uppercase;
    padding: 1px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
  }
  .header .header--navigation-top-list,
.header .language-navigation {
    padding: 0 40px 0 0;
  }
  .header .header--navigation-top-list > li.has-children,
.header .language-navigation > li.has-children {
    position: relative;
  }
  .header .header--navigation-top-list > li.has-children ul,
.header .language-navigation > li.has-children ul {
    display: none;
  }
  .header .header--navigation-top-list > li.has-children:focus ul, .header .header--navigation-top-list > li.has-children:active ul, .header .header--navigation-top-list > li.has-children:hover ul,
.header .language-navigation > li.has-children:focus ul,
.header .language-navigation > li.has-children:active ul,
.header .language-navigation > li.has-children:hover ul {
    margin: 0 -8px;
    position: absolute;
    display: block;
  }
  .header .header--navigation-top-list > li.has-children:focus ul a:active, .header .header--navigation-top-list > li.has-children:focus ul a:focus, .header .header--navigation-top-list > li.has-children:focus ul a:hover, .header .header--navigation-top-list > li.has-children:active ul a:active, .header .header--navigation-top-list > li.has-children:active ul a:focus, .header .header--navigation-top-list > li.has-children:active ul a:hover, .header .header--navigation-top-list > li.has-children:hover ul a:active, .header .header--navigation-top-list > li.has-children:hover ul a:focus, .header .header--navigation-top-list > li.has-children:hover ul a:hover,
.header .language-navigation > li.has-children:focus ul a:active,
.header .language-navigation > li.has-children:focus ul a:focus,
.header .language-navigation > li.has-children:focus ul a:hover,
.header .language-navigation > li.has-children:active ul a:active,
.header .language-navigation > li.has-children:active ul a:focus,
.header .language-navigation > li.has-children:active ul a:hover,
.header .language-navigation > li.has-children:hover ul a:active,
.header .language-navigation > li.has-children:hover ul a:focus,
.header .language-navigation > li.has-children:hover ul a:hover {
    border-top-color: transparent;
    border-bottom: 5px solid white;
    padding-bottom: 2px;
  }
  .header .header--navigation-top-list li.active,
.header .language-navigation li.active {
    margin: -12px 0 0;
  }
  .header .header--navigation-top-list li.active a,
.header .language-navigation li.active a {
    border-top: 10px solid white;
    padding-top: 3px;
  }
  .header .header--navigation-top-list li.active a:active, .header .header--navigation-top-list li.active a:focus, .header .header--navigation-top-list li.active a:hover,
.header .language-navigation li.active a:active,
.header .language-navigation li.active a:focus,
.header .language-navigation li.active a:hover {
    margin-top: 0;
  }
  .header .header--navigation-top-list a,
.header .language-navigation a {
    font-size: 0.65rem;
  }
  .header .header--navigation-top-list a:active, .header .header--navigation-top-list a:focus, .header .header--navigation-top-list a:hover,
.header .language-navigation a:active,
.header .language-navigation a:focus,
.header .language-navigation a:hover {
    margin-top: -12px;
    border-top: 10px solid white;
    padding-top: 3px;
  }
  .header .header--navigation-main-list li:active ul, .header .header--navigation-main-list li:focus ul, .header .header--navigation-main-list li:hover ul, .header .header--navigation-main-list li.active ul {
    display: flex;
    z-index: 10;
    margin: 13px 8px 0;
    background: white;
  }
  .header .header--navigation-main-list li:active ul a, .header .header--navigation-main-list li:focus ul a, .header .header--navigation-main-list li:hover ul a, .header .header--navigation-main-list li.active ul a {
    border: 0;
    margin: 0;
    padding: 1px;
  }
  .header .header--navigation-main-list li:active ul a:active, .header .header--navigation-main-list li:active ul a:focus, .header .header--navigation-main-list li:active ul a:hover, .header .header--navigation-main-list li:focus ul a:active, .header .header--navigation-main-list li:focus ul a:focus, .header .header--navigation-main-list li:focus ul a:hover, .header .header--navigation-main-list li:hover ul a:active, .header .header--navigation-main-list li:hover ul a:focus, .header .header--navigation-main-list li:hover ul a:hover, .header .header--navigation-main-list li.active ul a:active, .header .header--navigation-main-list li.active ul a:focus, .header .header--navigation-main-list li.active ul a:hover {
    border-bottom: 10px solid #3d1c48;
    padding-bottom: 3px;
    margin-bottom: -13px;
  }
  .header .header--navigation-main-list li:active a, .header .header--navigation-main-list li:focus a, .header .header--navigation-main-list li:hover a, .header .header--navigation-main-list li.active a {
    border-bottom: 10px solid white;
    padding-bottom: 4px;
    margin-bottom: -13px;
  }
  .header .header--navigation-main-list li:first-child ul, .header .header--navigation-main-list li:nth-child(2) ul, .header .header--navigation-main-list li:nth-child(3) ul {
    left: 0;
    transform: none;
  }
  .header .header--navigation-main-list li:last-child ul {
    left: auto;
    right: 0;
    transform: none;
  }
  .header .header--navigation-main-list li ul {
    padding: 0 5px 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    transform: translate(-40%, 0);
  }
  .header .header--navigation-main-list li ul li {
    padding: 12px 10px;
    background: white;
  }
  .header .header--navigation-main-list li ul a {
    color: #3d1c48;
  }
  .header .header--navigation-main-list a {
    font-size: 0.8rem;
  }
  .header .header--navigation-button,
.header .header--navigation-mobile {
    display: none !important;
  }
  .header .header--bottom {
    margin-bottom: 150px;
  }
}

.main > section {
  margin: 0 0 40px;
}
@media (min-width: 992px) {
  .main > section {
    margin-bottom: 80px;
  }
}

.footer {
  margin: 50px 0 0;
  background: #3d1c48;
  color: white;
}
.footer .footer--body {
  padding: 30px 0 0;
}
.footer .footer--footer {
  padding: 30px 0;
}
.footer .footer--logo {
  background: #93117e;
  width: 120px;
  margin: -40px 0 0;
}
.footer .footer--logo img {
  width: 100%;
  height: auto;
}
.footer .footer--motto {
  padding: 20px 0;
}
.footer .footer--motto p {
  margin: 0;
  line-height: 1.5;
}
.footer .footer--copyright p {
  font-size: 0.8rem;
  margin: 0;
}
.footer .footer--address p {
  font-size: 0.8rem;
  margin: 0 0 20px;
}
.footer .footer--address a,
.footer .footer--address a:hover,
.footer .footer--address a:focus,
.footer .footer--address a:active {
  color: inherit;
  text-decoration: none;
}
.footer .footer--navigation {
  font-size: 0.8rem;
}
.footer .footer--navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .footer--navigation li {
  display: flex;
}
.footer .footer--navigation a {
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .footer--navigation a:hover, .footer .footer--navigation a:focus, .footer .footer--navigation a:active {
  text-decoration: underline;
}
.footer .footer--navigation ul.level-0 > li {
  margin: 0 0 5px;
  display: block;
}
.footer .footer--navigation ul.level-0 > li > a {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
}
.footer .footer--navigation ul:not(.level-0) {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer--navigation ul:not(.level-0) li::after {
  color: #d4bace;
  display: block;
  content: "|";
  padding: 0 8px;
}
.footer .footer--navigation ul:not(.level-0) li:last-child::after {
  display: none;
}
.footer .footer--navigation ul:not(.level-0) a {
  color: #d4bace;
}
.footer .footer--sitemap {
  font-size: 0.8rem;
}
.footer .footer--sitemap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.footer .footer--sitemap li {
  display: flex;
}
.footer .footer--sitemap li::after {
  color: #d4bace;
  display: block;
  content: "|";
  padding: 0 8px;
}
.footer .footer--sitemap li:last-child::after {
  display: none;
}
.footer .footer--sitemap a {
  font-size: 0.8rem;
  color: inherit;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .footer--sitemap a:hover, .footer .footer--sitemap a:focus, .footer .footer--sitemap a:active {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer {
    margin-top: 250px;
  }
  .footer .footer--body {
    padding-top: 120px;
  }
  .footer .footer--footer {
    padding-top: 120px;
  }
  .footer .footer--navigation {
    font-size: 0.6rem;
  }
  .footer .footer--navigation ul.level-0 > li {
    display: flex;
  }
}

.slideshow {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow .slideshow--slides,
.slideshow .slideshow--slide,
.slideshow .slideshow--image,
.slideshow .picture-container,
.slideshow .picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.slideshow .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideshow .slideshow--background {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 28, 72, 0.2);
}
.slideshow .slideshow--headlines {
  position: relative;
  text-align: center;
  margin: 0;
}
.slideshow .slideshow--topline,
.slideshow .slideshow--headline,
.slideshow .slideshow--subline {
  display: block;
}
.slideshow .slideshow--topline,
.slideshow .slideshow--subline {
  font-size: 1rem;
  line-height: 1.1;
  margin: 0;
  font-weight: 700;
}
.slideshow .slideshow--headline {
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 20px 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.slideshow .slideshow--subline {
  margin: 0 0 45px;
}
@media (min-width: 992px) {
  .slideshow .slideshow--topline,
.slideshow .slideshow--subline {
    font-size: 2rem;
  }
  .slideshow .slideshow--headline {
    font-size: 3.2rem;
    margin: 40px 0 20px;
  }
  .slideshow .slideshow--subline {
    margin: 0 0 90px;
  }
}

.promotion {
  background: #3d1c48;
  padding: 40px 0;
}
.promotion .promotion--headline {
  font-size: 1.6rem;
  line-height: 1.5;
  color: white;
  font-weight: 700;
  margin: 0;
}
.promotion .promotion--media {
  position: relative;
}
.promotion .promotion--caption {
  font-size: 0.6rem;
  line-height: 1.1;
  margin: 8px 0 0;
  color: white;
}
.promotion .promotion--caption .copyright {
  position: absolute;
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  right: 120px;
  top: -10px;
  color: #d4bace;
}
.promotion .picture-container,
.promotion .picture,
.promotion .img {
  width: 100%;
  height: auto;
}
.promotion .promotion--headline {
  margin: 0 0 10px;
}
.promotion .promotion--text * {
  color: white;
  margin-bottom: 10px;
}
.promotion .promotion--text *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .promotion {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .promotion .promotion--headline,
.promotion .promotion--media,
.promotion .promotion--text {
    padding-left: 140px;
    padding-right: 140px;
    margin: 0 0 40px;
  }
  .promotion .promotion--headline:last-child,
.promotion .promotion--media:last-child,
.promotion .promotion--text:last-child {
    margin-bottom: 0;
  }
  .promotion .promotion--text * {
    margin-bottom: 15px;
  }
}

.text-media .text-media--headline {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #93117e;
  font-weight: 700;
  margin: 0;
  margin: 0 0 10px;
}
.text-media .picture-container,
.text-media .picture,
.text-media .img {
  width: 100%;
  height: auto;
}
.text-media .text-media--text {
  margin-bottom: 10px;
}
.text-media .text-media--text p:last-child {
  margin-bottom: 0;
}
.text-media .text-media--headline + .text-media--media,
.text-media .text-media--media + .text-media--text {
  margin-top: 27px;
}
.text-media .text-media--headline + .files,
.text-media .text-media--media + .files {
  margin-top: 40px;
}
.text-media .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3d1c48;
}
.text-media .preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.text-media .preview .picture,
.text-media .preview .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.text-media .privacy {
  width: 80%;
  color: white;
  text-align: center;
  font-size: 0.7rem;
  position: relative;
  background: rgba(61, 28, 72, 0.5);
  padding: 15px;
}
.text-media .privacy--consent {
  border-radius: 0;
  border: 0;
  background: #93117e;
  color: white;
  padding: 10px 15px;
}
.text-media .privacy--consent:hover, .text-media .privacy--consent:focus, .text-media .privacy--consent:active {
  background: white;
  color: #93117e;
}
@media (min-width: 992px) {
  .text-media .text-media--headline,
.text-media .text-media--text {
    padding-left: 140px;
    padding-right: 140px;
  }
  .text-media .text-media--headline {
    margin: 0 0 20px;
  }
  .text-media .text-media--headline:last-child {
    margin-bottom: 0;
  }
  .text-media .text-media--text p {
    margin-bottom: 15px;
  }
  .text-media .privacy {
    font-size: 1rem;
  }
  .text-media .text-media--headline + .text-media--media,
.text-media .text-media--media + .text-media--text {
    margin-top: 40px;
  }
  .text-media .text-media--headline + .files,
.text-media .text-media--media + .files {
    margin-top: 60px;
  }
  .text-media + .text-media {
    padding-top: 0;
  }
}

.files .files--list {
  margin: 8px -8px;
  padding: 0;
  list-style: none;
  display: flex;
}
.files .files--file {
  padding: 8px;
  width: 33.3333%;
}
.files .files--link {
  display: block;
  width: 100%;
  padding: 100% 0 0;
  background: #93117e;
  position: relative;
}
.files .files--info {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 8px;
  flex-direction: column;
}
.files .files--filename {
  font-size: 0.7rem;
  line-height: 1.2;
  flex-grow: 1;
  word-break: break-word;
}
.files .files--size {
  font-size: 0.5rem;
}
.files .files--icon {
  text-align: center;
  display: block;
  width: 20%;
  margin: 0 auto;
}
.files .files--icon svg {
  width: 100%;
  height: auto;
}
.files .files--icon path {
  fill: #d4bace;
}
@media (min-width: 480px) {
  .files .files--icon {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .files .files--list {
    float: right;
    margin: -8px -8px 8px 8px;
  }
  .files .files--file {
    width: 200px;
  }
  .files .files--icon {
    width: 50px;
  }
}

.citation.style- .citation--quote, .citation.style-portrait .citation--quote {
  padding: 15px;
  margin: 0;
  position: relative;
  background: rgba(151, 93, 145, 0.25);
  border: 0;
  line-height: 2;
}
.citation.style- .citation--quote p, .citation.style-portrait .citation--quote p {
  margin: 0 0 10px;
}
.citation.style- .citation--portrait, .citation.style-portrait .citation--portrait {
  width: 250px;
  max-width: 100%;
  margin: 0 0 40px;
  position: relative;
}
.citation.style- .picture-container, .citation.style-portrait .picture-container {
  background: #3d1c48;
}
.citation.style- .citation--caption, .citation.style-portrait .citation--caption {
  margin: 5px 0 0;
  font-size: 0.5rem;
  line-height: 1.1;
  color: white;
  width: 100%;
}
.citation.style- .citation--caption .description, .citation.style-portrait .citation--caption .description {
  color: #3d1c48;
  display: block;
}
.citation.style- .citation--caption .copyright, .citation.style-portrait .citation--caption .copyright {
  color: #93117e;
  display: block;
}
.citation.style- .citation--source, .citation.style-portrait .citation--source {
  padding: 0 0 30px;
  display: block;
  font-style: normal;
}
.citation.style- .citation--name,
.citation.style- .citation--description, .citation.style-portrait .citation--name,
.citation.style-portrait .citation--description {
  display: block;
}
.citation.style- .citation--name, .citation.style-portrait .citation--name {
  font-weight: 700;
}
.citation.style- .citation--text, .citation.style-portrait .citation--text {
  font-style: italic;
}
.citation.style-large .citation--background {
  position: relative;
  margin: 0 0 40px;
}
.citation.style-large .citation--bg-image,
.citation.style-large .picture-container,
.citation.style-large .picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.citation.style-large .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.citation.style-large .citation--quote {
  padding: 15px;
  margin: 0;
  position: relative;
  background: rgba(61, 28, 72, 0.5);
  border: 0;
  color: white;
  font-style: italic;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.8;
}
.citation.style-large .citation--quote p {
  margin: 0 0 10px;
}
.citation.style-large .citation--source {
  background: #3d1c48;
  font-style: normal;
  padding: 20px;
  margin: 0 auto -55px;
}
.citation.style-large .citation--text {
  font-style: italic;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .citation.style-large .citation--quote {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .citation.style- .citation--portrait, .citation.style-portrait .citation--portrait {
    float: right;
    margin: -90px -100px 15px 15px;
  }
  .citation.style- .citation--caption, .citation.style-portrait .citation--caption {
    position: absolute;
    transform-origin: 0 100%;
    transform: rotate(-90deg);
    left: 112%;
    bottom: 0;
  }
  .citation.style- .citation--background, .citation.style-portrait .citation--background {
    padding-left: 140px;
    padding-right: 140px;
  }
  .citation.style- .citation--quote, .citation.style-portrait .citation--quote {
    padding: 50px 30px;
  }
  .citation.style- .citation--quote p, .citation.style-portrait .citation--quote p {
    margin-bottom: 15px;
  }
  .citation.style- .citation--quote p:last-child, .citation.style-portrait .citation--quote p:last-child {
    margin-bottom: 0;
  }
  .citation.style-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .citation.style-large .citation--quote {
    padding: 100px;
  }
  .citation.style-large .citation--quote p {
    margin-bottom: 15px;
  }
  .citation.style-large .citation--source {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 45px -40px 0;
  }
  .citation.style-large .citation--text {
    margin-bottom: 0;
  }
  .citation.style-portrait + .citation.style-portrait {
    padding-top: 0;
  }
}

.news .news--item {
  margin: 0 0 45px;
}
.news .news--item.is-open .news--item-open {
  display: none;
}
.news .news--item.is-open .news--item-close {
  display: block;
}
.news .news--item.has-image {
  margin-top: 160px;
}
.news .news--item.has-image .news--item-image {
  background: #3d1c48;
}
.news .news--item-header {
  background: rgba(151, 93, 145, 0.25);
  margin: 0;
  padding: 30px;
  position: relative;
}
.news .news--item-topline {
  font-size: 0.6rem;
  margin: 0 0 20px;
}
.news .news--item-headline {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 15px;
}
.news .news--item-teaser {
  margin: 0 0 30px;
}
.news .news--item-button {
  padding: 15px;
  background: #93117e;
  color: white;
  border: 0;
  border-radius: 0;
}
.news .news--item-button .is-hidden {
  display: none;
}
.news .news--item-image {
  background: #93117e;
  margin: -150px auto 20px;
}
.news .picture-container,
.news .picture,
.news .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news--item-body-container {
  background: #3d1c48;
  padding: 30px 18px;
  margin: 45px 0 0;
  position: relative;
}
.news .news--item-body-container:before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 46px;
  background: no-repeat 50% 50% transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4OS4zcHgiIGhlaWdodD0iNDQuN3B4IiB2aWV3Qm94PSIwIDAgODkuMyA0NC43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4OS4zIDQ0Ljc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzRDFDNDg7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMCw0NC43IDQ0LjcsMCA4OS4zLDQ0LjcgCSIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
.news .news--item-text {
  color: white;
  padding: 0 12px;
}
.news .news--item-text a {
  color: inherit;
  text-decoration: underline;
}
.news .news--item-text a:hover, .news .news--item-text a:focus, .news .news--item-text a:active {
  text-decoration: none;
}
.news .news--item-text p:last-child {
  margin: 0;
}
.news .news--item-open {
  display: block;
}
.news .news--item-close {
  display: none;
}
.news .news--item-data {
  margin: 40px -3px 0;
  padding: 0 12px;
}
.news .news--item-thumbnails,
.news .news--item-links,
.news .files--list {
  margin: 0 0 20px;
}
.news .news--item-thumbnails:last-child,
.news .news--item-links:last-child,
.news .files--list:last-child {
  margin-bottom: 0;
}
.news .news--item-legend {
  color: white;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 5px;
  font-weight: 700;
}
.news .news--item-thumbnails {
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.news .news--item-thumbnail {
  width: 50%;
  padding: 5px;
}
.news .news--item-thumbnail a,
.news .news--item-thumbnail img {
  width: 100%;
  height: auto;
}
.news .news--item-links {
  color: white;
  padding: 0 0 0 1rem;
}
.news .news--item-link a {
  color: inherit;
}
.news .files--list {
  float: none;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.news .files--file {
  padding: 5px;
  width: 50%;
}
.news .files--size {
  display: block;
}
.news .files--icon {
  width: 30px;
}
@media (max-width: 991px) {
  .news .news--item:not(.has-image) .news--item-image {
    display: none;
  }
  .news .news--item-header {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .news .news--item.has-image {
    margin-top: 0;
  }
  .news .news--item-header {
    padding-right: 190px;
    margin-right: 110px;
  }
  .news .news--item-header-container {
    float: left;
    padding: 0 30px 0 0;
  }
  .news .news--item-image {
    float: right;
    margin: 0 -300px 0 0;
    height: 300px;
    width: 300px;
  }
  .news .news--item-body-container {
    display: flex;
  }
  .news .news--item-data {
    margin-top: 0;
    width: 296px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.schum {
  font-size: 1.1rem;
  line-height: 1.7;
  color: white;
}
.schum .schum--head {
  padding: 20px;
  background: #93117e;
}
.schum .schum--headline {
  font-weight: 700;
  font-size: 1.7rem;
  margin: 0 0 30px;
}
.schum .schum--description p:last-child {
  margin: 0;
}
.schum .schum--body {
  padding: 20px;
  background: #3d1c48;
}
.schum .schum--body p {
  margin: 0 0 15px;
}
.schum .schum--body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .schum .schum--content {
    display: flex;
  }
  .schum .schum--head {
    padding: 30px 20% 30px 30px;
    width: 80%;
    margin: 0 0 10%;
  }
  .schum .schum--body {
    padding: 40px 30px;
    width: 40%;
    margin: 10% 0 0 -20%;
  }
  .schum .schum--body p {
    margin-bottom: 25px;
  }
}

/*# sourceMappingURL=style-2021.css.map */
