@charset "UTF-8";
/**
 * schumstaedte.de
 *
 * @author Daniel Weitenauer
 * @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 {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

.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, .slideshow-camera {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, .slideshow-camera {
    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;
}

/**
 * Basic styles
 *
 * (c) 2014-2019 studio ahoi
 */
/**
 * Justify a single line
 * http://blog.vjeux.com/2011/css/css-one-line-justify.html
 */
.fulljustify {
  text-align: justify;
}
.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

/**
 * JS, browser
 */
.check-javascript,
.check-browser {
  display: none;
}
.check-javascript p,
.check-browser p {
  margin: 0;
  padding: 1em;
  width: 100%;
  background: #FF0000;
  text-align: center;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

html.no-js .check-javascript, html.ie8 .check-browser, html.lt-ie8 .check-browser {
  display: block;
}

/**
 * Article access
 */
.article-blocked {
  position: fixed;
  left: 50%;
  top: -4px;
  z-index: 100000;
  transform: translate(-50%, 0);
}
.article-blocked p {
  margin: 0;
  padding: 8px 10px;
  border-radius: 5px;
  width: 100%;
  background: #FF0000;
  text-align: center;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/**
 *Force scrollbar display
 */
html {
  overflow-y: scroll;
}

/**
 * Bootstrap: enable dropdown on hover instead of click on bootstrap menu
 */
.page-display-desktop .navbar-nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  /* Display submenu in normal block instead
     of overlay on small screens */
}
@media (max-width: 767px) {
  .page-display-desktop .navbar-nav li.dropdown:hover ul.dropdown-menu {
    position: static;
    float: none;
  }
}

/**
 * Default navigation
 *
 * @author Daniel Weitenauer
 * @copyright 2016-2019 studio ahoi
 */
/**
 * Navigation bar with dropdowns
 * apply this to the top ul tag of the list
 */
.ahoi-navigation:before, .ahoi-navigation:after {
  display: table;
  content: " ";
}
.ahoi-navigation:after {
  clear: both;
}
.ahoi-navigation,
.ahoi-navigation ul {
  white-space: nowrap;
}
.ahoi-navigation li {
  list-style: none;
  float: left;
  position: relative;
}
.ahoi-navigation li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.ahoi-navigation li li {
  float: none;
}
.ahoi-navigation li:hover ul {
  display: block;
}
.ahoi-navigation a {
  display: block;
}

/**
 * Burger parts
 *
 * (---) top    -> &:before
 * [---] middle -> &
 * (---) bottom -> &:after
 */
/**
 * Burger
 */
/**
 * Burger animations
 */
.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);
}

@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 */
}
.primary {
  color: #93117e !important;
}

.secondary {
  color: #3d1c48 !important;
}

.highlight {
  color: #975d91 !important;
}

.column-line {
  margin: 4em 0 2em;
}
.column-line div {
  background: #3d1c48;
  height: 0.5em;
}

.small {
  font-size: 0.8em !important;
  color: #975d91;
}

.large {
  font-size: 1.4em !important;
}

.app-store-links {
  padding: 30px;
  display: flex;
  justify-content: center;
}

.app-store-link {
  padding: 0 15px;
}
.app-store-link img {
  width: 12rem;
}

