@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/* -----
COLORS
----- */
/* -----
TYPOGRAPHY 
----- */
@font-face {
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: 400;
  src: url(/fileadmin/administrative/layouts/assets/fonts/bootstrap-icons.woff2) format("woff2");
}
.bi {
  font-family: "bootstrap-icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.bi-instagram::before {
  content: "";
}

.bi-linkedin::before {
  content: "";
}

.bi-youtube::before {
  content: "";
}

html {
  font-size: 10px;
}

body {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
}
body.font-is-arial {
  font-family: Arial, Helvetica, sans-serif;
}
body.font-is-arial h1,
body.font-is-arial h2,
body.font-is-arial h3,
body.font-is-arial h4,
body.font-is-arial h5,
body.font-is-arial h6 {
  font-family: Arial, Helvetica, sans-serif;
}

.img-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-wrapper a {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

html {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  color: #c7014c;
  line-height: 1.3;
}

h1 {
  font-size: 3.8rem;
  margin-bottom: 2.2rem;
}

h2 {
  font-size: 2.8rem;
  margin-bottom: 1.8rem;
}

h3 {
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
}

h4 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

h5 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

h6 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.highlight-white {
  line-height: 52px;
}
.highlight-white span {
  padding: 3px 10px;
  background-color: rgba(255, 255, 255, 0.75);
}

p {
  font-size: 1em;
  margin-bottom: 1.5rem;
}

ul {
  padding-left: 5px;
  list-style: none;
  margin-bottom: 20px;
}
ul li {
  margin-bottom: 10px;
  padding-left: 2rem;
}
ul li:before {
  content: "";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -2rem;
  /* same as padding-left set on li */
  width: 2rem;
  color: #c7014c;
  /* same as padding-left set on li */
}

#calendar ul li {
  padding-left: 0;
}
#calendar ul li:before {
  display: none;
}

a {
  color: #c7014c;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #940139;
}

/* -----
BOOTSTRAP COlUMN PADDING 
----- */
[class*=col-] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

#main {
  position: relative;
  margin-top: -100px;
  background-color: #fff !important;
  padding: 20px;
}
#main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
#main:after {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  height: calc(100% - 150px);
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 40%, white 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 40%, white 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 40%, white 60%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=0 );
}
@media (min-width: 992px) {
  #main:after {
    left: -20px;
    width: calc(100% + 40px);
  }
}

.content-col .row:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .content-col {
    padding-right: 30px !important;
  }
}

.sidebar-col {
  border-top: 1px solid #eceff1;
  padding-top: 40px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .sidebar-col {
    margin-top: 0;
    padding-top: 0;
    border: 0;
    border-left: 1px solid #eceff1;
  }
}

.table th {
  border-top: 0;
}

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

.text ol {
  list-style: auto;
  padding: 0 15px 15px;
}

form {
  margin-top: 30px;
}

.form-row {
  margin: -10px;
}

.empty-template .form-row {
  margin: 0 -10px;
}

.form-control {
  font-size: 1.6rem;
  border: 0px;
  border-bottom: 1px solid #eceff1;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.form-control:focus {
  border-color: #c7014c;
}

label,
.col-form-label {
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 0 !important;
  display: block;
}

select.form-control:not([size]):not([multiple]) {
  height: 31px;
  border-radius: 0;
}

.checkbox .label--checkbox {
  position: relative;
  margin: 1rem;
  margin-left: 0;
  padding-left: 30px !important;
  cursor: pointer;
}
.checkbox .label--checkbox input[type=checkbox] {
  margin-left: -25px;
}

.checkbox-material {
  position: relative;
  top: 0px;
  margin: 0 13px 0 0;
  cursor: pointer;
  line-height: 28px;
}
.checkbox-material:checked ~ .checkmark:before {
  height: 14px;
  border-color: #c7014c;
  border-top-style: none;
  border-right-style: none;
  transform: rotate(-45deg);
}

