/* please remember to un-comment used bootstrap components in ./libraries/bootstrap/bootstrap.less */
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 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: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
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.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre/CalibreWeb-Regular.eot');
  src: url('../fonts/Calibre/CalibreWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibre/CalibreWeb-Regular.woff2') format('woff2'), url('../fonts/Calibre/CalibreWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre/CalibreWeb-RegularItalic.eot');
  src: url('../fonts/Calibre/CalibreWeb-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibre/CalibreWeb-RegularItalic.woff2') format('woff2'), url('../fonts/Calibre/CalibreWeb-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre/CalibreWeb-Light.eot');
  src: url('../fonts/Calibre/CalibreWeb-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibre/CalibreWeb-Light.woff2') format('woff2'), url('../fonts/Calibre/CalibreWeb-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre/CalibreWeb-LightItalic.eot');
  src: url('../fonts/Calibre/CalibreWeb-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibre/CalibreWeb-LightItalic.woff2') format('woff2'), url('../fonts/Calibre/CalibreWeb-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre/CalibreWeb-SemiboldItalic.eot');
  src: url('../fonts/Calibre/CalibreWeb-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibre/CalibreWeb-SemiboldItalic.woff2') format('woff2'), url('../fonts/Calibre/CalibreWeb-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre/CalibreWeb-Semibold.eot');
  src: url('../fonts/Calibre/CalibreWeb-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibre/CalibreWeb-Semibold.woff2') format('woff2'), url('../fonts/Calibre/CalibreWeb-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre/CalibreWeb-MediumItalic.eot');
  src: url('../fonts/Calibre/CalibreWeb-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibre/CalibreWeb-MediumItalic.woff2') format('woff2'), url('../fonts/Calibre/CalibreWeb-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre/CalibreWeb-Medium.eot');
  src: url('../fonts/Calibre/CalibreWeb-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibre/CalibreWeb-Medium.woff2') format('woff2'), url('../fonts/Calibre/CalibreWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/Fontello/fontello.eot?40397767');
  src: url('../fonts/Fontello/fontello.eot?40397767#iefix') format('embedded-opentype'), url('../fonts/Fontello/fontello.woff2?40397767') format('woff2'), url('../fonts/Fontello/fontello.woff?40397767') format('woff'), url('../fonts/Fontello/fontello.ttf?40397767') format('truetype'), url('../fonts/Fontello/fontello.svg?40397767#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?40397767#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-doc-inv-1:before {
  content: '\e800';
}
/* '' */
.icon-sepi-link-pfeil:before {
  content: '\e801';
}
/* '' */
.icon-sepi-mai-button:before {
  content: '\e802';
}
/* '' */
.icon-sepi-social-facebook:before {
  content: '\e803';
}
/* '' */
.icon-sepi-social-tripadvisor:before {
  content: '\e804';
}
/* '' */
.icon-sepi-social-twitter:before {
  content: '\e805';
}
/* '' */
.icon-sepi-social-youtube:before {
  content: '\e806';
}
/* '' */
.icon-sepi-tel-button:before {
  content: '\e807';
}
/* '' */
.icon-search:before {
  content: '\e808';
}
/* '' */
.icon-th:before {
  content: '\e809';
}
/* '' */
.icon-align-justify:before {
  content: '\e80a';
}
/* '' */
.icon-volume-up:before {
  content: '\e80b';
}
/* '' */
.icon-swipen:before {
  content: '\e80c';
}
/* '' */
.icon-epi-icon-konzert:before {
  content: '\e80d';
}
/* '' */
.icon-epi-icon-o-form:before {
  content: '\e80e';
}
/* '' */
.icon-epi-icon-seminar:before {
  content: '\e80f';
}
/* '' */
.icon-epi-icon-stuhlkreis:before {
  content: '\e810';
}
/* '' */
.icon-epi-icon-u-form:before {
  content: '\e811';
}
/* '' */
.icon-epi-pfeil:before {
  content: '\e812';
}
/* '' */
.icon-epi-pfeil-left:before {
  content: '\e813';
}
/* '' */
.icon-download:before {
  content: '\e814';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-xing:before {
  content: '\f168';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-whatsapp:before {
  content: '\f232';
}
/* '' */
/* COLORS */
/* FONT-FACES AND SIZES */
/*max-width */
.ff-sans {
  font-family: 'Calibre', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ff-serif {
  font-family: Georgia, serif;
}
.ff-mono {
  font-family: "Courier New", monospace;
}
.fRegular {
  font-weight: normal;
  font-size: 1.7rem;
  letter-spacing: 0.2px;
}
h1,
h2,
h3 {
  color: #0064be;
}
a,
a:link,
a:visited,
a:focus {
  color: #0064be;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.25px;
}
a:hover {
  color: #69b4e1;
  text-decoration: none;
}
.pagewrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 3px;
}
.pagewrapper .neos-list-disc li:not(.li-list-entries):not(.current):not(.normal):not(.active),
.pagewrapper li:not(.li-list-entries):not(.current):not(.normal):not(.active):not(.submit):not(.sideNavigation--li):not(.sideNavigation__sub--li):not(.interEnergySvg__text) {
  margin-bottom: 3px;
  padding-left: 20px;
}
.pagewrapper .neos-list-disc li:not(.li-list-entries):not(.current):not(.normal):not(.active):before,
.pagewrapper li:not(.li-list-entries):not(.current):not(.normal):not(.active):not(.submit):not(.sideNavigation--li):not(.sideNavigation__sub--li):not(.interEnergySvg__text):before {
  content: "●";
  padding-right: 8px;
  color: #ccc;
  font-size: 18px;
  margin-left: -20px;
}
.pagewrapper ol {
  -webkit-padding-start: 15px;
}
.pagewrapper ol .neos-list-disc li:not(.li-list-entries):not(.current):not(.normal):not(.active),
.pagewrapper ol.neos-list-decimal li:not(.li-list-entries):not(.current):not(.normal):not(.active),
.pagewrapper ol li:not(.li-list-entries):not(.current):not(.normal):not(.active),
.pagewrapper ol > li:not(.li-list-entries):not(.current):not(.normal):not(.active),
.pagewrapper ol li {
  padding-left: 0 !important;
}
.pagewrapper ol .neos-list-disc li:not(.li-list-entries):not(.current):not(.normal):not(.active):before,
.pagewrapper ol.neos-list-decimal li:not(.li-list-entries):not(.current):not(.normal):not(.active):before,
.pagewrapper ol li:not(.li-list-entries):not(.current):not(.normal):not(.active):before,
.pagewrapper ol > li:not(.li-list-entries):not(.current):not(.normal):not(.active):before,
.pagewrapper ol li:before {
  content: "" !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 1504px) {
  .pagewrapper--report {
    padding-top: 10px;
  }
}
section {
  padding: 30px 0;
}
@media (max-width: 768px) {
  section {
    padding: 15px 0;
  }
}
section.content {
  max-width: 1600px;
  margin: 0 auto;
}
section.sectionItem {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  section.sectionItem {
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.sectionItem .text .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.row--gray {
  background: #f5f5f2;
}
.col--leftside {
  background: #fff;
}
@media (min-width: 992px) {
  .col--leftside {
    padding-right: 2px;
  }
}
@media (min-width: 992px) {
  .col--leftside .neos-contentcollection [class="col-xs-12"],
  .col--leftside .neos-contentcollection [class="col-xs-12 row addPadding"] {
    width: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col--leftside .neos-contentcollection .col-xs-12.col-md-10 {
    max-width: none;
    width: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col--leftside .neos-contentcollection .col-xs-12.col-sm-6.col-md-4 {
    width: 50%;
  }
}
.col--rightside {
  display: none;
}
@media (min-width: 992px) {
  .col--rightside {
    display: block;
  }
}
.icon-download:before {
  content: none;
}
.icon-download:after {
  font-family: 'fontello';
  content: '\e814';
}
.moreless {
  display: block;
}
.moreless:before {
  content: '+';
  border: 2px solid #0064be;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 0.7;
  margin-right: 7px;
  padding: 0 3px;
}
.moreless.less:before {
  content: '–';
  padding: 0 4px;
}
.moreless:hover:before {
  background: #69b4e1;
  border-color: #69b4e1;
  color: #fff;
}
@media (max-width: 767px) {
  .truncate.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .truncate.mobile {
    display: none;
  }
}
.container-fluid {
  max-width: 1600px;
}
.container-fluid.full-width {
  max-width: 1600px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.menuwide {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.container--wide {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.pageheader--report .container-fluid {
  max-width: none;
}
.header_carousel .container-fluid.full-width {
  margin-left: 0;
}
section.content {
  padding: 0;
}
body {
  font-size: 2rem;
  color: #3c3c3c;
  font-family: 'Calibre', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  letter-spacing: 0.5px;
  line-height: 2.6rem;
}
@media (min-width: 1250px) {
  .container-fluid.container--wide {
    margin-left: auto;
    margin-right: auto;
  }
  .header_carousel .container-fluid.full-width {
    margin-left: 0;
  }
}
@media (max-width: 1249px) {
  .container-fluid.container--wide {
    margin-left: auto;
    margin-right: auto;
  }
  .header_carousel .container-fluid.full-width {
    margin-left: 0;
  }
}
@media (max-width: 996px) {
  .container-fluid.container--wide {
    margin-left: auto;
    margin-right: auto;
  }
  .header_carousel .container-fluid.full-width {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid.full-width .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid.full-width .row .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.container--wide {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .header_carousel .container-fluid.full-width {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .container-fluid,
  .container-fluid.full-width,
  .header_carousel .container-fluid.full-width {
    margin: 0 auto;
  }
  .header_carousel .container-fluid.full-width {
    padding: 0 30px;
  }
  section.content {
    padding: 0 15px;
  }
}
.pagewrapper--report .full-width--section {
  position: relative;
  left: 50%;
  right: 50%;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
.neos-backend .pagewrapper--report .full-width--section {
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
}
.pagewrapper--report .full-width--section:not(.background__halfgray) .container-fluid.full-width {
  max-width: none;
  max-width: unset;
}
.neos-backend .pagewrapper--report .full-width--section:not(.background__halfgray) .container-fluid.full-width {
  max-width: 1600px;
}
/* =============================================================================
	Base Styles
============================================================================= */
/* =============================================================================
	Layout Styles
============================================================================= */
/* =============================================================================
	Module Styles
============================================================================= */
.list-bordered {
  list-style: none;
  padding: 0;
}
.list-bordered li {
  border-bottom: 1px dotted #e0e0e0;
  padding: 10px 0;
}
/* =============================================================================
	Partials Styles
============================================================================= */
/* normalize headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
h4,
h5 {
  display: inline-block;
}
h1,
.header-lvl-1 {
  font-size: 5.4rem;
  line-height: 1.0;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 25px;
}
h2,
.header-lvl-2 {
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 600;
}
h3,
.header-lvl-3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
h4,
.header-lvl-4 {
  font-size: 2.0rem;
  line-height: 2.4rem;
  font-weight: 600;
}
h5,
.header-lvl-5 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
}
h6,
.header-lvl-6 {
  font-size: 2.8rem;
  line-height: 3.4;
  font-weight: 300;
}
@media (max-width: 769px) {
  h1,
  .header-lvl-1 {
    font-size: 4.2rem;
  }
}
.article__image,
.article__image-img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .pagewrapper--report .typo3-neos-alignment-center .article__image-img {
    padding-left: 15%;
  }
}
.pagewrapper--report .article__image-img {
  width: 100%;
}
p {
  margin-bottom: 0;
}
h1:empty {
  display: none;
}
.col-md-10 {
  max-width: 800px;
}
.background__dark {
  background: #e8e8e6;
}
.background__halfgray {
  background-color: #f5f5f2;
}
.article__leadtext {
  font-size: 2.8rem;
  letter-spacing: 0.1px;
  line-height: 3.4rem;
}
.article__bodytext {
  font-size: 2.2rem;
}
.nav_breadcrumb {
  padding: 0;
}
.breadcrumb,
.breadcrumbs,
.breadcrumbHome {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 2.2rem;
}
.breadcrumb > li,
.breadcrumbs > li,
.breadcrumbHome > li {
  display: inline-block;
  color: #3c3c3c;
  position: relative;
  padding: 0 5px 0 20px;
}
.breadcrumb > li:before,
.breadcrumbs > li:before,
.breadcrumbHome > li:before {
  content: '';
  color: #787878;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  position: absolute;
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 0;
  border-color: #787878;
}
.breadcrumb > li.changedbread:before,
.breadcrumbs > li.changedbread:before,
.breadcrumbHome > li.changedbread:before {
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: none;
  border-left: none;
  left: 6px;
  border-color: #787878;
}
.breadcrumb > li:first-child,
.breadcrumbs > li:first-child,
.breadcrumbHome > li:first-child {
  padding: 0 5px 0 0;
}
.breadcrumb > li:first-child:before,
.breadcrumbs > li:first-child:before,
.breadcrumbHome > li:first-child:before {
  content: '';
  padding: 0;
  border: none;
  height: 0;
  width: 0;
}
.breadcrumb > li.active,
.breadcrumbs > li.active,
.breadcrumbHome > li.active {
  color: #3c3c3c;
}
ul.breadcrumbHome {
  float: left;
}
.breadcrumbHome > li {
  padding-right: 30px !important;
}
.breadcrumbHome > li:after {
  content: '';
  color: #787878;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  position: absolute;
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 14px;
  border-color: #787878;
}
.search-results .breadcrumb {
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 2.6rem;
}
.search-results .listart-text {
  font-size: 1.7rem;
  line-height: 2.2rem;
  padding-right: 30px;
}
.section__share [class^="icon-"]:before,
.section__share [class*=" icon-"]:before {
  margin-right: 0.7rem;
  font-size: 1.8rem;
  line-height: 0.8rem;
}
.mobile__scrollup {
  display: none;
}
@media (max-width: 783px) {
  .breadcrumbHome {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile__scrollup {
    display: block;
  }
  .mobile__scrollup .__arrow {
    margin: 0 auto;
    text-align: center;
  }
  .mobile__scrollup .__arrow .icon-sepi-link-pfeil:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(-90deg);
    color: #0064be;
    font-size: 3.2rem;
  }
  .breadcrumbHome {
    display: none;
  }
  .nav_breadcrumb {
    margin-top: 30px;
  }
}
.btn {
  font-size: 1.5rem;
  padding: 3px 10px 3px 10px;
  border-radius: 15px;
  transition: all 0.5s ease 0s;
}
.btn:hover {
  text-decoration: none;
}
.btn-yellow,
.btn-yellow:link,
.btn-yellow:visited {
  background: #ffaa28;
  border: 1px solid #ffaa28;
  border-radius: 30px;
  color: #fff;
  height: 35px;
  font-size: 1.7rem;
}
.btn-yellow:hover,
.btn-yellow:link:hover,
.btn-yellow:visited:hover,
.btn-yellow:focus,
.btn-yellow:link:focus,
.btn-yellow:visited:focus {
  color: #fff;
  border-color: #ff8c00;
  box-shadow: inset 0 0 0 3px #ff8c00, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-yellow.btn-more,
.btn-yellow:link.btn-more,
.btn-yellow:visited.btn-more {
  min-width: 200px;
  max-width: 300px;
  width: auto;
  height: 50px;
  border-radius: 30px;
  font-size: 2rem;
  line-height: 4rem;
}
.btn-yellow.btn-more:hover,
.btn-yellow:link.btn-more:hover,
.btn-yellow:visited.btn-more:hover {
  box-shadow: inset 0 0 0 4px #ff8c00, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-trans-to-gray,
.btn-trans-to-gray:link,
.btn-trans-to-gray:visited {
  background: transparent;
  border: 1px solid #787878;
  border-radius: 30px;
  color: #3c3c3c;
  height: 35px;
  font-size: 1.7rem;
}
.btn-trans-to-gray:hover,
.btn-trans-to-gray:link:hover,
.btn-trans-to-gray:visited:hover,
.btn-trans-to-gray:focus,
.btn-trans-to-gray:link:focus,
.btn-trans-to-gray:visited:focus {
  border-color: #787878;
  color: #3c3c3c;
  box-shadow: inset 0 0 0 3px #787878, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-gray,
.btn-gray:link,
.btn-gray:visited {
  background: #787878;
  border: 1px solid #787878;
  color: #fff;
}
.btn-gray:hover,
.btn-gray:link:hover,
.btn-gray:visited:hover,
.btn-gray:focus,
.btn-gray:link:focus,
.btn-gray:visited:focus {
  background-color: transparent;
  border-color: #787878;
  color: #787878;
}
.btn-calltoaction {
  font-weight: 500;
  margin: 5px 0;
  width: 100%;
  letter-spacing: 0.5px;
}
.btn-kontakt,
.btn-kontakt:link,
.btn-kontakt:visited {
  font-weight: 300;
  margin: 5px 0;
  width: 100%;
}
.btn-share {
  margin: 25px 7px;
  width: 100px;
  height: 35px;
  padding: 8px 10px 0px 7px;
}
.btn-large {
  padding: 15px 30px 12px 30px;
  border-radius: 30px;
  width: 100%;
}
.btn-more {
  min-width: 200px;
  max-width: 300px;
  width: auto;
  height: 50px;
  border-radius: 30px;
  font-size: 2rem;
  line-height: 3.2rem;
}
.btn-more:hover {
  box-shadow: inset 0 0 0 3px #ff8c00, 0 0 1px rgba(0, 0, 0, 0);
}
.btn-navigation {
  font-size: 1.5rem;
  padding: 3px 10px 3px 10px;
  border-radius: 15px;
  transition: all 0.5s ease 0s;
  background: #ffaa28;
  border: 1px solid #ffaa28;
  border-radius: 30px;
  color: #fff;
  font-size: 1.7rem;
}
.btn-navigation:hover {
  text-decoration: none;
}
.btn-navigation:hover,
.btn-navigation:focus {
  color: #fff;
  border-color: #ff8c00;
  box-shadow: inset 0 0 0 3px #ff8c00, 0 0 1px rgba(0, 0, 0, 0);
}
.searchform {
  position: relative;
}
.searchform__button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border: none;
  border-radius: 0px;
  margin: 1px 1px;
  padding: 4px 4px;
  color: #0064be;
}
.searchform__button:hover {
  color: #0064be;
  background-color: inherit;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fancybox-title-float-wrap .child {
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 90, 185, 0.8) !important;
}
.epi__album-small {
  margin-top: 15px;
}
.epi__album-small a {
  min-height: 150px;
  display: block;
  margin-bottom: 15px;
  float: left;
  margin-right: 15px;
}
.fancybox-nav span {
  visibility: visible;
}
body {
  padding-top: 140px;
}
.pageheader {
  background-color: #fff;
  position: relative;
  margin-top: -140px;
  width: 100%;
}
.pageheader ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pageheader.pageheader--flyout {
  z-index: 160;
}
.pageheader.epi-scrolled-s .logo {
  padding: 12px 0;
  margin-top: -30px;
}
.pageheader.epi-scrolled-s .logo .logo-img {
  width: 90px;
  height: 28px;
}
.pageheader.epi-scrolled {
  position: fixed;
  z-index: 150;
}
.pageheader.epi-scrolled .blues .epiBlue {
  height: 0;
  margin-bottom: 0;
}
.pageheader.epi-scrolled .blues .epiBlue:before,
.pageheader.epi-scrolled .blues .epiBlue:after {
  height: 0;
}
.pageheader.epi-scrolled .epi-mainnav {
  margin-top: 5px;
}
.pageheader.epi-scrolled .epi-mainnav .logo {
  padding: 12px 0;
  margin-top: initial;
  margin-top: auto;
  position: relative;
}
.pageheader.epi-scrolled .epi-mainnav .logo .logo-img {
  width: 90px;
  height: 28px;
}
.pageheader.epi-scrolled .mainnav__subwrapper {
  margin-top: 59px !important;
}
.pageheader.epi-scrolled .mainnav__close-icon-container {
  margin-top: 0;
  top: 59px !important;
}
.pageheader.scrolled-l .navigation.help-nav {
  display: none;
}
.blues {
  position: fixed;
  top: 0;
  height: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.blues .epiBlue {
  height: 0;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  content: '';
  background-color: #fff;
  color: #0064be;
  float: left;
}
.header_carousel {
  padding-top: 0;
}
.neos-backend .epi-mainnav .logo {
  position: relative;
}
.epi-mainnav {
  margin-top: 25px;
}
.epi-mainnav .logo {
  float: left;
  position: fixed;
}
.epi-mainnav .logo .logo-img {
  width: 120px;
  height: 38px;
  -webkit-transition: 400ms;
  /* Safari */
  transition: 400ms;
}
.epi-mainnav .navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
}
.epi-mainnav .navigation ul,
.epi-mainnav .navigation li {
  list-style-type: none;
}
.epi-mainnav .navigation li {
  margin-bottom: initial;
  margin-bottom: auto;
  padding-left: initial;
  padding-left: auto;
}
.epi-mainnav .navigation li:before {
  content: initial;
  content: auto;
}
.epi-mainnav .navigation .help-nav__li,
.epi-mainnav .navigation .main-nav__li {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
.epi-mainnav .navigation .help-nav__li:not(.dropdown),
.epi-mainnav .navigation .main-nav__li:not(.dropdown) {
  position: relative;
}
.epi-mainnav .navigation .help-nav__li a,
.epi-mainnav .navigation .main-nav__li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.epi-mainnav .navigation .main-nav__li a {
  padding: 13px 10px 15px 10px;
}
@media (min-width: 1210px) {
  .epi-mainnav .navigation .main-nav__li a {
    padding: 13px 16px 15px 16px;
  }
}
.epi-mainnav .navigation .help-nav__li a {
  padding: 8px 15px;
}
.epi-mainnav .navigation .help-nav__li a:hover:after {
  content: '';
  height: 1px;
  background: #787878;
  display: block;
  margin-top: -1px;
}
.epi-mainnav .navigation .help-nav__li a.help-nav__li-a--blue:hover:after {
  content: '';
  height: 1px;
  background: #0064be;
  display: block;
  margin-top: -1px;
}
.epi-mainnav .navigation .help-nav__li.dropdown a:hover:after {
  content: none;
}
.epi-mainnav .navigation .main-nav__li a:hover {
  background-color: #f5f5f2;
}
.epi-mainnav .navigation.help-nav {
  margin-top: -4px;
}
.epi-mainnav .navigation.help-nav .help-nav__li:after {
  content: '';
  width: 1px;
  height: 13px;
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 14px;
}
.epi-mainnav .navigation.help-nav .help-nav__li.help-nav__li--last:after {
  content: none;
}
.epi-mainnav .navigation.help-nav .help-nav__li a,
.epi-mainnav .navigation.help-nav .help-nav__li .help-nav__li-a {
  color: #787878;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 2.2rem;
}
.epi-mainnav .navigation.help-nav .help-nav__li a.help-nav__li-a--blue,
.epi-mainnav .navigation.help-nav .help-nav__li .help-nav__li-a.help-nav__li-a--blue {
  color: #0064be;
}
.epi-mainnav .navigation.help-nav .help-nav__li .searchform {
  margin-right: 10px;
  width: 140px;
}
.epi-mainnav .navigation.help-nav .help-nav__li.dropdown .help-nav__li-a {
  border: 2px solid #91dcff;
  padding: 6px 12px 6px 10px;
  text-align: left;
  width: 210px;
  height: 38px;
  color: #0064be;
  position: relative;
}
.epi-mainnav .navigation.help-nav .help-nav__li.dropdown .help-nav__li-a .ddown-arrow {
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  right: 10px;
  top: 13px;
}
.epi-mainnav .navigation.help-nav .help-nav__li.dropdown .help-nav__li-a .ddown-arrow:after,
.epi-mainnav .navigation.help-nav .help-nav__li.dropdown .help-nav__li-a .ddown-arrow:before {
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  height: 2px;
  width: 60%;
  margin-top: 4px;
  background: #0064be;
}
.epi-mainnav .navigation.help-nav .help-nav__li.dropdown .help-nav__li-a .ddown-arrow:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.epi-mainnav .navigation.help-nav .help-nav__li.dropdown .help-nav__li-a .ddown-arrow:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.epi-mainnav .navigation.help-nav .help-nav__li.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 206px;
  -webkit-box-shadow: 0px 0px 0px 2px #91dcff;
  -moz-box-shadow: 0px 0px 0px 2px #91dcff;
  box-shadow: 0px 0px 0px 2px #91dcff;
  z-index: 351;
  margin-left: 2px;
}
.epi-mainnav .navigation.help-nav .help-nav__li.dropdown .dropdown-content a {
  color: black;
  padding: 12px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #fff;
}
.epi-mainnav .navigation.help-nav .help-nav__li.dropdown .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.epi-mainnav .navigation.help-nav .help-nav__li.dropdown .dropdown:hover .dropdown-content {
  display: block;
}
.epi-mainnav .navigation.main-nav {
  float: right;
  clear: right;
  text-align: right;
  margin-right: 0;
  margin-top: 20px;
}
.epi-mainnav .navigation.main-nav .main-nav__li a,
.epi-mainnav .navigation.main-nav .main-nav__li .main-nav__li-a {
  color: #3c3c3c;
}
.epi-mainnav .navigation.main-nav .main-nav__li a.active,
.epi-mainnav .navigation.main-nav .main-nav__li .main-nav__li-a.active {
  color: #0064be;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__subwrapper {
  display: none;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__close-icon-container {
  width: 5rem;
  height: 5rem;
  background: #FFF;
  position: fixed;
  right: 0;
  top: 143px;
  cursor: pointer;
  text-align: center;
  padding: 1rem;
  z-index: 850;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__close-icon-container .mainnav__close-icon {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__close-icon-container .mainnav__close-icon:after,
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__close-icon-container .mainnav__close-icon:before {
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #3c3c3c;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__close-icon-container .mainnav__close-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__close-icon-container .mainnav__close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__sublist {
  list-style: none;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-flexbox-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__sublist-item {
  display: block;
  float: left;
  width: 30%;
  padding: 40px 0 0 0;
  margin-right: 2%;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #3c3c3c;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__sublist-item a {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__sublist-item .mainnav__sublist-link {
  color: #3c3c3c;
  display: block;
  padding: 60px 15px 30px;
  text-align: left;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__sublist-item .mainnav__sub2list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__sublist-item .mainnav__sub2list li.mainnav__sub2list-item:first-child:before {
  content: '';
  display: block;
  border-top: 1px solid rgba(60, 60, 60, 0.2);
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__sublist-item .mainnav__sub2list li.mainnav__sub2list-item a {
  font-size: 1.7rem;
  font-weight: normal;
  padding-top: 14px;
  padding-bottom: 14px;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__sublist-item .mainnav__sub2list li.mainnav__sub2list-item:after {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(60, 60, 60, 0.2);
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__sublist-item .mainnav__sub2list .mainnav__sub2list-link {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__sublist-item .mainnav__sub2list .mainnav__sub2list-link,
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__sublist-item .mainnav__sub2list .mainnav__sublist-link-description {
  display: block;
}
.epi-mainnav .navigation.main-nav .main-nav__li .mainnav__sublist-item .mainnav__sub2list .mainnav__sub2list-link {
  font-size: 1.7rem;
  font-weight: normal;
  color: #3c3c3c;
  border: 1px solid transparent;
  padding: 16px 20px 12px;
  background: 0 0;
  border-bottom: 1px solid rgba(60, 60, 60, 0.2);
  text-align: left;
}
.epi-mainnav .navigation.main-nav .main-nav__li.is-active {
  background-color: #f5f5f2;
}
.epi-mainnav .navigation.main-nav .main-nav__li.is-active .mainnav__subwrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  margin-top: 143px;
  background-color: #f5f5f2;
  opacity: 1;
  z-index: 350;
}
.epi-mainnav .navigation.main-nav .main-nav__li.is-active .mainnav__subwrapper .mainnav__sublist-item a:hover,
.epi-mainnav .navigation.main-nav .main-nav__li.is-active .mainnav__subwrapper .mainnav__sublist-item:hover {
  background-color: #fbfbf9;
}
.epi-mainnav .navigation.main-nav .main-nav__li.is-active .mainnav__subwrapper .mainnav__sublist-item .mainnav__sub2list-item:hover {
  background-color: #e8e8e6;
}
.epi-mainnav .navigation.main-nav .main-nav__li.is-active .mainnav__sublist-item {
  opacity: 1;
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.epi-scrolled .epi-mainnav .navigation.main-nav {
  margin-top: 0;
}
@media (min-width: 997px) {
  .container-fluid.mmobile {
    margin-right: -15px;
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .container-fluid.mmobile {
    margin-left: 15px;
    margin-right: 0px;
  }
}
.mmobile {
  margin-top: 0;
}
.mmobile.epi-mainnav {
  margin-top: 15px !important;
  margin-bottom: 45px;
}
.mmobile .blues {
  margin-left: 40px;
}
@media (min-width: 997px) {
  .mmobile .blues {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .mmobile .blues {
    margin-left: 20px;
  }
}
.mmobile .blues .epiBlue {
  margin-bottom: 0;
}
.mmobile .blues .epiBlue {
  height: 35px;
}
.mmobile .blues .epiBlue:before {
  content: 'Menü';
  padding: 6px 5px 0px 5px;
  font-size: 1.5rem;
}
.mmobile .logo {
  position: relative;
  margin-left: 0;
}
@media (max-width: 768px) {
  .mmobile .logo {
    margin-left: -7px;
  }
}
.mmobile .logo .logo-img {
  width: 90px;
  height: 28px;
}
.mmobile .mainback {
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  font-size: 1.7rem;
}
.mmobile .dropdown {
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
.mmobile .dropdown .help-nav__li-a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border: 2px solid #91dcff;
  padding: 5px 5px 5px 14px;
  text-align: left;
  width: 205px;
  color: #0064be;
  position: relative;
}
.mmobile .dropdown .help-nav__li-a .ddown-arrow {
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  right: 10px;
  top: 13px;
}
.mmobile .dropdown .help-nav__li-a .ddown-arrow:after,
.mmobile .dropdown .help-nav__li-a .ddown-arrow:before {
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  height: 2px;
  width: 60%;
  margin-top: 4px;
  background: #0064be;
}
.mmobile .dropdown .help-nav__li-a .ddown-arrow:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.mmobile .dropdown .help-nav__li-a .ddown-arrow:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.mmobile .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 201px;
  -webkit-box-shadow: 0px 0px 0px 2px #91dcff;
  -moz-box-shadow: 0px 0px 0px 2px #91dcff;
  box-shadow: 0px 0px 0px 2px #91dcff;
  z-index: 3;
  margin-left: 2px;
}
.mmobile .dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-weight: normal;
  font-size: 1.6rem;
  background-color: #fff;
}
.mmobile .dropdown .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.mmobile .dropdown .dropdown:hover .dropdown-content {
  display: block;
}
#hamburger {
  width: 100%;
  cursor: pointer;
  pointer-events: all;
  transition: transform 0.4s ease;
  transform: translate3d(0, 0, 0);
}
#hamburger span {
  width: 30px;
  background: #0064be;
  display: block;
  height: 2px;
  border-radius: 10px;
  margin: 5px 0;
}
html.mm-opened .pageheader.pageheader--flyout {
  background: transparent;
  pointer-events: none;
}
html.mm-opened #hamburger span.top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
html.mm-opened #hamburger span.middle-bar {
  opacity: 0;
}
html.mm-opened #hamburger span.bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}
#hamburger {
  overflow: hidden;
  position: absolute;
  margin-top: 8px;
  left: 0;
  padding-left: 12px;
}
@media (min-width: 1250px) {
  #hamburger {
    margin-left: 0;
  }
}
@media (min-width: 997px) and (max-width: 1249px) {
  #hamburger {
    margin-left: 0;
  }
}
#hamburger span {
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  top: 0;
  left: 0;
  opacity: 1;
  transition: none 0.5s ease;
  transition-property: transform, top, left, opacity;
}
html.mm-opened #hamburger span.middle-bar {
  left: -40px;
}
.mm-panels > .mobile__navigation {
  top: 136px;
}
@media (max-width: 527px) {
  .mm-panels > .mobile__navigation {
    top: 173px;
  }
}
@media (min-width: 997px) {
  .mm-panels > .mobile__navigation {
    top: 173px;
  }
}
@media (-webkit-max-device-pixel-ratio: 1) and (width: 800px), (max--moz-device-pixel-ratio: 1) and (width: 800px), (-o-max-device-pixel-ratio: 1/1) and (width: 800px), (max-device-pixel-ratio: 1) and (width: 800px) {
  .mm-panels > .mobile__navigation {
    top: 173px;
  }
}
.mm-listview > li:not(.mm-divider):after {
  left: 0;
}
.mm-listview > li.mainnav__sub2list-item:not(.mm-divider):after {
  border-bottom: 0px;
}
.mm-listview > li > a,
.mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 20px 10px 20px 20px;
  margin: 0;
  font-size: 1.7rem;
}
li .mm-listview > li > a,
li .mm-listview > li > span {
  padding: 10px 10px 15px 20px;
}
.mm-listview > li > a.btn-navigation {
  display: inline-block;
  padding: 5px 15px;
  margin: 10px 15px;
  color: #fff;
}
.mm-listview > li > a.mainnav__sub2list-item,
.mm-listview > li > span.mainnav__sub2list-item {
  color: inherit;
  display: block;
  padding: 10px 20px;
  margin: 0;
  font-size: 1.4rem;
}
.mm-listview > li > a.mainnav__sub3list-item,
.mm-listview > li > span.mainnav__sub3list-item {
  color: inherit;
  display: block;
  padding: 10px 30px;
  margin: 0;
  font-size: 1.4rem;
}
.main-nav__li > .mm-panel.mm-vertical,
.main-nav__li .mm-listview .mm-vertical .mm-panel,
.main-nav__li .mm-vertical .mm-listview .mm-panel {
  padding: 0px;
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  height: 25px;
  width: 25px;
  top: 16px;
  right: 16px;
  line-height: 1.8rem;
  line-height: 0.8;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  padding: 0 0 10px 10px;
}
li.has-flyout.mm-opened .mm-listview > li.mm-vertical.mm-opened > .mm-next,
li.has-flyout.mm-opened .mm-vertical .mm-listview > li.mm-opened > .mm-next {
  top: 16px;
  transform: translateY(0);
}
li.has-flyout.mm-opened .mm-listview > li.mm-vertical > .mm-next,
li.has-flyout.mm-opened .mm-vertical .mm-listview > li > .mm-next {
  top: 50%;
  transform: translateY(-50%);
}
.mm-listview .mm-next:before {
  content: '+';
  border: 2px solid #3c3c3c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100px;
  border-radius: 100%;
  margin: auto 0;
  padding: 0px 4px;
  font-size: 2.3rem;
  line-height: 1.8rem;
  line-height: 0.8;
  font-weight: 300;
}
.mm-opened > .mm-next:before {
  content: '–';
  background-color: #3c3c3c;
  color: #ccc;
  padding: 0px 4px 6px 4px;
  line-height: 1.7rem;
  line-height: 0.7;
}
.mm-listview > .mainnav__sub2list-item > .mm-next:before {
  border: 1px solid #3c3c3c;
  padding: 0 2px;
  margin: 0px 2px 6px 2px;
  line-height: 1.4rem;
  line-height: 0.65;
}
.mm-listview > .mainnav__sub2list-item.mm-opened > .mm-next:before {
  padding: 0 2px;
  margin: 0px 2px 7px 2px;
  line-height: 1.3rem;
  line-height: 0.6;
}
.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
  border: 0px;
}
.pageheader .blues,
.pageheader .epi-mainnav,
.pageheader #hamburger {
  z-index: 1;
}
.epi-mainnav {
  transition: transform 0.4s ease;
}
html.mm-opening .pageheader .epi-mainnav {
  transform: translate(440px, 0);
  -o-transform: translate(440px, 0);
  -ms-transform: translate(440px, 0);
  -moz-transform: translate(440px, 0);
  -webkit-transform: translate(440px, 0);
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
}
@media (max-width: 996px) {
  html.mm-opening .pageheader .epi-mainnav {
    transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -webkit-transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media (min-width: 481px) and (max-width: 550px) {
  html.mm-opening .pageheader .epi-mainnav {
    transform: translate(89%, 0);
    -o-transform: translate(89%, 0);
    -ms-transform: translate(89%, 0);
    -moz-transform: translate(89%, 0);
    -webkit-transform: translate(89%, 0);
    -webkit-transform: translate3d(89%, 0, 0);
    transform: translate3d(89%, 0, 0);
  }
}
@media (max-width: 480px) {
  html.mm-opening .pageheader .epi-mainnav {
    transform: translate(90%, 0);
    -o-transform: translate(90%, 0);
    -ms-transform: translate(90%, 0);
    -moz-transform: translate(90%, 0);
    -webkit-transform: translate(90%, 0);
    -webkit-transform: translate3d(90%, 0, 0);
    transform: translate3d(90%, 0, 0);
  }
}
html.mm-opening .pageheader .blues {
  transform: translate(440px, 0);
  -o-transform: translate(440px, 0);
  -ms-transform: translate(440px, 0);
  -moz-transform: translate(440px, 0);
  -webkit-transform: translate(440px, 0);
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
}
@media (max-width: 996px) {
  html.mm-opening .pageheader .blues {
    transform: translate(400px, 0);
    -o-transform: translate(400px, 0);
    -ms-transform: translate(400px, 0);
    -moz-transform: translate(400px, 0);
    -webkit-transform: translate(400px, 0);
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
  }
}
@media (min-width: 481px) and (max-width: 550px) {
  html.mm-opening .pageheader .blues {
    transform: translate(83%, 0);
    -o-transform: translate(83%, 0);
    -ms-transform: translate(83%, 0);
    -moz-transform: translate(83%, 0);
    -webkit-transform: translate(83%, 0);
    -webkit-transform: translate3d(83%, 0, 0);
    transform: translate3d(83%, 0, 0);
  }
}
@media (max-width: 480px) {
  html.mm-opening .pageheader .blues {
    transform: translate(83%, 0);
    -o-transform: translate(83%, 0);
    -ms-transform: translate(83%, 0);
    -moz-transform: translate(83%, 0);
    -webkit-transform: translate(83%, 0);
    -webkit-transform: translate3d(83%, 0, 0);
    transform: translate3d(83%, 0, 0);
  }
}
html.mm-opening .pageheader #hamburger {
  transform: translate(440px, 0);
  -o-transform: translate(440px, 0);
  -ms-transform: translate(440px, 0);
  -moz-transform: translate(440px, 0);
  -webkit-transform: translate(440px, 0);
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
  margin-left: -46px;
  margin-left: -60px;
  z-index: 171;
}
@media (min-width: 997px) {
  html.mm-opening .pageheader #hamburger {
    transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -webkit-transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media (min-width: 481px) and (max-width: 550px) {
  html.mm-opening .pageheader #hamburger {
    transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -webkit-transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
}
@media (max-width: 480px) {
  html.mm-opening .pageheader #hamburger {
    transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -webkit-transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
}
body .mm-opened ~ .pageheader .mmobile .blues .epiBlue:before {
  content: '';
}
.mmobile__meta {
  margin-top: 0;
}
.mmobile__meta .navigation.help-nav {
  margin-top: 0;
  margin: 10px 0;
  width: 100%;
  float: left;
}
.mmobile__meta .navigation.help-nav .help-nav__li:after {
  content: '' !important;
  border-bottom: 0px solid #fff !important;
}
.mmobile__meta .navigation.help-nav .help-nav__li:first-child:after {
  content: '';
  width: 0;
  height: 0;
}
.mmobile__meta .navigation.help-nav .help-nav__li:first-child + .help-nav__li:after,
.mmobile__meta .navigation.help-nav .help-nav__li:last-child + .help-nav__li:after {
  content: '';
  width: 1px;
  height: 13px;
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: 14px;
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
  transform: translate3d(-100%, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
  transform: translate3d(0, 0, 0);
}
.mobile__epi,
.mm-menu.mm-offcanvas {
  z-index: 160;
  display: block;
  transform: translate3d(-100%, 0, 0);
}
.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0);
}
.mm-opened > .main-nav__li-a {
  color: #0064be;
}
@media (max-width: 996px) {
  .epi-mainnav .navigation .help-nav__li a,
  .epi-mainnav .navigation .main-nav__li a {
    padding: 10px 10px 5px 10px;
  }
  .epi-mainnav .navigation .help-nav__li:last-child a {
    padding: 10px 0px 5px 10px;
  }
}
@media (max-width: 590px) {
  .epi-mainnav .navigation .help-nav__li a {
    padding: 10px 4px 10px 10px;
  }
  .epi-mainnav .navigation .help-nav__li:last-child a {
    padding: 10px 0px 10px 10px;
  }
}
@media (min-width: 1096px) {
  .mdesktop {
    display: block;
  }
  .mmobile {
    display: none;
  }
}
@media (max-width: 1095px) {
  .main-nav__li > a:hover {
    background-color: #f5f5f2;
  }
  .main-nav__li.mm-vertical .mainnav__sub2list {
    max-height: 0px;
    overflow-y: hidden;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform .4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .main-nav__li.mm-vertical.mm-opened .mainnav__sub2list {
    max-height: 100%;
  }
  .mmobile {
    display: block;
  }
  .mdesktop {
    display: none !important;
  }
}
@media (max-width: 1095px) {
  .pageheader.epi-scrolled {
    position: relative;
  }
  .blues {
    position: relative;
  }
  .header_carousel {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .header_carousel {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .header_carousel .owl-carousel {
    margin-bottom: -45px;
  }
}
@media (max-width: 768px) {
  #mmobile__meta_id > li > a {
    font-size: 1.52rem;
  }
}
/* -- Flyout Navigation -- */
.epi-mainnav .flyoutNavigation {
  float: right;
  clear: right;
  text-align: right;
  margin-right: 0;
  margin-top: 20px;
  overflow: visible;
}
.epi-mainnav .flyoutNavigation li {
  position: relative;
  padding: 0;
  display: inline-block;
}
.epi-mainnav .flyoutNavigation li a {
  display: block;
  padding: 13px 16px 15px 16px;
}
@media (min-width: 768px) {
  .epi-mainnav .flyoutNavigation li a {
    padding: 13px 16px 15px 16px;
  }
}
.epi-mainnav .flyoutNavigation li a,
.epi-mainnav .flyoutNavigation li a:link,
.epi-mainnav .flyoutNavigation li a:hover,
.epi-mainnav .flyoutNavigation li a:visited,
.epi-mainnav .flyoutNavigation li a:focus {
  color: #3c3c3c;
}
.epi-mainnav .flyoutNavigation li a:hover,
.epi-mainnav .flyoutNavigation li a:link:hover,
.epi-mainnav .flyoutNavigation li a:hover:hover,
.epi-mainnav .flyoutNavigation li a:visited:hover,
.epi-mainnav .flyoutNavigation li a:focus:hover {
  color: #0064be;
  background: #f5f5f2;
}
.epi-mainnav .flyoutNavigation li a.active,
.epi-mainnav .flyoutNavigation li a:link.active,
.epi-mainnav .flyoutNavigation li a:hover.active,
.epi-mainnav .flyoutNavigation li a:visited.active,
.epi-mainnav .flyoutNavigation li a:focus.active {
  color: #0064be;
}
.epi-mainnav .flyoutNavigation li a.btn-navigation,
.epi-mainnav .flyoutNavigation li a.btn-navigation:link,
.epi-mainnav .flyoutNavigation li a.btn-navigation:hover,
.epi-mainnav .flyoutNavigation li a.btn-navigation:visited,
.epi-mainnav .flyoutNavigation li a.btn-navigation:focus {
  color: #fff;
}
.epi-mainnav .flyoutNavigation li a.btn-navigation:hover,
.epi-mainnav .flyoutNavigation li a.btn-navigation:link:hover,
.epi-mainnav .flyoutNavigation li a.btn-navigation:hover:hover,
.epi-mainnav .flyoutNavigation li a.btn-navigation:visited:hover,
.epi-mainnav .flyoutNavigation li a.btn-navigation:focus:hover {
  color: #fff;
  background: #ffaa28;
}
.epi-mainnav .flyoutNavigation li a.btn-navigation.active,
.epi-mainnav .flyoutNavigation li a.btn-navigation:link.active,
.epi-mainnav .flyoutNavigation li a.btn-navigation:hover.active,
.epi-mainnav .flyoutNavigation li a.btn-navigation:visited.active,
.epi-mainnav .flyoutNavigation li a.btn-navigation:focus.active {
  color: #fff;
}
.epi-mainnav .flyoutNavigation li a.btn-navigation {
  padding: 3px 15px;
}
.epi-mainnav .flyoutNavigation li.child-open > a {
  color: #0064be;
  background: #f5f5f2;
}
.epi-mainnav .flyoutNavigation li.is-active {
  background-color: #f5f5f2;
}
.epi-mainnav .flyoutNavigation .flyout {
  background: #f5f5f2;
  position: absolute;
  top: calc(100%);
  left: 0;
  right: 0;
  width: auto;
  min-width: 280px;
  margin-top: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.15);
  z-index: 160;
}
.epi-mainnav .flyoutNavigation .flyout.is-visible {
  opacity: 1;
}
.epi-mainnav .flyoutNavigation .flyout .flyout__nav {
  display: block;
  text-align: left;
  margin: 0;
}
.epi-mainnav .flyoutNavigation .flyout .flyout__nav li,
.epi-mainnav .flyoutNavigation .flyout .flyout__nav a {
  display: block;
  font-size: 1.9rem;
  padding: 0;
}
.epi-mainnav .flyoutNavigation .flyout .flyout__nav li {
  padding: 0 15px;
  background: #f5f5f2;
}
.epi-mainnav .flyoutNavigation .flyout .flyout__nav li:hover {
  background: #e8e8e6;
}
.epi-mainnav .flyoutNavigation .flyout .flyout__nav a {
  padding: 10px 20px;
  border-top: 1px solid rgba(60, 60, 60, 0.2);
}
.epi-mainnav .flyoutNavigation .flyout .flyout__nav a:hover {
  background: #e8e8e6;
  color: #0064be;
}
.epi-mainnav .flyoutNavigation .flyout .flyout__nav li:first-child a {
  border-top: none;
}
.epi-mainnav .flyoutNavigation .flyout .flyout__nav li.active > a:hover {
  color: #0064be;
}
.epi-mainnav .flyoutNavigation .flyout .flyout__nav .flyout__nav--sub {
  text-align: left;
}
.epi-mainnav .flyoutNavigation .flyout .flyout__nav .flyout__nav--sub a {
  padding-left: 40px;
}
.last .epi-mainnav .flyoutNavigation .flyout {
  left: initial;
  left: auto;
}
@media (min-width: 1800px) {
  .last .epi-mainnav .flyoutNavigation .flyout {
    left: 0;
  }
}
.epi-mainnav .flyoutNavigation .is-last .flyout,
.epi-mainnav .flyoutNavigation .last .flyout {
  left: initial;
  left: auto;
}
@media (min-width: 1800px) {
  .epi-mainnav .flyoutNavigation .is-last .flyout,
  .epi-mainnav .flyoutNavigation .last .flyout {
    left: 0;
  }
}
.navigation.sideNavigation {
  list-style-type: none;
  margin: 0 30px 0 15px;
  padding: 50px 0 0 0;
}
.navigation.sideNavigation .sideNavigation--li {
  border-bottom: 1px solid rgba(60, 60, 60, 0.2);
  padding: 14px 0;
}
.navigation.sideNavigation .sideNavigation--li:before {
  content: none !important;
}
.navigation.sideNavigation .sideNavigation--li.first {
  border-top: 1px solid rgba(60, 60, 60, 0.2);
}
.navigation.sideNavigation .sideNavigation--li:hover {
  background: #e8e8e6;
}
.navigation.sideNavigation .sideNavigation--a {
  position: relative;
  display: block;
  padding: 0 30px 0 15px;
}
.navigation.sideNavigation .sideNavigation--a.has-flyout:after {
  position: absolute;
  font-family: 'fontello';
  content: '\f105';
  color: #3c3c3c;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.navigation.sideNavigation .sideNavigation--li.child-open .sideNavigation--a:after {
  transform: translate(0, -50%) rotate(90deg);
}
.navigation.sideNavigation .sideNavigation--li.child-open .sideflyout {
  opacity: 1;
  display: block;
}
.navigation.sideNavigation .sideNavigation__sub .sideNavigation__sub {
  padding-left: 20px;
}
.navigation.sideNavigation .sideflyout {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  padding: 0 30px 0 15px;
}
.navigation.sideNavigation .sideflyout.is-visible {
  opacity: 1;
}
.navigation.sideNavigation .sideNavigation__sub--li {
  font-size: 1.8rem;
  padding: 3px 0;
  margin-bottom: 0;
}
.navigation.sideNavigation .sideNavigation__sub--li:before {
  content: none !important;
}
.navigation.sideNavigation a,
.navigation.sideNavigation a:link,
.navigation.sideNavigation a:hover,
.navigation.sideNavigation a:visited,
.navigation.sideNavigation a:focus {
  color: #3c3c3c;
}
.navigation.sideNavigation a:hover,
.navigation.sideNavigation a:link:hover,
.navigation.sideNavigation a:hover:hover,
.navigation.sideNavigation a:visited:hover,
.navigation.sideNavigation a:focus:hover {
  color: #0064be;
}
.navigation.sideNavigation a.active,
.navigation.sideNavigation a:link.active,
.navigation.sideNavigation a:hover.active,
.navigation.sideNavigation a:visited.active,
.navigation.sideNavigation a:focus.active {
  color: #0064be;
}
.nav__subsub {
  display: none;
}
.help-nav__li--report .help-nav__li-a {
  text-align: left !important;
  white-space: normal !important;
}
.sectionNavigation {
  position: fixed;
  top: 160px;
  right: 20px;
  text-align: right;
  z-index: 200;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
@media (max-width: 991px) {
  .sectionNavigation {
    display: none;
  }
}
.sectionNavigation a {
  display: inline-block;
  padding: 5px 0;
}
.sectionNavigation a,
.sectionNavigation a:link,
.sectionNavigation a:hover,
.sectionNavigation a:visited,
.sectionNavigation a:focus {
  color: #3c3c3c;
}
.sectionNavigation a:hover,
.sectionNavigation a:link:hover,
.sectionNavigation a:hover:hover,
.sectionNavigation a:visited:hover,
.sectionNavigation a:focus:hover {
  color: #0064be;
}
.sectionNavigation a.active,
.sectionNavigation a:link.active,
.sectionNavigation a:hover.active,
.sectionNavigation a:visited.active,
.sectionNavigation a:focus.active {
  color: #0064be;
}
.logo--text {
  display: inline-block;
  font-size: 2.6rem;
  margin-left: 10px;
  margin-bottom: -3px;
  vertical-align: bottom;
}
@media (min-width: 1540px) {
  .pageheader--report .epi-mainnav.mdesktop {
    display: block;
  }
  .pageheader--report .epi-mainnav.mmobile {
    display: none;
  }
}
@media (max-width: 1539px) {
  .pageheader--report .epi-mainnav.mmobile {
    display: block;
  }
  .pageheader--report .epi-mainnav.mdesktop {
    display: none !important;
  }
}
@media (min-width: 1540px) {
  .pageheader--report .container-fluid.mmobile {
    display: none;
  }
}
@media (max-width: 1539px) {
  .pageheader--report .container-fluid.mmobile {
    display: block;
  }
}
@media (max-width: 1539px) {
  .pageheader--report.pageheader.epi-scrolled {
    position: relative;
  }
  .pageheader--report.pageheader.epi-scrolled-s .logo {
    padding: 0;
    margin-top: 0;
  }
  .pageheader--report .blues {
    position: relative;
  }
}
.nav--social {
  display: flex;
  gap: 5px;
}
.nav--social::before {
  content: none;
}
.nav--social li {
  padding-left: 0 !important;
}
.nav--social li::before {
  content: none !important;
}
.nav--social > li > a {
  padding: 0;
}
.nav--social > li > a:hover {
  background-color: #fff;
}
.hometeaser__special-container {
  padding-left: 1px;
  padding-right: 1px;
}
.teasers {
  padding-top: 2px;
  letter-spacing: 0.55px;
}
.teasers .icon-sepi-link-pfeil:before {
  font-size: 2.4rem;
}
.content__teasers {
  padding-top: 30px;
}
.oneteaser__container {
  position: relative;
}
.teaser__containerfull {
  position: relative;
}
.teaser__container-a {
  font-weight: inherit;
  color: inherit;
}
.teaser__container-a:hover {
  cursor: pointer;
}
.teaser__container-a:link,
.teaser__container-a:hover,
.teaser__container-a:visited {
  text-decoration: none;
}
.teaser__container {
  background: #69b4e1;
  height: 110px;
  color: #fff;
  padding: 15px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.teaser__container.teaser__container-one {
  padding: 20px;
  height: 150px;
  width: 40%;
}
.teaser__text {
  padding-right: 30px;
}
.teaser__boldtext {
  font-weight: 500;
}
.teaser__boldtext:after {
  content: ' \2013 ';
  font-weight: 300;
}
.teaser__subtext {
  font-weight: 300;
  line-height: 2.4rem;
}
.teaser__arrow {
  float: right;
  position: absolute;
  right: 15px;
  bottom: 13px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.img__box {
  overflow: hidden;
}
.teaser__container-a:hover .img__teaser,
.tiles__container-a:hover .img__teaser {
  transition: all 3s linear;
  -moz-transition: all 3s linear;
  -ms-transition: all 3s linear;
  -webkit-transition: all 3s linear;
  -o-transition: all 3s linear;
}
.teaser__container-a:hover .teaser__arrow,
.tiles__container-a:hover .teaser__arrow,
.teaser__container-a:hover .__arrow,
.tiles__container-a:hover .__arrow {
  right: 10px;
}
.img__teaser {
  width: 100%;
  height: 338px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.img__teaser.img__teaser-one {
  height: 470px;
  background-position: top center;
}
.content__teasers .teaser__container-a {
  font-weight: inherit;
}
.content__teasers .teaser__container-a .teaser__container {
  background-color: #fff;
  color: #3c3c3c;
}
.content__teasers .teaser__container-a:link,
.content__teasers .teaser__container-a:hover,
.content__teasers .teaser__container-a:visited {
  text-decoration: none;
}
.content__teasers .teaser__arrow {
  color: #0064be;
  font-weight: 600;
}
.content__teasers .icon-sepi-link-pfeil:before {
  font-size: 2.4rem;
}
.dis-i p {
  display: inline;
}
@media (min-width: 1249px) and (max-width: 1370px) {
  .teaser__container {
    height: 130px;
    padding: 10px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1225px) {
  .teaser__container {
    height: 140px;
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .img__teaser {
    height: 100%;
  }
  .img__teaser.img__teaser-one {
    height: 100%;
  }
  .content__teasers {
    padding-top: 15px;
  }
  .teaser__container {
    position: relative;
  }
  .teaser__container.teaser__container-one {
    width: 50%;
  }
  .teaser__containerfull {
    height: 150px;
  }
  .teaser__subtext,
  .teaser__subtext.dis-i {
    display: none;
  }
  .teaser__boldtext {
    font-weight: 300;
  }
  .teaser__boldtext:after {
    content: none;
  }
  .inside {
    float: left;
    height: 100%;
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hometeaser__special-container {
    padding-left: 1px;
    padding-right: 1px;
  }
  .hometeaser__special-container:nth-child(3n-5) {
    padding-left: 1px;
  }
  .hometeaser__special-container:nth-child(3n) {
    padding-right: 1px;
  }
}
.teaser--rooms {
  padding-top: 30px;
}
.teaser--rooms .teaser__content {
  padding: 15px;
  background: #fff;
}
.teaser--rooms .teaser__boldtext:after {
  content: none;
}
.teaser--rooms .teaser__imageWrapper {
  position: relative;
  overflow: hidden;
}
.teaser--rooms .teaser__imageWrapper:before {
  content: '';
  display: block;
  padding-bottom: 54%;
  width: 100%;
}
.teaser--rooms .teaser__image {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.teaser--rooms .teaser__text {
  font-weight: 300;
  line-height: 2.4rem;
  padding-right: 0;
}
.col-xs-12.col-sm-12.col-md-6.neos-contentcollection > .col-xs-12.col-sm-6.col-md-4 {
  width: 100%;
  padding: 0;
}
.roomlist {
  list-style-type: none;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}
.roomlist li {
  margin-bottom: 0 !important;
  padding: 5px 0;
  padding-left: 0 !important;
  border-top: 1px solid #dfdfdc;
  width: calc(49% - 10px);
  display: inline-block;
}
.roomlist li i {
  padding-right: 30px;
}
.roomlist li:nth-last-child(-n+2) {
  border-bottom: 1px solid #dfdfdc;
}
.roomlist li:before {
  content: none !important;
}
.roomlist li:nth-child(2n-1) {
  margin-right: 10px;
}
.roomlist li:nth-child(2n-2) {
  margin-left: 10px;
}
/* -- Jahresbericht 2019 -- */
.pagewrapper--report .teaser__container.teaser__container-one {
  width: 33.333333%;
  width: calc(100% / 3);
}
@media (max-width: 768px) {
  .pagewrapper--report .teaser__container.teaser__container-one {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pagewrapper--report .container-fluid.full-width .row.teasers-one {
    margin-left: -20px;
    margin-right: -20px;
  }
  .pagewrapper--report .hometeaser__special-container {
    padding-left: 0;
    padding-right: 0;
  }
  .pagewrapper--report .hometeaser__special-container:nth-child(3n-5) {
    padding-left: 0;
  }
  .pagewrapper--report .hometeaser__special-container:nth-child(3n) {
    padding-right: 0;
  }
}
.teaserKachel {
  align-items: center;
  background: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  padding: 25px;
  position: relative;
  min-height: 150px;
  text-align: center;
  width: 100%;
}
.teaserKachel__title:after {
  content: '\e801';
  display: inline-block;
  position: relative;
  font-family: 'fontello';
  margin: 0 10px;
  transform: translate(0, 0);
  transition: all 0.2s ease-in-out;
}
.teaserKachel:hover {
  background: #f5f5f2;
  color: #3c3c3c;
}
.teaserKachel:hover .teaserKachel__title:after {
  transform: translate(5px, 0);
}
.list-entries ul,
.list-entries li {
  list-style-type: none;
}
.list-entries li {
  margin-bottom: initial;
  padding-left: initial;
}
.list-entries li:before {
  content: initial;
}
.li-list-entries {
  position: relative;
  border-top: 1px solid #c3c3c3;
  padding: 10px 0;
}
.li-list-entries:last-child {
  border-bottom: 1px solid #c3c3c3;
}
.li-list-entries .li-list-entries-a {
  font-weight: inherit;
  color: inherit;
}
.li-list-entries .li-list-entries-a:link,
.li-list-entries .li-list-entries-a:hover,
.li-list-entries .li-list-entries-a:visited {
  text-decoration: none;
}
.li-list-entries .li-list-entries-a .__arrow {
  float: right;
  position: absolute;
  right: 0;
  bottom: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.li-list-entries .li-list-entries-a .__arrow .icon-sepi-link-pfeil:before {
  color: #0064be;
  font-size: 2.2rem;
}
.listart-sm-gray {
  font-weight: normal;
  font-size: 1.4rem;
  color: #787878;
  letter-spacing: 1px;
}
.listart-title {
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 2.4rem;
  letter-spacing: 0.25px;
}
.listart-thin {
  font-weight: 300;
}
.listart__image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.listart__image:before {
  content: '';
  display: block;
  padding-bottom: 43%;
}
.listart__image-img {
  max-width: 130%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.listart__containerfull {
  padding-top: 10px;
  padding-bottom: 10px;
}
.listart__containerfull.li-list-entries .listart__image {
  width: calc(100%/3);
  float: left;
  margin-right: 15px;
}
.listart__containerfull .__arrow {
  right: 20px;
}
.listart__containerfull:hover .__arrow {
  right: 15px;
}
.content__tiles .tiles__container-a {
  font-weight: inherit;
}
.content__tiles .tiles__container-a .listart__container {
  position: relative;
  padding: 15px;
  font-weight: inherit;
  background-color: #fff;
  color: #3c3c3c;
}
.content__tiles .tiles__container-a .listart__container:link,
.content__tiles .tiles__container-a .listart__container:hover,
.content__tiles .tiles__container-a .listart__container:visited {
  text-decoration: none;
}
.content__tiles .__arrow {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #0064be;
  font-weight: 600;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.content__tiles .icon-sepi-link-pfeil:before {
  font-size: 2.6rem;
}
.morelists {
  margin: 15px 0;
}
.morearticle-center {
  margin: 15px calc(100%/3);
}
.moreresults {
  width: 300px;
}
.article-listview .li-list-entries {
  display: inline-block;
}
.articlecount {
  text-align: right;
}
.article__icons {
  display: inline-block;
  margin-left: 15px;
}
.article__icons .article__icon {
  border: 2px solid #ccc;
  font-size: 2.2rem;
  padding: 13px 10px 2px 12px;
}
.article__icons .article__icon.active__artview {
  color: #fff;
  background-color: #787878;
  border-color: #787878;
}
.article__icons .article__icon.art__tiles-view:not(.active__artview) {
  border-right: 0px;
}
.article__icons .article__icon.art__list-view:not(.active__artview) {
  border-left: 0px;
}
.search-results li.li-list-entries,
.event-menu li.li-list-entries {
  display: none;
}
@media (max-width: 768px) {
  .list-entries .header-lvl-2 {
    margin-top: 20px;
  }
  .list-entries .morearticle-center {
    margin: 15px calc(100%/5);
  }
  .listart__containerfull.li-list-entries .listart__image,
  .listart__containerfull.li-list-entries .listart__container {
    width: 100%;
    float: none;
    margin: 0 15px;
  }
}
@supports (display: flex) {
  .content__tiles {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.hiddenwai {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* input Fields */
.input {
  font-weight: normal;
  font-size: 1.4rem;
  padding: 6px 5px 3px 5px;
  margin: 5px 0;
  border: none;
}
.input-fullwidth {
  width: 100%;
  font-size: 1.7rem;
  line-height: 2.2rem;
  padding: 6px 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: none;
  transition: none;
  outline: none;
  color: #787878;
  font-weight: 400;
}
.input-fullwidth::-webkit-input-placeholder {
  color: rgba(120, 120, 120, 0.5);
}
.input-fullwidth:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(120, 120, 120, 0.5);
}
.input-fullwidth::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(120, 120, 120, 0.5);
}
.input-fullwidth:-ms-input-placeholder {
  color: rgba(120, 120, 120, 0.5);
}
.searchform .form-control--inline {
  border-radius: 0px;
}
.searchform .form-control {
  border: 2px solid #dfdfdc;
  height: 38px;
  font-size: 1.7rem;
  line-height: 2.2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: none;
  transition: none;
  color: #787878;
  font-weight: 400;
  padding-right: 30px;
}
.searchform .form-control::-webkit-input-placeholder {
  color: rgba(120, 120, 120, 0.5);
}
.searchform .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(120, 120, 120, 0.5);
}
.searchform .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(120, 120, 120, 0.5);
}
.searchform .form-control:-ms-input-placeholder {
  color: rgba(120, 120, 120, 0.5);
}
.mm-panels .searchform {
  height: 136px;
  background-color: #fff;
  padding: 0px 20px;
}
@media (max-width: 527px) {
  .mm-panels .searchform {
    height: 173px;
  }
}
@media (min-width: 997px) {
  .mm-panels .searchform {
    height: 173px;
  }
}
@media (-webkit-max-device-pixel-ratio: 1) and (width: 800px), (max--moz-device-pixel-ratio: 1) and (width: 800px), (-o-max-device-pixel-ratio: 1/1) and (width: 800px), (max-device-pixel-ratio: 1) and (width: 800px) {
  .mm-panels .searchform {
    height: 173px;
  }
}
.mm-panels .searchform .form-search {
  margin-top: 21px;
}
.mm-panels .searchform .form-search .searchform__button {
  height: 32px;
  top: 42px;
  bottom: initial;
  bottom: auto;
  right: 21px;
}
.searchformlarge {
  margin-bottom: 2em;
}
.searchformlarge .form-control {
  height: 40px;
  font-size: 1.7rem;
}
.searchformlarge .searchform__button {
  padding: 7px 7px;
}
/* checkboxes */
.form-radioCheck:not(:checked),
.form-radioCheck:checked {
  position: absolute;
  left: -9999px;
}
.form-radioCheck:not(:checked) + label,
.form-radioCheck:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 300;
}
/* checkbox aspect */
.form-radioCheck:not(:checked) + label:before,
.form-radioCheck:checked + label:before {
  content: '';
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 1px;
  margin-left: -30px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.form-radioCheck[type="radio"]:not(:checked) + label:before,
.form-radioCheck[type="radio"]:checked + label:before {
  border-radius: 100%;
}
/* checked mark aspect */
.form-radioCheck:not(:checked) + label:after,
.form-radioCheck:checked + label:after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  background: #3c3c3c;
  position: absolute;
  top: 5px;
  left: 5px;
}
.form-radioCheck[type="radio"]:not(:checked) + label:after,
.form-radioCheck[type="radio"]:checked + label:after {
  border-radius: 100%;
}
/* checked mark aspect changes */
.form-radioCheck:not(:checked) + label:after {
  opacity: 0;
  transform: scale(1);
}
.form-radioCheck:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form-radioCheck:disabled + label,
.form-radioCheck:disabled + label:after {
  color: #ccc;
  cursor: not-allowed;
}
.selectWrapper {
  position: relative;
  border-radius: 2px;
  background: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: -2px;
  z-index: 1;
}
.selectWrapper .selectWrapper__handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #e3e3e3;
  text-align: center;
  width: 40px;
}
.selectWrapper .selectWrapper__handle:before {
  font-family: 'fontello';
  content: '\e802';
  width: 40px;
  margin-right: 0;
  margin-left: 0;
  line-height: 40px;
  text-align: center;
  font-size: 1.8rem;
  color: #333;
}
.selectWrapper select {
  color: #3c3c3c;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  left: 12px;
  right: 5px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  padding-right: 35px;
}
.selectWrapper select:focus {
  outline: none;
}
.selectWrapper select::-ms-expand {
  display: none;
}
.selectWrapper select.hasInput,
.selectWrapper select.hasNoPlaceholder {
  color: #000;
}
.selectWrapper select.formError {
  color: #dd4b4b;
}
#wohnwerk-anmeldeform-billing,
#wohnwerk-anmeldeform-aufbaukurs-billing,
#wohnwerk-anmeldeform-datum-billing {
  display: none;
}
#contact-form #seminar-form-agb label,
/* #seminar-form #seminar-form-agb label, */
#restaurant-form #seminar-form-agb label,
#restaurant-form-park #seminar-form-agb label,
#wohnwerk-anmeldeform #seminar-form-agb label,
#wohnwerk-anmeldeform-datum #seminar-form-agb label,
#contact-form #restaurant-form-agb label,
#seminar-form #restaurant-form-agb label,
#restaurant-form #restaurant-form-agb label,
#wohnwerk-anmeldeform #restaurant-form-agb label,
#wohnwerk-anmeldeform-datum #restaurant-form-agb label,
#contact-form #contact-form-dsvgo label,
#seminar-form #contact-form-dsvgo label,
#restaurant-form #contact-form-dsvgo label,
#restaurant-form-park #contact-form-dsvgo label,
#wohnwerk-anmeldeform #contact-form-dsvgo label,
#wohnwerk-anmeldeform-datum #contact-form-dsvgo label,
#contact-form #wohnwerk-anmeldeform-dsvgo label,
#seminar-form #wohnwerk-anmeldeform-dsvgo label,
#restaurant-form #wohnwerk-anmeldeform-dsvgo label,
#restaurant-form-park #wohnwerk-anmeldeform-dsvgo label,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-dsvgo label,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-dsvgo label,
#contact-form #wohnwerk-anmeldeform-datum-dsgvo label,
#seminar-form #wohnwerk-anmeldeform-datum-dsgvo label,
#restaurant-form #wohnwerk-anmeldeform-datum-dsgvo label,
#restaurant-form-park #restaurant-form-park-dsgvo label,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-datum-dsgvo label,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-datum-dsgvo label {
  padding-left: 20px;
}


#contact-form #seminar-form-agb .clearfix,
#seminar-form #seminar-form-agb .clearfix,
#restaurant-form #seminar-form-agb .clearfix,
#restaurant-form-park #seminar-form-park-agb .clearfix,
#wohnwerk-anmeldeform #seminar-form-agb .clearfix,
#wohnwerk-anmeldeform-datum #seminar-form-agb .clearfix,
#contact-form #restaurant-form-agb .clearfix,
#seminar-form #restaurant-form-agb .clearfix,
#restaurant-form #restaurant-form-agb .clearfix,
#restaurant-form-park #restaurant-form-agb .clearfix,
#wohnwerk-anmeldeform #restaurant-form-agb .clearfix,
#wohnwerk-anmeldeform-datum #restaurant-form-agb .clearfix,
#contact-form #contact-form-dsvgo .clearfix,
#seminar-form #contact-form-dsvgo .clearfix,
#restaurant-form #contact-form-dsvgo .clearfix,
#restaurant-form-park #contact-form-park-dsvgo .clearfix,
#wohnwerk-anmeldeform #contact-form-dsvgo .clearfix,
#wohnwerk-anmeldeform-datum #contact-form-dsvgo .clearfix,
#contact-form #wohnwerk-anmeldeform-dsvgo .clearfix,
#seminar-form #wohnwerk-anmeldeform-dsvgo .clearfix,
#restaurant-form #wohnwerk-anmeldeform-dsvgo .clearfix,
#restaurant-form-park #wohnwerk-anmeldeform-dsvgo .clearfix,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-dsvgo .clearfix,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-dsvgo .clearfix,
#contact-form #wohnwerk-anmeldeform-datum-dsgvo .clearfix,
#seminar-form #wohnwerk-anmeldeform-datum-dsgvo .clearfix,
#restaurant-form #wohnwerk-anmeldeform-datum-dsgvo .clearfix,
#restaurant-form-park #wohnwerk-anmeldeform-datum-dsgvo .clearfix,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-datum-dsgvo .clearfix,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-datum-dsgvo .clearfix,
#contact-form #seminar-form-agb .container,
#seminar-form #seminar-form-agb .container,
#restaurant-form #seminar-form-agb .container,
#restaurant-form-park #seminar-form-agb .container,
#wohnwerk-anmeldeform #seminar-form-agb .container,
#wohnwerk-anmeldeform-datum #seminar-form-agb .container,
#contact-form #restaurant-form-agb .container,
#seminar-form #restaurant-form-agb .container,
#restaurant-form #restaurant-form-agb .container,
#restaurant-form-park #restaurant-form-agb .container,
#wohnwerk-anmeldeform #restaurant-form-agb .container,
#wohnwerk-anmeldeform-datum #restaurant-form-agb .container,
#contact-form #contact-form-dsvgo .container,
#seminar-form #contact-form-dsvgo .container,
#restaurant-form #contact-form-dsvgo .container,
#restaurant-form-park #contact-form-dsvgo .container,
#wohnwerk-anmeldeform #contact-form-dsvgo .container,
#wohnwerk-anmeldeform-datum #contact-form-dsvgo .container,
#contact-form #wohnwerk-anmeldeform-dsvgo .container,
#seminar-form #wohnwerk-anmeldeform-dsvgo .container,
#restaurant-form #wohnwerk-anmeldeform-dsvgo .container,
#restaurant-form-park #wohnwerk-anmeldeform-dsvgo .container,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-dsvgo .container,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-dsvgo .container,
#contact-form #wohnwerk-anmeldeform-datum-dsgvo .container,
#seminar-form #wohnwerk-anmeldeform-datum-dsgvo .container,
#restaurant-form #wohnwerk-anmeldeform-datum-dsgvo .container,
#restaurant-form-park #wohnwerk-anmeldeform-datum-dsgvo .container,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-datum-dsgvo .container,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-datum-dsgvo .container,
#contact-form #seminar-form-agb .container-fluid,
#seminar-form #seminar-form-agb .container-fluid,
#restaurant-form #seminar-form-agb .container-fluid,
#restaurant-form-park #seminar-form-agb .container-fluid,
#wohnwerk-anmeldeform #seminar-form-agb .container-fluid,
#wohnwerk-anmeldeform-datum #seminar-form-agb .container-fluid,
#contact-form #restaurant-form-agb .container-fluid,
#seminar-form #restaurant-form-agb .container-fluid,
#restaurant-form #restaurant-form-agb .container-fluid,
#restaurant-form-park #restaurant-form-agb .container-fluid,
#wohnwerk-anmeldeform #restaurant-form-agb .container-fluid,
#wohnwerk-anmeldeform-datum #restaurant-form-agb .container-fluid,
#contact-form #contact-form-dsvgo .container-fluid,
#seminar-form #contact-form-dsvgo .container-fluid,
#restaurant-form #contact-form-dsvgo .container-fluid,
#restaurant-form-park #contact-form-dsvgo .container-fluid,
#wohnwerk-anmeldeform #contact-form-dsvgo .container-fluid,
#wohnwerk-anmeldeform-datum #contact-form-dsvgo .container-fluid,
#contact-form #wohnwerk-anmeldeform-dsvgo .container-fluid,
#seminar-form #wohnwerk-anmeldeform-dsvgo .container-fluid,
#restaurant-form #wohnwerk-anmeldeform-dsvgo .container-fluid,
#restaurant-form-park #wohnwerk-anmeldeform-dsvgo .container-fluid,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-dsvgo .container-fluid,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-dsvgo .container-fluid,
#contact-form #wohnwerk-anmeldeform-datum-dsgvo .container-fluid,
#seminar-form #wohnwerk-anmeldeform-datum-dsgvo .container-fluid,
#restaurant-form #wohnwerk-anmeldeform-datum-dsgvo .container-fluid,
#restaurant-form-park #wohnwerk-anmeldeform-datum-dsgvo .container-fluid,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-datum-dsgvo .container-fluid,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-datum-dsgvo .container-fluid,
#contact-form #seminar-form-agb .row,
#seminar-form #seminar-form-agb .row,
#restaurant-form #seminar-form-agb .row,
#restaurant-form-park #seminar-form-agb .row,
#wohnwerk-anmeldeform #seminar-form-agb .row,
#wohnwerk-anmeldeform-datum #seminar-form-agb .row,
#contact-form #restaurant-form-agb .row,
#seminar-form #restaurant-form-agb .row,
#restaurant-form #restaurant-form-agb .row,
#restaurant-form-park #restaurant-form-agb .row,
#wohnwerk-anmeldeform #restaurant-form-agb .row,
#wohnwerk-anmeldeform-datum #restaurant-form-agb .row,
#contact-form #contact-form-dsvgo .row,
#seminar-form #contact-form-dsvgo .row,
#restaurant-form #contact-form-dsvgo .row,
#restaurant-form-park #contact-form-dsvgo .row,
#wohnwerk-anmeldeform #contact-form-dsvgo .row,
#wohnwerk-anmeldeform-datum #contact-form-dsvgo .row,
#contact-form #wohnwerk-anmeldeform-dsvgo .row,
#seminar-form #wohnwerk-anmeldeform-dsvgo .row,
#restaurant-form #wohnwerk-anmeldeform-dsvgo .row,
#restaurant-form-park #wohnwerk-anmeldeform-dsvgo .row,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-dsvgo .row,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-dsvgo .row,
#contact-form #wohnwerk-anmeldeform-datum-dsgvo .row,
#seminar-form #wohnwerk-anmeldeform-datum-dsgvo .row,
#restaurant-form #wohnwerk-anmeldeform-datum-dsgvo .row,
#restaurant-form-park #wohnwerk-anmeldeform-datum-dsgvo .row,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-datum-dsgvo .row,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-datum-dsgvo .row {
  overflow: hidden;
}

#contact-form #seminar-form-agb .input,
#seminar-form #seminar-form-agb .input,
#restaurant-form #seminar-form-agb .input,
#restaurant-form-park #seminar-form-agb .input,
#wohnwerk-anmeldeform #seminar-form-agb .input,
#wohnwerk-anmeldeform-datum #seminar-form-agb .input,
#contact-form #restaurant-form-agb .input,
#seminar-form #restaurant-form-agb .input,
#restaurant-form #restaurant-form-agb .input,
#restaurant-form-park #restaurant-form-agb .input,
#wohnwerk-anmeldeform #restaurant-form-agb .input,
#wohnwerk-anmeldeform-datum #restaurant-form-agb .input,
#contact-form #contact-form-dsvgo .input,
#seminar-form #contact-form-dsvgo .input,
#restaurant-form #contact-form-dsvgo .input,
#restaurant-form-park #contact-form-dsvgo .input,
#wohnwerk-anmeldeform #contact-form-dsvgo .input,
#wohnwerk-anmeldeform-datum #contact-form-dsvgo .input,
#contact-form #wohnwerk-anmeldeform-dsvgo .input,
#seminar-form #wohnwerk-anmeldeform-dsvgo .input,
#restaurant-form #wohnwerk-anmeldeform-dsvgo .input,
#restaurant-form-park #wohnwerk-anmeldeform-dsvgo .input,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-dsvgo .input,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-dsvgo .input,
#contact-form #wohnwerk-anmeldeform-datum-dsgvo .input,
#seminar-form #wohnwerk-anmeldeform-datum-dsgvo .input,
#restaurant-form #wohnwerk-anmeldeform-datum-dsgvo .input,
#restaurant-form-park #wohnwerk-anmeldeform-datum-dsgvo .input,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-datum-dsgvo .input,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-datum-dsgvo .input {
  float: left;
}

#contact-form #seminar-form-agb .input label,
#seminar-form #seminar-form-agb .input label,
#restaurant-form #seminar-form-agb .input label,
#restaurant-form-park #seminar-form-agb .input label,
#wohnwerk-anmeldeform #seminar-form-agb .input label,
#wohnwerk-anmeldeform-datum #seminar-form-agb .input label,
#contact-form #restaurant-form-agb .input label,
#seminar-form #restaurant-form-agb .input label,
#restaurant-form #restaurant-form-agb .input label,
#restaurant-form-park #restaurant-form-agb .input label,
#wohnwerk-anmeldeform #restaurant-form-agb .input label,
#wohnwerk-anmeldeform-datum #restaurant-form-agb .input label,
#contact-form #contact-form-dsvgo .input label,
#seminar-form #contact-form-dsvgo .input label,
#restaurant-form #contact-form-dsvgo .input label,
#restaurant-form-park #contact-form-dsvgo .input label,
#wohnwerk-anmeldeform #contact-form-dsvgo .input label,
#wohnwerk-anmeldeform-datum #contact-form-dsvgo .input label,
#contact-form #wohnwerk-anmeldeform-dsvgo .input label,
#seminar-form #wohnwerk-anmeldeform-dsvgo .input label,
#restaurant-form #wohnwerk-anmeldeform-dsvgo .input label,
#restaurant-form-park #wohnwerk-anmeldeform-dsvgo .input label,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-dsvgo .input label,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-dsvgo .input label,
#contact-form #wohnwerk-anmeldeform-datum-dsgvo .input label,
#seminar-form #wohnwerk-anmeldeform-datum-dsgvo .input label,
#restaurant-form #wohnwerk-anmeldeform-datum-dsgvo .input label,
#restaurant-form-park #wohnwerk-anmeldeform-datum-dsgvo .input label,
#wohnwerk-anmeldeform #wohnwerk-anmeldeform-datum-dsgvo .input label,
#wohnwerk-anmeldeform-datum #wohnwerk-anmeldeform-datum-dsgvo .input label {
  float: none;
  padding-left: 0px;
}

#contact-form label[for="restaurant-form-dsgvo"],
#seminar-form label[for="restaurant-form-dsgvo"],
#restaurant-form label[for="restaurant-form-dsgvo"],
#restaurant-form-park label[for="restaurant-form-park-dsgvo"],
#wohnwerk-anmeldeform label[for="restaurant-form-dsgvo"],
#wohnwerk-anmeldeform-datum label[for="restaurant-form-dsgvo"],
#contact-form label[for="seminar-form-dsgvo"],
#seminar-form label[for="seminar-form-dsgvo"],
#restaurant-form label[for="seminar-form-dsgvo"],
#restaurant-form-park label[for="seminar-form-dsgvo"],
#wohnwerk-anmeldeform label[for="seminar-form-dsgvo"],
#wohnwerk-anmeldeform-datum label[for="seminar-form-dsgvo"] {
  width: calc(100% - 30px);
  float: right;
  padding-left: 0px !important;
}

#contact-form .help-inline,
#seminar-form .help-inline,
#restaurant-form .help-inline,
#restaurant-form-park .help-inline,
#wohnwerk-anmeldeform .help-inline,
#wohnwerk-anmeldeform-datum .help-inline {
  color: red;
}

#contact-form fieldset,
#seminar-form fieldset,
#restaurant-form fieldset,
#restaurant-form-park fieldset,
#wohnwerk-anmeldeform fieldset,
#wohnwerk-anmeldeform-datum fieldset {
  margin-bottom: 2em;
}

#contact-form fieldset legend,
#seminar-form fieldset legend,
#restaurant-form fieldset legend,
#restaurant-form-park fieldset legend,
#wohnwerk-anmeldeform fieldset legend,
#wohnwerk-anmeldeform-aufbaukurs fieldset legend,
#wohnwerk-anmeldeform-datum fieldset legend, fieldset legend {
  margin-bottom: 10px;
  font-weight: bold;
  border: none;
}

#contact-form #seminar-form-technic,
#seminar-form #seminar-form-technic,
#restaurant-form #seminar-form-technic,
#restaurant-form-park #seminar-form-technic,
#wohnwerk-anmeldeform #seminar-form-technic,
#wohnwerk-anmeldeform-datum #seminar-form-technic {
  margin-top: 2em;
}

#contact-form .clearfix:before,
#seminar-form .clearfix:before,
#restaurant-form .clearfix:before,
#restaurant-form-park .clearfix:before,
#wohnwerk-anmeldeform .clearfix:before,
#wohnwerk-anmeldeform-datum .clearfix:before,
#contact-form .clearfix:after,
#seminar-form .clearfix:after,
#restaurant-form .clearfix:after,
#restaurant-form-park .clearfix:after,
#wohnwerk-anmeldeform .clearfix:after,
#wohnwerk-anmeldeform-datum .clearfix:after,
#contact-form .container:before,
#seminar-form .container:before,
#restaurant-form .container:before,
#restaurant-form-park .container:before,
#wohnwerk-anmeldeform .container:before,
#wohnwerk-anmeldeform-datum .container:before,
#contact-form .container:after,
#seminar-form .container:after,
#restaurant-form .container:after,
#restaurant-form-park .container:after,
#wohnwerk-anmeldeform .container:after,
#wohnwerk-anmeldeform-datum .container:after,
#contact-form .container-fluid:before,
#seminar-form .container-fluid:before,
#restaurant-form .container-fluid:before,
#restaurant-form-park .container-fluid:before,
#wohnwerk-anmeldeform .container-fluid:before,
#wohnwerk-anmeldeform-datum .container-fluid:before,
#contact-form .container-fluid:after,
#seminar-form .container-fluid:after,
#restaurant-form .container-fluid:after,
#restaurant-form-park .container-fluid:after,
#wohnwerk-anmeldeform .container-fluid:after,
#wohnwerk-anmeldeform-datum .container-fluid:after,
#contact-form .row:before,
#seminar-form .row:before,
#restaurant-form .row:before,
#restaurant-form-park .row:before,
#wohnwerk-anmeldeform .row:before,
#wohnwerk-anmeldeform-datum .row:before,
#contact-form .row:after,
#seminar-form .row:after,
#restaurant-form .row:after,
#restaurant-form-park .row:after,
#wohnwerk-anmeldeform .row:after,
#wohnwerk-anmeldeform-aufbaukurs .row:after,
#wohnwerk-anmeldeform-datum .row:after {
  display: none;
}

#contact-form #seminar-form-events .clearfix,
#seminar-form #seminar-form-events .clearfix,
#restaurant-form #seminar-form-events .clearfix,
#restaurant-form-park #seminar-form-events .clearfix,
#wohnwerk-anmeldeform #seminar-form-events .clearfix,
#wohnwerk-anmeldeform-datum #seminar-form-events .clearfix,
#contact-form #seminar-form-alternateevents .clearfix,
#seminar-form #seminar-form-alternateevents .clearfix,
#restaurant-form #seminar-form-alternateevents .clearfix,
#restaurant-form-park #seminar-form-alternateevents .clearfix,
#wohnwerk-anmeldeform #seminar-form-alternateevents .clearfix,
#wohnwerk-anmeldeform-datum #seminar-form-alternateevents .clearfix,
#contact-form #seminar-form-events .container,
#seminar-form #seminar-form-events .container,
#restaurant-form #seminar-form-events .container,
#restaurant-form-park #seminar-form-events .container,
#wohnwerk-anmeldeform #seminar-form-events .container,
#wohnwerk-anmeldeform-datum #seminar-form-events .container,
#contact-form #seminar-form-alternateevents .container,
#seminar-form #seminar-form-alternateevents .container,
#restaurant-form #seminar-form-alternateevents .container,
#restaurant-form-park #seminar-form-alternateevents .container,
#wohnwerk-anmeldeform #seminar-form-alternateevents .container,
#wohnwerk-anmeldeform-datum #seminar-form-alternateevents .container,
#contact-form #seminar-form-events .container-fluid,
#seminar-form #seminar-form-events .container-fluid,
#restaurant-form #seminar-form-events .container-fluid,
#restaurant-form-park #seminar-form-events .container-fluid,
#wohnwerk-anmeldeform #seminar-form-events .container-fluid,
#wohnwerk-anmeldeform-datum #seminar-form-events .container-fluid,
#contact-form #seminar-form-alternateevents .container-fluid,
#seminar-form #seminar-form-alternateevents .container-fluid,
#restaurant-form #seminar-form-alternateevents .container-fluid,
#restaurant-form-park #seminar-form-alternateevents .container-fluid,
#wohnwerk-anmeldeform #seminar-form-alternateevents .container-fluid,
#wohnwerk-anmeldeform-datum #seminar-form-alternateevents .container-fluid,
#contact-form #seminar-form-events .row,
#seminar-form #seminar-form-events .row,
#restaurant-form #seminar-form-events .row,
#restaurant-form-park #seminar-form-events .row,
#wohnwerk-anmeldeform #seminar-form-events .row,
#wohnwerk-anmeldeform-datum #seminar-form-events .row,
#contact-form #seminar-form-alternateevents .row,
#seminar-form #seminar-form-alternateevents .row,
#restaurant-form #seminar-form-alternateevents .row,
#restaurant-form-park #seminar-form-alternateevents .row,
#wohnwerk-anmeldeform #seminar-form-alternateevents .row,
#wohnwerk-anmeldeform-datum #seminar-form-alternateevents .row {

  width: 45%;
  float: left;
  padding-right: 1em;
}

#contact-form #seminar-form-room div:nth-of-type(2),
#seminar-form #seminar-form-room div:nth-of-type(2),
#restaurant-form #seminar-form-room div:nth-of-type(2),
#restaurant-form-park #seminar-form-room div:nth-of-type(2),
#wohnwerk-anmeldeform #seminar-form-room div:nth-of-type(2),
#wohnwerk-anmeldeform-datum #seminar-form-room div:nth-of-type(2),
#contact-form #seminar-form-room div:nth-of-type(3),
#seminar-form #seminar-form-room div:nth-of-type(3),
#restaurant-form #seminar-form-room div:nth-of-type(3),
#restaurant-form-park #seminar-form-room div:nth-of-type(3),
#wohnwerk-anmeldeform #seminar-form-room div:nth-of-type(3),
#wohnwerk-anmeldeform-datum #seminar-form-room div:nth-of-type(3) {
  width: 45%;
  float: left;
  padding-right: 1em;
}

#contact-form #seminar-form-eating div:nth-of-type(2),
#seminar-form #seminar-form-eating div:nth-of-type(2),
#restaurant-form #seminar-form-eating div:nth-of-type(2),
#restaurant-form-park #seminar-form-eating div:nth-of-type(2),
#wohnwerk-anmeldeform #seminar-form-eating div:nth-of-type(2),
#wohnwerk-anmeldeform-datum #seminar-form-eating div:nth-of-type(2),
#contact-form #seminar-form-technic div:nth-of-type(2),
#seminar-form #seminar-form-technic div:nth-of-type(2),
#restaurant-form #seminar-form-technic div:nth-of-type(2),
#restaurant-form-park #seminar-form-technic div:nth-of-type(2),
#wohnwerk-anmeldeform #seminar-form-technic div:nth-of-type(2),
#wohnwerk-anmeldeform-datum #seminar-form-technic div:nth-of-type(2),
#contact-form #seminar-form-eating div:nth-of-type(3),
#seminar-form #seminar-form-eating div:nth-of-type(3),
#restaurant-form #seminar-form-eating div:nth-of-type(3),
#restaurant-form-park #seminar-form-eating div:nth-of-type(3),
#wohnwerk-anmeldeform #seminar-form-eating div:nth-of-type(3),
#wohnwerk-anmeldeform-datum #seminar-form-eating div:nth-of-type(3),
#contact-form #seminar-form-technic div:nth-of-type(3),
#seminar-form #seminar-form-technic div:nth-of-type(3),
#restaurant-form #seminar-form-technic div:nth-of-type(3),
#restaurant-form-park #seminar-form-technic div:nth-of-type(3),
#wohnwerk-anmeldeform #seminar-form-technic div:nth-of-type(3),
#wohnwerk-anmeldeform-datum #seminar-form-technic div:nth-of-type(3) {
  width: 50%;
  float: left;
  padding-right: 0;
}

@media only screen and (min-width: 680px) {
  #contact-form #seminar-form-eating div:nth-of-type(2),
  #seminar-form #seminar-form-eating div:nth-of-type(2),
  #restaurant-form #seminar-form-eating div:nth-of-type(2),
  #restaurant-form-park #seminar-form-eating div:nth-of-type(2),
  #wohnwerk-anmeldeform #seminar-form-eating div:nth-of-type(2),
  #wohnwerk-anmeldeform-datum #seminar-form-eating div:nth-of-type(2),
  #contact-form #seminar-form-technic div:nth-of-type(2),
  #seminar-form #seminar-form-technic div:nth-of-type(2),
  #restaurant-form #seminar-form-technic div:nth-of-type(2),
  #restaurant-form-park #seminar-form-technic div:nth-of-type(2),
  #wohnwerk-anmeldeform #seminar-form-technic div:nth-of-type(2),
  #wohnwerk-anmeldeform-datum #seminar-form-technic div:nth-of-type(2),
  #contact-form #seminar-form-eating div:nth-of-type(3),
  #seminar-form #seminar-form-eating div:nth-of-type(3),
  #restaurant-form #seminar-form-eating div:nth-of-type(3),
  #restaurant-form-park #seminar-form-eating div:nth-of-type(3),
  #wohnwerk-anmeldeform #seminar-form-eating div:nth-of-type(3),
  #wohnwerk-anmeldeform-datum #seminar-form-eating div:nth-of-type(3),
  #contact-form #seminar-form-technic div:nth-of-type(3),
  #seminar-form #seminar-form-technic div:nth-of-type(3),
  #restaurant-form #seminar-form-technic div:nth-of-type(3),
  #restaurant-form-park #seminar-form-technic div:nth-of-type(3),
  #wohnwerk-anmeldeform #seminar-form-technic div:nth-of-type(3),
  #wohnwerk-anmeldeform-datum #seminar-form-technic div:nth-of-type(3) {
    width: 30%;
  }
}

#contact-form #seminar-form-eating .clearfix,
#seminar-form #seminar-form-eating .clearfix,
#restaurant-form #seminar-form-eating .clearfix,
#restaurant-form-park #seminar-form-eating .clearfix,
#wohnwerk-anmeldeform #seminar-form-eating .clearfix,
#wohnwerk-anmeldeform-datum #seminar-form-eating .clearfix,
#contact-form #seminar-form-technic .clearfix,
#seminar-form #seminar-form-technic .clearfix,
#restaurant-form #seminar-form-technic .clearfix,
#restaurant-form-park #seminar-form-technic .clearfix,
#wohnwerk-anmeldeform #seminar-form-technic .clearfix,
#wohnwerk-anmeldeform-datum #seminar-form-technic .clearfix,
#contact-form #seminar-form-eating .container,
#seminar-form #seminar-form-eating .container,
#restaurant-form #seminar-form-eating .container,
#restaurant-form-park #seminar-form-eating .container,
#wohnwerk-anmeldeform #seminar-form-eating .container,
#wohnwerk-anmeldeform-datum #seminar-form-eating .container,
#contact-form #seminar-form-technic .container,
#seminar-form #seminar-form-technic .container,
#restaurant-form #seminar-form-technic .container,
#restaurant-form-park #seminar-form-technic .container,
#wohnwerk-anmeldeform #seminar-form-technic .container,
#wohnwerk-anmeldeform-datum #seminar-form-technic .container,
#contact-form #seminar-form-eating .container-fluid,
#seminar-form #seminar-form-eating .container-fluid,
#restaurant-form #seminar-form-eating .container-fluid,
#restaurant-form-park #seminar-form-eating .container-fluid,
#wohnwerk-anmeldeform #seminar-form-eating .container-fluid,
#wohnwerk-anmeldeform-datum #seminar-form-eating .container-fluid,
#contact-form #seminar-form-technic .container-fluid,
#seminar-form #seminar-form-technic .container-fluid,
#restaurant-form #seminar-form-technic .container-fluid,
#restaurant-form-park #seminar-form-technic .container-fluid,
#wohnwerk-anmeldeform #seminar-form-technic .container-fluid,
#wohnwerk-anmeldeform-datum #seminar-form-technic .container-fluid,
#contact-form #seminar-form-eating .row,
#seminar-form #seminar-form-eating .row,
#restaurant-form #seminar-form-eating .row,
#restaurant-form-park #seminar-form-eating .row,
#wohnwerk-anmeldeform #seminar-form-eating .row,
#wohnwerk-anmeldeform-datum #seminar-form-eating .row,
#contact-form #seminar-form-technic .row,
#seminar-form #seminar-form-technic .row,
#restaurant-form #seminar-form-technic .row,
#restaurant-form-park #seminar-form-technic .row,
#wohnwerk-anmeldeform #seminar-form-technic .row,
#wohnwerk-anmeldeform-datum #seminar-form-technic .row {
  width: 50%;
  float: left;
}

@media only screen and (min-width: 680px) {
  #contact-form #seminar-form-eating .clearfix,
  #seminar-form #seminar-form-eating .clearfix,
  #restaurant-form #seminar-form-eating .clearfix,
  #restaurant-form-park #seminar-form-eating .clearfix,
  #wohnwerk-anmeldeform #seminar-form-eating .clearfix,
  #wohnwerk-anmeldeform-datum #seminar-form-eating .clearfix,
  #contact-form #seminar-form-technic .clearfix,
  #seminar-form #seminar-form-technic .clearfix,
  #restaurant-form #seminar-form-technic .clearfix,
  #restaurant-form-park #seminar-form-technic .clearfix,
  #wohnwerk-anmeldeform #seminar-form-technic .clearfix,
  #wohnwerk-anmeldeform-datum #seminar-form-technic .clearfix,
  #contact-form #seminar-form-eating .container,
  #seminar-form #seminar-form-eating .container,
  #restaurant-form #seminar-form-eating .container,
  #restaurant-form-park #seminar-form-eating .container,
  #wohnwerk-anmeldeform #seminar-form-eating .container,
  #wohnwerk-anmeldeform-datum #seminar-form-eating .container,
  #contact-form #seminar-form-technic .container,
  #seminar-form #seminar-form-technic .container,
  #restaurant-form #seminar-form-technic .container,
  #restaurant-form-park #seminar-form-technic .container,
  #wohnwerk-anmeldeform #seminar-form-technic .container,
  #wohnwerk-anmeldeform-datum #seminar-form-technic .container,
  #contact-form #seminar-form-eating .container-fluid,
  #seminar-form #seminar-form-eating .container-fluid,
  #restaurant-form #seminar-form-eating .container-fluid,
  #restaurant-form-park #seminar-form-eating .container-fluid,
  #wohnwerk-anmeldeform #seminar-form-eating .container-fluid,
  #wohnwerk-anmeldeform-datum #seminar-form-eating .container-fluid,
  #contact-form #seminar-form-technic .container-fluid,
  #seminar-form #seminar-form-technic .container-fluid,
  #restaurant-form #seminar-form-technic .container-fluid,
  #restaurant-form-park #seminar-form-technic .container-fluid,
  #wohnwerk-anmeldeform #seminar-form-technic .container-fluid,
  #wohnwerk-anmeldeform-datum #seminar-form-technic .container-fluid,
  #contact-form #seminar-form-eating .row,
  #seminar-form #seminar-form-eating .row,
  #restaurant-form #seminar-form-eating .row,
  #restaurant-form-park #seminar-form-eating .row,
  #wohnwerk-anmeldeform #seminar-form-eating .row,
  #wohnwerk-anmeldeform-datum #seminar-form-eating .row,
  #contact-form #seminar-form-technic .row,
  #seminar-form #seminar-form-technic .row,
  #restaurant-form #seminar-form-technic .row,
  #restaurant-form-park #seminar-form-technic .row,
  #wohnwerk-anmeldeform #seminar-form-technic .row,
  #wohnwerk-anmeldeform-datum #seminar-form-technic .row {
    width: 30%;
  }
}

#contact-form #seminar-form-eating .input,
#seminar-form #seminar-form-eating .input,
#restaurant-form #seminar-form-eating .input,
#restaurant-form-park #seminar-form-eating .input,
#wohnwerk-anmeldeform #seminar-form-eating .input,
#wohnwerk-anmeldeform-datum #seminar-form-eating .input,
#contact-form #seminar-form-technic .input,
#seminar-form #seminar-form-technic .input,
#restaurant-form #seminar-form-technic .input,
#restaurant-form-park #seminar-form-technic .input,
#wohnwerk-anmeldeform #seminar-form-technic .input,
#wohnwerk-anmeldeform-datum #seminar-form-technic .input {
  margin-top: -1em;
}

#contact-form label,
#seminar-form label,
#restaurant-form label,
#restaurant-form-park label,
#waescherei-form label,
#wohnwerk-anmeldeform label,
#wohnwerk-anmeldeform-datum label,
#bestellformular-form label,
#dauerauftraege-form label {
  font-weight: normal;
}

#contact-form label.add-on,
#seminar-form label.add-on,
#restaurant-form label.add-on,
#restaurant-form-park label.add-on,
#waescherei-form label.add-on,
#wohnwerk-anmeldeform label.add-on,
#wohnwerk-anmeldeform-datum label.add-on {
  display: block;
}