html,
body {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

html {
  height: 100%;
}

body:before {
  color: red;
}

h1, .h1 {
  color: #93117e;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0.25em;
  margin: 0 0 1em;
  border-bottom: 3px solid #93117e;
}

h2, .h2 {
  color: #93117e;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0.25em;
  margin: 1.5em 0 1em;
  border-bottom: 3px solid #93117e;
}

h1 + h2 {
  border: 0;
  padding-bottom: 0;
}

h3, .h3 {
  color: #93117e;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 0.5em;
}

h4, .h4 {
  font-size: 1em;
  font-weight: 700;
  color: #93117e;
  margin: 1em 0 0.25em;
}

h5, .h5 {
  font-size: 1em;
  color: #93117e;
  margin: 1em 0 0.25em;
}

h6, .h6 {
  font-size: 1em;
  color: #93117e;
  margin: 1em 0 0.25em;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  padding: 0 0 0.5em 1.5em;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  color: #3d1c48;
  text-decoration: underline;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #93117e;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-weight: 400;
  font-style: italic;
}

abbr,
abbr[title] {
  border: 0;
}
abbr:hover, abbr:focus,
abbr[title]:hover,
abbr[title]:focus {
  outline: none;
  border: 0;
  color: #3d1c48;
  background: rgba(151, 93, 145, 0.25);
}

blockquote,
.blockquote {
  margin: 1em 0;
  border-left: 0.75em rgba(151, 93, 145, 0.25) solid;
  padding: 0.5em 0.5em 0.5em 0.75em;
}
blockquote p,
.blockquote p {
  margin-bottom: 0.75em;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child,
.blockquote p:last-child,
.blockquote ul:last-child,
.blockquote ol:last-child {
  font-size: 0.75em;
  font-style: italic;
  color: #3d1c48;
  margin-bottom: 0;
}
blockquote p:first-child,
blockquote ul:first-child,
blockquote ol:first-child,
.blockquote p:first-child,
.blockquote ul:first-child,
.blockquote ol:first-child {
  color: #3d1c48 !important;
  font-size: 1em;
  line-height: 1.5;
}

html[dir=rtl] blockquote,
html[dir=rtl] .blockquote {
  border-left: 0;
  border-right: 0.75em rgba(151, 93, 145, 0.25) solid;
}

cite:before, .cite:before {
  content: "»";
  display: inline-block;
}
cite:after, .cite:after {
  content: "«";
  display: inline-block;
}

iframe {
  max-width: 100%;
}

.pagination-block {
  text-align: center;
}
.pagination-block .pagination > li > a {
  border: 0;
  color: #975d91;
}
.pagination-block .pagination > li > a:hover, .pagination-block .pagination > li > a:active {
  background: rgba(151, 93, 145, 0.25);
}
.pagination-block .pagination > li:last-child > a, .pagination-block .pagination > li:first-child > a {
  border-radius: 0;
}
.pagination-block .pagination > li.active > a, .pagination-block .pagination > li.active > span, .pagination-block .pagination > li.active > a:hover, .pagination-block .pagination > li.active > span:hover, .pagination-block .pagination > li.active > a:focus, .pagination-block .pagination > li.active > span:focus {
  background: #975d91;
  color: white;
}

.toplink {
  z-index: 1000;
  opacity: 0;
  position: fixed;
  bottom: 2em;
  right: 2em;
  width: 3em;
  height: 3em;
  background: url(../images/toplink.svg) transparent no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}
.toplink:hover, .toplink:focus, .toplink:active {
  background: url(../images/toplink_hover.svg) no-repeat center center #975d91;
  background-size: 100% auto;
}
.toplink.visible {
  opacity: 1;
}
@media (max-width: 991px) {
  .toplink {
    bottom: 4em;
    right: 1em;
    width: 3em;
    height: 3em;
  }
}

.mfp-bg {
  opacity: 0.9;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right-color: transparent;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left-color: transparent;
}

.mfp-bg {
  z-index: 3042;
}

.mfp-wrap {
  z-index: 3043;
}

.navigation-header:before, .navigation-header:after,
.navigation-main:before,
.navigation-main:after,
.navigation-footer:before,
.navigation-footer:after {
  display: table;
  content: " ";
}
.navigation-header:after,
.navigation-main:after,
.navigation-footer:after {
  clear: both;
}
.navigation-header,
.navigation-header ul,
.navigation-main,
.navigation-main ul,
.navigation-footer,
.navigation-footer ul {
  white-space: nowrap;
}
.navigation-header li,
.navigation-main li,
.navigation-footer li {
  list-style: none;
  float: left;
  position: relative;
}
.navigation-header li ul,
.navigation-main li ul,
.navigation-footer li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.navigation-header li li,
.navigation-main li li,
.navigation-footer li li {
  float: none;
}
.navigation-header li:hover ul,
.navigation-main li:hover ul,
.navigation-footer li:hover ul {
  display: block;
}
.navigation-header a,
.navigation-main a,
.navigation-footer a {
  display: block;
}

.navigation-header {
  padding-top: 1em;
  padding-bottom: 1em;
}
.navigation-header ul {
  float: right;
  line-height: 1;
}
.navigation-header a {
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0.25em 0.6em;
  color: #975d91;
  text-decoration: none;
}
.navigation-header li.active a,
.navigation-header li.selected a,
.navigation-header a:focus,
.navigation-header a:active,
.navigation-header a:hover {
  color: white;
}

.navigation-main {
  height: 4.75em;
}
.navigation-main ul {
  float: right;
  background: #3d1c48;
}
.navigation-main a {
  text-transform: uppercase;
  padding: 0.25em 0;
  color: #975d91;
  text-decoration: none;
}
.navigation-main li.active > a,
.navigation-main a:focus,
.navigation-main a:active,
.navigation-main a:hover {
  color: white;
}
.navigation-main li {
  margin-right: 8px;
  margin-left: 8px;
}
.navigation-main li.selected ul, .navigation-main li.active ul {
  display: block;
}
.navigation-main li.forced-hide ul {
  display: none;
}
.navigation-main li:hover ul {
  z-index: 10;
}
.navigation-main li ul {
  width: 40em;
  padding: 0;
}
.navigation-main li ul.level-1 {
  margin-left: -15px;
}
.navigation-main li ul.level-1 li:first-child {
  padding-left: 15px;
}
.navigation-main li li {
  margin-right: 0;
  margin-left: 0;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 0.8em;
  float: left;
  line-height: 1;
  position: relative;
}
.navigation-main li li:after {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  border-right: 1px solid #975d91;
  height: 1em;
}
.navigation-main li li:first-child {
  padding-left: 0;
}
.navigation-main li li:last-child:after {
  display: none;
}
.navigation-main li li a {
  padding: 12px 0 12px;
}
@media (min-width: 1350px) {
  .navigation-main li ul {
    width: 50em;
  }
}

.navigation-footer {
  padding-top: 2em;
}
.navigation-footer p,
.navigation-footer ul {
  float: right;
}
.navigation-footer p,
.navigation-footer a {
  font-size: 0.8em;
  padding: 0 0.75em;
  color: #975d91;
  text-decoration: none;
}
.navigation-footer ul:not(.item-count-0) + p,
.navigation-footer li {
  border-right: 1px solid #975d91;
}
.navigation-footer li:last-child {
  border: 0;
}
.navigation-footer li.active a,
.navigation-footer li.selected a,
.navigation-footer a:focus,
.navigation-footer a:active,
.navigation-footer a:hover {
  color: white;
}

.navigation-switch-mobile {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: right;
}
.navigation-switch-mobile .navigation-switch {
  margin-left: 2em;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
.navigation-switch-mobile .burger-icon-schum {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}
.navigation-switch-mobile .burger-icon-schum, .navigation-switch-mobile .burger-icon-schum:before, .navigation-switch-mobile .burger-icon-schum: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;
}
.navigation-switch-mobile .burger-icon-schum:before, .navigation-switch-mobile .burger-icon-schum:after {
  position: absolute;
  content: "";
}
.navigation-switch-mobile .burger-icon-schum:before {
  top: -8px;
}
.navigation-switch-mobile .burger-icon-schum:after {
  top: 8px;
}
.navigation-switch-mobile .cross {
  background-color: transparent;
}

.navigation-mobile {
  background: #3d1c48;
  text-align: left;
  padding-top: 7em;
  padding-bottom: 3em;
  z-index: 1001;
  position: absolute;
  top: 4em;
  left: 0;
}
.navigation-mobile a {
  color: #975d91;
  text-decoration: none;
  padding: 0.5em;
  display: block;
  border-bottom: 1px solid #93117e;
}
.navigation-mobile li.active > a {
  color: white;
}
.navigation-mobile li li a {
  padding-left: 2em;
}
@media screen and (min-width: 992px) {
  .navigation-mobile {
    padding-top: 14em;
  }
}

.search-input {
  background: #3d1c48;
  padding: 0.25em 0 0.25em 0;
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 11;
}
.search-input form {
  border: 1px solid #975d91;
}
.search-input label {
  display: none;
}
.search-input input {
  font-size: 0.8em;
  border: 0;
  background: #3d1c48;
  color: #975d91;
  padding: 2px;
}
.search-input .form-control {
  height: 2em;
  padding-left: 40px;
}
.search-input .form-control:focus {
  box-shadow: none;
}
.search-input .form-control::-moz-placeholder {
  color: #975d91;
  opacity: 1;
}
.search-input .form-control:-ms-input-placeholder {
  color: #975d91;
}
.search-input .form-control::-webkit-input-placeholder {
  color: #975d91;
}
.search-input .input-group {
  position: relative;
}
.search-input .input-group-btn {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 8px;
  top: 2px;
}
.search-input .input-group-btn input {
  text-indent: -999em;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/zoom.svg) center center no-repeat transparent;
  background-size: 100% auto;
}
@media screen and (min-width: 1200px) {
  .search-input {
    width: 20%;
    padding-left: 15px;
    float: right;
    display: block;
  }
}

.overlay {
  background: url(../images/overlay_desktop.png) transparent no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 45% 0 0;
}

.camera_loader {
  background: transparent url(../images/spinner.gif) no-repeat center;
  border: 0;
}

.small-margin-top {
  margin-top: 15px !important;
}

.header,
.footer {
  background: #3d1c48;
  color: white;
}
.header .container,
.footer .container {
  position: relative;
}

.header {
  margin: 0 0 5em;
  position: relative;
  z-index: 2002;
}
.header .logo-header {
  position: absolute;
  top: 0;
  left: 2.5em;
  z-index: 10000;
  background: #93117e;
  width: 9.5em;
}
.header .logo-header img {
  width: 100%;
  height: auto;
}
.header .logo-header a {
  display: block;
}
@media screen and (min-width: 992px) {
  .header {
    height: 10em;
    margin: 0 0 6.5em;
  }
  .header .logo-header a {
    padding: 7em 0 0 0;
  }
}

.footer {
  margin-top: 4em;
  z-index: 1;
  position: relative;
}
.footer .container {
  padding-top: 5em;
  padding-bottom: 3em;
}
.footer .logo-footer {
  position: absolute;
  top: -2.5em;
  left: 2.5em;
  background: #93117e;
  width: 8em;
}
.footer .logo-footer img {
  width: 100%;
  height: auto;
}
.footer .footer-motto {
  padding-top: 2em;
  padding-bottom: 2em;
  color: white;
}
.footer .address {
  padding-bottom: 2em;
}
.footer .address p {
  font-size: 0.8em;
}
.footer .address,
.footer .address a {
  color: white;
  text-decoration: none;
}
.footer .address li.active a,
.footer .address a:hover,
.footer .address a:focus,
.footer .address a:active {
  color: #975d91;
  text-decoration: none;
}
.footer .sitemap .level-0 li {
  display: block;
}
.footer .sitemap .level-0 a {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0 0.75em;
  color: #975d91;
  text-decoration: none;
}
.footer .sitemap .level-0 a:focus,
.footer .sitemap .level-0 a:active,
.footer .sitemap .level-0 a:hover {
  color: white;
}
.footer .sitemap .level-0 > li {
  padding: 0.21em 0;
}
.footer .sitemap .level-0 > li:before, .footer .sitemap .level-0 > li:after {
  display: table;
  content: " ";
}
.footer .sitemap .level-0 > li:after {
  clear: both;
}
.footer .sitemap .level-0 > li > a {
  color: white;
  width: 9em;
  padding-left: 0;
}
.footer .sitemap .level-0 > li > a:focus, .footer .sitemap .level-0 > li > a:active, .footer .sitemap .level-0 > li > a:hover {
  color: #975d91;
}
.footer .sitemap .level-0 > li li {
  float: left;
  border-right: 1px solid #975d91;
}
.footer .sitemap .level-0 > li li:last-child {
  border: 0;
}
@media (min-width: 768px) {
  .footer .sitemap .level-0 > li > a {
    float: left;
  }
  .footer .sitemap .level-0 > li ul {
    float: left;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .footer {
    margin-top: 8em;
  }
  .footer .container {
    padding-top: 10em;
  }
  .footer .footer-motto {
    padding-left: 2.5em;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 1em;
    left: 0;
    color: white;
  }
  .footer .address {
    padding-left: 2.5em;
  }
  .footer .sitemap {
    padding-left: 2.5em;
  }
}

.content {
  background: white;
}

.text-text-head {
  margin-top: 3em;
}
.text-text-head.did-you-know {
  padding: 1em 0;
  border-top: 0.5em solid #93117e;
  border-bottom: 0.5em solid #93117e;
}

.text-text-head ul,
.media-image-multiple .text ul {
  list-style: disc outside;
  padding-left: 1.25em;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.text-text-head li,
.media-image-multiple .text li {
  margin: 0.25em 0;
}
.text-text-head a,
.media-image-multiple .text a {
  word-break: break-all;
}

.news-overview .date,
.news-overview .teaser {
  margin: 1em 0 0;
  font-size: 0.8em;
  color: #975d91;
}
.news-overview header {
  margin-bottom: 15px;
}
.news-overview .headline {
  margin: 0;
}
.news-overview .headline a {
  color: #93117e;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 0.5em;
  line-height: 1.5;
}
.news-overview .titleimage {
  float: left;
  margin: 0 1em 1em 0;
}
.news-overview .images li {
  float: left;
  margin-left: 0.5em;
}
.news-overview .images li:first-child {
  margin-left: 0;
}
.news-overview li {
  margin: 0 0 2.5em 0;
}
.news-overview li > div, .news-overview li > article {
  margin-left: 2.5em;
}
.news-overview li > div:before, .news-overview li > article:before {
  margin: 1.35em 0 0 -2.5em;
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  float: left;
  background: #93117e;
}
.news-overview li li {
  margin: 0;
}
@media (min-width: 992px) {
  .news-overview {
    width: 90%;
  }
}

.news-singleview .back {
  margin: 0 0 2em;
  display: block;
}
.news-singleview .date,
.news-singleview .teaser {
  margin: 1em 0 0;
  font-size: 0.8em;
  color: #975d91;
}
.news-singleview .headline,
.news-singleview h3,
.news-singleview figure,
.news-singleview .content {
  margin: 0 0 1em;
}
.news-singleview .images ul {
  margin: 0 -0.5em;
}
.news-singleview .images li {
  float: left;
  padding: 0.5em;
}
.news-singleview .files,
.news-singleview .links {
  margin: 0 0 1em;
}
.news-singleview .files ul,
.news-singleview .links ul {
  padding: 0 0 0 1.25em;
  list-style: disc outside;
}

.glossary-list abbr {
  border: 0;
  text-decoration: none;
}
.glossary-list dt {
  color: #93117e;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 0.5em;
}
.glossary-list dd {
  margin: 0 0 1.5em;
}

.slideshow-camera {
  background: #3d1c48;
  margin: -8.5em 0 0 0;
  padding: 45% 0 0;
  position: relative;
  height: 0;
  overflow: hidden;
}
.slideshow-camera .camera-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow-camera .camera_wrap {
  height: 100%;
}

.media-image-multiple.right-align {
  margin: 1em 0 0 0;
}
.media-image-multiple.dont-align {
  margin: 2em 0 0;
}
.media-image-multiple.dont-align .media-image-multiple-content {
  margin-right: -15px;
  margin-left: -15px;
}
.media-image-multiple.dont-align .media-image-multiple-content:before, .media-image-multiple.dont-align .media-image-multiple-content:after {
  display: table;
  content: " ";
}
.media-image-multiple.dont-align .media-image-multiple-content:after {
  clear: both;
}
.media-image-multiple.dont-align .image-list-wrapper,
.media-image-multiple.dont-align .text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.media-image-multiple:not(.media-type-portraits) .media-image-multiple-content {
  margin-right: -15px;
  margin-left: -15px;
}
.media-image-multiple:not(.media-type-portraits) .media-image-multiple-content:before, .media-image-multiple:not(.media-type-portraits) .media-image-multiple-content:after {
  display: table;
  content: " ";
}
.media-image-multiple:not(.media-type-portraits) .media-image-multiple-content:after {
  clear: both;
}
.media-image-multiple.media-type-content_image_full .image-list-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.media-image-multiple.media-type-content_image_full .text,
.media-image-multiple.media-type-content_image_full .image-wrapper,
.media-image-multiple.media-type-content_image_full .image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.media-image-multiple.media-type-content_image_three_quarter .text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_three_quarter .text {
    float: left;
    width: 25%;
  }
}
.media-image-multiple.media-type-content_image_three_quarter .image-wrapper,
.media-image-multiple.media-type-content_image_three_quarter .image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_three_quarter .image-wrapper,
.media-image-multiple.media-type-content_image_three_quarter .image {
    float: left;
    width: 75%;
  }
}
.media-image-multiple.media-type-content_image_two_third .text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_two_third .text {
    float: left;
    width: 33.3333333333%;
  }
}
.media-image-multiple.media-type-content_image_two_third .image-wrapper,
.media-image-multiple.media-type-content_image_two_third .image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_two_third .image-wrapper,
.media-image-multiple.media-type-content_image_two_third .image {
    float: left;
    width: 66.6666666667%;
  }
}
.media-image-multiple.media-type-content_image_half .text,
.media-image-multiple.media-type-content_image_half .image-wrapper,
.media-image-multiple.media-type-content_image_half .image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_half .text,
.media-image-multiple.media-type-content_image_half .image-wrapper,
.media-image-multiple.media-type-content_image_half .image {
    float: left;
    width: 50%;
  }
}
.media-image-multiple.media-type-content_image_third .text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_third .text {
    float: left;
    width: 50%;
  }
}
.media-image-multiple.media-type-content_image_third.image-count-1 .text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 16.667%;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_third.image-count-1 .text {
    float: left;
    width: 50%;
  }
}
.media-image-multiple.media-type-content_image_third.image-count-2 .text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_third.image-count-2 .text {
    float: left;
    width: 33.3333333333%;
  }
}
.media-image-multiple.media-type-content_image_third .image-wrapper,
.media-image-multiple.media-type-content_image_third .image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_third .image-wrapper,
.media-image-multiple.media-type-content_image_third .image {
    float: left;
    width: 33.3333333333%;
  }
}
.media-image-multiple.media-type-content_image_quarter .text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.media-image-multiple.media-type-content_image_quarter.image-count-1 .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 25%;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_quarter.image-count-1 .text {
    float: left;
    width: 50%;
  }
}
.media-image-multiple.media-type-content_image_quarter.image-count-2 .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_quarter.image-count-2 .text {
    float: left;
    width: 50%;
  }
}
.media-image-multiple.media-type-content_image_quarter.image-count-3 .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_quarter.image-count-3 .text {
    float: left;
    width: 25%;
  }
}
.media-image-multiple.media-type-content_image_quarter .image-wrapper,
.media-image-multiple.media-type-content_image_quarter .image {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_quarter .image-wrapper,
.media-image-multiple.media-type-content_image_quarter .image {
    float: left;
    width: 25%;
  }
}
.media-image-multiple.media-type-content_image_fifth .text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.media-image-multiple.media-type-content_image_fifth .image-wrapper,
.media-image-multiple.media-type-content_image_fifth .image {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-content_image_fifth .image-wrapper,
.media-image-multiple.media-type-content_image_fifth .image {
    width: 20%;
  }
}
.media-image-multiple.media-type-portraits .media-image-multiple-content {
  margin-right: -15px;
  margin-left: -15px;
}
.media-image-multiple.media-type-portraits .media-image-multiple-content:before, .media-image-multiple.media-type-portraits .media-image-multiple-content:after {
  display: table;
  content: " ";
}
.media-image-multiple.media-type-portraits .media-image-multiple-content:after {
  clear: both;
}
.media-image-multiple.media-type-portraits .image-list-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-portraits .image-list-wrapper {
    float: left;
    width: 50%;
  }
}
.media-image-multiple.media-type-portraits .image-wrapper,
.media-image-multiple.media-type-portraits .image {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.media-image-multiple.media-type-portraits .image-wrapper:first-child,
.media-image-multiple.media-type-portraits .image:first-child {
  margin-left: 0;
}
.media-image-multiple.media-type-portraits .image-wrapper:last-child,
.media-image-multiple.media-type-portraits .image:last-child {
  margin-right: 0;
}
.media-image-multiple.media-type-portraits .headline {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.media-image-multiple.media-type-portraits .text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-portraits .text {
    float: left;
    width: 50%;
  }
}
.media-image-multiple.media-type-portraits .image-list-wrapper,
.media-image-multiple.media-type-portraits .text {
  float: right;
}
.media-image-multiple.media-type-image_crest .image-wrapper,
.media-image-multiple.media-type-image_crest .image {
  width: 10.5%;
  margin-left: 1%;
  margin-right: 1%;
  float: right;
}
.media-image-multiple.media-type-image_crest .image-wrapper:first-child,
.media-image-multiple.media-type-image_crest .image:first-child {
  margin-left: 0;
}
.media-image-multiple.media-type-image_crest .image-wrapper:last-child,
.media-image-multiple.media-type-image_crest .image:last-child {
  margin-right: 0;
}
.media-image-multiple.media-type-image_crest .image {
  width: 80%;
  margin: 0 0 0 20%;
}
.media-image-multiple.media-type-image_crest .headline {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.media-image-multiple.media-type-image_crest .text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .media-image-multiple.media-type-image_crest .text {
    float: left;
    width: 100%;
  }
}
.media-image-multiple.media-type-image_crest .image-list-wrapper,
.media-image-multiple.media-type-image_crest .text {
  float: right;
}
.media-image-multiple.media-type-content_image_full .content, .media-image-multiple.media-type-content_image_three_quarter .content, .media-image-multiple.media-type-content_image_two_third .content, .media-image-multiple.media-type-content_image_half .content, .media-image-multiple.media-type-content_image_third .content, .media-image-multiple.media-type-content_image_quarter .content, .media-image-multiple.media-type-image_crest .content {
  margin-right: -15px;
  margin-left: -15px;
}
.media-image-multiple.media-type-content_image_full .content:before, .media-image-multiple.media-type-content_image_full .content:after, .media-image-multiple.media-type-content_image_three_quarter .content:before, .media-image-multiple.media-type-content_image_three_quarter .content:after, .media-image-multiple.media-type-content_image_two_third .content:before, .media-image-multiple.media-type-content_image_two_third .content:after, .media-image-multiple.media-type-content_image_half .content:before, .media-image-multiple.media-type-content_image_half .content:after, .media-image-multiple.media-type-content_image_third .content:before, .media-image-multiple.media-type-content_image_third .content:after, .media-image-multiple.media-type-content_image_quarter .content:before, .media-image-multiple.media-type-content_image_quarter .content:after, .media-image-multiple.media-type-image_crest .content:before, .media-image-multiple.media-type-image_crest .content:after {
  display: table;
  content: " ";
}
.media-image-multiple.media-type-content_image_full .content:after, .media-image-multiple.media-type-content_image_three_quarter .content:after, .media-image-multiple.media-type-content_image_two_third .content:after, .media-image-multiple.media-type-content_image_half .content:after, .media-image-multiple.media-type-content_image_third .content:after, .media-image-multiple.media-type-content_image_quarter .content:after, .media-image-multiple.media-type-image_crest .content:after {
  clear: both;
}
.media-image-multiple.media-type-content_image_full .image-wrapper,
.media-image-multiple.media-type-content_image_full .image, .media-image-multiple.media-type-content_image_three_quarter .image-wrapper,
.media-image-multiple.media-type-content_image_three_quarter .image, .media-image-multiple.media-type-content_image_two_third .image-wrapper,
.media-image-multiple.media-type-content_image_two_third .image, .media-image-multiple.media-type-content_image_half .image-wrapper,
.media-image-multiple.media-type-content_image_half .image, .media-image-multiple.media-type-content_image_third .image-wrapper,
.media-image-multiple.media-type-content_image_third .image, .media-image-multiple.media-type-content_image_quarter .image-wrapper,
.media-image-multiple.media-type-content_image_quarter .image, .media-image-multiple.media-type-image_crest .image-wrapper,
.media-image-multiple.media-type-image_crest .image {
  float: right;
}
.media-image-multiple.media-type-content_image_full .image-wrapper .image, .media-image-multiple.media-type-content_image_three_quarter .image-wrapper .image, .media-image-multiple.media-type-content_image_two_third .image-wrapper .image, .media-image-multiple.media-type-content_image_half .image-wrapper .image, .media-image-multiple.media-type-content_image_third .image-wrapper .image, .media-image-multiple.media-type-content_image_quarter .image-wrapper .image, .media-image-multiple.media-type-portraits .image-wrapper .image, .media-image-multiple.media-type-image_crest .image-wrapper .image {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.media-image-multiple .text {
  margin-bottom: 2em;
}
.media-image-multiple .image {
  margin-bottom: 2em;
  position: relative;
}
.media-image-multiple img {
  width: 100%;
  height: auto;
}
.media-image-multiple .caption {
  font-size: 0.8em;
  padding-top: 0.5em;
}
.media-image-multiple .image-copyright {
  color: #975d91;
  font-size: 0.85em;
}
.media-image-multiple:first-child {
  margin-top: 3em;
}
.media-image-multiple:first-child .media-image-multiple-headline {
  margin-top: 0;
}
@media (max-width: 767px) {
  .media-image-multiple .text {
    margin-top: 1em;
  }
}
@media (max-width: 991px) {
  .media-image-multiple .image-copyright:before {
    content: " — ";
  }
}
@media (min-width: 992px) {
  .media-image-multiple .image-copyright {
    position: absolute;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    right: -0.1em;
    top: -1em;
  }
}

.media-image-multiple + .text-text-head {
  margin-top: 1em;
}

html[dir=rtl] .media-image-multiple.media-type-image_crest .image-wrapper,
html[dir=rtl] .media-image-multiple.media-type-image_crest .image,
html[dir=rtl] .media-image-multiple.media-type-image_crest .image-list-wrapper,
html[dir=rtl] .media-image-multiple.media-type-image_crest .text {
  float: left;
}
html[dir=rtl] .media-image-multiple.media-type-portraits .image-list-wrapper, html[dir=rtl] .media-image-multiple.media-type-portraits .text {
  float: left;
}
html[dir=rtl] .media-image-multiple.media-type-portraits .image-wrapper, html[dir=rtl] .media-image-multiple.media-type-portraits .image {
  float: right;
}

.sitemap-seo42 .sitemap, .sitemap-seo42 ul {
  margin: 0;
  padding: 0 0 0 1.5em;
  list-style: outside disc;
}
.sitemap-seo42 li {
  margin: 0.25em 0;
}
.sitemap-seo42 .sitemap > li {
  font-weight: bold;
  font-size: 1.125em;
}
.sitemap-seo42 .sitemap > li li {
  font-weight: normal;
  font-size: 0.88em;
}

.rexsearch-results li {
  margin: 1em 0;
}

.shopping-add {
  display: inline-block;
  background: rgba(151, 93, 145, 0.25);
  padding: 10px;
}
.shopping-add .form-control,
.shopping-add .btn,
.shopping-add .article-status {
  font-size: 1em;
}
.shopping-add .btn, .shopping-add .article-status {
  text-decoration: none;
  background: #975d91;
  color: white;
  border: 1px solid rgba(151, 93, 145, 0.25);
}
.shopping-add .btn:hover, .shopping-add .article-status:hover, .shopping-add .btn:focus, .shopping-add .article-status:focus, .shopping-add .btn:active, .shopping-add .article-status:active {
  background: white;
  color: #975d91;
}
.shopping-add .shopping-add--price {
  font-size: 1.25em;
  color: #975d91;
  display: block;
  margin: 0 0 1em;
}
.shopping-add .shopping-cart--input {
  width: 5em;
  display: inline-block;
  border: 1px solid rgba(151, 93, 145, 0.25);
}
.shopping-add .shopping-add--to-cart:before {
  content: "";
  display: block;
}

.shopping-cart {
  margin-top: 3em;
}
.shopping-cart h2 {
  margin-bottom: 0;
}
.shopping-cart .delivery-costs,
.shopping-cart li {
  border-bottom: 1px solid #975d91;
  padding: 0 0 0.5em;
  margin: 0 0 0.5em;
}
.shopping-cart .shopping-cart--content {
  background: rgba(151, 93, 145, 0.25);
  padding: 10px;
}
.shopping-cart .shopping-cart--link {
  text-decoration: none;
  background: #975d91;
  color: white;
}
.shopping-cart .shopping-cart--link:hover, .shopping-cart .shopping-cart--link:focus, .shopping-cart .shopping-cart--link:active {
  background: white;
  color: #975d91;
}
.shopping-cart .btn, .shopping-cart .article-status {
  font-weight: 400;
}
.shopping-cart .shopping-cart--empty,
.shopping-cart .qty,
.shopping-cart .title,
.shopping-cart .total,
.shopping-cart .sub-total,
.shopping-cart .delivery-costs--info,
.shopping-cart .delivery-costs {
  display: block;
}
.shopping-cart .qty,
.shopping-cart .total,
.shopping-cart .sub-total,
.shopping-cart .delivery-costs {
  text-align: right;
}

.shopping-back-button {
  margin: 0 0 1em;
  text-align: right;
}
.shopping-back-button .btn, .shopping-back-button .article-status {
  font-size: 1em;
  text-decoration: none;
  background: #975d91;
  color: white;
  border: 1px solid rgba(151, 93, 145, 0.25);
}
.shopping-back-button .btn:hover, .shopping-back-button .article-status:hover, .shopping-back-button .btn:focus, .shopping-back-button .article-status:focus, .shopping-back-button .btn:active, .shopping-back-button .article-status:active {
  background: white;
  color: #975d91;
}

.shopping-button {
  text-align: right;
  margin: 1em 0;
}
.shopping-button .btn, .shopping-button .article-status {
  font-size: 1em;
  text-decoration: none;
  background: #975d91;
  color: white;
  border: 1px solid rgba(151, 93, 145, 0.25);
}
.shopping-button .btn:hover, .shopping-button .article-status:hover, .shopping-button .btn:focus, .shopping-button .article-status:focus, .shopping-button .btn:active, .shopping-button .article-status:active {
  background: white;
  color: #975d91;
}

.shopping-overview .btn, .shopping-overview .article-status {
  font-size: 1em;
  text-decoration: none;
  background: #975d91;
  color: white;
  border: 1px solid rgba(151, 93, 145, 0.25);
}
.shopping-overview .btn:hover, .shopping-overview .article-status:hover, .shopping-overview .btn:focus, .shopping-overview .article-status:focus, .shopping-overview .btn:active, .shopping-overview .article-status:active {
  background: white;
  color: #975d91;
}
.shopping-overview .shop-product a:first-child {
  padding: 0.5em;
  border: 1px solid rgba(151, 93, 145, 0.25);
  display: inline-block;
  margin-bottom: 1em;
}
.shopping-overview > div {
  margin-bottom: 3em;
}

.shopping-cart-overview .back-button {
  text-align: left;
  margin: 0 0 2em 0;
}
.shopping-cart-overview .shopping-button {
  text-align: right;
  margin: 0 0 2em 0;
}
.shopping-cart-overview .btn, .shopping-cart-overview .article-status {
  font-size: 1em;
  text-decoration: none;
  background: #975d91;
  color: white;
  border: 1px solid rgba(151, 93, 145, 0.25);
}
.shopping-cart-overview .btn:hover, .shopping-cart-overview .article-status:hover, .shopping-cart-overview .btn:focus, .shopping-cart-overview .article-status:focus, .shopping-cart-overview .btn:active, .shopping-cart-overview .article-status:active {
  background: white;
  color: #975d91;
}
@media (max-width: 991px) {
  .shopping-cart-overview .back-button,
.shopping-cart-overview .shopping-button {
    text-align: left;
  }
}

.shopping-form table + div > label,
.shopping-form legend {
  display: block;
  color: #93117e;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0.25em;
  margin: 1.5em 0 1em;
  border-bottom: 3px solid #93117e;
}
.shopping-form .btn-primary {
  float: right;
  font-size: 1em;
  text-decoration: none;
  background: #975d91;
  color: white;
  border: 1px solid rgba(151, 93, 145, 0.25);
}
.shopping-form .btn-primary:hover, .shopping-form .btn-primary:focus, .shopping-form .btn-primary:active {
  background: white;
  color: #975d91;
}
.shopping-form .alert,
.shopping-form .form_warning {
  margin-top: 3em;
}
.shopping-form .alert li,
.shopping-form .form_warning li {
  background: #975d91;
  color: white;
  padding: 0.25em;
  margin: 0 0 0.25em;
}

.files-download-item ul,
.article-overview ul {
  padding: 0;
  margin: 0 -1%;
  text-decoration: none;
}
.files-download-item ul p,
.article-overview ul p {
  color: white;
  border: 0;
  margin: 0;
  padding: 0;
}
.files-download-item ul p.article-overview--title,
.article-overview ul p.article-overview--title {
  font-weight: bold;
  font-size: 1.2em;
}
.files-download-item ul p.article-overview--description,
.article-overview ul p.article-overview--description {
  font-size: 1em;
}
.files-download-item li,
.article-overview li {
  text-align: left;
  list-style: none;
  display: block;
  float: left;
  position: relative;
  width: 48%;
  height: 0;
  padding: 60% 0 0;
  margin: 1%;
}
@media (min-width: 768px) {
  .files-download-item li,
.article-overview li {
    width: 31.333%;
    padding: 31.333%;
  }
}
@media (min-width: 992px) {
  .files-download-item li,
.article-overview li {
    width: 18%;
    padding: 18% 0 0;
  }
}

.article-overview a, .article-overview a:hover, .article-overview a:focus, .article-overview a:active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.5em;
  overflow: hidden;
  color: white;
  text-decoration: none;
  background: #3d1c48;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.article-overview a:hover {
  background: #93117e;
}

.files-download-item ul a, .files-download-item ul a:hover, .files-download-item ul a:focus, .files-download-item ul a:active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.5em;
  overflow: hidden;
  color: white;
  text-decoration: none;
  background: url(../images/icon_download.svg) no-repeat bottom 0.75em center #93117e;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.files-download-item ul a:hover {
  background-color: #3d1c48;
}
.files-download-item .size {
  font-size: 0.75em;
  color: white;
  display: block;
}
.files-download-item .size:before {
  content: "[";
}
.files-download-item .size:after {
  content: "]";
}
.files-download-item .files-download--text {
  margin-top: 15px;
}
.files-download-item.width-one-third {
  padding: 15px 0 30px;
}
.files-download-item.width-one-third h3 {
  border-bottom: 3px solid #93117e;
}
@media (min-width: 992px) {
  .files-download-item.width-one-third {
    width: 33.3333%;
    float: left;
    padding-right: 30px;
  }
  .files-download-item.width-one-third h3 {
    border-bottom: 3px solid #93117e;
  }
  .files-download-item.width-one-third li {
    width: 48%;
    padding: 48% 0 0;
  }
}