.checkmark {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0 1.5rem 0 0;
  cursor: pointer;
}
.checkmark:before {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 2px solid #c7014c;
  content: "";
  transition: all 0.3s ease-in-out;
}
.checkmark:after {
  position: absolute;
  top: -5px;
  left: 0;
  width: 24px;
  height: 100%;
  max-height: 20px;
  background: #fff;
  content: "";
  cursor: pointer;
}
.checkmark.active:before {
  height: 14px;
  border-color: #c7014c;
  border-top-style: none;
  border-right-style: none;
  transform: rotate(-45deg);
}

.radio.inline {
  display: inline-block;
}
.radio .label--radio {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  margin: 1rem 0rem 2rem;
  margin-right: 3rem;
  padding-left: 15px;
  cursor: pointer;
  line-height: 28px;
}
.radio .label--radio input[type=radio] {
  margin-left: 0px;
}

.radio-material {
  position: relative;
  top: 0px;
  margin: 0 1.5rem 0 0;
  cursor: pointer;
}
.radio-material:checked + .radiomark:before {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 8px #c7014c;
}

.radiomark {
  position: absolute;
  height: 100%;
  top: 4px;
  left: -10px;
  margin: 0 2rem 0 0;
  cursor: pointer;
}
.radiomark:before {
  position: absolute;
  top: -1px;
  left: 10px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 2px solid #c7014c;
  border-radius: 50%;
  content: "";
  transition: all 0.3s ease-in-out;
}
.radiomark:after {
  position: absolute;
  top: -5px;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  content: "";
  cursor: pointer;
}
.radiomark.active:before {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 8px #c7014c;
}

.btn-newsletter--container {
  text-align: center;
}

.btn-newsletter {
  font-family: Ubuntu, Helvetica;
  color: white;
  padding: 0px 25px;
  background-color: #73a7ca;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
}
.btn-newsletter.newsletter-btn--violett {
  background-color: #c7014c;
}

.btn-newsletter--table {
  display: table;
  height: 45px;
}

.btn-newsletter--cell {
  display: table-cell;
  vertical-align: middle;
}

.btn-newsletter--content {
  font-family: arial, Helvetica;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  vertical-align: middle;
}

.newsletter-modalbox.modal, .empty-template.modal {
  /*search bar has z-index:1300*/
  z-index: 1400;
}
.newsletter-modalbox .modal-header, .empty-template .modal-header {
  background-color: #c7014c;
  height: 140px;
  position: relative;
  justify-content: center;
}
.newsletter-modalbox .modal-title, .empty-template .modal-title {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
}
.newsletter-modalbox .close-button, .empty-template .close-button {
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 5px #000;
}
.newsletter-modalbox .close, .empty-template .close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.newsletter-modalbox .powermail_fieldwrap_type_text.newsletter-form, .empty-template .powermail_fieldwrap_type_text.newsletter-form {
  margin-bottom: 30px;
}
.newsletter-modalbox form.newsletter-form, .empty-template form.newsletter-form {
  margin-top: 0;
}
.newsletter-modalbox input[type=text].newsletter-form, .empty-template input[type=text].newsletter-form {
  font-size: 14px;
  height: 36px;
  padding-left: 17px;
  margin-right: 20px;
  border: 2px solid #e1e1e6;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 10px;
}
.newsletter-modalbox .form-group.submit, .empty-template .form-group.submit {
  margin-right: 10px;
  width: 100%;
}
.newsletter-modalbox input[type=submit], .empty-template input[type=submit] {
  width: 100%;
  color: #fff;
  background-color: #c7014c;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  line-height: 31px;
}
.newsletter-modalbox .checkbox.newsletter-form, .empty-template .checkbox.newsletter-form {
  margin-bottom: 30px;
  position: relative;
}
.newsletter-modalbox .checkbox.newsletter-form label, .empty-template .checkbox.newsletter-form label {
  font-size: 15px;
  color: #212529;
  font-weight: normal;
}
.newsletter-modalbox .checkbox-multi, .empty-template .checkbox-multi {
  position: relative;
}
.newsletter-modalbox .checkbox-multi:not(:last-child), .empty-template .checkbox-multi:not(:last-child) {
  padding-right: 15px;
}
.newsletter-modalbox iframe, .empty-template iframe {
  margin-top: -10px;
}
.newsletter-modalbox .row, .empty-template .row {
  margin-bottom: 15px;
}