#contact-form input.add-on,
#seminar-form input.add-on,
#restaurant-form input.add-on,
#restaurant-form-park input.add-on,
#waescherei-form input.add-on,
#wohnwerk-anmeldeform input.add-on,
#wohnwerk-anmeldeform-datum input.add-on {
  width: auto !important;
}

#contact-form label[for=contact-form-copy],
#seminar-form label[for=contact-form-copy],
#restaurant-form label[for=contact-form-copy],
#restaurant-form-park label[for=contact-form-copy],
#waescherei-form label[for=contact-form-copy],
#wohnwerk-anmeldeform label[for=contact-form-copy],
#wohnwerk-anmeldeform-datum label[for=contact-form-copy] {
  display: inline-block;
}

#contact-form .input,
#bestellformular-form .input,
#dauerauftraege-form .input,
#seminar-form .input,
#restaurant-form .input,
#restaurant-form-park .input,
#waescherei-form .input,
#wohnwerk-anmeldeform .input,
#wohnwerk-anmeldeform-datum .input {
  padding: 6px 0px 3px 0px;
  margin-top: -0.5em;
}

#contact-form .input input,
#bestellformular-form .input input,
#dauerauftraege-form .input input,
#seminar-form .input input,
#restaurant-form .input input,
#restaurant-form-park .input input,
#waescherei-form .input input,
#wohnwerk-anmeldeform .input input,
#wohnwerk-anmeldeform-datum .input input,
#contact-form .input textarea,
#seminar-form .input textarea,
#restaurant-form .input textarea,
#restaurant-form-park .input textarea,
#waescherei-form .input textarea,
#wohnwerk-anmeldeform .input textarea,
#wohnwerk-anmeldeform-datum .input textarea,
#bestellformular-form .input textarea,
#dauerauftraege-form .input textarea {
  padding: 0px 0px 0px 5px;
  border: 2px solid #dfdfdc;
  height: 32px;
  font-size: 1.7rem;
  line-height: 2.2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  color: #787878;
  font-weight: 400;
  width: 100%;
}