.template-10,
.template-15 {
  height: 100%;
}
.template-10 h2,
.template-15 h2 {
  border-bottom: 0;
}

.onepage--header {
  height: 100%;
  overflow: hidden;
}

body.navigation-open .onepage--header {
  overflow: visible;
}

.onepage--header-column {
  margin: 0 -15px 0;
  position: relative;
}
.onepage--header-column,
.onepage--header-column .row,
.onepage--header-column .col-xs-12 {
  height: 100%;
}

.header-onepage {
  background: transparent no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  height: 100%;
  z-index: 2000;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top: -8.5em;
}
.header-onepage .header-onepage--group {
  width: 100%;
  padding: 10em 1em 0;
}
.header-onepage .header-onepage--text {
  margin: 0 auto;
  font-size: 1.5em;
  position: relative;
  text-transform: uppercase;
  display: block;
  color: #3d1c48;
  font-weight: bold;
  border: 0;
}
.header-onepage .header-onepage--navigation {
  margin: 2em auto 0;
}
.header-onepage .header-onepage--navigation ul {
  padding: 0;
  margin: 0;
}
.header-onepage .header-onepage--navigation li {
  display: block;
  padding: 0 1em;
}
.header-onepage .header-onepage--navigation li:first-child, .header-onepage .header-onepage--navigation li:nth-last-child(2), .header-onepage .header-onepage--navigation li:last-child {
  width: 100%;
}
.header-onepage .header-onepage--navigation a {
  font-weight: bold;
  text-transform: uppercase;
  color: #3d1c48;
  text-decoration: none;
  font-size: 1em;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding: 0;
  margin: 0;
}
.header-onepage .header-onepage--navigation a:focus, .header-onepage .header-onepage--navigation a:active, .header-onepage .header-onepage--navigation a:hover {
  color: #975d91;
}
.header-onepage .header-onepage--downlink {
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 2001;
  bottom: 1.5em;
  width: 3em;
  height: 3em;
  background: url(../images/downlink_hover.svg) transparent no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
  overflow: hidden;
  text-indent: 999rem;
  word-break: normal;
}
@media (min-width: 768px) {
  .header-onepage .header-onepage--group {
    padding-top: 15em;
  }
  .header-onepage .header-onepage--text {
    margin: 0 auto;
    font-size: 4em;
  }
  .header-onepage .header-onepage--navigation li {
    display: inline-block;
  }
  .header-onepage .header-onepage--navigation a {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .header-onepage {
    margin-top: -16.5em;
  }
  .header-onepage .header-onepage--group {
    padding-top: 20em;
  }
  .header-onepage .header-onepage--downlink {
    bottom: 2em;
    width: 5em;
    height: 5em;
  }
  .header-onepage .header-onepage--downlink:hover, .header-onepage .header-onepage--downlink:focus, .header-onepage .header-onepage--downlink:active {
    background: url(../images/downlink.svg) transparent no-repeat center center;
    background-size: 100% auto;
  }
}
@media (min-width: 1200px) {
  .header-onepage .header-onepage--navigation {
    margin: 5em auto 0;
  }
}

.header-onepage-slideshow {
  margin-top: -8.5em;
}
.header-onepage-slideshow,
.header-onepage-slideshow .header-onepage-slideshow--image {
  background: transparent no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  height: 100%;
  z-index: 2000;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.header-onepage-slideshow .header-onepage-slideshow--group {
  z-index: 2001;
  position: relative;
  width: 100%;
  padding: 10em 1em 0;
}
.header-onepage-slideshow .header-onepage-slideshow--text {
  margin: 0 auto;
  font-size: 1.5em;
  position: relative;
  text-transform: uppercase;
  display: block;
  color: #3d1c48;
  font-weight: bold;
  border: 0;
}
.header-onepage-slideshow .header-onepage-slideshow--navigation {
  margin: 2em auto 0;
}
.header-onepage-slideshow .header-onepage-slideshow--navigation ul {
  padding: 0;
  margin: 0;
}
.header-onepage-slideshow .header-onepage-slideshow--navigation li {
  display: block;
  padding: 0 1em;
}
.header-onepage-slideshow .header-onepage-slideshow--navigation li:first-child, .header-onepage-slideshow .header-onepage-slideshow--navigation li:nth-last-child(2), .header-onepage-slideshow .header-onepage-slideshow--navigation li:last-child {
  width: 100%;
}
.header-onepage-slideshow .header-onepage-slideshow--navigation a {
  font-weight: bold;
  text-transform: uppercase;
  color: #3d1c48;
  text-decoration: none;
  font-size: 1em;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding: 0;
  margin: 0;
}
.header-onepage-slideshow .header-onepage-slideshow--navigation a:focus, .header-onepage-slideshow .header-onepage-slideshow--navigation a:active, .header-onepage-slideshow .header-onepage-slideshow--navigation a:hover {
  color: #975d91;
}
.header-onepage-slideshow .header-onepage-slideshow--downlink {
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 2001;
  bottom: 1.5em;
  width: 3em;
  height: 3em;
  background: url(../images/downlink_hover.svg) transparent no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
  overflow: hidden;
  text-indent: 999rem;
  word-break: normal;
}
@media (min-width: 768px) {
  .header-onepage-slideshow .header-onepage-slideshow--group {
    padding-top: 15em;
  }
  .header-onepage-slideshow .header-onepage-slideshow--text {
    margin: 0 auto;
    font-size: 4em;
  }
  .header-onepage-slideshow .header-onepage-slideshow--navigation li {
    display: inline-block;
  }
  .header-onepage-slideshow .header-onepage-slideshow--navigation a {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .header-onepage-slideshow {
    margin-top: -16.5em;
  }
  .header-onepage-slideshow .header-onepage-slideshow--group {
    padding-top: 20em;
  }
  .header-onepage-slideshow .header-onepage-slideshow--downlink {
    bottom: 2em;
    width: 5em;
    height: 5em;
  }
  .header-onepage-slideshow .header-onepage-slideshow--downlink:hover, .header-onepage-slideshow .header-onepage-slideshow--downlink:focus, .header-onepage-slideshow .header-onepage-slideshow--downlink:active {
    background: url(../images/downlink.svg) transparent no-repeat center center;
    background-size: 100% auto;
  }
}
@media (min-width: 1200px) {
  .header-onepage-slideshow .header-onepage-slideshow--navigation {
    margin: 5em auto 0;
  }
}

.header-slideshow {
  margin-top: -8.5em;
}
.header-slideshow,
.header-slideshow .header-slideshow--image {
  background: transparent no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  height: 100%;
  z-index: 2000;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.header-slideshow .header-slideshow--group {
  z-index: 2001;
  position: relative;
  width: 100%;
  padding: 10em 1em 0;
}
.header-slideshow .header-slideshow--text {
  margin: 0 auto;
  font-size: 1.5em;
  position: relative;
  text-transform: uppercase;
  display: block;
  color: #3d1c48;
  font-weight: bold;
  border: 0;
}
.header-slideshow .header-slideshow--navigation {
  margin: 2em auto 0;
}
.header-slideshow .header-slideshow--navigation ul {
  padding: 0;
  margin: 0;
}
.header-slideshow .header-slideshow--navigation li {
  display: block;
  padding: 0 1em;
}
.header-slideshow .header-slideshow--navigation li:first-child, .header-slideshow .header-slideshow--navigation li:nth-last-child(2), .header-slideshow .header-slideshow--navigation li:last-child {
  width: 100%;
}
.header-slideshow .header-slideshow--navigation a {
  font-weight: bold;
  text-transform: uppercase;
  color: #3d1c48;
  text-decoration: none;
  font-size: 1em;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding: 0;
  margin: 0;
}
.header-slideshow .header-slideshow--navigation a:focus, .header-slideshow .header-slideshow--navigation a:active, .header-slideshow .header-slideshow--navigation a:hover {
  color: #975d91;
}
.header-slideshow .header-slideshow--downlink {
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 2001;
  bottom: 1.5em;
  width: 3em;
  height: 3em;
  background: url(../images/downlink_hover.svg) transparent no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
  overflow: hidden;
  text-indent: 999rem;
  word-break: normal;
}
@media (min-width: 768px) {
  .header-slideshow .header-slideshow--group {
    padding-top: 15em;
  }
  .header-slideshow .header-slideshow--text {
    margin: 0 auto;
    font-size: 4em;
  }
  .header-slideshow .header-slideshow--navigation li {
    display: inline-block;
  }
  .header-slideshow .header-slideshow--navigation a {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .header-slideshow {
    margin-top: -16.5em;
  }
  .header-slideshow .header-slideshow--group {
    padding-top: 20em;
  }
  .header-slideshow .header-slideshow--downlink {
    bottom: 2em;
    width: 5em;
    height: 5em;
  }
  .header-slideshow .header-slideshow--downlink:hover, .header-slideshow .header-slideshow--downlink:focus, .header-slideshow .header-slideshow--downlink:active {
    background: url(../images/downlink.svg) transparent no-repeat center center;
    background-size: 100% auto;
  }
}
@media (min-width: 1200px) {
  .header-slideshow .header-slideshow--navigation {
    margin: 5em auto 0;
  }
}

.info-box--group {
  display: flex;
  flex-wrap: wrap;
}

.info-box {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.info-box .info-box--content {
  background-color: rgba(151, 93, 145, 0.25);
  padding: 15px;
  width: 100%;
}
.info-box h4 {
  margin: 0 0 15px;
}
.info-box ul {
  margin-bottom: 1em;
  list-style: disc;
  padding-left: 1em;
}
.info-box a {
  word-break: break-all;
}

.articlelist .articlelist--headline {
  margin-top: 3em;
}
.articlelist .articlelist--print {
  background: rgba(151, 93, 145, 0.25);
  text-decoration: none;
}
.articlelist .articlelist--print:hover, .articlelist .articlelist--print:active, .articlelist .articlelist--print:focus {
  background: #93117e;
  color: white;
}

.icon-box--group {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 0;
}

.icon-box {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.icon-box .icon-box--content,
.icon-box .icon-box--text-wrapper {
  display: flex;
  flex-direction: column;
}
.icon-box .icon-box--headline-wrapper {
  flex-grow: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.icon-box .icon-box--text-wrapper {
  flex-grow: 1;
}
.icon-box .icon-box--headline {
  border-radius: 50%;
  background: #93117e;
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -30px;
}
.icon-box .icon-box--headline * {
  color: white;
}
.icon-box .icon-box--text {
  background-color: rgba(151, 93, 145, 0.25);
  width: 100%;
  flex-grow: 1;
  padding: 45px 15px;
}
.icon-box h4 {
  margin: 0 0 15px;
}
.icon-box ul {
  margin-bottom: 1em;
  list-style: disc;
  padding-left: 1em;
}
.icon-box a {
  word-break: break-all;
}

.template-11 {
  /*&:before {
        content:'xs';
        position:fixed;
        left:0;
        right:0;
        padding:1em;
        z-index:10000;
        display:block;
        width:1em;
        @media (min-width: $screen-sm-min) { & { content:'sm'; } }
        @media (min-width: $screen-md-min) { & { content:'md'; } }
        @media (min-width: $screen-lg-min) { & { content:'lg'; } }
    }*/
}
.template-11 .container {
  max-width: 1400px;
  width: 100%;
}
.template-11 .golem-mobile {
  position: fixed;
  left: 0;
  right: 0;
  top: 6rem;
  bottom: 0;
  background: url(../images/golem_tile.png) repeat;
  background-size: 125px auto;
}
.template-11 .footer {
  margin-top: 0;
}
.template-11 .golem-downlink {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 4;
  bottom: 2em;
  width: 5em;
  height: 5em;
  background: url(../images/downlink_main.svg) transparent no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.template-11 .golem-downlink:hover, .template-11 .golem-downlink:focus, .template-11 .golem-downlink:active {
  background: url(../images/downlink_main_hover.svg) transparent no-repeat center center;
  background-size: 100% auto;
}
.template-11 .golem-downlink.invisible {
  opacity: 0;
}
@media (max-width: 991px) {
  .template-11 {
    height: 100%;
  }
  .template-11 .header {
    position: fixed;
    width: 100%;
  }
  .template-11 .golem-mobile {
    display: block;
  }
  .template-11 .content .container {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .template-11.navigation-open .onepage--header {
    position: relative;
    height: auto;
  }
  .template-11.navigation-open .header {
    position: relative;
    height: auto;
    margin-bottom: 0;
  }
  .template-11.navigation-open .navigation-mobile {
    position: relative;
    margin-top: 4rem;
    top: 0;
  }
  .template-11.navigation-open .content {
    height: 0;
    overflow: hidden;
  }
  .template-11.navigation-open .footer {
    margin-top: 0;
    z-index: 2003;
    position: relative;
    height: auto;
  }
}
@media (min-width: 992px) {
  .template-11 .content {
    margin-top: -10rem;
    margin-bottom: -15rem;
    background: url(../images/golem_tile.png) repeat;
    background-size: 125px auto;
  }
  .template-11 .golem-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .template-11 .content {
    background-size: 250px auto;
  }
}

.golem-download-item .golem-download-item--items > ul {
  padding: 0;
  margin: 0 -1%;
  text-decoration: none;
}
.golem-download-item .file-item {
  text-align: left;
  list-style: none;
  display: block;
  background: rgba(151, 93, 145, 0.25);
  word-wrap: break-word;
  padding: 0.75em;
  line-height: 1.2;
  color: white;
}
.golem-download-item .link {
  display: inline-block;
  overflow: hidden;
  text-indent: 999rem;
  color: white;
  text-decoration: none;
  background: url(../images/icon_download.svg) no-repeat 50% 50%;
  background-size: 30px auto;
  width: 5rem;
  height: 5rem;
  margin: 0 1rem 0 0;
  flex-basis: 5rem;
  flex-shrink: 0;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  word-wrap: normal;
}
.golem-download-item .file {
  display: flex;
  justify-content: start;
  padding: 0.25rem;
}
.golem-download-item .file:hover, .golem-download-item .file:focus, .golem-download-item .file:active {
  background-color: #93117e !important;
}
.golem-download-item .file:hover .size, .golem-download-item .file:focus .size, .golem-download-item .file:active .size {
  color: white;
}
.golem-download-item .text {
  display: inline-block;
  padding: 0 0.5rem 0 0;
}
.golem-download-item .title {
  display: block;
  color: white;
}
.golem-download-item .size {
  color: #975d91;
  font-size: 0.7em;
  line-height: 2;
  font-weight: normal;
  display: block;
}
.golem-download-item .size:before {
  content: "[";
}
.golem-download-item .size:after {
  content: "]";
}
.golem-download-item .info-group {
  padding: 0 0 0 0.25rem;
}
.golem-download-item h3 {
  color: white;
  font-size: 0.9em;
  line-height: 1.5;
  margin: 0;
  padding: 1rem 0 0 6rem;
}
.golem-download-item .infos {
  margin: 0 -0.25rem;
  padding: 0 0 0 6rem;
}
.golem-download-item .info a {
  font-size: 0.9em;
  display: block;
  padding: 0.5rem;
  color: white;
  text-align: left;
  text-decoration: none;
}
.golem-download-item .info a:hover, .golem-download-item .info a:focus, .golem-download-item .info a:active {
  background-color: #93117e !important;
}
.golem-download-item .info span {
  font-size: 0.9rem;
}
.golem-download-item .golem-download-item--header {
  padding: 0;
  position: relative;
  background: no-repeat 50% 50%;
  text-align: center;
}
.golem-download-item .golem-download-item--header--image {
  width: 100%;
  height: auto;
}
.golem-download-item .golem-download-item--headline {
  position: relative;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin: 1rem 0;
  cursor: pointer;
  background: #93117e;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.golem-download-item .golem-download-item--headline:hover {
  background-color: #3d1c48;
}
.golem-download-item .golem-download-item--headline-inner {
  background: no-repeat right 10px center transparent;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='71.4px' height='44.1px' viewBox='0 0 71.4 44.1'%3E%3Cpolygon style='fill:%23FFFFFF;' points='63,0 35.7,27.3 8.4,0 0,8.4 35.7,44.1 71.4,8.4 '/%3E%3C/svg%3E%0A");
  background-size: 30px auto;
}
.golem-download-item .golem-download-item--index {
  text-align: center;
  padding: 2rem 0;
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
  color: white;
}
.golem-download-item .golem-download-item--h2 {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  padding: 2rem 60px 2rem 0;
  color: white;
  text-decoration: none;
  border: 0;
}
.golem-download-item .golem-download-item--content {
  position: relative;
  height: 0;
  overflow: hidden;
  background: #3d1c48;
  width: 100%;
}
.golem-download-item .golem-download-item--content.active {
  overflow: visible;
  height: auto;
}
.golem-download-item .golem-download-item--text,
.golem-download-item .golem-download-item--items {
  padding: 15px;
}
.golem-download-item .golem-download-item--text a:hover, .golem-download-item .golem-download-item--text a:focus, .golem-download-item .golem-download-item--text a:active,
.golem-download-item .golem-download-item--items a:hover,
.golem-download-item .golem-download-item--items a:focus,
.golem-download-item .golem-download-item--items a:active {
  background-color: rgba(151, 93, 145, 0.25);
}
.golem-download-item .golem-download-item--text * {
  color: white;
}
@media (max-width: 991px) {
  .golem-download-item .file-item {
    margin: 0 0 0.5em;
  }
  .golem-download-item .file-item:last-child {
    margin: 0;
  }
  .golem-download-item .golem-download-item--header--image {
    display: none;
  }
  .golem-download-item .golem-download-item--content {
    margin: 0 0 1rem;
  }
  .golem-download-item .golem-download-item--headline-inner {
    display: flex;
    align-items: center;
  }
  .golem-download-item .golem-download-item--index {
    width: 60px;
    flex-shrink: 0;
  }
  .golem-download-item .golem-download-item--h2 {
    flex-grow: 2;
    word-break: break-all;
  }
}
@media (min-width: 768px) {
  .golem-download-item .golem-download-item--h2 {
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .golem-download-item .file-item {
    position: relative;
    margin: 1%;
    width: 31%;
  }
  .golem-download-item .info a {
    padding: 0.25rem;
  }
  .golem-download-item .golem-download-item--header--image {
    display: block;
  }
  .golem-download-item .golem-download-item--headline {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 8.5%;
    padding: 8.5% 0 0;
    margin: 0;
  }
  .golem-download-item .golem-download-item--headline-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: bottom 0.75em center;
    background-size: 30%;
    padding: 15px 5px 75px;
  }
  .golem-download-item .golem-download-item--index {
    padding: 0;
    line-height: 1;
    font-size: 1rem;
  }
  .golem-download-item .golem-download-item--h2 {
    font-size: 1.2vw;
    padding: 0;
  }
  .golem-download-item .golem-download-item--content--left,
.golem-download-item .golem-download-item--content--right {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #3d1c48;
  }
  .golem-download-item .golem-download-item--content--left {
    left: -100%;
  }
  .golem-download-item .golem-download-item--content--right {
    right: -100%;
  }
  .golem-download-item.has-text .file-item {
    width: 48%;
    margin: 1%;
  }
  .golem-download-item:not(.has-text) .golem-download-item--items > ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .golem-download-item .golem-download-item--headline {
    width: 8.5%;
    padding: 8.5% 0 0;
    bottom: 10px;
  }
  .golem-download-item .golem-download-item--index {
    font-size: 2.5rem;
  }
  .golem-download-item .golem-download-item--h2 {
    font-size: 1.25rem;
  }
}

.golem-image {
  background: no-repeat 50% 0;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .golem-image {
    background: no-repeat 50% 0;
  }
}

.schum-discover {
  padding: 2rem 0 0;
}
.schum-discover .schum-discover--categories h2 {
  margin: 0;
  padding: 0 0 2rem;
}
.schum-discover .schum-discover--category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.schum-discover .schum-discover--category {
  padding: 5px;
  flex-grow: 1;
}
.schum-discover .schum-discover--category a {
  color: white;
  text-decoration: none;
  padding: 10px;
  background: #93117e;
  font-weight: bold;
  display: block;
  text-align: center;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.schum-discover .schum-discover--category a:hover, .schum-discover .schum-discover--category a:focus, .schum-discover .schum-discover--category a:active, .schum-discover .schum-discover--category a.active {
  text-decoration: none;
  background: #3d1c48;
}
.schum-discover .schum-discover--items-list {
  margin: 0 -8px;
}
.schum-discover .schum-discover--item {
  width: 100%;
  padding: 8px;
  float: left;
}
.schum-discover .schum-discover--item.active {
  position: relative;
}
.schum-discover .schum-discover--item.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 46px;
  background: no-repeat 50% 50% transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4OS4zcHgiIGhlaWdodD0iNDQuN3B4IiB2aWV3Qm94PSIwIDAgODkuMyA0NC43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4OS4zIDQ0Ljc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzRDFDNDg7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMCw0NC43IDQ0LjcsMCA4OS4zLDQ0LjcgCSIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
.schum-discover .schum-discover--ajax-wrapper {
  width: 100%;
  float: left;
}
.schum-discover .schum-discover--ajax-wrapper.active {
  padding: 45px 8px 8px;
}
.schum-discover .schum-discover--ajax-wrapper.loading {
  padding: 45px 8px 8px;
}
.schum-discover .schum-discover--ajax-wrapper.loading .schum-discover--ajax-inner {
  padding: 45px;
  background: #3d1c48 url(../images/spinner.gif) 50% 50% no-repeat;
  height: 3rem;
}
.schum-discover .schum-discover--item-link {
  text-decoration: none;
}
.schum-discover .schum-discover--item-link:hover .schum-discover--item-title, .schum-discover .schum-discover--item-link:focus .schum-discover--item-title, .schum-discover .schum-discover--item-link:active .schum-discover--item-title {
  background: #3d1c48;
}
.schum-discover .schum-discover--item-figure {
  position: relative;
  height: 0;
  padding: 75% 0 0;
  overflow: hidden;
  background: #3d1c48;
}
.schum-discover .schum-discover--item-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.schum-discover .has-image .schum-discover--item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px;
  color: white;
  font-weight: bold;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background: rgba(61, 28, 72, 0.5);
}
.schum-discover .no-image .schum-discover--item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 8px;
  color: white;
  font-weight: bold;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background: rgba(61, 28, 72, 0.5);
}
@media (min-width: 768px) {
  .schum-discover .schum-discover--item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .schum-discover .schum-discover--item {
    width: 33.3333%;
  }
}

.schum-discover--singleview {
  margin: 0;
  padding: 30px;
  background: #3d1c48;
}
.schum-discover--singleview h1, .schum-discover--singleview h2, .schum-discover--singleview h3, .schum-discover--singleview h4, .schum-discover--singleview h5, .schum-discover--singleview h6, .schum-discover--singleview p, .schum-discover--singleview dt, .schum-discover--singleview dd, .schum-discover--singleview li, .schum-discover--singleview a {
  color: white;
}
.schum-discover--singleview .schum-discover--singleview-title {
  margin: 0;
  padding: 0 0 0.75rem;
}
.schum-discover--singleview .schum-discover--singleview-header {
  margin: 0;
  padding: 0 0 4rem;
}
.schum-discover--singleview .schum-discover--singleview-biography,
.schum-discover--singleview .schum-discover--singleview-relevance,
.schum-discover--singleview .schum-discover--singleview-interest,
.schum-discover--singleview .schum-discover--singleview-links,
.schum-discover--singleview .schum-discover--singleview-images,
.schum-discover--singleview .schum-discover--singleview-files {
  padding: 0 0 3rem;
}
.schum-discover--singleview .schum-discover--singleview-position h3,
.schum-discover--singleview .schum-discover--singleview-biography h3,
.schum-discover--singleview .schum-discover--singleview-relevance h3,
.schum-discover--singleview .schum-discover--singleview-interest h3,
.schum-discover--singleview .schum-discover--singleview-links h3,
.schum-discover--singleview .schum-discover--singleview-images h3,
.schum-discover--singleview .schum-discover--singleview-files h3 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 0.75rem;
}
.schum-discover--singleview .schum-discover--singleview-biography-list {
  margin: 0;
}
.schum-discover--singleview .schum-discover--singleview-biography-label {
  float: left;
}
.schum-discover--singleview .schum-discover--singleview-biography-label:after {
  content: ": ";
  display: inline-block;
  margin: 0 0.5rem 0 0;
  font-weight: bold;
}
.schum-discover--singleview .schum-discover--singleview-biography-label:nth-last-child(2) {
  float: none;
}
.schum-discover--singleview .schum-discover--singleview-biography-text {
  padding: 0 0 0.25rem;
}
.schum-discover--singleview .schum-discover--singleview-biography-text:last-child {
  padding: 0;
}
.schum-discover--singleview .schum-discover--singleview-links-list {
  list-style: disc outside;
  padding-left: 1.25em;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.schum-discover--singleview .schum-discover--singleview-link {
  margin: 0.25em 0;
  word-break: break-word;
}
.schum-discover--singleview .schum-discover--singleview-link:first-child {
  margin-top: 0;
}
.schum-discover--singleview .schum-discover--singleview-link:last-child {
  margin-bottom: 0;
}
.schum-discover--singleview .schum-discover--singleview-slideshow-lightbox {
  margin: 0 0 0.5rem;
  position: relative;
}
.schum-discover--singleview .schum-discover--singleview-slideshow-lightbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 28, 72, 0.5) url(../images/spinner.gif) no-repeat center;
  z-index: 1;
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
}
.schum-discover--singleview .schum-discover--singleview-slideshow-lightbox.is-loading:before {
  opacity: 1;
}
.schum-discover--singleview .schum-discover--singleview-slideshow-caption {
  font-size: 0.8em;
  padding-top: 0.5em;
  color: white;
}
.schum-discover--singleview .schum-discover--singleview-slideshow-caption .title {
  float: left;
  font-weight: bold;
  padding-bottom: 0.25rem;
}
.schum-discover--singleview .schum-discover--singleview-slideshow-caption .description {
  float: left;
  padding-bottom: 0.25rem;
}
.schum-discover--singleview .schum-discover--singleview-slideshow-caption .copyright {
  float: right;
  padding-bottom: 0.25rem;
  color: #975d91;
}
.schum-discover--singleview .schum-discover--singleview-images-list,
.schum-discover--singleview .schum-discover--singleview-files-list {
  margin: 0 -1%;
}
.schum-discover--singleview .schum-discover--singleview-image,
.schum-discover--singleview .schum-discover--singleview-file {
  text-align: left;
  list-style: none;
  display: block;
  float: left;
  position: relative;
  width: 31%;
  height: 0;
  padding: 31% 0 0;
  margin: 1%;
}
.schum-discover--singleview .schum-discover--singleview-image a,
.schum-discover--singleview .schum-discover--singleview-file a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.schum-discover--singleview .schum-discover--singleview-image img,
.schum-discover--singleview .schum-discover--singleview-file img {
  width: 100%;
}
.schum-discover--singleview .schum-discover--singleview-image {
  width: 23%;
  padding: 23% 0 0;
}
.schum-discover--singleview .schum-discover--singleview-file {
  width: 48%;
  padding: 75% 0 0;
}
.schum-discover--singleview .schum-discover--singleview-file a {
  display: block;
  padding: 0.5em;
  overflow: hidden;
  color: white;
  text-decoration: none;
  background: url(../images/icon_download.svg) no-repeat bottom 0.75em center #93117e;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.schum-discover--singleview .schum-discover--singleview-file a:hover, .schum-discover--singleview .schum-discover--singleview-file a:focus, .schum-discover--singleview .schum-discover--singleview-file a:active {
  text-decoration: none;
  background-color: rgba(151, 93, 145, 0.25);
}
@media (min-width: 992px) {
  .schum-discover--singleview .col-md-6 > div:last-child {
    padding-bottom: 0;
  }
  .schum-discover--singleview .schum-discover--singleview-file {
    width: 31%;
    padding: 31% 0 0;
  }
}

html.js .schum-discover > .schum-discover--singleview {
  display: none;
}

.template-id-15 .header-onepage,
.template-id-15 .header-slideshow {
  display: flex;
  align-items: center;
}
.template-id-15 .header-onepage--downlink,
.template-id-15 .header-slideshow--downlink {
  background: url(../images/downlink.svg) transparent no-repeat center center;
}
.template-id-15 .header-onepage--downlink:hover, .template-id-15 .header-onepage--downlink:focus, .template-id-15 .header-onepage--downlink:active,
.template-id-15 .header-slideshow--downlink:hover,
.template-id-15 .header-slideshow--downlink:focus,
.template-id-15 .header-slideshow--downlink:active {
  background: url(../images/downlink_hover.svg) transparent no-repeat center center;
}
.template-id-15 .header-onepage--group,
.template-id-15 .header-slideshow--group {
  padding: 0;
}
.template-id-15 .header-onepage--navigation,
.template-id-15 .header-slideshow--navigation {
  display: none;
}
.template-id-15 .header-onepage--text,
.template-id-15 .header-slideshow--text {
  color: white;
}

.page-20 .content ul {
  margin-bottom: 2em;
  list-style: disc outside;
  padding-left: 1em;
}
.page-20 .content li {
  margin: 0.25em 0;
}
.page-20 .content h2 {
  color: #93117e;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 0.5em;
  border: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .slice-id-1066 .golem-download-item--headline {
    right: 200px;
  }

  .slice-id-1067 .golem-download-item--headline {
    right: 130px;
  }

  .slice-id-1068 .golem-download-item--headline {
    right: 165px;
  }

  .slice-id-1069 .golem-download-item--headline {
    right: 130px;
  }

  .slice-id-1070 .golem-download-item--headline {
    right: 150px;
  }

  .slice-id-1071 .golem-download-item--headline {
    right: 120px;
  }

  .slice-id-1072 .golem-download-item--headline {
    right: 200px;
  }
}
.slice-1258 .schum-discover--item-figure {
  padding: 33% 0 0;
}

.template-type-product .media-image-multiple .image {
  margin: 0;
}
.template-type-product .media-image-multiple .media-image-multiple-content .text {
  margin: 0;
}
.template-type-product .media-image-multiple .image-popup {
  display: inline-block;
  border: 1px solid rgba(151, 93, 145, 0.25);
  padding: 0.5em;
}

.kulturtage-2020 .header-onepage-slideshow--text,
.kulturtage-2020 .anchornavigation a {
  color: white;
}
.kulturtage-2020 .header-onepage-slideshow--text {
  font-size: 3rem;
}
.kulturtage-2020 .anchornavigation a {
  font-size: 1.5rem;
}
.kulturtage-2020 .t1,
.kulturtage-2020 .t2,
.kulturtage-2020 .t3 {
  display: block;
}
.kulturtage-2020 .t1,
.kulturtage-2020 .t3 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.kulturtage-2020 .header-onepage-slideshow--downlink {
  background: url(../images/downlink.svg) transparent no-repeat center center;
}
.kulturtage-2020 .header-onepage-slideshow--downlink:hover, .kulturtage-2020 .header-onepage-slideshow--downlink:focus, .kulturtage-2020 .header-onepage-slideshow--downlink:active {
  background: url(../images/downlink_hover.svg) transparent no-repeat center center;
}
.kulturtage-2020 .header-onepage-slideshow--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 28, 72, 0.5);
  z-index: 10000;
}
.kulturtage-2020 .header-onepage-slideshow--group {
  position: relative;
  z-index: 10001;
}
.kulturtage-2020 .header-onepage-slideshow--downlink {
  z-index: 10001;
}
@media (max-height: 1100px) {
  .kulturtage-2020 .header-onepage-slideshow--group {
    padding-top: 14em;
  }
}
@media (max-height: 950px), (max-width: 991px) {
  .kulturtage-2020 .header-onepage-slideshow--navigation {
    margin-top: 0;
  }
}
@media (max-height: 900px), (max-width: 991px) {
  .kulturtage-2020 .header-onepage-slideshow--text {
    font-size: 2rem;
  }
  .kulturtage-2020 .anchornavigation a {
    padding: 5px;
    display: block;
  }
  .kulturtage-2020 .anchornavigation a,
.kulturtage-2020 .t1,
.kulturtage-2020 .t3 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .kulturtage-2020 .header-onepage-slideshow--text {
    font-size: 1.5rem;
  }
}

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