.empty-template .powermail_fieldwrap_type_text.newsletter-form {
  margin-bottom: 20px;
}
.empty-template form.newsletter-form {
  margin-bottom: 0;
}
.empty-template input[type=text].newsletter-form {
  margin-bottom: 0;
}
.empty-template .checkbox.newsletter-form {
  margin-bottom: 0;
}

.btn-stbk {
  background-color: #263238;
  color: #fff;
}
.btn-stbk:hover, .btn-stbk:active, .btn-stbk:focus, .btn-stbk.active {
  background-color: #3b4d56;
  color: #fff !important;
  box-shadow: none;
}

.btn {
  font-size: 1.4rem;
}

.breadcrumb {
  border-radius: 0;
  background: none;
  border-bottom: 1px solid #eceff1;
  font-size: 12px;
  padding: 15px 20px;
  width: calc(100% + 40px);
  margin: -20px -20px 0;
}

#main nav[aria-label=breadcrumb] + .row .content-col,
#main nav[aria-label=breadcrumb] + .row .sidebar-col {
  padding-top: 20px;
}

.accordeon {
  width: 100%;
}
.accordeon .item {
  margin-bottom: 10px;
}
.accordeon .item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  background-color: #eceff1;
  border-radius: 3px;
}
.accordeon .item a h5 {
  display: inline-block;
  margin-bottom: 0;
  color: #263238;
}
.accordeon .item a i {
  transform: rotate(180deg);
  transition: transform 0.35s ease-in-out;
}
.accordeon .item a.collapsed i {
  transform: rotate(0deg);
}
.accordeon .item .accordeon__content {
  padding: 10px;
}

/** Login Modal **/
/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.loginmodal-container form {
  margin-top: 20px;
}
.loginmodal-container form .form-control {
  margin-bottom: 30px;
  font-size: 14px;
}

.loginmodal-container a {
  text-decoration: none;
  color: #37474f;
  font-weight: 400;
  text-align: center;
  display: inline-block;
}
.loginmodal-container a:hover {
  color: #c7014c;
}

.login-help {
  font-size: 12px;
  margin-top: 10px;
  color: #37474f;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 120px auto;
  }
}

.modal-backdrop {
  background-color: #fff;
}