#contact-form textarea.xxlarge,
#seminar-form textarea.xxlarge,
#restaurant-form textarea.xxlarge,
#restaurant-form-park textarea.xxlarge,
#waescherei-form textarea.xxlarge,
#wohnwerk-anmeldeform textarea.xxlarge,
#wohnwerk-anmeldeform-datum textarea.xxlarge,
#bestellformular-form textarea.xxlarge,
#dauerauftraege-form textarea.xxlarge {
  height: 300px;
}

#contact-form select,
#seminar-form select,
#restaurant-form select,
#restaurant-form-park select,
#waescherei-form select,
#wohnwerk-anmeldeform select,
#wohnwerk-anmeldeform-datum select,
#bestellformular-form select,
#dauerauftraege-form select {
  background: transparent;
  width: 100% !important;
  padding: 0px 0px 0px 5px;
  font-size: 1.7rem;
  border: 2px solid #dfdfdc;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #787878;
  background: url('../../img/select-arrow-down.gif') 100% no-repeat #ffffff;
}

#contact-form ul,
#seminar-form ul,
#restaurant-form ul,
#restaurant-form-park ul,
#waescherei-form ul,
#wohnwerk-anmeldeform ul,
#wohnwerk-anmeldeform-datum ul,
#bestellformular-form ul,
#dauerauftraege-form ul {
  list-style-type: none;
}