.img-header {
  height: 500px;
  background: url("../img/header-04.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-top: 170px;
}
@media (min-width: 1200px) {
  .img-header {
    margin-top: 100px;
    z-index: -1;
  }
  .img-header h1,
.img-header h2,
.img-header h3,
.img-header h4,
.img-header h5,
.img-header h6 {
    margin-left: -15px;
  }
}

footer {
  position: inherit;
  height: auto;
  background-color: #c7014c;
  color: #fff;
  font-size: 14px;
}
footer .container {
  padding: 20px;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #eceff1;
}
footer .row {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  footer {
    margin-top: -50px;
    padding-top: 90px;
  }
}

/**
 * ----------------------------------------------
 * Linkboxen / Teaserboxen
 * ----------------------------------------------
 */
.teaser {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
.teaser:hover .teaser-title {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .teaser {
    margin-bottom: 0px;
  }
}

.teaser-image.img-wrapper {
  padding: 0;
  height: 220px;
  width: 100%;
}
.teaser-image.img-wrapper > a {
  display: block;
  width: 100%;
  height: 100%;
}
.teaser-image.img-wrapper > a:after, .teaser-image.img-wrapper > a:before {
  display: none;
}
.teaser-image.img-wrapper > a:hover:after, .teaser-image.img-wrapper > a:hover:before {
  display: none;
}
.teaser-image.img-wrapper > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-wrapper {
  margin: 0 auto;
  display: block;
}
.icon-wrapper i {
  font-size: 120px;
  line-height: 1.25;
}

.teaser-body {
  padding: 15px;
  width: 100%;
  z-index: 200;
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media (min-width: 768px) {
  .teaser-body {
    bottom: 0;
  }
}
.teaser-body > div {
  margin-bottom: 15px;
}
.teaser-body > div:last-of-type {
  margin-bottom: 0;
}
.teaser-body .teaser-title {
  transform-origin: 0 100%;
  transition: all 0.35s ease-in-out;
  margin: 0;
}
.teaser-body .teaser-title span {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.3;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 2px 5px;
  margin-top: 2px;
}

@media screen and (max-width: 735px) {
  .highlight-white {
    line-height: 3.4rem;
  }

  h1 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
  }
}
b, strong {
  font-weight: bolder !important;
}

li .parsley-required {
  font-size: 1.2rem;
  color: #ff0000;
}

.parsley-error {
  border: 1px #ff0000 solid;
}

.image-underline {
  display: block;
}

.text.floating img {
  float: none;
  margin-right: 20px;
  margin-bottom: 10px;
}

.teaser-subtitle span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 2px 5px;
  margin-top: 2px;
}

.dce-table-2 td p {
  margin-bottom: 0px;
}

.text.floating img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.sidebar-block {
  margin-bottom: 40px;
}

.sidebar-block__heading {
  padding: 2px 5px;
  background-color: #c7014c;
  color: #fff;
  display: inline-block;
  line-height: 1;
}

.stbk-news-teaser {
  border-left: 2px solid #c7014c;
  padding: 0 10px;
  margin-bottom: 20px;
}
.stbk-news-teaser a {
  color: #263238;
  text-decoration: none;
}
.stbk-news-teaser .stbk-news-teaser__heading {
  font-weight: 700;
  color: #263238;
}
.stbk-news-teaser .stbk-news-teaser__body {
  font-size: 1.2rem;
  line-height: 1.4;
}
.stbk-news-teaser .stbk-news-teaser__meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 1rem;
  margin-top: 10px;
  color: #90a4ae;
  line-height: 1;
}

.stbk-file-download {
  padding: 10px 10px 5px 60px;
  border-radius: 3px;
  background-color: #eceff1;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.stbk-file-download .stbk-file-download__title {
  font-weight: 400;
  margin-bottom: 5px;
  color: #263238;
}
.stbk-file-download .stbk-file-download__meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 1.2rem;
  color: #90a4ae;
}
.stbk-file-download.sidebar {
  background-color: transparent;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
}
.stbk-file-download.sidebar .stbk-file-download__meta {
  font-size: 1rem;
}
.stbk-file-download.sidebar.pdf:before {
  left: 1px;
}
.stbk-file-download.pdf:hover:before {
  color: #c7014c;
}
.stbk-file-download.pdf:before {
  position: absolute;
  width: 50px;
  top: 5;
  left: 10px;
  line-height: 1;
  content: "";
  /* FontAwesome Unicode */
  font-family: "Material Icons";
  font-size: 36px;
  color: #263238;
  transition: all 0.35s ease;
}

.cal-plugin .btn-group {
  margin-bottom: 20px;
}

#calendar .row {
  margin-bottom: 0;
}

#calendar hr {
  margin: 0;
}

#cal-slide-content {
  background: #263238;
}
#cal-slide-content:hover {
  background: #263238;
}

.cal-year-box [class*=span],
.cal-month-box [class*=cal-cell] {
  min-height: 55px;
  border-right: 1px solid #eceff1;
  position: relative;
}

.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  border-bottom: 1px solid #eceff1;
  margin-left: 0px;
  margin-right: 0px;
}

.cal-month-day {
  height: 55px;
}

.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1.2em;
}

.cal-day-today span[data-cal-date] {
  color: #c7014c;
  opacity: 1;
}

[class*=cal-cell]:hover {
  background-color: #eceff1;
}