#contact-form .btn,
#seminar-form .btn,
#restaurant-form .btn,
#restaurant-form-park .btn,
#waescherei-form .btn,
#wohnwerk-anmeldeform .btn,
#wohnwerk-anmeldeform-datum .btn,
#bestellformular-form .btn,
#dauerauftraege-form .btn {
  float: right;
}

#restaurant-form-park-agb .clearfix, #seminar-form-agb .clearfix{
display: flex;
}
#restaurant-form-park-agb label:not(input label), #seminar-form-agb label:not(input label){
order:1;
}


 #restaurant-form-park-news, #seminar-form-news{
margin-right: 10px;

}
 label[for="restaurant-form-park-dsgvo"] ,label[for="seminar-form-dsgvo"]{
margin-left: 10px;

}

.content__downloads {
  position: relative;
  float: left;
  margin: 5px;
  margin-left: 0;
  margin-right: 30px;
}
.content__download-pdf {
  font-weight: inherit;
  color: inherit;
}
.content__download-pdf:link,
.content__download-pdf:hover,
.content__download-pdf:visited {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
.content__download-pdf .download__text {
  float: left;
  font-weight: 300;
  color: #3c3c3c;
  font-weight: inherit;
  color: inherit;
  max-width: 130px;
}
.content__download-pdf .download__text:link,
.content__download-pdf .download__text:hover,
.content__download-pdf .download__text:visited {
  text-decoration: none;
}
.download__img {
  float: left;
  margin-right: 15px;
}
.download__img .download__img-img {
  width: 150px;
  height: auto;
  border: 1px solid #d3d3d3;
}
.mediaWrapper .img-responsive {
  display: inline-block;
}
.textmedia__media-intext.textmedia__media-left {
  float: left;
  margin-right: 20px;
}
.textmedia__media-intext.textmedia__media-right {
  float: right;
  margin-left: 20px;
}
.textmedia__text-noWrap {
  overflow: hidden;
}
[class*="image-orient"] img {
  display: inline-block;
}
.image-orient-0,
.image-orient-8 {
  text-align: center;
}
.image-orient-1,
.image-orient-9 {
  text-align: right;
}
.image-orient-2,
.image-orient-10 {
  text-align: left;
}
.image-orient-17 {
  float: right;
}
.image-orient-18 {
  float: left;
}
.image-row .mediaWrapper {
  margin-bottom: 10px;
}
.dis-ib {
  display: inline-block;
}
.dis-bl,
.dis-b {
  display: block;
}
.dis-n {
  display: none;
}
.dis-i {
  display: inline;
}
.r-0 {
  right: 0;
}
.l-0 {
  left: 0;
}
.align-left,
.text-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-center img {
  margin: 0 auto;
}
.align-center .imageWrapper img {
  margin: auto;
}
.align-right,
.text-right {
  text-align: right;
}
.pos-abs {
  position: absolute;
}
.pos-r {
  position: relative;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-10 {
  z-index: 10;
}
.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.mt--20 {
  margin-top: -20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb--15 {
  margin-bottom: -15px;
}
.mb--45 {
  margin-bottom: -45px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-100 {
  margin-right: 100px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-100 {
  margin-left: 100px;
}
.noPadding {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-45 {
  padding-right: 45px;
}
.lightPad {
  padding: 1px;
}
.w-50 {
  width: 50%;
}
.w-33 {
  width: 33.333%;
}
.w-25 {
  width: 25%;
}
.w-50px {
  width: 50px;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.cl-left {
  clear: left;
}
.cl-right {
  clear: right;
}
.cl-both {
  clear: both;
}
.cl-sm-left {
  clear: left;
}
@media (min-width: 992px) {
  .cl-sm-left {
    clear: none;
  }
}
.list-nobullets {
  list-style: none;
  padding: 0;
}
.list-check li {
  padding-left: 15px;
}
.list-check li:before {
  font-family: 'fontello';
  content: '';
  display: inline-block;
  margin-left: -18px;
  margin-right: 5px;
}
.ol-left {
  list-style: none;
  padding-left: 0;
  display: table;
}
.ol-left li {
  display: table-row;
  counter-increment: table-ol;
}
.ol-left li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 10px;
  text-align: right;
}
.tt-none {
  text-transform: none;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
.fs-1 {
  font-size: 1rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.fs-13 {
  font-size: 1.3rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-15 {
  font-size: 1.5rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-17 {
  font-size: 1.7rem;
}
.fs-18 {
  font-size: 1.8rem;
}
.fs-19 {
  font-size: 1.9rem;
}
.fs-20 {
  font-size: 2rem;
}
.fs-21 {
  font-size: 2.1rem;
}
.addPadding div div h2 {
  padding-left: 15px;
  padding-right: 15px;
}
.row.addPadding {
  padding-right: 0;
  margin-right: 0;
  padding-left: 0;
  margin-left: 0;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
.contact-persons .contact__person-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50vw;
  height: 50vw;
  max-width: 220px;
  max-height: 220px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
@media print {
  .contact-persons .contact__person-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
  }
}
@media (min-width: 1041px) and (max-width: 1100px) {
  .contact-persons .contact__person-img {
    max-height: 200px;
    max-width: 200px;
  }
}
@media (min-width: 991px) and (max-width: 1040px) {
  .contact-persons .contact__person-img {
    max-height: 180px;
    max-width: 180px;
  }
}
.contact-persons .contact__person-text {
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 2.2rem;
}
.contact-persons .contact__person-text p {
  word-break: break-word;
}
.contact-persons .contact__person-name {
  font-weight: 500;
}
.contact__personImageWrapper {
  position: relative;
  max-width: 100%;
  width: 220px;
  overflow: hidden;
  border-radius: 50%;
}
.contact__personImageWrapper:before {
  content: '';
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.contact__personImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 220px;
  max-height: 100%;
}
.quote__container {
  position: relative;
  display: inline-block;
  float: left;
  height: auto;
}
.quote__container.quote__container-margin {
  margin-left: 40px;
}
.quote {
  background-color: #eefafd;
  color: rgba(0, 90, 185, 0.8);
  padding: 40px;
  border: 1px solid #e9fbfc;
  border-radius: 10px;
}
.quote:before {
  /* TIPS: Try border-style: inset if Firefox renders a strange gray border. 
		Add -webkit-transform:rotate(360deg) for a better anti-aliasing in webkit browser */
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0px 50px;
  border-color: transparent transparent transparent #eefafd;
  position: absolute;
  right: -25px;
  top: 40%;
}
.quote.quote-img:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0px 0;
  border-color: transparent #eefafd transparent transparent;
  position: absolute;
  left: -25px;
  top: 40%;
}
.quote .quote__text {
  font-size: 2.8rem;
  letter-spacing: 0.1px;
  line-height: 3.4rem;
  margin-bottom: 15px;
}
.quote .quote__from {
  font-weight: normal;
}
.quote .quote__from .quote__from-author {
  font-weight: 600;
}
.quote__person-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50vw;
  height: 50vw;
  max-width: 220px;
  max-height: 220px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
}
.flatcomic {
  background-color: #f5f5f2;
  display: flex;
  padding: 20px;
}
.flatcomic .flatcomic__headline {
  color: #b4a091;
  font-size: 8rem;
  font-weight: 600;
  line-height: 0.9;
}
.flatcomic .flatcomic__text {
  color: #96877d;
  font-size: 2.8rem;
  letter-spacing: 0.1px;
  line-height: 1.2;
  max-width: 600px;
}
.flatcomic .flatcomic__text b,
.flatcomic .flatcomic__text strong {
  font-weight: 500;
}
.flatcomic .flatcomic__text-bold {
  color: #b4a091;
  font-weight: 500;
}
.flatcomic.flatcomic-right .flatcomic__headline,
.flatcomic.flatcomic-right .flatcomic__text {
  text-align: right;
  float: right;
  clear: right;
}
@media (min-width: 768px) {
  .flatcomic {
    padding: 40px;
  }
}
.flatcomic__image {
  display: inline-block;
  width: 40%;
}
@media (min-width: 768px) {
  .flatcomic-right .flatcomic__image {
    order: 2;
    text-align: right;
  }
}
.flatcomic__content {
  display: inline-block;
  width: 60%;
}
@media (min-width: 768px) {
  .flatcomic__content {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .flatcomic-right .flatcomic__content {
    margin-left: auto;
    margin-right: 20px;
  }
}
.flatcomic__image-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 220px;
  max-height: 220px;
  border-radius: 25%;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .flatcomic .col-lg-2 {
    min-width: 25%;
  }
  .flatcomic .col-lg-pull-2 {
    right: 25%;
  }
}
@media (min-width: 995px) and (max-width: 1199px) {
  .flatcomic .col-lg-2 {
    min-width: 30%;
  }
  .flatcomic .col-lg-pull-2 {
    right: 30%;
  }
}
@media (max-width: 768px) {
  .flatcomic {
    flex-direction: column;
  }
  .flatcomic .flatcomic__image {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .flatcomic .flatcomic__content {
    width: 100%;
  }
  .flatcomic .flatcomic__headline {
    font-size: 6rem;
    line-height: 5rem;
    text-align: center;
  }
  .flatcomic .flatcomic__text {
    font-size: 2.8rem;
    letter-spacing: 0.1px;
    line-height: 3.4rem;
    text-align: center;
  }
  .flatcomic .flatcomic__text p {
    text-align: center !important;
  }
  .flatcomic.flatcomic-right .flatcomic__headline,
  .flatcomic.flatcomic-right .flatcomic__text {
    text-align: center;
    float: none;
    clear: right;
  }
  .flatcomic.flatcomic-right .flatcomic__headline p,
  .flatcomic.flatcomic-right .flatcomic__text p {
    text-align: center !important;
  }
  .flatcomic__image-img {
    margin-left: auto;
  }
}
.pagewrapper--report .flatcomic__headline .number-text,
.pagewrapper--report .flatcomic__headline .number {
  color: #0064be;
  display: inline-block;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.pagewrapper--report .flatcomic__content.js-zahlen .flatcomic__headline .number-text,
.pagewrapper--report .flatcomic__content.js-zahlen .flatcomic__headline .number {
  font-size: 10rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .pagewrapper--report .flatcomic__content.js-zahlen .flatcomic__headline .number-text,
  .pagewrapper--report .flatcomic__content.js-zahlen .flatcomic__headline .number {
    font-size: 8rem;
  }
}
.pagewrapper--report .number--blue {
  color: #0064be;
}
.pagewrapper--report .number--white {
  color: #fff;
}
.pagewrapper--report .number--brown {
  color: #a39a94;
}
.pagewrapper--report .flatcomic {
  margin: 15px 0;
}
.pagewrapper--report .flatcomic:first-child {
  margin-top: 0;
}
.pagewrapper--report .flatcomic .flatcomic__headline {
  font-size: 6rem;
}
.pagewrapper--report .flatcomic .flatcomic__text {
  font-size: 2.2rem;
  line-height: 1.2;
  max-width: none;
  margin-top: 10px;
}
.pagewrapper--report .flatcomic .flatcomic__text b,
.pagewrapper--report .flatcomic .flatcomic__text strong {
  font-weight: 500;
}
@media (min-width: 768px) {
  .pagewrapper--report .flatcomic .col-lg-6 {
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .pagewrapper--report .flatcomic {
    margin: 30px 0;
  }
  .pagewrapper--report .flatcomic .col-lg-2 {
    width: 33.33333333%;
  }
  .pagewrapper--report .flatcomic .col-lg-6 {
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .pagewrapper--report .flatcomic .col-lg-2 {
    width: 33.33333333%;
  }
  .pagewrapper--report .flatcomic .col-lg-6 {
    width: 66.66666667%;
  }
}
@media (max-width: 992px) {
  .pagewrapper--report .flatcomic__headline {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .pagewrapper--report .flatcomic .flatcomic__headline,
  .pagewrapper--report .flatcomic__headline {
    font-size: 4rem;
  }
  .pagewrapper--report .flatcomic__content {
    width: 100%;
  }
  .pagewrapper--report .flatcomic .flatcomic__text {
    font-size: 2rem;
  }
}
.footer {
  padding: 30px 0;
}
.footer .header-lvl-4 {
  margin-bottom: 5px;
}
.footer .icon-sepi-social-facebook:before,
.footer .icon-sepi-social-twitter:before,
.footer .icon-sepi-social-youtube:before {
  font-size: 3rem;
  margin-left: .1em;
  margin-right: .1em;
}
.footer p {
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 2.2rem;
}
.footer a {
  font-size: 1.7rem;
}
.footer h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.footer section {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
}
.footer__socials-a,
.footer__socials-a:link,
.footer__socials-a:visited {
  color: #787878;
  font-weight: 300;
}
.footer__socials-a:hover,
.footer__socials-a:link:hover,
.footer__socials-a:visited:hover,
.footer__socials-a:focus,
.footer__socials-a:link:focus,
.footer__socials-a:visited:focus {
  background-color: transparent;
  border-color: #787878;
  text-decoration: none;
  color: #3c3c3c;
}
.footer__text {
  font-weight: normal;
  font-size: 1.7rem;
}
.copyright__container {
  min-width: 282px !important;
  margin-bottom: -5px;
}
@media (min-width: 991px) and (max-width: 1700px) {
  .minw {
    overflow: visible;
    width: auto;
    min-width: 16.666667%;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .minw {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .footer .align-center {
    text-align: left;
  }
  .footer .col-sm-4 {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer .copy-mmb {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer h4,
  .footer .header-lvl-4 {
    margin-top: 20px;
  }
}
.footer--report .download__img .download__img-img {
  width: 100px;
}
.owl-carousel {
  position: relative;
}
.owl-carousel.owl-carousel--solo {
  display: block;
}
.owl-carousel .owl-stage-outer {
  height: 100%;
}
.owl-carousel .img-carousel {
  padding-bottom: 36.25%;
  height: 0;
  margin-bottom: 70px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.owl-carousel .owl-item {
  width: 100%;
}
.owl-carousel .owl-slide {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.owl-carousel .owl--text .owl--text-a {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33em;
  height: 10em;
  padding: 1em;
  background: #0064BE;
  background: -moz-linear-gradient(45deg, #0064be 35%, #69b4e1 100%);
  background: -webkit-linear-gradient(45deg, #0064be 35%, #69b4e1 100%);
  background: linear-gradient(45deg, #0064be 35%, #69b4e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0064BE', endColorstr='#69B4E1', GradientType=1);
  border-radius: 1px;
  z-index: 1;
}
.owl-carousel .owl--text .owl--text-a:hover,
.owl-carousel .owl--text .owl--text-a:link,
.owl-carousel .owl--text .owl--text-a:focus,
.owl-carousel .owl--text .owl--text-a:visited {
  color: #fff;
  text-decoration: none;
}
.owl-carousel .owl--text .owl--text-a:before {
  background: #0064BE;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
}
.owl-carousel .owl--text .owl--text-a:hover:before {
  opacity: 1;
}
.owl-carousel .owl--text .owl--text-a:hover .__arrow {
  transform: translate(5px, 0);
}
.owl-carousel .owl--text .owl--text-a .owl--text-title {
  font-weight: 300;
}
.owl-carousel .owl--text .owl--text-a .owl--text-headline {
  font-weight: 500;
  font-size: 3rem;
  color: #fff;
}
.owl-carousel .owl--text .owl--text-a .owl--text-sub {
  padding-right: 15rem;
  font-weight: 300;
}
.owl-carousel .owl--text .owl--text-a .__arrow {
  float: right;
  position: absolute;
  right: 1em;
  bottom: 1em;
  transition: all 0.5s ease;
}
.owl-carousel .owl--text .owl--text-a .__arrow .icon-sepi-link-pfeil:before {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
}
.owl-carousel .owl-dots {
  counter-reset: dots;
  position: absolute;
  top: auto;
  right: 33em;
  bottom: 1em;
  transform: translate(100%, 0);
  padding-left: 1em;
}
.owl-carousel .owl-dot {
  float: left;
  margin: 0 5px;
  height: 10px;
  width: 10px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  color: #69b4e1;
}
.owl-carousel .owl-dot.active {
  background-color: #69b4e1;
  color: #fff;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  border-radius: 50%;
  padding: 5px 7px;
  text-align: center;
  font-size: 1.6rem;
}
.owl-carousel .owl-prev {
  left: 2em;
}
@media (min-width: 1600px) {
  .owl-carousel .owl-prev {
    left: 1em;
  }
}
.owl-carousel .owl-next {
  right: 2em;
}
@media (min-width: 1600px) {
  .owl-carousel .owl-next {
    right: 1em;
  }
}
.owl-carousel.no-carouseltext .owl-dots {
  top: 1em;
  right: 3em;
  bottom: auto;
  transform: translate(0, 0);
  padding-left: 0;
}
.header__image-full {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 36.25% 0 0 0;
  overflow: hidden;
}
.header__image {
  background-size: cover;
  background-position: top center;
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__printimage {
  display: none;
}
@media print {
  .header__printimage {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
}
@media (max-width: 768px) {
  .header_carousel .owl-carousel {
    margin-bottom: 15px;
  }
  .header_carousel .owl-carousel.no-carouseltext {
    margin-bottom: 15px;
  }
  .owl-carousel .img-carousel {
    margin-bottom: 0;
  }
  .owl-carousel .owl--text .owl--text-a {
    bottom: 0;
    right: 0em;
    padding: 25px 25px 30px 25px;
    width: 100%;
    position: relative;
    top: 0;
    display: block;
    padding-right: 38px;
  }
  .owl-carousel .owl--text .owl--text-a .owl--text-sub {
    padding-right: 5em;
  }
  .owl-carousel .owl--text .owl--text-a .owl--text-headline {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .owl-carousel .owl-dots {
    top: 15px;
    bottom: auto;
    right: 15px;
    transform: translate(0, 0);
    padding-left: 0;
  }
  .owl-carousel.no-carouseltext .owl-dots {
    top: 20px;
    bottom: auto;
    right: 20px;
    left: auto;
  }
  .owl-carousel.no-carouseltext .owl-prev,
  .owl-carousel.no-carouseltext .owl-next {
    top: 50%;
  }
  .owl-carousel .owl-dot {
    padding: 6px;
    background: #fff;
    color: #69b4e1;
    width: 15px;
    height: 15px;
  }
  .owl-carousel .owl-dot.active {
    background-color: #69b4e1;
    color: #fff;
  }
  .owl-carousel .owl-dot:before {
    content: '';
  }
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    top: 25%;
  }
  .owl-carousel .owl-prev {
    left: 15px;
  }
  .owl-carousel .owl-next {
    right: 15px;
  }
  .header__image {
    height: 250px;
  }
}
.pagewrapper--report .owl-carousel.contentSlider {
  padding-right: 50px;
  background: transparent;
}
.pagewrapper--report .owl-carousel.contentSlider .owl-stage-outer {
  overflow: visible;
}
.pagewrapper--report .owl-carousel.contentSlider .img-carousel {
  padding-bottom: 64.31%;
  height: 0;
  margin-bottom: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.pagewrapper--report .owl-carousel.contentSlider .owl-item {
  width: 100%;
}
.pagewrapper--report .owl-carousel.contentSlider .owl-controls {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 10px;
  margin-left: 20px;
}
@media (min-width: 1600px) {
  .pagewrapper--report .owl-carousel.contentSlider .owl-controls {
    padding-left: 50px;
    margin-left: auto;
  }
}
.pagewrapper--report .owl-carousel.contentSlider .owl-description,
.pagewrapper--report .owl-carousel.contentSlider .owl-counter {
  display: inline-block;
  margin-right: 15px;
}
.pagewrapper--report .owl-carousel.contentSlider .owl-nav {
  display: inline-block;
  position: relative;
  text-align: right;
  float: right;
}
.pagewrapper--report .owl-carousel.contentSlider .owl-prev,
.pagewrapper--report .owl-carousel.contentSlider .owl-next {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 1.6rem;
  padding: 5px 7px;
  position: relative;
  top: 0;
  transform: translate(0, 0);
  text-align: center;
}
.pagewrapper--report .owl-carousel.contentSlider .owl-prev {
  left: 0;
}
@media (min-width: 1600px) {
  .pagewrapper--report .owl-carousel.contentSlider .owl-prev {
    left: 0;
  }
}
.pagewrapper--report .owl-carousel.contentSlider .owl-next {
  right: 0;
}
@media (min-width: 1600px) {
  .pagewrapper--report .owl-carousel.contentSlider .owl-next {
    right: 0;
  }
}
.pagewrapper--report .owl-carousel.contentSlider .owl--text {
  display: none;
}
.heroWrapper {
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 992px) {
  .heroWrapper {
    margin-bottom: 50px;
  }
}
.heroWrapper .header__image {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .heroWrapper .header__image {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .heroWrapper .header__image {
    margin-bottom: 70px;
  }
}
.heroContent {
  color: #fff;
  position: relative;
  transform: translate(0, -20px);
  height: 8em;
  width: 26em;
  max-width: calc(100% - 20px);
  margin-left: auto;
  padding: 1em;
  background: #0064BE;
  background: -moz-linear-gradient(45deg, #0064be 35%, #69b4e1 100%);
  background: -webkit-linear-gradient(45deg, #0064be 35%, #69b4e1 100%);
  background: linear-gradient(45deg, #0064be 35%, #69b4e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0064BE', endColorstr='#69B4E1', GradientType=1);
  border-radius: 1px;
  z-index: 1;
  /*&:hover {
			// background: #0064BE;
			// background: linear-gradient(45deg, #0064BE 100%,#69B4E1 100%);
			// transition: background-color 0.3s ease;

			&:before {
				opacity: 1;
			}
		}*/
}
.heroContent:before {
  background: #0064BE;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
}
@media (min-width: 992px) {
  .heroContent {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 0);
    height: 10em;
    width: 33em;
  }
}
@media (min-width: 1200px) {
  .heroContent {
    height: 10em;
    width: 33em;
  }
}
.hero__text {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .hero__text {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .hero__text {
    font-size: 2rem;
  }
}
.hero__year {
  color: #fff;
  font-size: 5.4rem;
  line-height: 1.0;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 25px;
  font-size: 7.4rem;
}
/* -- Jahresbericht 2019 -- */
.newsColumn {
  /*display: none;*/
}
.datepicker {
  position: absolute;
  background: #fff;
  border: 1px solid #0064be;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #b7ddf0;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.highlighted,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled:active,
.datepicker table tr td.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.disabled.active,
.datepicker table tr td.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.highlighted.active {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999999;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today[disabled],
fieldset[disabled] .datepicker table tr td.today,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999999;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:hover,
.datepicker table tr td.range:focus,
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #dadada;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range[disabled],
fieldset[disabled] .datepicker table tr td.range,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range[disabled]:active,
fieldset[disabled] .datepicker table tr td.range:active,
.datepicker table tr td.range.disabled.active,
.datepicker table tr td.range[disabled].active,
fieldset[disabled] .datepicker table tr td.range.active {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eeeeee;
  background-color: #000000;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #999999;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c8dce6;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.range.highlighted,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled:active,
.datepicker table tr td.range.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.disabled.active,
.datepicker table tr td.range.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.range.highlighted.active {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999999;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.highlighted.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.highlighted.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.highlighted.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected.highlighted.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #999999;
  background-color: #ffffff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.highlighted.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active.highlighted,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.highlighted.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.highlighted.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active.highlighted.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #428bca;
  background-color: #ffffff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #428bca;
  background-color: #ffffff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.arealplan {
  background-size: cover;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  overflow-x: scroll;
}
.arealplan:before {
  content: '';
  padding-bottom: 101.3333%;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .arealplan:before {
    padding-bottom: 36.8055556%;
  }
}
.arealplanWrapper {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}
@media (min-width: 992px) {
  .arealplan {
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
}
.arealplan__img {
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  bottom: 0;
}
@media (min-width: 992px) {
  .arealplan__img {
    left: 0;
    right: 0;
  }
}
.arealplan__img img {
  height: 100%;
}
@media (min-width: 992px) {
  .arealplan__img img {
    width: 100%;
    height: auto;
  }
}
.arealplan__item {
  position: absolute;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.arealplan__item:hover {
  z-index: 2;
}
.arealplan__item:hover .arealplan__linkWrapper {
  display: inline-block;
}
.arealplan__item.is-visible {
  z-index: 3;
}
.arealplan__item.is-visible .arealplan__linkWrapper {
  display: inline-block;
}
.arealplan__item:before {
  background: #0064be;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: block;
  content: '+';
  color: #fff;
  font-size: 4rem;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 1355px) {
  .arealplan__item:before {
    display: none;
  }
}
@media (min-width: 1355px) {
  .arealplanWrapper--small .arealplan__item:before {
    display: block;
  }
}
.arealplan__item--wohnwerk {
  top: 64%;
  left: 18%;
}
.arealplan__item--bibliothek {
  top: 62%;
  left: 30%;
}
.arealplan__item--garten {
  top: 35%;
  left: 41%;
}
.arealplan__item--klinik {
  top: 55%;
  left: 45%;
}
.arealplan__item--apotheke {
  top: 46%;
  left: 50%;
}
.arealplan__item--park {
  top: 35%;
  left: 54%;
}
.arealplan__item--stiftung {
  top: 26%;
  left: 56%;
}
.arealplan__item--spitalschule {
  top: 49%;
  left: 64%;
}
.arealplan__item--kirche {
  top: 57%;
  left: 69%;
}
.arealplan__item--schenkung {
  top: 76%;
  left: 92%;
}
.arealplan__item--reiten {
  top: 44%;
  left: 33%;
}
.arealplan__linkWrapper {
  background: #fff;
  padding: 5px 10px;
  display: none;
  position: absolute;
  transform: translate(-50%, -100%);
}
.arealplan__linkWrapper:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (min-width: 1355px) {
  .arealplan__linkWrapper {
    display: block;
    transform: translate(-50%, -60%);
  }
}
@media (min-width: 1355px) {
  .arealplanWrapper--small .arealplan__linkWrapper {
    display: none;
    transform: translate(-50%, -100%);
  }
}
.arealplan__link,
.arealplan__link:link,
.arealplan__link:visited,
.arealplan__link:focus {
  color: #3c3c3c;
}
.arealplan__link:hover {
  color: #69b4e1;
}
.arealplan__link:after {
  color: #0064be;
  content: '\e801';
  font-family: 'fontello';
  margin-left: 5px;
}
.arealplan__swipe {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
.arealplan__swipe.fadeOut {
  animation-name: swiper-out;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}
.arealplan__swipe.fadeOut .arealplan__swipeText {
  animation-name: fadeing-out;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}
.arealplan__swipe .icon-swipen {
  color: #fff;
  font-size: 5rem;
}
@media (min-width: 992px) {
  .arealplan__swipe {
    display: none;
  }
}
.arealplan__swipeText {
  background: #fff;
  padding: 5px 10px;
  position: absolute;
  transform: translate(-50%, 0);
  top: 75px;
  left: 50%;
  max-width: 80vw;
  width: 80vw;
}
.arealplan__swipeText:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@keyframes fadeing-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    visibility: none;
    opacity: 0;
  }
}
@keyframes swiper-out {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
.accordeon__element {
  background: #f5f5f2;
  margin-bottom: 10px;
  padding: 15px 20px;
  transition: all 0.2s ease;
}
.neos-backend .accordeon__element .accordeon__content,
.accordeon__element.is-open .accordeon__content {
  display: block;
}
.neos-backend .accordeon__element .accordeon__header:after,
.accordeon__element.is-open .accordeon__header:after {
  content: '–';
  padding: 0 6px;
}
.accordeon__content {
  display: none;
  padding: 10px 0 0;
}
.accordeon__header {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.accordeon__header:after {
  content: '+';
  font-size: 2rem;
  width: 24px;
  height: 24px;
  border: 2px solid #3c3c3c;
  border-radius: 50%;
  padding: 0 5px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 0.9;
  transform: translate(0, -50%) rotate(0);
  transition: all 0.2s ease;
  text-align: center;
}
.accordeon__header:hover:after {
  background-color: #3c3c3c;
  color: #fff;
}
.medienTile {
  display: block;
  position: relative;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.08);
  transition: all .3s linear;
}
.medienTile__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .medienTile__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.medienTile.listart__containerfull {
  padding-top: 0;
  margin-bottom: 30px;
}
.medienTile:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.medienTile__link {
  background-color: #fff;
  display: block;
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
  transition: all .3s linear;
  will-change: background;
}
.medienTile__link:hover {
  background-color: #f5f5f2;
}
.medienTile__typ {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0064be;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.medienTile__title {
  color: #3c3c3c;
  margin-bottom: 10px;
}
.medienTile__date {
  color: #787878;
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: auto;
}
.medienTile a.medienTile__link:after,
.medienTile a.medienTile__link:link:after {
  content: '\e814';
  font-family: 'fontello';
  font-weight: 300;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.medienTile a.medienTile__link .medienTile__title,
.medienTile a.medienTile__link:link .medienTile__title,
.medienTile .medienTile__link .medienTile__title {
  color: #3c3c3c;
}
.medienTile a.medienTile__link .medienTile__date,
.medienTile a.medienTile__link:link .medienTile__date,
.medienTile .medienTile__link .medienTile__date {
  font-weight: 300;
  color: #787878;
}
.medienTile a.medienTile__link:hover,
.medienTile a.medienTile__link:link:hover,
.medienTile .medienTile__link:hover {
  color: #0064be;
}
.medienTile__showmore {
  text-align: right;
}
.medienTile__showmore .link-showmore:after {
  content: '\e801';
  font-family: 'fontello';
  font-weight: 300;
  transition: all 0.2s ease-in-out;
}
.medienList {
  display: block;
  position: relative;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.08);
  transition: all .3s linear;
}
.medienList__container,
.medienList__container > .neos-contentcollection {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .medienList__container,
  .medienList__container > .neos-contentcollection {
    grid-template-columns: repeat(1, 1fr);
  }
}
.medienList:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.medienList__link {
  background-color: #fff;
  display: block;
  padding: 20px;
  transition: all .3s linear;
  will-change: background;
}
.medienList__link:hover {
  background-color: #f5f5f2;
}
.medienList__typ {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0064be;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.medienList__title {
  color: #3c3c3c;
  margin-bottom: 10px;
}
.medienList a.medienList__link:after,
.medienList a.medienList__link:link:after {
  content: '\e814';
  font-family: 'fontello';
  font-weight: 300;
  position: absolute;
  right: 20px;
  bottom: 15px;
  transition: all 0.2s ease-in-out;
}
.medienList a.medienList__link:hover,
.medienList a.medienList__link:link:hover {
  color: #0064be;
}
.medienList a.medienList__link .medienList__title,
.medienList a.medienList__link:link .medienList__title,
.medienList .medienList__link .medienList__title {
  color: #3c3c3c;
}
.medienList a.medienList__link .medienList__lead,
.medienList a.medienList__link:link .medienList__lead,
.medienList .medienList__link .medienList__lead {
  font-weight: 300;
  color: #787878;
}
.medienDownload {
  display: block;
  position: relative;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.08);
  transition: all .3s linear;
}
.medienDownload__container > .neos-contentcollection {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .medienDownload__container > .neos-contentcollection {
    grid-template-columns: repeat(2, 1fr);
  }
}
.medienDownload:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.medienDownload__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0;
  row-gap: 10px;
  min-height: 120px;
  height: 100%;
  font-weight: initial;
  color: initial;
}
.medienDownload__link:after {
  content: '\e814';
  font-family: 'fontello';
  font-weight: 300;
  position: absolute;
  right: 10px;
  bottom: 7px;
}
.medienDownload__link:hover:after {
  color: #0064be;
}
.medienDownload__imageWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.medienDownload__image {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 120px;
}
.medienDownload__content {
  align-items: center;
  color: #3c3c3c;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  padding: 10px 30px 10px 15px;
  display: flex;
  transition: all .3s linear;
}
.medienDownload__tooltip {
  background-color: #f5f5f2;
  border-radius: 6px;
  color: #3c3c3c;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  text-align: center;
  visibility: hidden;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.medienDownload__tooltip:after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #f5f5f2 transparent transparent transparent;
}
.medienDownload:hover .medienDownload__content {
  background-color: #f5f5f2;
}
.medienDownload:hover .medienDownload__tooltip {
  visibility: visible;
}
.socialList__wrapper .socialList {
  display: flex;
}
.socialList__wrapper .socialList li {
  list-style: none;
  padding-left: 0 !important;
  margin-right: 15px;
  margin-bottom: 10px !important;
}
.socialList__wrapper .socialList li:before {
  content: none !important;
}
.socialList__wrapper .socialList__link {
  background: #0064be;
  color: #fff;
  display: block;
  padding: 7px;
}
.socialList__wrapper .socialList__link:hover {
  background: #3c3c3c;
}
.sociallink {
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 2.2rem;
  background: #0064be;
  border: 2px solid #0064be;
  color: #fff;
  line-height: 1.8;
}
.sociallink::before,
.sociallink .icon::before {
  color: #fff;
}
.sociallink:hover {
  background: transparent;
  border: 2px solid #0064be;
  color: #0064be;
}
.sociallink:hover::before,
.sociallink:hover .icon::before {
  color: #0064be;
}
.sociallink:hover {
  text-decoration: none !important;
}
.sociallink:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  /*position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);*/
  font-family: 'fontello';
}
.sociallink--fb:before {
  content: '\f09a';
}
.sociallink--tw:before {
  content: '\f099';
  left: -2px;
}
.sociallink--in:before {
  content: '\f0e1';
}
.sociallink--yt:before {
  content: '\f16a';
}
.sociallink--tr:before {
  content: '\e80a';
  left: -7px;
}
.sociallink__cta {
  display: none;
}
.intergroup-tooltip {
  display: none;
}
.intergroup-parent {
  cursor: pointer;
}
.intergroup-parent:hover .intergroup-tooltip,
a.interSvg:focus .intergroup-tooltip {
  display: block;
}
.interSvg__text {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  padding: 15px;
  min-width: 300px;
  max-width: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #0064be;
  font-weight: 700;
  opacity: 0;
  will-change: opacity;
  transition: all 0.2s ease;
  pointer-events: none;
  visibility: hidden;
}
.interSvg__text.interSvg__text--intergroup-Frosch2,
.interSvg__text.interSvg__text--intergroup-Molch1,
.interSvg__text.interSvg__text--intergroup-Zebraschnecke2,
.interSvg__text.interSvg__text--intergroup-Eidechse1,
.interSvg__text.interSvg__text--intergroup-Gluehwuermchen {
  top: 15px;
  bottom: auto;
}
.interSvg__text.active {
  opacity: 1;
  visibility: visible;
}
.interactiveContainer {
  position: relative;
}
.interEnergygroup-tooltip {
  display: none;
}
.interEnergygroup-parent {
  cursor: pointer;
}
.interEnergygroup-parent:hover .interEnergygroup-tooltip,
a.interEnergySvg:focus .interEnergygroup-tooltip {
  display: block;
}
.interEnergySvg__textWrapper {
  position: relative;
  margin-bottom: 20px;
}
.interEnergySvg__text {
  padding: 3px 0;
  border-top: 1px solid #f5f5f2;
  text-indent: -15px;
  padding-left: 20px;
}
.interEnergySvg__text:last-child {
  border-bottom: 1px solid #f5f5f2;
}
.interEnergySvg__text--title {
  font-weight: 700;
}
.interEnergySvg__text.active,
.interEnergySvg__text.clicked {
  display: block;
  font-weight: 700;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(21, calc(100% / 21));
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 45px !important;
  color: #0064be;
}
.timeline li {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.95em;
  text-align: center;
}
.timeline li span > span {
  display: none;
}
.timeline li.active {
  font-weight: 700;
  color: #ff644B;
}
.timeline li.active::after {
  width: 5px;
}
.timeline li.hasContent {
  cursor: pointer;
}
.timeline li.hasContent:hover {
  font-weight: 700;
  color: #ff644B;
}
.timeline li::before {
  display: none !important;
}
.timeline li::after {
  content: url('/_Resources/Static/Packages/FC.Swissepi/images/line-blue-1.svg');
  display: block;
  width: 2px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.2s ease;
}
.interEnergySvg__textWrapper .interEnergySvg__text {
  border-top: 0;
}
@media (max-width: 991px) {
  .timeline {
    display: flex;
    justify-content: space-between;
  }
  .timeline li {
    display: none;
  }
  .timeline li.hasContent {
    display: block;
  }
  /*
    .timeline li:first-child span span,
    .timeline li:last-child span span{
        display: inline;
    }*/
}