.cal-year-box .row-fluid:hover,
.cal-row-fluid:hover {
  background-color: #fffbfd;
}

.cal-day-weekend span[data-cal-date] {
  color: #c7014c;
}

.cal-day-today {
  background-color: #eceff1;
}

.cal-row-head [class*=cal-cell]:first-child,
.cal-row-head [class*=cal-cell] {
  font-weight: 400;
  font-size: 1.2rem;
}

#cal-day-tick {
  display: none !important;
}

.modal-event__desc {
  margin-top: 20px;
}

.cal-event-list .event.pull-left {
  margin-top: 5px;
}

.cal-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#map {
  height: 400px;
}

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

.gallery {
  width: 100%;
  display: block;
}

.gallery a {
  display: inline-block;
  height: 100px;
  width: auto;
  padding-right: 7px;
  font-size: 16px;
}
.gallery a.popup-youtube, .gallery a.popup-vimeo {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
}
.gallery a.popup-youtube:before, .gallery a.popup-vimeo:before {
  content: "";
  font-family: "Material Icons";
  font-size: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  display: block;
  width: 100px;
  height: 100px;
  color: #fff;
  line-height: 1;
}
.gallery a.popup-youtube img, .gallery a.popup-vimeo img {
  height: auto;
  width: 100%;
}
.gallery a img {
  height: 100%;
  width: auto;
  display: block;
}

.stbk-news-teaser__flex-container {
  display: flex;
}

.stbk-news-teaser__image {
  width: 100%;
  height: auto;
}

.stbk-kammerrundschreiben {
  border-left: none;
}
.stbk-kammerrundschreiben .stbk-news-teaser__body {
  font-size: 1.6rem;
}
.stbk-kammerrundschreiben .flex-right {
  justify-content: flex-end;
}

.stbk-news-teaser__flex-container .stbk-col_4 {
  padding: 0;
  flex: 0 0 33.3333%;
  max-width: 33.333%;
  width: 100%;
  padding-right: 2rem;
}
.stbk-news-teaser__flex-container .stbk-col_8 {
  padding: 0;
  flex: 0 0 66.666666%;
  max-width: 66.66666%;
  width: 100%;
}

.krs-title-style {
  background-color: #4d6672;
  font-size: 1.9rem;
}

/* Search */
.search-results {
  margin-top: 15px;
}

.search-results > h3 {
  margin-bottom: 30px;
}

.search-result-item {
  padding-left: 10px;
  border-left: 2px solid #c7014c;
  margin-bottom: 30px;
}

.search-result-item h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.search-result-item h3 a {
  color: #263238;
}

.search-result-item h3 a:hover {
  color: #c7014c;
}

#kesearch_pagebrowser_bottom, #kesearch_pagebrowser_top {
  text-align: center;
  word-wrap: break-word;
  font-size: 12px;
  color: #707070;
}

.kesearch_pagebrowser ul {
  display: inline;
}

.kesearch_pagebrowser ul li {
  display: inline;
}

header {
  position: fixed;
  height: 50px;
  width: 100vw;
  border-bottom: 1px solid #eceff1;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1040;
}
@media (min-width: 1200px) {
  header {
    height: 100px;
  }
}

header form {
  margin-top: 0;
}

.stbk-nav .stbk-primary-nav li,
.stbk-nav .stbk-top-nav li {
  padding-left: 0;
  margin-bottom: 0;
}
.stbk-nav .stbk-primary-nav li::before,
.stbk-nav .stbk-top-nav li::before {
  display: none;
}

.stbk-nav {
  position: absolute;
  top: 50px;
  left: -300px;
  height: calc(100vh - 50px);
  width: 300px;
  overflow: hidden;
  background-color: #fff;
  border-right: 1px solid #eceff1;
  transition: all 0.35s ease-in-out;
}
.stbk-nav.is-shown {
  left: 0px;
}
@media (min-width: 1200px) {
  .stbk-nav {
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100px;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid #eceff1;
  }
}

.stbk-primary-nav {
  position: static;
  float: left;
  overflow: visible;
  background: transparent;
  height: 100vh;
  width: 300px;
  padding-top: 18px;
  padding-left: 0;
  transition: transform 0.35s ease-in-out;
}
.stbk-primary-nav.moves-out {
  /* reset mobile style */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}
@media (min-width: 1200px) {
  .stbk-primary-nav {
    position: relative;
    padding: 0 0 0 200px;
    height: auto;
    width: 100vw;
    overflow: visible;
    top: 30px;
  }
  .stbk-primary-nav.moves-out {
    /* reset mobile style */
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

.stbk-nav li.has-children > a:after {
  content: "";
  font-family: "Material Icons";
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
}

.stbk-primary-nav > li.has-children > a:after {
  right: 30px;
}
@media (min-width: 1200px) {
  .stbk-primary-nav > li.has-children > a:after {
    display: none;
  }
}

.stbk-primary-nav > li {
  width: 100%;
}
@media (min-width: 992px) {
  .stbk-primary-nav > li {
    width: auto;
    display: inline-block;
    float: left;
  }
}

.stbk-primary-nav > li > a {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  color: #2e3233;
  overflow: visible;
  border-bottom: none;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  -moz-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .stbk-primary-nav > li > a {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0 0 0 30px;
  }
}
.stbk-primary-nav > li > a.selected {
  font-weight: 700;
  color: #c7014c;
}

.stbk-secondary-nav {
  position: absolute;
  top: 0px;
  height: 100vh;
  width: 300px;
  background: #ffffff;
  padding: 30px;
  visibility: visible;
  opacity: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.stbk-secondary-nav.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1200px) {
  .stbk-secondary-nav {
    top: 70px;
    min-height: 250px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.stbk-primary-nav .stbk-secondary-nav > li {
  height: auto;
  width: 100%;
  float: left;
}

.stbk-primary-nav .stbk-secondary-nav li.is-heading > a {
  color: #c7014c;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.6em;
}

.stbk-primary-nav .stbk-secondary-nav ul {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  padding: 20px 30px;
  transition: all 0.35s ease-in-out;
}
.stbk-primary-nav .stbk-secondary-nav ul.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.stbk-primary-nav .stbk-secondary-nav ul.moves-out {
  /* reset mobile style */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}

.stbk-primary-nav .stbk-secondary-nav ul ul {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.35s ease-in-out;
}

.stbk-nav li.go-back a {
  color: #b0bec5;
  padding-left: 20px;
}
.stbk-nav li.go-back a:before {
  content: "";
  font-family: "Material Icons";
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
}

@media (min-width: 992px) {
  .stbk-secondary-nav > ul > li.go-back {
    display: none;
  }
}

.stbk-primary-nav .stbk-secondary-nav a {
  line-height: 20px;
  padding: 0 18% 10px 0;
  color: #2e3233;
  border-bottom: none;
  font-size: 1.5rem;
  display: block;
  position: relative;
}
.stbk-primary-nav .stbk-secondary-nav a:hover {
  color: #c7014c;
}

.stbk-top-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.stbk-top-nav li a {
  font-size: 12px;
  display: block;
  padding: 2px 30px;
}
@media (min-width: 1200px) {
  .stbk-top-nav {
    top: 0;
    left: 0;
    width: 100vw;
    padding-right: 30px;
    text-align: right;
    background-color: #fff;
    height: 30px;
  }
  .stbk-top-nav li {
    display: inline-block;
  }
  .stbk-top-nav li a {
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
  }
  .stbk-top-nav li a:hover {
    color: #c7014c;
  }
}

.stbk-brand {
  width: 100%;
  text-align: center;
}
.stbk-brand a {
  line-height: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.stbk-brand a img {
  height: 100%;
  padding: 10px;
}
@media (min-width: 1200px) {
  .stbk-brand {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 30px;
    height: 70px;
    width: auto;
  }
  .stbk-brand a {
    line-height: 70px;
    height: 70px;
  }
}

.btn-menu {
  height: 50px;
  width: 50px;
  background-color: transparent;
  border-radius: 0;
  position: fixed;
  z-index: 1000;
}
.btn-menu i {
  color: #c7014c;
}

.stbk-search-trigger {
  position: fixed;
  right: 0;
  top: 0;
}

.stbk-global-search {
  position: fixed;
  top: 20px;
  left: 0;
  padding: 10px;
  width: 100vw;
  z-index: 1001;
}
@media (min-width: 1200px) {
  .stbk-global-search {
    position: relative;
    z-index: 1000;
    width: 100%;
    padding: 0;
    top: 0;
  }
}
.stbk-global-search .form-control {
  font-size: 1.4rem;
  padding: 2px 50px 2px 10px;
  border-radius: 2px;
  height: 36px;
  border: 1px solid #c7014c;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.stbk-global-search__form {
  transform: translateX(-110%);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1001;
}
.stbk-global-search__form.is-shown {
  transform: translateX(0);
}
@media (min-width: 1200px) {
  .stbk-global-search__form {
    transform: translateX(0);
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  .stbk-global-search__form .form-control {
    padding: 2px 5px;
    font-size: 14px;
    height: 36px;
    border-radius: 2px;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #c7014c;
    color: #263238;
  }
  .stbk-global-search__form .form-control:focus {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  }
}
.stbk-global-search__form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  background-color: transparent;
  border: 0;
  color: #c7014c;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 992px) {
  .stbk-global-search__form button {
    height: 36px;
    color: #c7014c;
  }
  .stbk-global-search__form button:hover {
    color: #c7014c;
  }
}

.nav-overlay {
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.nav-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

.stbk-primary-nav .stbk-social-media {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 0 0 30px !important;
}
@media (min-width: 1200px) {
  .stbk-primary-nav .stbk-social-media {
    height: 70px;
  }
}
.stbk-primary-nav .stbk-social-media > a {
  margin-right: 15px;
  padding: 0 !important;
  line-height: 1;
  display: block;
  height: auto;
}
.stbk-primary-nav .stbk-social-media > a i {
  transition: color 0.5s ease;
  color: #000;
}
.stbk-primary-nav .stbk-social-media > a:hover i {
  color: #c7014c;
}
.stbk-primary-nav .bi-instagram, .stbk-primary-nav .bi-linkedin, .stbk-primary-nav .bi-youtube {
  line-height: 1;
  color: #000;
}
.stbk-primary-nav .bi-instagram, .stbk-primary-nav .bi-linkedin {
  font-size: 17px;
}
.stbk-primary-nav .bi-youtube {
  font-size: 24px;
  margin-top: 2px;
}

.picbox {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 50%;
}

.picbox > div {
  font-size: 12px;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.floatTop {
  float: none;
}

.floatBottom {
  float: none;
}

.size100 {
  width: 100%;
}

.size66 {
  width: 66%;
}

.size50 {
  width: 50%;
}

.size33 {
  width: 33%;
}

ol {
  list-style: auto;
}
ol li {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  padding-left: 0.5rem;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/fileadmin/administrative/layouts/assets/fonts/jizaRExUiTo99u79D0-ExdGM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/fileadmin/administrative/layouts/assets/fonts/jizaRExUiTo99u79D0aExdGM.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/fileadmin/administrative/layouts/assets/fonts/jizaRExUiTo99u79D0yExdGM.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/fileadmin/administrative/layouts/assets/fonts/jizaRExUiTo99u79D0KExQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/fileadmin/administrative/layouts/assets/fonts/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/fileadmin/administrative/layouts/assets/fonts/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/fileadmin/administrative/layouts/assets/fonts/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/fileadmin/administrative/layouts/assets/fonts/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fileadmin/administrative/layouts/assets/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

@font-face {
  font-family: FontAwesome;
  src: url(/fileadmin/administrative/layouts/assets/fonts/fontawesome-webfont.woff2) format('woff2');
  font-weight: 400;
  font-style: normal
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

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