.shadow-box-white {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #d9d9d9;
  background-color: white;
  padding-left: 31px;
  padding-right: 10px;
  padding-top: 33px;
  padding-bottom: 25px;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.input-field-box-white {
  width: 200px;
  min-width: 200px;
  max-width: 445px;
  margin-bottom: 5px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 12px;
}
.scrollbar-extrawide-tables {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #b0b0b0 #efefef;
}
.scrollbar-extrawide-tables::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.scrollbar-extrawide-tables::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 9px;
  background-color: #F5F5F5;
}
.scrollbar-extrawide-tables::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #b0b0b0;
}
.scrollbar-extrawide-tables-ie {
  scrollbar-base-color: #b0b0b0;
  scrollbar-face-color: #b0b0b0;
  scrollbar-3dlight-color: #b0b0b0;
  scrollbar-highlight-color: #b0b0b0;
  scrollbar-track-color: #f5f5f5;
  scrollbar-arrow-color: #f5f5f5;
  scrollbar-shadow-color: #b0b0b0;
  scrollbar-dark-shadow-color: #b0b0b0;
}
/* Safari Bootstrap 4 Fix */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .row:before,
    .row:after {
      display: inline-block !important;
    }
  }
}
/* BVK Colors: */
/* Color classes replaced by variable */
/*
.blue01 {
    color: #233b76;
}

.blue02 {
    color: #96aec9;
}

.black {
    color: #141718;
}

.grey01 {
    color: #525252;
}

.grey02 {
    color: #808284;
}

.grey03 {
    color: #d9d9d9;
}

.grey04 {
    color: #f4f4f4;
}

.grey05 {
    color: #85837e;
}

.grey06 {
    color: #aca59f;
}

.grey07 {
    color: #dcd7ca;
}

.grey08 {
    color: #f1eee7;
}

.grey09 {
    color: #ebebeb;
}

.yellow {
    color: #fdc82e;
}

.turquoise {
    color: #018f7f;
}

.red {
    color: #c50f12;
}

.bg-blue01 {
    background-color: #233b76;
}

.bg-blue02 {
    background-color: #96aec9;
}

.bg-black {
    background-color: #141718;
}

.bg-grey01 {
    background-color: #525252;
}

.bg-grey02 {
    background-color: #808284;
}

.bg-grey03 {
    background-color: #d9d9d9;
}

.bg-grey04 {
    background-color: #f4f4f4;
}

.bg-grey05 {
    background-color: #85837e;
}

.bg-grey06 {
    background-color: #aca59f;
}

.bg-grey07 {
    background-color: #dcd7ca;
}

.bg-grey08 {
    background-color: #f1eee7;
}

.bg-grey09 {
    background-color: #ebebeb;
}

.bg-yellow {
    background-color: #fdc82e;
}

.bg-turquoise {
    background-color: #018f7f;
}

.bg-red {
    background-color: #c50f12;
}
*/
/* wird noch gebraucht in Akkordeon und Tabelle */
.blue01 {
  color: #233b76 !important;
}
.grey01 {
  color: #525252 !important;
}
.turquoise-color {
  color: #008277 !important;
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/roboto/roboto-v18-latin-300.eot');
  /* IE9 Compat Modes */
  src: url('assets/fonts/roboto/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/roboto/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/roboto/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/roboto/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/roboto/roboto-v18-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('assets/fonts/roboto/roboto-v18-latin-300italic.eot');
  /* IE9 Compat Modes */
  src: url('assets/fonts/roboto/roboto-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/roboto/roboto-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/roboto/roboto-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/roboto/roboto-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/roboto/roboto-v18-latin-300italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/roboto/roboto-v18-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('assets/fonts/roboto/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/roboto/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/roboto/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/roboto/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/roboto/roboto-v18-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('assets/fonts/roboto/roboto-v18-latin-italic.eot');
  /* IE9 Compat Modes */
  src: url('assets/fonts/roboto/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/roboto/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/roboto/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/roboto/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/roboto/roboto-v18-latin-italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/roboto/roboto-v18-latin-500.eot');
  /* IE9 Compat Modes */
  src: url('assets/fonts/roboto/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/roboto/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/roboto/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/roboto/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/roboto/roboto-v18-latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/roboto/roboto-v18-latin-700.eot');
  /* IE9 Compat Modes */
  src: url('assets/fonts/roboto/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/roboto/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/roboto/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/roboto/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/roboto/roboto-v18-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
.light-font {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.light-italic-font {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 300;
}
.regular-font {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.regular-italic-font {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.medium-font {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.bold-font {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* bvk-spezifisches Font Awesome */
.bvk-fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.bvk-fa-ul > li {
  position: relative;
}
/* BVK Icon Font */
@font-face {
  font-family: "bvk";
  src: url("assets/fonts/bvk/fonts/bvk.eot");
  src: url("assets/fonts/bvk/fonts/bvk.eot?#iefix") format("embedded-opentype"), url("assets/fonts/bvk/fonts/bvk.woff") format("woff"), url("assets/fonts/bvk/fonts/bvk.ttf") format("truetype"), url("assets/fonts/bvk/fonts/bvk.svg#bvk") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bvk-icon-font {
  font-family: "bvk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-icon]:before {
  font-family: "bvk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
}
[class^="bvk-ico-"]:before,
[class*=" bvk-ico-"]:before {
  font-family: "bvk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bvk-ico-database:before {
  content: "\61";
}
.bvk-ico-times:before {
  content: "\62";
}
.bvk-ico-angle-left:before {
  content: "\63";
}
.bvk-ico-angle-right:before {
  content: "\64";
}
.bvk-ico-angle-up:before {
  content: "\65";
}
.bvk-ico-angle-down:before {
  content: "\66";
}
.bvk-ico-car:before {
  content: "\67";
}
.bvk-ico-angle-double-right:before {
  content: "\68";
}
.bvk-ico-expand:before {
  content: "\69";
}
.bvk-ico-table:before {
  content: "\6a";
}
.bvk-ico-arrow-circle-down:before {
  content: "\6b";
}
.bvk-ico-caret-circle-right:before {
  content: "\6c";
}
.bvk-ico-search:before {
  content: "\6d";
}
.bvk-ico-xing:before {
  content: "\6e";
}
.bvk-ico-linkedin-in:before {
  content: "\6f";
}
.bvk-ico-arrow-alt-circle-right:before {
  content: "\70";
}
.bvk-ico-envelope:before {
  content: "\71";
}
.bvk-ico-globe-americas:before {
  content: "\72";
}
.bvk-ico-key:before {
  content: "\73";
}
.bvk-ico-check-circle:before {
  content: "\74";
}
.bvk-ico-external-link-alt:before {
  content: "\75";
}
.bvk-ico-toggle-on:before {
  content: "\76";
}
.bvk-ico-toggle-off:before {
  content: "\77";
}
.bvk-ico-phone:before {
  content: "\78";
}
.bvk-ico-quote-right:before {
  content: "\79";
}
.bvk-ico-sort:before {
  content: "\7a";
}
.bvk-ico-calculator:before {
  content: "\41";
}
.bvk-ico-bars:before {
  content: "\42";
}
.bvk-ico-kununu:before {
  content: "\43";
}
.bvk-ico-arrow-circle-right:before {
  content: "\44";
}
.bvk-ico-arrow-alt-circle-down:before {
  content: "\45";
}
.bvk-ico-times-regular:before {
  content: "\46";
}
.bvk-ico-times-light:before {
  content: "\47";
}
.quotation-mobil {
  font-size: 16px;
  line-height: 27px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 300;
}
.buttonM {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.stage {
  font-size: 40px;
  line-height: 55px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .stage {
    font-size: 28px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
  }
}
.stage-mobil {
  font-size: 28px;
  line-height: 35px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.copyL {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.copyM {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.copyS {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.copyXS {
  font-size: 12px;
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.copyXXS {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.tag {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .tag {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
  }
}
.tag-mobil {
  font-size: 12px;
  line-height: 14px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.quotation {
  font-size: 24px;
  line-height: 34px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .quotation {
    font-size: 16px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 300;
  }
}
.wrapper-bvkpanelinner a,
.wrapper-bvkpanelinner a:link,
.wrapper-bvkpanelinner a:visited,
.wrapper-bvkpanelinner a:active {
  color: #233b76;
  text-decoration: none;
}
.linkDefault,
.Normal .linkDefault,
.Normal a.linkDefault,
a.linkDefault {
  color: #233b76;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.wrapper-bvkpanelinner a:hover,
.wrapper-bvkpanelinner a:link:hover {
  text-decoration: none;
}
/*
.NormalContainerContent a,
.NormalContainerContent a:link,
.NormalContainerContent a:visited,
*/
.NormalContainerContent .content a,
.NormalContainerContent .content a:link,
.NormalContainerContent .content a:visited,
.NormalContainerContent .history-content a,
.NormalContainerContent .history-content a:link,
.NormalContainerContent .history-content a:visited,
.NormalContainerContent .history-introductiontext a,
.NormalContainerContent .history-introductiontext a:link,
.NormalContainerContent .history-introductiontext a:visited,
.Normal a,
.Normal a:link,
.Normal a:visited {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
  color: #525252;
  background-color: #d9d9d9;
  display: inline-block;
  /* necessary to make padding and border work here */
}
/*
.NormalContainerContent a:hover,
.NormalContainerContent a:active,
*/
.NormalContainerContent .content a:hover,
.NormalContainerContent .content a:active,
.NormalContainerContent .history-content a:hover,
.NormalContainerContent .history-content a:active,
.NormalContainerContent .history-introductiontext a:hover,
.NormalContainerContent .history-introductiontext a:active,
.Normal a:hover,
.Normal a:active {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  color: white;
  background-color: #233b76;
}
.Normal a.link-without-grey-bg {
  border-radius: 0;
  text-decoration: none;
  padding: 0;
  color: white;
  background-color: transparent;
}
.Normal a.link-without-grey-bg:link,
.Normal a.link-without-grey-bg:visited,
.Normal a.link-without-grey-bg:hover,
.Normal a.link-without-grey-bg:active {
  border-radius: 0;
  text-decoration: none;
  padding: 0;
  color: white;
  background-color: transparent;
}
.h1,
h2,
.h2 {
  font-size: 36px;
  line-height: 44px;
  display: block;
  /* padding-bottom: 22px; */
  margin-bottom: 34px;
  margin-top: 0;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #141718;
}
.h1 {
  font-size: 42px;
  line-height: 50px;
}
.h1::after,
.h2::after {
  content: '';
  width: 100px;
  height: 3px;
  background-color: #dcd7ca;
  position: relative;
  display: block;
  margin-top: 22px;
  margin-left: 2px;
}
.text-center .h1::after,
.text-center .h2::after {
  margin-left: calc(50% - 50px) !important;
  margin-right: calc(50% - 50px) !important;
}
/*
@media (min-width: 768px) {

	.h1::after,
    .h2::after {
        position: absolute;
        bottom: 0;
        left: 0;
    }

}
*/
@media (max-width: 767.98px) {
  .h1 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 0;
    margin-bottom: 32px;
    text-align: center;
  }
  .h2 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 0;
    margin-bottom: 32px;
    text-align: center;
  }
  .h1::after,
  .h2::after {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-left: calc(50% - 50px);
    margin-right: calc(50% - 50px);
  }
}
.h3 {
  font-size: 24px;
  line-height: 29px;
  margin-top: 50px;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #233b76;
}
@media (max-width: 767.98px) {
  .h3 {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}
.h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.h4-mobil {
  font-size: 17px;
  line-height: 20px;
}
.h5 {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #141718;
}
h6,
.h6 {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #141718;
}
/* General */
/*
html,
body {
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}
*/
body {
  font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
.roundborder-shadow {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
#BvkPanel {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#Body,
#Form {
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none !important;
  }
}
.hidden {
  display: none;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.font-size-0 {
  font-size: 0;
}
/* --------------------------------------- */
/* ------- Formular-Elemente-------------- */
/* --------------------------------------- */
.wrapper-bvkpanelinner {
  /* ==== .CUSTOM-CHECKBOX and .CUSTOM-SWITCH: styles for BOTH, where identical ====*/
  /*.custom-control-input:not(:checked) ~ .custom-control-label::before,
	.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
		border-color: @grey11;
	} */
  /* ==== styles for only .CUSTOM-CHeckbox ==== */
  /* .CUSTOM-CHECKBOX ::before */
  /* .CUSTOM-CHECKBOX ::after */
  /* ==== styles for only .CUSTOM-SWITCH ==== */
  /* .CUSTOM-SWITCH ::before */
  /* .CUSTOM-SWITCH ::after */
}
.wrapper-bvkpanelinner input[type="text"],
.wrapper-bvkpanelinner input[type="text"]:focus,
.wrapper-bvkpanelinner input[type="password"],
.wrapper-bvkpanelinner input[type="password"]:focus,
.wrapper-bvkpanelinner input[type="email"],
.wrapper-bvkpanelinner input[type="email"]:focus,
.wrapper-bvkpanelinner input[type="tel"],
.wrapper-bvkpanelinner input[type="tel"]:focus,
.wrapper-bvkpanelinner select,
.wrapper-bvkpanelinner select:focus,
.wrapper-bvkpanelinner textarea,
.wrapper-bvkpanelinner textarea:focus,
.wrapper-bvkpanelinner .dnnSearchBoxPanel .dnnSearchBox,
.wrapper-bvkpanelinner .dnnTagsInput,
.wrapper-bvkpanelinner .selectize-control .selectize-input.items.not-full {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #949494;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #525252;
  padding: 9px 12px 8px 12px;
}
.wrapper-bvkpanelinner .custom-checkbox .custom-control-label,
.wrapper-bvkpanelinner .custom-switch .custom-control-label {
  margin-right: 1rem;
}
.wrapper-bvkpanelinner .custom-control-input ~ .custom-control-label::before,
.wrapper-bvkpanelinner .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #737373;
}
.wrapper-bvkpanelinner .custom-control-input.keyboardEvent:focus ~ .custom-control-label::before {
  outline: 3px #008277 solid !important;
  margin-left: 3px;
}
.wrapper-bvkpanelinner .custom-control-input:not(:disabled) ~ .custom-control-label:hover {
  cursor: pointer;
}
.wrapper-bvkpanelinner .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* outline: none; */
  border-radius: 0;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0;
  /* margin-right: 8px; */
  /* width: 16px;
		height: 16px;
		line-height: 20px; */
  display: inline-block;
  vertical-align: baseline;
}
.wrapper-bvkpanelinner .custom-checkbox .custom-control-input ~ .custom-control-label::before,
.wrapper-bvkpanelinner .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
}
.wrapper-bvkpanelinner .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: none;
}
.wrapper-bvkpanelinner .custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background-color: #ffffff;
}
.wrapper-bvkpanelinner .custom-checkbox .custom-control-input ~ .custom-control-label::after {
  left: -1.51rem;
}
.wrapper-bvkpanelinner .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  /* position: relative;
		content: "";
		display: block;
		height: 16px;
		width: 16px; */
  background-clip: content-box;
  padding: 2px 2px 2px 2px;
  background-color: #233b76;
}
.wrapper-bvkpanelinner .custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::after {
  background-color: #737373;
}
.wrapper-bvkpanelinner .custom-switch .custom-control-input ~ .custom-control-label::before {
  background-color: #ffffff;
}
.wrapper-bvkpanelinner .custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.wrapper-bvkpanelinner .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #233b76;
  background-color: #233b76;
}
.wrapper-bvkpanelinner .custom-switch .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background-color: #737373;
}
.wrapper-bvkpanelinner .custom-switch .custom-control-input ~ .custom-control-label::after {
  background-color: #737373;
}
.wrapper-bvkpanelinner .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
}
.wrapper-bvkpanelinner select,
.wrapper-bvkpanelinner select:focus {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #525252;
}
.wrapper-bvkpanelinner .dnnSearchBoxPanel .dnnSearchBox,
.wrapper-bvkpanelinner .dnnTagsInput,
.wrapper-bvkpanelinner .selectize-control .selectize-input.items.not-full {
  margin-bottom: 9px;
}
.wrapper-bvkpanelinner input:focus,
.wrapper-bvkpanelinner select:focus,
.wrapper-bvkpanelinner textarea:focus,
.wrapper-bvkpanelinner option:focus,
.wrapper-bvkpanelinner button:focus {
  outline: none;
}
/* DNN PROFILE STYLE */
.NormalContainer .NormalContainerContent .console.profile {
  background-color: #ebebeb;
}
.NormalContainer .NormalContainerContent .console.profile .console-none.console-mouseon {
  background-color: #d9d9d9;
}
.NormalContainer .NormalContainerContent .console.profile .console-none .h3 {
  margin: 0;
}
.L0_Activity_Feed .container.editor {
  display: block;
  visibility: visible;
}
/* Panes */
.content-panes {
  padding-bottom: 80px;
  padding-top: 45px;
  position: relative;
}
@media (max-width: 767.98px) {
  .content-panes {
    padding-bottom: 50px;
    padding-top: 35px;
  }
}
.site-image-pane {
  margin-bottom: 11px;
}
.responsive-image {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.responsive-image-full {
  height: auto !important;
  width: 100%;
  max-width: 100%;
}
/* --------------------- */
/* ------- icons ------- */
/* --------------------- */
.icon,
.bvk-icon,
.bvk-icon-flip,
.bvk-icon-right {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.bvk-icon:before {
  vertical-align: text-top;
  margin-right: 8px;
}
.bvk-icon-flip:before,
.bvk-icon-right:before {
  vertical-align: text-top;
  margin-left: 8px;
}
figcaption,
.figcaption {
  /* display: inline-block; */
  text-align: left;
  margin-top: 5px;
  font-size: 12px;
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/* ----------------------------------------------- */
/* -------  Text hervorheben im CKEditor  -------- */
/* ----------------------------------------------- */
.Normal .bvk-text-highlight,
.cke_editable .bvk-text-highlight {
  font-weight: 700;
  font-style: normal;
  color: #666666;
}
/* ----------------------------- */
/* ------- Placeholders -------- */
/* ----------------------------- */
*:focus::placeholder {
  color: transparent;
  transition: all 1.5s ease-out;
}
*:focus:-ms-input-placeholder {
  color: transparent;
  transition: all 1.5s ease-out;
}
*:focus::-ms-input-placeholder {
  color: transparent;
  transition: all 1.5s ease-out;
}
*:focus::-webkit-input-placeholder {
  color: transparent;
  transition: all 1.5s ease-out;
}
*:focus:-moz-placeholder {
  color: transparent;
  transition: all 1.5s ease-out;
}
*:focus::-moz-placeholder {
  color: transparent;
  transition: all 1.5s ease-out;
}
.keyboardEvent:focus {
  outline: 3px #008277 solid !important;
  outline-offset: 1px;
  box-shadow: 0 0 0 5px #fff;
  overflow: visible;
}
/* --------------------------------------------- */
/* ------------  DNN "Website-Dateien"   ------- */
/* --------------------------------------------- */
#dnnModuleDigitalAssetsSelectionToolbar {
  min-height: 40px;
  margin: 15px 0;
}
/* ----------------------------- */
/* ------------   2sxc   ------- */
/* ----------------------------- */
#paneList {
  display: none;
  height: 0;
}
/* use for div with wysiwyg content */
div.p-inherit p {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.text-pre-wrap {
  white-space: pre-wrap;
}
/* border around all modules when in edit mode or being logged in as editor */
.dnnEditState .DnnModule,
.editor .DnnModule {
  border: 1px dashed #d9d9d9;
  /* grey03 */
}
/* also border around container when logged in as admin/editor */
.container.editor {
  border: 1px dashed #d9d9d9;
  /* grey03 */
}
.buttn,
.buttn:link,
.buttn:visited,
.top-navbar-nav .buttn,
.top-navbar-nav .buttn:link,
.top-navbar-nav .buttn:visited {
  color: white;
  background-color: #233b76;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: none;
  display: inline-block;
  position: relative;
  transition: background-color 300ms ease-out;
  transition-property: background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  transition-delay: initial;
  cursor: pointer;
  padding: 0px 36px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  height: 44px;
  line-height: 44px;
}
a.buttn,
a.buttn:link,
a.buttn:visited {
  color: white;
}
.buttn:hover,
.buttn:focus {
  color: white;
  background-color: #141718;
  text-decoration: none;
  cursor: pointer;
}
.buttn:active {
  color: white;
  background-color: #233b76;
  text-decoration: none;
  cursor: pointer;
}
.buttn .fa,
.buttn .icon {
  vertical-align: middle;
  margin-right: 8px;
}
.highlight-button {
  display: inline-block;
  padding: 0px 16px;
  height: 44px;
  line-height: 44px;
}
/* der Button unter den News-Kacheln auf Startseite bzw. unter der 10-News-Liste im News-Modul */
.buttn.teaser-more-button {
  display: block;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  height: auto;
  line-height: 2;
  padding: 6px 36px;
}
.listview + .buttn.teaser-more-button {
  width: 300px;
}
/* bvk-Buttons */
.bvk-btn {
  color: white;
  background-color: #233b76;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  padding-left: 36px;
  padding-right: 36px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  min-width: 100px;
  height: 44px;
  line-height: 44px;
}
.bvk-btn-grey {
  background-color: #525252;
}
.highlight-button,
.highlight-button:link,
.highlight-button:visited {
  color: white;
  background-color: #5578a5;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  /* .buttonM */
}
.highlight-button:hover,
.highlight-button:active {
  color: white;
  background-color: #2b2b2b;
  text-decoration: none;
  outline: 2px solid white;
}
.highlight-button:focus {
  background-color: #2b2b2b;
  outline: 2px solid white;
}
.menu-highlight-button,
#SiteNav .menu-highlight-button,
body > .navbar-collapse .navbar-top .menu-highlight-button {
  color: white;
  border: 1px solid white;
  padding: 0px 16px;
  height: 44px;
  line-height: 44px;
}
@media (min-width: 992px) {
  .highlight-button {
    margin-top: 0;
    margin-bottom: 0;
  }
  .highlight-button,
  .highlight-button:link,
  .highlight-button:visited {
    transition: background-color 300ms ease-out;
    transition-property: background-color;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
    transition-delay: initial;
  }
  body.CP-None.domargin #SiteNav .menu-highlight-button {
    height: 34px;
    line-height: 34px;
  }
}
@media (max-width: 991.98px) {
  .highlight-button {
    margin-top: 32px;
    margin-bottom: -5px;
    margin-left: 22px;
  }
  .sticky-float-button .buttn,
  .sticky-float-button .buttn:link,
  .sticky-float-button .buttn:visited {
    padding: 0px 15px;
  }
  .sticky-float-button .buttn .fa {
    margin-right: 0px;
  }
}
@media (max-width: 767.98px) {
  .highlight-button {
    margin-top: 16px;
    margin-left: 18px;
  }
}
.breadcrumbs {
  text-decoration: none;
  padding-top: 45px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #525252;
}
.breadcrumbs a,
.breadcrumbs a:link,
.breadcrumbs a:visited {
  text-decoration: none;
  color: #525252;
}
.breadcrumbs a:hover,
.breadcrumbs a:active {
  text-decoration: underline;
  color: #525252;
}
.breadcrumbs .icon {
  vertical-align: middle;
  line-height: 1;
}
/* Header */
.main-header {
  background-color: white;
}
@media (min-width: 1200px) {
  .main-search-panel {
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .container-full-and-fluid {
    max-width: none !important;
  }
}
.top-header {
  position: relative;
  height: 140px;
}
@media (max-width: 991.98px) {
  .top-header {
    height: 0;
  }
}
.top-header .top-header-container {
  height: 100%;
}
.top-header .top-header-container .top-header-container .row {
  height: 100%;
  align-items: flex-start;
}
.bvk-nav.navbar-offcanvas {
  margin: 0;
  padding: 0;
  z-index: 1030;
  /* @media (min-width: 576px) and (max-width: 767.98px) {
        max-width: 540px;
    } */
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bvk-nav.navbar-offcanvas {
    height: 124px;
    /* margin: 0 auto; */
    /*  max-width: 720px; */
  }
}
@media (max-width: 767.98px) {
  .bvk-nav.navbar-offcanvas {
    height: 74px;
    padding-left: 27px;
    padding-right: 27px;
  }
}
.bvk-nav.navbar-offcanvas .container {
  height: 100%;
}
.no-stage-image .bvk-nav.navbar-offcanvas {
  border-bottom: 2px solid #ffffff;
}
.header-left {
  align-self: flex-start;
}
@media (min-width: 992px) {
  .header-left {
    padding-top: 42px;
    /* padding-bottom: 37px; */
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-left {
    margin-top: 0px !important;
    padding-top: 33px;
    /* padding-bottom: 31px; */
  }
}
@media (max-width: 767.98px) {
  .header-left {
    margin-top: 0px !important;
    padding-top: 22px;
    /* padding-bottom: 17px; */
  }
}
.search-header {
  display: none;
  padding-top: 27px;
  padding-bottom: 22px;
  color: white;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  background-color: #233b76;
}
.search-header-icon {
  font-size: 24px;
  color: white;
  position: absolute;
  left: -35px;
  top: 0px;
}
@media (min-width: 992px) {
  .main-search-panel {
    margin: 0 auto;
  }
  /*
	body.CP-None.domargin header#MainHeader {
		position: fixed;
		display: block;
		width: 100%;
		z-index: 2;
        transition: top 0.3s;
	}

	body.CP-None.domargin .navspacer {
		height: 193px;
		display: block;
    }

    */
  body.CP-View .main-header {
    margin-left: -40px !important;
  }
  header#MainHeader {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 1600;
    transition: top 0.3s;
  }
  .navspacer {
    height: 220px;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .mobile-sticky-nav {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 1600;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid #d9d9d9;
  }
  html.slideout-open .mobile-sticky-nav {
    display: none !important;
  }
  .navspacer {
    height: 125px;
    display: block;
  }
  /*

    header#MainHeader {
        top: auto !important;
    }

    body.CP-None.domargin .wrapper {
        position: relative;
    }

    body.CP-None.domargin header#MainHeader {
		position: fixed;
		display: block;
		width: 100%;
		z-index: 1;
        transition: top 0.3s;
	}


    */
}
.logo img {
  width: auto;
  height: auto;
  /* height: 100%; */
  /* max-width: 100%; */
  max-height: 85px;
}
.top-navbar-nav a,
.top-navbar-nav a:link,
.top-navbar-nav a:visited {
  text-decoration: none;
  color: #525252;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.top-navbar-nav a:hover,
.top-navbar-nav a:active {
  text-decoration: underline;
  color: #525252;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (min-width: 992px) {
  body.CP-None.domargin .top-header {
    height: 124px;
  }
  body.CP-None.domargin .top-header .logo img {
    height: 45px !important;
  }
  .top-navbar {
    float: right;
    padding-top: 10px;
    line-height: 30px;
    text-align: right;
    color: #525252;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
  }
  .top-navbar nav {
    display: block;
    position: relative;
  }
  .top-navbar #navbar-contact {
    flex-direction: row;
    align-items: center;
  }
  .top-navbar .icon {
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
  }
  .top-navbar-search {
    color: #525252;
    text-decoration: none;
    border: none;
    background: none;
    padding: 0px;
  }
  .top-navbar nav span.top-navbar-devider {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    height: 30px;
    width: 1px;
    overflow: hidden;
    vertical-align: middle;
    background-color: #d9d9d9;
  }
  .top-navbar-nav .top-navbar-close-search,
  .top-navbar-nav .top-navbar-close-search:link,
  .top-navbar-nav .top-navbar-close-search:visited,
  .top-navbar-nav .top-navbar-close-search:hover,
  .top-navbar-nav .top-navbar-close-search:active {
    display: none;
    position: absolute;
    left: -34px;
    top: -10px;
    width: 45px;
    height: 45px;
    padding-top: 11px;
    text-align: center;
    color: white;
    background-color: #233b76;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    border: none;
    padding: 0px;
  }
  .bottom-header {
    /* height: 80px; */
    line-height: 0;
    background-color: #233b76;
  }
  .no-stage-image .bottom-header {
    border-bottom: 2px solid white;
  }
}
@media (max-width: 991.98px) {
  .header-right {
    text-align: right;
    margin-top: 0px !important;
  }
  /* .mobile-menuzord-clear {
        clear: both;
        width: 100%;
        height: 1px;
    } */
  .top-navbar-nav {
    display: block;
    padding-top: 30px;
  }
  .top-navbar-nav .icon {
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
  }
  .top-navbar-nav a {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 22px;
  }
  .bottom-header {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navspacer {
    height: 75px;
    display: block;
  }
  .search-header-icon {
    font-size: 16px;
    top: 5px;
  }
  .logo img {
    max-height: 40px;
  }
  .top-navbar-nav a {
    padding-left: 18px;
  }
}
@media (min-width: 1200px) {
  .top-navbar nav span.top-navbar-devider {
    margin-left: 17px;
    margin-right: 17px;
  }
}
.mnav {
  text-align: right;
  padding-right: 17px;
  /* 27px */
  text-decoration: none;
  font-size: 16px;
  color: #141718;
}
.bvk-extra-slideoutnav-closer {
  text-decoration: none;
  font-size: 16px;
  color: #141718;
}
.header-slogan {
  font-size: 36px;
  line-height: 44px;
  display: block;
  /* padding-bottom: 22px; */
  margin-bottom: 34px;
  margin-top: 0;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #141718;
  font-size: 42px;
  line-height: 50px;
  color: white;
}
/* Login Pop-Up */
.login-nav div.login-nav-panel {
  width: 100%;
  color: #525252;
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}
@media (min-width: 992px) {
  .login-nav,
  .Portal-0 .login-nav {
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    margin-right: -40px;
    z-index: 1601;
    display: flex;
    justify-content: flex-end;
  }
  /*
	.login-nav-inner {
		position: relative;
	}
	*/
  .login-nav-top,
  .Portal-0 .login-nav-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 35px;
    height: 20px;
    background-image: url('img/nav-bg-shadow.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1602;
  }
  /* PID=3 und PID=4: Login-Modal bei Orchestern und Bühnen */
  .Portal-3 .login-nav-top,
  .Portal-4 .login-nav-top {
    background-position: right 166px bottom;
  }
  .login-nav .login-nav-panel {
    margin-top: 20px;
    padding: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.39);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
@media (max-width: 991.98px) {
  .login-nav .login-nav-panel {
    flex-wrap: wrap;
    overflow-y: auto;
    background-color: #f4f4f4;
    padding-bottom: 30px;
  }
  .login-nav .login-nav-inner {
    height: 270px;
    overflow-y: auto;
    margin-top: 0px;
  }
}
.login-nav .login-nav-panel .h6 {
  margin-bottom: 0.75em;
}
.login-nav .login-nav-panel .login-item {
  padding: 10px 10px 0 10px;
  width: 160px;
  text-align: center;
  margin: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .login-nav .login-nav-panel .login-item {
    flex-shrink: 0;
    margin-top: 20px;
  }
}
.login-nav .login-nav-panel .login-item .login-item-second-element {
  margin-bottom: 20px;
  display: block;
  float: right;
}
@media (max-width: 991.98px) {
  .login-nav .login-nav-panel .login-item .login-item-second-element {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.login-nav .login-nav-panel .login-button {
  display: block;
  text-align: center;
  margin: 15px auto 0 auto;
  width: auto;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .login-nav .login-nav-panel .login-button {
    left: 10px;
  }
}
.login-nav .login-nav-panel .login-button a {
  color: white;
  text-decoration: none;
}
/* Footer */
footer {
  padding-top: 27px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 767.98px) {
  footer {
    padding-top: 33px;
  }
}
.footer-headline {
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #525252;
}
.top-footer {
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
}
.top-footer-right {
  text-align: right;
}
@media (max-width: 575.98px) {
  .top-footer-right {
    text-align: center;
  }
}
.footer-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 60px;
}
@media (max-width: 767.98px) {
  .footer-logo img {
    max-height: 40px;
  }
}
@media (max-width: 575.8px) {
  .social-nav {
    text-align: center;
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
    margin-top: 30px;
  }
}
.social-nav a,
.social-nav a:link,
.social-nav a:visited {
  font-size: 22px;
  text-decoration: none;
  margin-left: 20px;
  color: #525252;
}
.social-nav a:first-child,
.social-nav a:link:first-child,
.social-nav a:visited:first-child {
  margin-left: 0;
}
.social-nav a:hover,
.social-nav a:active,
.social-nav a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: #233b76;
}
.social-nav a .fas:hover {
  cursor: pointer;
}
.social-nav .fa-xing:before {
  font-size: 24px;
  vertical-align: baseline;
}
.social-nav .fa-linkedin-in:before {
  font-size: 24px;
  vertical-align: middle;
}
.social-nav .fa-instagram:before {
  font-size: 24px;
  vertical-align: middle;
}
.footer-newsletter {
  padding-bottom: 25px;
  padding-top: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.footer-newsletter p {
  color: #525252;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.mid-footer {
  padding-bottom: 25px;
  padding-top: 30px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767.98px) {
  .mid-footer-right {
    margin-top: -9px !important;
  }
}
.custom-footer {
  padding-top: 30px;
  padding-bottom: 25px;
  border-top: 1px solid #d9d9d9;
}
.custom-footer,
.custom-footer .Normal,
.custom-footer .Normal p {
  color: #525252;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
@media (min-width: 992px) {
  .custom-footer-button-right {
    text-align: right;
  }
}
.bottom-footer {
  padding-bottom: 27px;
  padding-top: 27px;
  color: #525252;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (min-width: 992px) {
  .bottom-footer-right {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .bottom-footer-right {
    margin-top: 25px;
  }
  .bottom-footer-left,
  .bottom-footer-right {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .bottom-footer {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .mobile-social-footer {
    text-align: center;
    padding-bottom: 25px;
  }
}
.bottom-footer-nav a,
.bottom-footer-nav a:link,
.bottom-footer-nav a:visited {
  text-decoration: none;
  color: #525252;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.bottom-footer-nav a:hover,
.bottom-footer-nav a:active {
  text-decoration: underline;
  color: #525252;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (min-width: 768px) {
  .bottom-footer-nav a {
    margin-right: 21px;
  }
  .bottom-footer-nav a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .bottom-footer-nav a {
    margin-bottom: 1em;
  }
}
.bottom-footer-nav .fa,
.bottom-footer-nav .fas,
.bottom-footer-nav .far,
.bottom-footer-nav .fal,
.bottom-footer-nav .fad,
.bottom-footer-nav .fab {
  font-size: 1em;
  margin-left: 3px;
}
@media (min-width: 768px) {
  .bottom-footer-nav .noLink {
    margin-right: 5px;
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  .bottom-footer-nav .noLink {
    margin-bottom: 0;
  }
}
/* ================================================== */
/* ================ Search Results SEITE ============ */
/* ================================================== */
.content-pane .DnnModule-SearchResults *::after,
.content-pane .DnnModule-SearchResults *::before {
  box-sizing: border-box;
}
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced_dropdown .dnnPrimaryAction,
.dnnSearchResultPanel .dnnSearchResultSortOptions > li.active > a {
  background-image: none;
  color: white;
  background-color: #233b76;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: none;
  display: inline-block;
  position: relative;
  transition: background-color 300ms ease-out;
  transition-property: background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  transition-delay: initial;
  cursor: pointer;
  padding: 0px 36px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  height: 44px;
  line-height: 44px;
  margin: 0;
  height: auto;
  text-shadow: none;
}
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced_dropdown .dnnPrimaryAction:hover,
.dnnSearchResultPanel .dnnSearchResultSortOptions > li.active > a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #d9d9d9;
}
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced_dropdown .dnnSecondaryAction,
.dnnSearchResultPanel .dnnSearchResultSortOptions li:not(.active) > a {
  background-image: none;
  color: white;
  background-color: #233b76;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: none;
  display: inline-block;
  position: relative;
  transition: background-color 300ms ease-out;
  transition-property: background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  transition-delay: initial;
  cursor: pointer;
  padding: 0px 36px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  height: 44px;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
  background-color: #aca59f;
  text-shadow: none;
}
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced_dropdown .dnnSecondaryAction:hover,
.dnnSearchResultPanel .dnnSearchResultSortOptions li:not(.active) > a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #525252;
  text-shadow: none;
}
.dnnSearchBoxPanel,
.dnnSearchResultPanel {
  max-width: 100% !important;
  background-color: #f4f4f4;
}
.dnnSearchBoxPanel {
  padding: 40px 0 40px 0;
}
.dnnSearchBoxPanel .dnnSearchBox {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #949494;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #525252;
  height: auto;
  margin-left: 28px;
  margin-right: 120px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 9px 12px 8px 12px;
}
@media (max-width: 575.98px) {
  .dnnSearchBoxPanel .dnnSearchBox {
    margin-left: 10px;
    margin-right: 90px;
  }
}
.dnnSearchBoxPanel .dnnSearchBox > a.dnnSearchBoxClearAdvanced {
  display: none;
  width: 0;
  height: 0;
}
.dnnSearchBoxPanel .dnnSearchBox > input[type="text"],
.dnnSearchBoxPanel .dnnSearchBox > input[type="text"]:focus {
  /* position: relative; */
  height: auto;
  border: 0;
  box-shadow: none;
  min-width: 110px;
  padding: 0;
  margin: 0;
  left: 12px;
}
.dnnSearchBoxPanel .dnnSearchBox > a.dnnSearchBoxClearText {
  margin-top: 3px;
}
.dnnSearchBoxPanel .dnnSearchBox > .dnnSearchBox_advanced {
  right: 30px;
  top: 7px;
  margin: 0;
}
.dnnSearchBoxPanel .dnnSearchBox > .dnnSearchBox_advanced > .dnnSearchBox_advanced_label {
  padding: 2px 12px 0 10px;
  height: 27px;
}
.dnnSearchBoxPanel .dnnSearchBox > a.dnnSearchButton {
  top: 12px;
  right: 5px;
  margin: 0;
}
.dnnSearchBoxPanel .dnnSearchResultAdvancedTip {
  margin: 8px 29px 1px 0;
}
@media (max-width: 575.98px) {
  .dnnSearchBoxPanel .dnnSearchResultAdvancedTip {
    margin-right: 18px;
  }
}
.dnnSearchResultPanel {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding: 20px 0 20px 0;
}
.dnnSearchResultPanel .dnnRight {
  line-height: 0.75;
  margin-left: 10px;
  float: unset;
}
.dnnSearchResultPanel > .dnnRight > span.dnnSearchResultCountPerPage {
  margin-top: 7px;
}
@media (max-width: 991.98px) {
  .dnnSearchResultPanel {
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
  }
  .dnnSearchResultPanel .dnnRight {
    margin-top: 1em;
  }
  .dnnSearchResultPanel .dnnRight:first-child {
    margin-top: 0;
  }
}
.dnnSearchResultPanel .dnnSearchResultSortOptions {
  border-radius: 0;
  border: 0;
  padding: 0;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions::before {
  content: "Suchergebnisse sortieren nach:";
  display: inline-block;
}
@media (max-width: 767.98px) {
  .dnnSearchResultPanel .dnnSearchResultSortOptions::before {
    width: 97%;
    display: block;
    margin-bottom: 5px;
  }
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li {
  margin: 0;
  border: 0;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li:first-child {
  margin-left: 8px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .dnnSearchResultPanel .dnnSearchResultSortOptions > li:first-child {
    margin-left: 0;
  }
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li:last-child {
  margin: 0;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
  display: inline-block;
  margin: 0 auto 0 0;
  background-image: none;
  background-color: #d0d0d0;
}
.dnnSearchResultPanel .selectize-control {
  margin-top: 0;
  line-height: 1;
}
.dnnSearchResultPanel .selectize-control .selectize-input {
  padding: 10px 8px 8px 8px;
}
.dnnSearchResultPanel .selectize-control .selectize-input .item,
.dnnSearchResultPanel .selectize-control .selectize-dropdown .option {
  line-height: 18px;
}
.dnnFormItem .dnnTagsInput {
  padding: 9px 12px 8px 12px;
}
.dnnFormItem .dnnTagsInput input {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
.dnnFormItem .dnnTagsInput span.tag {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #525252;
  background-color: #f4f4f4;
  border-color: #b8b8b8;
}
.dnnCheckbox .mark {
  background-color: transparent;
  padding: 0;
}
.dnnSearchBoxPanel .dnnSearchBox input[type="text"],
.dnnSearchBoxPanel .dnnSearchBox input[type="text"]:focus,
.dnnSearchBoxPanel .dnnSearchResultAdvancedTip,
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced .dnnSearchBox_advanced_label,
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced label,
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced label span,
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced input,
.dnnSearchResultPanel .dnnRight .dnnSearchResultCountPerPage,
.dnnSearchResultPanel .dnnSearchResultSortOptions::before,
.selectize-control .selectize-input input,
.selectize-control .selectize-input .summary,
.selectize-control.show-checkbox .selectize-input.items .summary,
.selectize-control .selectize-input .item,
.selectize-control .selectize-dropdown .option,
.selectize-control .selectize-dropdown .option label {
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  vertical-align: middle;
}
/* ================================================== */
/* ======== Search Input (im Header-Bereich) ======== */
/* ================================================== */
@media (max-width: 991.98px) {
  .mobile-search-panel {
    color: white;
    padding: 55px 20px 40px 20px;
    background-color: #233b76;
    width: 100%;
  }
  .mobile-search-panel .main-search {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .mobile-search-panel {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 22px 15px 23px 15px;
  }
  .mobile-search-panel .main-search {
    border-bottom: 1px solid #96aec9;
  }
}
.main-search .searchSkinObjectPreview_group {
  display: none;
}
.main-search-inner {
  border: none;
  height: 30px;
  position: relative;
  margin-left: 35px;
  margin-top: 0px;
  border-bottom: 1px solid #96aec9;
  /* #96aec9 */
}
@media (max-width: 767.98px) {
  .main-search-inner {
    border-bottom: none;
  }
}
.main-search-inner .searchInputContainer input[type="text"],
.main-search-inner .searchInputContainer input[type="text"]:focus {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  color: white;
}
#dnn_dnnSEARCH_ClassicSearch,
.searchInputContainer {
  display: block !important;
}
.searchInputContainer {
  z-index: 1040;
}
.main-search .NormalTextBox {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 90% !important;
  height: 25px;
  color: white;
  border: none;
  background: none;
  outline: none;
  display: block !important;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  /* ::placeholder 						___ Chrome, Firefox, Opera, Safari 10.1+ */
  /* :-ms-input-placeholder 	___ Internet Explorer 10-11 */
  /* ::-ms-input-placeholder 	___ Microsoft Edge */
  /* :-moz-placeholder 				___ Firefox 18-  */
  /* ::-moz-placeholder 			___ Firefox 19+  */
}
.main-search .NormalTextBox::placeholder {
  color: white;
  opacity: 0.6;
}
.main-search .NormalTextBox:focus::placeholder {
  opacity: 0;
}
.main-search .NormalTextBox:-ms-input-placeholder {
  color: white;
  opacity: 0.6;
}
.main-search .NormalTextBox:focus:-ms-input-placeholder {
  opacity: 0;
}
.main-search .NormalTextBox::-ms-input-placeholder {
  color: white;
  opacity: 0.6;
}
.main-search .NormalTextBox:focus::-ms-input-placeholder {
  opacity: 0;
}
.main-search .NormalTextBox::-webkit-input-placeholder {
  color: white;
  opacity: 0.6;
}
.main-search .NormalTextBox:focus::-webkit-input-placeholder {
  opacity: 0;
}
.main-search .NormalTextBox:-moz-placeholder {
  color: white;
  opacity: 0.6;
}
.main-search .NormalTextBox:focus:-moz-placeholder {
  opacity: 0;
}
.main-search .NormalTextBox::-moz-placeholder {
  color: white;
  opacity: 0.6;
}
.main-search .NormalTextBox:focus::-moz-placeholder {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .main-search .NormalTextBox {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
  }
  .main-search .NormalTextBox::placeholder {
    opacity: 0;
  }
  .main-search .NormalTextBox:-ms-input-placeholder {
    opacity: 0;
  }
  .main-search .NormalTextBox::-ms-input-placeholder {
    opacity: 0;
  }
  .main-search .NormalTextBox::-webkit-input-placeholder {
    opacity: 0;
  }
  .main-search .NormalTextBox:-moz-placeholder {
    opacity: 0;
  }
  .main-search .NormalTextBox::-moz-placeholder {
    opacity: 0;
  }
}
.main-search a.skin-search {
  position: absolute;
  right: 0px;
  top: 3px;
  cursor: pointer;
  color: white;
  text-decoration: none;
}
.main-search a.skin-search:hover {
  color: white;
}
span.skin-search {
  display: none;
}
.main-search .searchSkinObjectPreview {
  margin-top: 43px;
  right: 0px !important;
  left: 0px !important;
  width: 100% !important;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: white;
  border: 1px solid #233b76;
}
.main-search .searchSkinObjectPreview li {
  border-top: 0;
  color: #141718;
}
.main-search .searchSkinObjectPreview li:hover {
  background-color: #f4f4f4;
  color: #141718;
}
@media (max-width: 767.98px) {
  .main-search .searchSkinObjectPreview {
    margin-top: 43px;
  }
}
.main-search .searchSkinObjectPreview .searchSkinObjectPreview_more {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #233b76;
}
@media (max-width: 767.98px) {
  .main-search .searchSkinObjectPreview .searchSkinObjectPreview_more {
    font-size: 12px;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}
.main-search .dnnSearchBoxClearText {
  margin: 0 !important;
  right: 100px !important;
  top: 4px !important;
}
@media (max-width: 575.98px) {
  .main-search .dnnSearchBoxClearText {
    right: 70px !important;
    top: 2px !important;
  }
}
.dnnSearchBoxClearText:not(.dnnShow) {
  display: none !important;
}
/* Sticky Float Buttons */
.sticky-float-buttons {
  z-index: 1590;
  display: flex;
  flex-direction: column;
  /* @supports (position: sticky) {
      position: -webkit-sticky;
      position: sticky;
    } */
  position: absolute;
  /* position: fixed; */
  right: 3px;
  /* top: 50vh; */
  margin: 0 0 0 auto;
}
.sticky-float-buttons .buttn {
  margin: 0;
}
.sticky-float-buttons .buttn .bvk-icon,
.sticky-float-buttons .buttn svg,
.sticky-float-buttons .buttn .fas,
.sticky-float-buttons .buttn .far,
.sticky-float-buttons .buttn .fal,
.sticky-float-buttons .buttn .fad,
.sticky-float-buttons .buttn .fab,
.sticky-float-buttons .buttn .fa {
  margin-right: 0;
  margin-left: 12px;
}
.sticky-float-buttons .buttn .bvk-icon:before {
  margin-right: 0;
}
.sticky-float-buttons .buttn.second-button {
  top: 20px;
}
.sticky-float-buttons .buttn.third-button {
  top: 40px;
}
.sticky-float-buttons .buttn.fourth-button {
  top: 60px;
}
.sticky-float-buttons .buttn.fifth-button {
  top: 80px;
}
.sticky-float-buttons .buttn.sixth-button {
  top: 100px;
}
.sticky-float-buttons .fas.fa-question:before {
  font-size: 15px;
}
.sticky-float-buttons .far.fa-question-circle::before {
  font-size: 17px;
}
@media (max-width: 991.98px) {
  .sticky-float-buttons .buttn {
    padding: 0 15px;
  }
  .sticky-float-buttons .buttn span {
    display: none;
  }
  .sticky-float-buttons .buttn .bvk-icon,
  .sticky-float-buttons .buttn svg,
  .sticky-float-buttons .buttn .fas,
  .sticky-float-buttons .buttn .far,
  .sticky-float-buttons .buttn .fal,
  .sticky-float-buttons .buttn .fad,
  .sticky-float-buttons .buttn .fab,
  .sticky-float-buttons .buttn .fa {
    margin-right: 0;
    margin-left: 0;
  }
}
.homeskin .sticky-float-buttons {
  top: 60px;
  width: max-content;
}
.normalskin .sticky-float-buttons {
  top: 0;
  width: max-content;
}
@media (max-width: 991.98px) {
  .normalskin .sticky-float-buttons {
    top: 60px;
  }
}
.homeskin .sticky-float-buttons.sticky-offset-lg,
.normalskin .sticky-float-buttons.sticky-offset-lg {
  position: fixed;
  top: 230px;
}
.homeskin .sticky-float-buttons.sticky-offset-md,
.normalskin .sticky-float-buttons.sticky-offset-md {
  position: fixed;
  top: 245px;
}
.homeskin .sticky-float-buttons.sticky-offset-sm,
.normalskin .sticky-float-buttons.sticky-offset-sm {
  position: fixed;
  top: 190px;
}
a.totoplink {
  position: absolute;
  top: -62px;
  right: 3px;
  width: 46px;
  height: 46px;
  display: block;
  line-height: 46px;
  font-size: 20px;
  outline: none;
}
@media (max-width: 767.98px) {
  a.totoplink {
    top: -58px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
}
a.totoplink,
a.totoplink:link,
a.totoplink:visited {
  text-align: center;
  text-decoration: none;
  color: #525252;
  background-color: #f4f4f4;
  border: 1px solid #808284;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
a.totoplink:hover,
a.totoplink:active {
  text-decoration: none;
  color: white;
  background-color: #233b76;
}
a.totoplink .icon {
  vertical-align: middle;
}
#go-to-top-button {
  position: fixed;
  bottom: 20px;
  right: 3px;
  z-index: 99;
}
#go-to-top-button a.totoplink {
  position: unset !important;
  top: unset !important;
}
.content-stage {
  margin-bottom: 11px;
}
.content-stage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #233b76;
}
.Level1 .content-stage {
  background-color: #5578a5;
}
.Level2 .content-stage,
.Level3 .content-stage,
.Level4 .content-stage {
  background-color: #808284;
}
.content-stage-inner {
  min-height: 255px;
}
@media (max-width: 767.98px) {
  .content-stage-inner {
    min-height: 190px;
  }
}
.content-stage-inner .h1 {
  display: block;
}
.content-stage-headline,
.content-stage-inner .h1 {
  color: white;
  font-size: 36px;
  line-height: 44px;
  padding-bottom: 22px;
  margin-bottom: 0;
  margin-top: 7px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .content-stage-headline,
  .content-stage-inner .h1 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px;
  }
}
.content-stage-headline::after,
.content-stage-inner .h1::after {
  content: '';
  width: 100px;
  height: 3px;
  background-color: white;
  position: absolute;
  bottom: -14px;
  left: 0;
}
/* 2SXC Startpage HTML Content Stage */
.htmlcontentstage {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.NormalContainer .htmlcontentstage-title.h1 {
  color: white;
  margin-top: 435px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .NormalContainer .htmlcontentstage-title.h1 {
    font-size: 32px;
    line-height: 42px;
    margin-top: 280px;
  }
}
@media (min-width: 352px) and (max-width: 767.98px) {
  .NormalContainer .htmlcontentstage-title.h1 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 280px;
  }
}
@media (max-width: 351.98px) {
  .NormalContainer .htmlcontentstage-title.h1 {
    font-size: 20px;
    line-height: 34px;
    margin-top: 280px;
    word-break: break-word;
  }
}
.NormalContainer .htmlcontentstage-title.h1::after {
  content: none;
}
@media (min-width: 992px) {
  .htmlcontentstage-title .title {
    max-height: 100px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .htmlcontentstage-title .title {
    max-width: 415px;
  }
}
@media (min-width: 992px) {
  .htmlcontentstage-title .subtitle {
    max-height: 50px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .htmlcontentstage-title .title,
  .htmlcontentstage-title .subtitle {
    max-height: 84px;
    overflow: hidden;
  }
}
@media (max-width: 351.98px) {
  .htmlcontentstage-title .title,
  .htmlcontentstage-title .subtitle {
    max-height: 68px;
    overflow: hidden;
  }
}
.htmlcontentstage-title.layernav-toggler {
  cursor: pointer;
}
.htmlcontentstage .htmlcontentstage-title .icon {
  vertical-align: middle;
  font-size: 33px;
  line-height: 1;
}
.htmlcontentstage-title-line {
  width: 100px;
  height: 3px;
  background-color: white;
  margin-top: 17px;
}
/*für StageHeader mit Störer und ggf. mit Slider*/
.storercontainer {
  width: 100%;
  position: relative;
}
.storerBlau {
  background-color: #5578a5;
}
.storerGelb {
  background-color: #fdc82e;
}
.sliderstorer {
  width: 325px;
  height: 325px;
  border-radius: 50%;
  position: absolute;
  top: 65px;
  right: 15px;
  z-index: 200;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sliderstorer {
    top: 40px;
    right: 0;
  }
}
.sliderstorer-innen {
  border: 2px solid white;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .sliderstorer-innen {
    border: 1px solid white;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.storerTitle {
  color: white;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  max-height: 64px;
  overflow: hidden;
  padding: 0px 35px 0px 35px;
  line-height: 32px;
}
.storerSubtitle {
  color: white;
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px;
  max-height: 44px;
  overflow: hidden;
  line-height: 22px;
  padding: 0px 35px 0px 35px;
  font-weight: 100;
}
.storerLink {
  color: white;
  margin-bottom: 0;
  text-align: center;
  padding: 0px 35px 0px 35px;
}
.storerLink .bvk-icon::before {
  margin-right: 0;
}
.storerLink a,
.storerLink a:Link,
.storerLink a:visited {
  color: white;
}
.storerLink a:Link:hover {
  cursor: pointer;
}
.storerGelb .sliderstorer-innen {
  border: 2px solid #233b76;
  color: #233b76;
}
@media (max-width: 767.98px) {
  .storerGelb .sliderstorer-innen {
    border: 1px solid #233b76;
  }
}
.storerGelb .storerTitle,
.storerGelb .storerSubtitle,
.storerGelb .storerLink,
.storerGelb .storerLink a,
.storerGelb .storerLink a:Link,
.storerGelb .storerLink a:visited {
  color: #233b76;
}
.bvk-owl-next,
.bvk-owl-prev {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid transparent;
  width: 60px;
  height: 60px;
  font-size: 80px !important;
  color: white;
  position: absolute;
  top: 40%;
  overflow: hidden;
  padding-bottom: 13px !important;
}
.bvk-owl-next {
  padding-left: 10px !important;
}
.bvk-owl-prev {
  padding-right: 10px !important;
}
.bvk-owl-next:focus,
.bvk-owl-prev:focus {
  outline: none;
  outline: 0;
}
.bvk-owl-next {
  right: -5px;
}
.bvk-owl-prev {
  left: -5px;
}
.owl-dots {
  position: absolute;
  bottom: 10px;
  right: 0px;
  left: 0px;
  margin: auto;
}
/* ------------------------------------------ */
/*  Stage Header / Content Stage mediaqueries */
/* ------------------------------------------ */
@media (min-width: 992px) {
  .htmlcontentstage {
    height: 635px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .htmlcontentstage {
    height: 480px;
  }
}
@media (max-width: 767.98px) {
  .htmlcontentstage {
    height: 470px;
  }
  .htmlcontentstage .htmlcontentstage-title .icon {
    font-size: 22px;
  }
  .sliderstorer {
    width: 210px;
    height: 210px;
    top: 35px;
    right: 10px;
  }
  .storerTitle {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 17px;
    max-height: 38px;
    line-height: 19px;
    padding: 0px 15px 0px 15px;
  }
  .storerSubtitle {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 15px;
    max-height: 30px;
    padding: 0px 15px 0px 15px;
  }
  .storerLink {
    font-size: 13px;
    line-height: 15px;
  }
}
/* Downloadcenter */
.downloads-header .h6 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #141718;
  margin-top: 26px;
  margin-bottom: 32px;
}
.downloads-table {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: #b3b3b3 solid 1px;
}
.downloads-table:first-child {
  padding-top: 8px;
}
.downloads-level-1 .downloads-table:nth-child(2),
.downloads-level-2 .downloads-table:nth-child(2) {
  padding-top: 0px;
}
.downloads-level-1,
.downloads-level-2 {
  margin-bottom: 32px;
}
.downloads-footer {
  margin-bottom: 50px;
  padding-top: 20px;
}
.downloads-level-1 .downloads-footer {
  margin-bottom: 5px;
}
.downloads-level-1 .downloads-level-2:last-child .downloads-footer {
  margin-bottom: 0px;
}
.downloads-level-1 .downloads-header .h2 {
  margin-top: 50px !important;
}
.downloads-header small {
  display: block;
  margin-bottom: 32px;
}
.downloads-header small p {
  font-size: 0.8rem;
  margin: 0;
}
.downloads-level-1 .downloads-level-2:nth-child(2) .downloads-header .h6 {
  margin-top: 13px;
  margin-bottom: 44px;
}
/* .downloads-footer .buttn {
    line-height: 44px;
} */
@media (max-width: 767.98px) {
  .downloads-table {
    padding-top: 26px;
    padding-bottom: 29px;
  }
}
.downloads-title {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #141718;
  color: #233b76;
}
.downloads-description,
.downloads-date,
.downloads-text {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #525252;
}
.downloads-link a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #233b76;
  font-size: 18px;
}
.downloads-link .fa {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .downloads-link {
    text-align: right;
  }
  .downloads-link a {
    margin-right: 28px;
  }
  .downloads-link a.buttn {
    margin-right: 0px;
  }
  /*

    .downloads-level-1 .downloads-header,
    .downloads-level-1 .downloads-title
     {
        padding-left: 15px !important;
    }

    .downloads-level-2 .downloads-header,
    .downloads-level-2 .downloads-title
     {
        padding-left: 30px !important;
    }

    */
}
@media (max-width: 767.98px) {
  .downloads-link {
    padding-top: 7px;
  }
}
@media (max-width: 991.98px) {
  .downloads-text {
    margin-top: 0px !important;
  }
}
.downloads-archive-link {
  text-align: right;
}
.downloads-filter {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 33px 29px 40px 29px;
  margin-bottom: 38px;
  background-color: #f4f4f4;
}
.downloads-filter-note {
  color: #525252;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .downloads-filter {
    padding: 34px 28px 29px 28px;
    margin-bottom: 46px;
  }
  .downloads-filter-note {
    margin-bottom: 22px;
  }
}
@media (max-width: 767.98px) {
  .downloads-filter {
    padding: 34px 19px 29px 19px;
    margin-bottom: 40px;
  }
  .downloads-filter-note {
    margin-bottom: 4px;
  }
}
.downloads-filter-bar label {
  display: block;
  color: #525252;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
}
@media (max-width: 767.98px) {
  .downloads-filter-bar label {
    padding-bottom: 4px;
  }
}
@media (max-width: 991.98px) {
  .downloads-filter-bar span label {
    display: none;
  }
}
.downloads-filter-bar select {
  display: block;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 18px 11px 18px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  color: #525252;
  font-size: 12px;
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.downloads-filter-bar .chosen-container.chosen-container-multi,
.downloads-filter-bar .chosen-container.chosen-container-one {
  background-image: url("img/bg-arrow-grey01-angle-down.png");
  background-repeat: no-repeat;
  background-position: right 10px top 19px;
}
.chosen-container-one {
  padding: 10px 23px 9px 18px;
}
.chosen-container-multi {
  padding: 8px 23px 9px 18px;
}
.download-filterremove {
  cursor: pointer;
}
.downloads-filter-bar .chosen-container {
  min-height: 44px;
  display: block;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  width: 100% !important;
  box-sizing: border-box;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 26px;
  outline: 0;
  border: 0!important;
  background: 0 0!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 103%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background-color: white;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li {
  margin: 3px;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.downloads-filter-bar .chosen-container.chosen-container-one.chosen-with-drop,
.downloads-filter-bar .chosen-container.chosen-container-multi.chosen-with-drop {
  background-image: url("img/bg-arrow-grey01-angle-up.png") !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .downloads-filter-bar .chosen-container.chosen-container-multi {
    background-image: url("img/bg-arrow-grey01-angle-down@2x.png");
    background-size: 9px 6px;
  }
  .downloads-filter-bar .chosen-container.chosen-container-multi.chosen-with-drop {
    background-image: url("img/bg-arrow-grey01-angle-up@2x.png");
  }
}
@media (max-width: 991.98px) {
  .downloads-filter-bar select,
  .downloads-filter-bar .chosen-container {
    margin-bottom: 9px;
  }
}
.downloads-filter-bar .chosen-container .chosen-choices .search-field .chosen-search-input {
  height: auto;
  margin: 0;
  line-height: normal;
  color: #525252;
  font-size: 12px;
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.chosen-container .chosen-choices .search-field .chosen-search-input {
  height: auto;
  margin: 0;
  line-height: normal;
  color: #525252;
  font-size: 12px;
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.downloads-filter-bar .chosen-container .chosen-choices {
  line-height: normal;
  font-size: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
}
.downloads-filter-bar .chosen-container .chosen-choices .search-choice {
  border: none;
  background-color: #f4f4f4;
  padding: 5px 12px;
  padding-right: 25px;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #525252;
  font-size: 12px;
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-clip: unset !important;
  background-size: 100% 100% !important;
  background-image: none !important;
}
.downloads-filter-bar .chosen-container .chosen-choices .search-choice .search-choice-close {
  top: 6px;
  right: 7px;
  background-position: -40px 0px;
}
.downloads-filter-bar .chosen-container .chosen-choices .search-choice .search-choice-close:hover {
  background-position: -40px -12px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.downloads-filter-bar .buttn {
  margin: 0 !important;
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  box-sizing: border-box;
}
.downloads-filter-bar .chosen-container ul {
  border: none;
  background-color: transparent;
  background-image: none;
  padding: 0;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-multi .chosen-choices,
.chosen-container-one .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.downloads-filter-bar .chosen-container .chosen-drop ul.chosen-results {
  color: #525252;
  font-size: 12px;
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.downloads-filter-bar .chosen-container .chosen-drop ul.chosen-results li {
  padding-left: 17px;
  padding-bottom: 5px;
}
.chosen-drop .result-selected {
  display: list-item;
  color: #ccc !important;
  cursor: default;
}
.downloads-filter-bar .chosen-container .chosen-results li.highlighted {
  background: none;
  text-decoration: underline;
  color: #525252;
}
.downloads-filter-bar .chosen-container ul {
  border: none;
  background-color: transparent;
  background-image: none;
  padding: 0;
}
.chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container-multi:focus,
.chosen-container-one:focus,
.chosen-drop:focus {
  outline: none;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
/* show border around inner module block when being logged in as editor */
.editor .downloadcenter .downloads-files {
  border: 1px dotted blue;
  background-color: #faffff;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0!important;
  background: 0 0!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.download-select,
.download-multiselect {
  width: 100%;
  border: none;
  outline: none;
  height: 26px;
}
.error {
  color: #c50f12;
}
.download-btn {
  width: 100%;
}
.downloads-filter-bar .chosen-container .chosen-drop {
  left: 0px;
  border: none;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.downloads-filter-bar .chosen-container .chosen-drop ul.chosen-results {
  color: #525252;
  font-size: 12px;
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.downloads-filter-bar .chosen-container .chosen-drop ul.chosen-results li {
  padding-left: 17px;
  padding-bottom: 5px;
}
.downloads-filter-bar .chosen-container .chosen-results li.highlighted {
  background: none;
  text-decoration: underline;
  color: #525252;
}
/* show border around inner module block when being logged in as editor */
.editor .downloadcenter .downloads-files {
  border: 1px dotted blue;
  background-color: #faffff;
}
/* BVK-2sxc-Downloadtabelle (neues Downloadcenter) */
.bvk-2sxc-downloadtabelle .downloads-footer {
  margin-bottom: 10px;
  padding-top: 0;
}
.bvk-2sxc-downloadtabelle .downloads-footer .downloads-link {
  text-align: right;
}
.bvk-2sxc-downloadtabelle .downloads-level-1 .downloads-level-2:last-child .downloads-footer {
  margin-top: 20px;
}
.bvk-2sxc-downloadtabelle .downloads-header .downloads-subfolder-title {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.bvk-2sxc-downloadtabelle .downloads-header .downloads-subfolder-description {
  margin-bottom: 40px;
}
.bvk-2sxc-downloadtabelle .downloads-vorschaubild {
  width: 120px;
  max-height: 82px;
  margin-right: 20px;
  float: left;
}
.bvk-2sxc-downloadtabelle .downloads-vorschaubild img {
  vertical-align: top;
  width: 120px;
  height: auto;
  max-height: 82px;
}
.bvk-2sxc-downloadtabelle .downloads-title {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .bvk-2sxc-downloadtabelle .downloads-description {
    max-height: 50px;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .bvk-2sxc-downloadtabelle .downloads-vorschaubild,
  .bvk-2sxc-downloadtabelle .downloads-description {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .bvk-2sxc-downloadtabelle .downloads-table-left-part {
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .bvk-2sxc-downloadtabelle .downloads-table-left-part {
    padding-right: 0;
  }
  .bvk-2sxc-downloadtabelle .downloads-link {
    padding-top: 16px;
  }
}
@media (max-width: 575.98px) {
  .bvk-2sxc-downloadtabelle .downloads-vorschaubild-container,
  .bvk-2sxc-downloadtabelle .downloads-title,
  .bvk-2sxc-downloadtabelle .downloads-description {
    width: 100%;
    display: block !important;
    overflow: hidden;
  }
  .bvk-2sxc-downloadtabelle .downloads-text {
    text-align: center;
  }
  .bvk-2sxc-downloadtabelle .buttn,
  .bvk-2sxc-downloadtabelle .buttn:link,
  .bvk-2sxc-downloadtabelle .buttn:visited {
    padding: 6px 36px;
    height: auto;
    line-height: 2;
  }
}
.chatbot-aufruf-bild img {
  width: 52px;
  height: auto;
}
.NormalContainer .h1,
.page-headline .h1 {
  font-size: 42px;
  line-height: 50px;
  display: block;
  /* padding-bottom: 22px; */
  margin-bottom: 34px;
  margin-top: 0px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #141718;
}
.NormalContainer .h1::after,
.page-headline .h1::after {
  content: '';
  width: 100px;
  height: 3px;
  background-color: #dcd7ca;
  position: relative;
  display: block;
  margin-top: 22px;
  margin-left: 2px;
}
/*
@media (min-width: 768px) {

    .NormalContainer .h1::after,
    .page-headline .h1::after {
        position: absolute;
        bottom: 0;
        left: 0;
    }

}
*/
@media (max-width: 767.98px) {
  .NormalContainer .h1,
  .page-headline .h1 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px;
    margin-bottom: 32px;
    text-align: center;
  }
  .NormalContainer .h1::after,
  .page-headline .h1::after {
    position: relative;
    display: block;
    margin-top: 24px;
    margin-left: calc(50% - 50px);
    margin-right: calc(50% - 50px);
  }
}
.NormalContainer .h2 {
  font-size: 36px;
  line-height: 44px;
  display: block;
  padding-bottom: 0;
  margin-bottom: 34px;
  margin-top: 0;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #141718;
}
.NormalContainer .h2::after {
  content: '';
  width: 100px;
  height: 3px;
  background-color: #dcd7ca;
  position: relative;
  display: block;
  margin-top: 22px;
  margin-left: 2px;
}
/*
@media (min-width: 768px) {

    .NormalContainer .h2::after {
        position: absolute;
        bottom: 0;
        left: 0;
    }

}
*/
@media (max-width: 767.98px) {
  .NormalContainer .h2 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 0;
    margin-bottom: 32px;
    text-align: center;
  }
  .NormalContainer .h2::after {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-left: calc(50% - 50px);
    margin-right: calc(50% - 50px);
  }
}
.NormalContainer .h3,
.NormalContainer .console.profile .console-none .h3 {
  font-size: 24px;
  line-height: 29px;
  margin-top: 50px;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #233b76;
}
@media (max-width: 767.98px) {
  .NormalContainer .h3 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}
.NormalContainer .h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #141718;
}
@media (max-width: 767.98px) {
  .NormalContainer .h4 {
    font-size: 17px;
    line-height: 20px;
  }
}
.NormalContainer .h5 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #141718;
}
.NormalContainer .h6 {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #141718;
}
.Normal,
.Normal p,
.Normal ul,
.Normal ol,
.NormalDisabled,
.NormalDeleted,
.NormalContainerContent,
.NormalContainerContent p,
.NormalContainerContent ul,
.NormalContainerContent ol {
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.Normal p,
.NormalContainerContent p {
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
.Normal b,
.Normal p b,
.Normal strong,
.Normal p strong,
.NormalContainerContent b,
.NormalContainerContent p b,
.NormalContainerContent strong,
.NormalContainerContent p strong {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
}
.Normal i,
.Normal p i,
.Normal em,
.Normal p em,
.NormalContainerContent i,
.NormalContainerContent p i,
.NormalContainerContent em,
.NormalContainerContent p em {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.NormalContainerContent .fa,
.NormalContainerContent .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.NormalContainerContent .fab {
  font-family: 'Font Awesome 5 Brands';
}
.NormalContainerContent .far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.NormalContainerContent .fa,
.NormalContainerContent .fas,
.NormalContainerContent .far,
.NormalContainerContent .fal,
.NormalContainerContent .fad,
.NormalContainerContent .fab {
  font-style: normal;
  line-height: 1;
}
/* =============================================================== */
/* ======= Animated Off-canvas Navigation for Bootstrap 4 ======== */
/* ============================ CSS ============================== */
.wrapper-offcanvas {
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.navbar {
  /* transition: all .5s .1s; */
  transition: none;
}
.bvk-nav.navbar-offcanvas.bg-dark {
  background-color: #233b76 !important;
}
.bvk-nav.navbar-offcanvas .container {
  position: relative;
  flex-wrap: nowrap;
  /* padding: 0; */
  transform: translate3d(0px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
@media (max-width: 324.98px) {
  .bvk-nav.navbar-offcanvas .container .logo img {
    width: auto;
  }
}
.bvk-nav.navbar-offcanvas .navbar-top {
  display: none;
}
.bvk-nav.navbar-offcanvas .navbar-top .nav-item {
  margin-right: 22px;
  text-align: left;
}
@media (min-width: 992px) {
  #SiteNav.bvk-nav.navbar-offcanvas .navbar-top {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  #SiteNav.bvk-nav.navbar-offcanvas .navbar-top .nav-item.extra {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  #SiteNav.bvk-nav.navbar-offcanvas.bg-dark {
    background-color: white !important;
  }
}
.bvk-nav.navbar-offcanvas .navbar-toggler {
  padding: 8px 0 0 15px;
  border: 0;
  outline: none;
}
.bvk-nav.navbar-offcanvas .navbar-toggler:hover,
.bvk-nav.navbar-offcanvas .navbar-toggler:focus {
  cursor: pointer;
}
@media (min-width: 768px) {
  .bvk-nav.navbar-offcanvas .navbar-toggler {
    display: block;
  }
}
.bvk-nav.navbar-offcanvas .navbar-toggler .icon-bar {
  display: block;
  position: relative;
  width: 16px;
  /* width: 20px; */
  height: 2px;
  border-radius: 1px;
  background-color: #141718;
}
.bvk-nav.navbar-offcanvas .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.bvk-nav.navbar-offcanvas .navbar-toggler .icon-bar.bar1 {
  top: 0;
  outline: 1px solid transparent;
  animation: topbar-back 500ms 0s;
  animation-fill-mode: forwards;
}
.bvk-nav.navbar-offcanvas .navbar-toggler .icon-bar.bar2 {
  outline: 1px solid transparent;
  opacity: 1;
}
.bvk-nav.navbar-offcanvas .navbar-toggler .icon-bar.bar3 {
  bottom: 0;
  outline: 1px solid transparent;
  animation: bottombar-back 500ms 0s;
  animation-fill-mode: forwards;
}
.bvk-nav.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar1 {
  top: 6px;
  animation: topbar-x 500ms 0s;
  animation-fill-mode: forwards;
  height: 4px;
}
.bvk-nav.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar2 {
  opacity: 0;
  height: 7px;
}
.bvk-nav.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar3 {
  bottom: 13px;
  /* bottom: 6px; */
  animation: bottombar-x 500ms 0s;
  animation-fill-mode: forwards;
  height: 4px;
}
.bvk-nav.navbar-offcanvas .navbar-collapse.collapse,
.bvk-nav.navbar-offcanvas .navbar-collapse.collapse.in,
.bvk-nav.navbar-offcanvas .navbar-collapse.collapsing {
  display: none !important;
}
.nav-open .navbar-collapse {
  transform: translate3d(0px, 0, 0);
  z-index: 1610;
}
.nav-open .navbar > .container {
  /* transform: translate3d(-@sidebar-width, 0, 0);
					max-width: none;
					padding-right: 30px; */
}
@media (min-width: 992px) {
  .nav-open .navbar > .container {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .nav-open .navbar > .container {
    max-width: none;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .nav-open .navbar > .container {
    transform: translate3d(-655.33333333px, 0, 0);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .nav-open .navbar > .container {
    transform: translate3d(-501.53061224px, 0, 0);
    padding-right: 19px;
  }
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .nav-open .navbar > .container {
    transform: translate3d(-315.06410256px, 0, 0);
    padding-right: 4px;
    margin: 0;
  }
}
@media (max-width: 374.98px) {
  .nav-open .navbar > .container {
    transform: translate3d(-264.95956873px, 0, 0);
    padding-right: 4px;
    margin: 0;
  }
}
.nav-open .wrapper-offcanvas {
  /* transform: translate3d(-150px, 0, 0); */
}
@media (min-width: 992px) {
  .nav-open .wrapper-offcanvas {
    transform: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .nav-open .wrapper-offcanvas {
    transform: translate3d(-572.48366013px, 0, 0);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .nav-open .wrapper-offcanvas {
    transform: translate3d(-428.98477157px, 0, 0);
  }
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .nav-open .wrapper-offcanvas {
    transform: translate3d(-245.06410256px, 0, 0);
  }
}
@media (max-width: 374.98px) {
  .nav-open .wrapper-offcanvas {
    transform: translate3d(-243.05732484px, 0, 0);
  }
}
/*
.nav-open .navbar > .container {
  transform: translate3d(-424px, 0, 0);
}
@media (max-width: 991.98px) {
  .nav-open .navbar > .container {
    transform: translate3d(-282.6666666667px, 0, 0);
  }
}
.nav-open .wrapper-offcanvas {
  transform: translate3d(-150px, 0, 0);
} */
body > .navbar-collapse {
  /* display: block !important; */
  position: fixed;
  top: 0;
  right: 0;
  /* right: -10px; */
  width: 983px;
  height: 100%;
  /* min-height: 100vh; */
  padding: 0;
  background-color: white;
  text-align: left;
  visibility: visible;
  /* overflow-y: visible; */
  overflow-y: auto;
  transform: translate3d(983px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 1032;
  box-shadow: 0px 0px 10px 0px #888;
  /* -webkit-box-shadow: inset 1px 0px 8px 0px rgba(136,136,136,0.52);
					-moz-box-shadow: inset 1px 0px 8px 0px rgba(136,136,136,0.52);
					box-shadow: inset 1px 0px 8px 0px rgba(136,136,136,0.52); */
  /*
	&:after {
			content: "";
			position: absolute;
			top: 28px;
			left: -20px;
			border-left: 10px solid #fff;
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent;
			border-right: 10px solid transparent;
			transform: rotate(180deg);
			transition: @off-canvas;
			z-index: 1032;
	} */
}
@media (min-width: 992px) {
  body > .navbar-collapse {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  body > .navbar-collapse {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body > .navbar-collapse {
    width: 655.33333333px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body > .navbar-collapse {
    width: 517.36842105px;
  }
}
@media (min-width: 375px) and (max-width: 575.98px) {
  body > .navbar-collapse {
    width: 329.86577181px;
  }
}
@media (max-width: 374.98px) {
  body > .navbar-collapse {
    width: 280.05698006px;
  }
}
body > .navbar-collapse .nav-image {
  margin-bottom: 65px;
}
body > .navbar-collapse .nav-image img {
  display: block;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.14);
  width: 91px;
  height: 69px;
}
body > .navbar-collapse .navbar-top {
  margin: 0 !important;
  flex-direction: column;
  /*  Übergang beim Resizen. */
}
@media (min-width: 992px) {
  body > .navbar-collapse .navbar-top {
    display: none;
  }
}
@media (max-width: 991.98px) {
  body > .navbar-collapse .navbar-top {
    padding: 1.5em 0 0 0;
  }
  body > .navbar-collapse .navbar-top .nav-item.extra {
    padding-top: 35px;
    padding-bottom: 0;
    padding-left: 18px;
    margin-right: auto;
    width: auto;
    max-width: 246px;
  }
  body > .navbar-collapse .navbar-top .nav-item.extra .menu-highlight-button {
    margin: 0;
    color: white;
  }
}
@media (max-width: 575.98px) {
  body > .navbar-collapse .navbar-top .nav-item.extra {
    padding-top: 19px;
  }
}
body > .navbar-collapse .navbar-top li {
  text-align: left;
}
body > .navbar-collapse .navbar-top li a {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #000;
}
body > .navbar-collapse .navbar-top li a:hover,
body > .navbar-collapse .navbar-top li a:focus {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  body > .navbar-collapse .navbar-top li a {
    padding: 12px 20px 12px 18px;
  }
}
body > .navbar-collapse li {
  text-align: left;
}
body > .navbar-collapse .nav-link,
body > .navbar-collapse .dropdown-toggle {
  font-weight: 700;
  color: #222;
  transition: color 0.2s ease-out;
}
body > .navbar-collapse .nav-link:hover,
body > .navbar-collapse .nav-link:focus,
body > .navbar-collapse .dropdown-toggle:hover,
body > .navbar-collapse .dropdown-toggle:focus {
  text-decoration: none;
}
body > .navbar-collapse .nav-link.disabled,
body > .navbar-collapse .dropdown-toggle.disabled {
  color: rgba(0, 0, 0, 0.35);
}
body > .navbar-collapse .nav-link.disabled:hover,
body > .navbar-collapse .nav-link.disabled:focus,
body > .navbar-collapse .dropdown-toggle.disabled:hover,
body > .navbar-collapse .dropdown-toggle.disabled:focus {
  cursor: not-allowed;
}
@media (min-width: 992px) {
  body > .navbar-top {
    display: none;
  }
}
body > #overlay {
  content: "";
  position: fixed;
  top: 0;
  left: auto;
  right: 632.48366013px;
  /* right: calc(#{$sidebar-width / 1.5} - 10px); */
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-x: hidden;
  z-index: 1649;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body > #overlay {
    right: 488.98477157px;
  }
}
@media (min-width: 375px) and (max-width: 575.98px) {
  body > #overlay {
    right: 305.06410256px;
  }
}
@media (max-width: 374.98px) {
  body > #overlay {
    right: 269.26136364px;
  }
}
@keyframes topbar-x {
  0% {
    top: 0px;
    transform: rotate(0deg);
  }
  45% {
    top: 6px;
    transform: rotate(145deg);
  }
  75% {
    transform: rotate(130deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes topbar-back {
  0% {
    top: 6px;
    transform: rotate(135deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    top: 0px;
    transform: rotate(0);
  }
}
@keyframes bottombar-x {
  0% {
    bottom: 0px;
    transform: rotate(0deg);
  }
  45% {
    bottom: 6px;
    transform: rotate(-145deg);
  }
  75% {
    transform: rotate(-130deg);
  }
  100% {
    transform: rotate(-135deg);
  }
}
@keyframes bottombar-back {
  0% {
    bottom: 6px;
    transform: rotate(-135deg);
  }
  45% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    bottom: 0px;
    transform: rotate(0);
  }
}
/* ================ End ========================= */
/* ============================================== */
/* ==================================================== */
/* ================ #SiteNav menu general styles ====== */
/* ==================================================== */
@media screen and (min-width: 992px) {
  .menuzor-menu {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .menuzor {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    float: none;
    line-height: 0;
  }
  .menuzor-menu li a {
    line-height: normal;
    text-transform: uppercase;
  }
  #SiteNav .level0 > .dropdown-toggle::after,
  #SiteNav .level0 > .has-submenu::after {
    display: none;
    width: 0;
    height: 0;
    border: 0;
  }
  #SiteNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  /* .normalskin #SiteNav ul {
		display: block;
	} */
  #SiteNav ul ul {
    background-color: white;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.45);
  }
  /*
	body.CP-None.domargin #SiteNav ul ul {
		display: none !important;
	}
	*/
  /* #SiteNav ul ul ul {
		padding: 0;
	} */
  #SiteNav ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #SiteNav ul li.level0 {
    display: inline-block;
  }
  #SiteNav ul li.level0 a {
    padding-top: 31px;
    padding-bottom: 31px;
    padding-left: 25px;
    padding-right: 25px;
  }
  body.CP-None.domargin #SiteNav ul li.level0 a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  #SiteNav ul li.first.level0 > a {
    padding-left: 0px !important;
  }
  #SiteNav ul li.level0 a,
  #SiteNav ul li.level0 a:link,
  #SiteNav ul li.level0 a:visited {
    text-decoration: none;
    color: white;
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
  }
  body.CP-None.domargin #SiteNav ul li.level0 a,
  body.CP-None.domargin #SiteNav ul li.level0 a:link,
  body.CP-None.domargin #SiteNav ul li.level0 a:visited {
    background-position-y: 120%;
  }
  #SiteNav ul li.level0.selected > a,
  #SiteNav ul li.level0.selected > a:link,
  #SiteNav ul li.level0.selected > a:visited,
  #SiteNav ul li.level0:hover > a,
  #SiteNav ul li.level0 > a:hover,
  #SiteNav ul li.level0 > a:active {
    text-decoration: none;
    /* color: white; */
    background-image: url('img/nav-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
  }
  #SiteNav ul li.first.level0 a,
  #SiteNav ul li.first.level0 a:link,
  #SiteNav ul li.first.level0 a:visited {
    background-position-x: calc(50% - 12px);
  }
  body.CP-None.domargin #SiteNav ul li.level0.selected a,
  body.CP-None.domargin #SiteNav ul li.level0.selected a:link,
  body.CP-None.domargin #SiteNav ul li.level0.selected a:visited,
  body.CP-None.domargin #SiteNav ul li.level0 a:hover,
  body.CP-None.domargin #SiteNav ul li.level0 a:active {
    background-position-y: 120%;
  }
  /*  #SiteNav ul li.first.level0.selected a,
	#SiteNav ul li.first.level0.selected a:link,
	#SiteNav ul li.first.level0.selected a:visited,
	#SiteNav ul li.first.level0 a:hover,
	#SiteNav ul li.first.level0 a:active {
        background-position-x: calc(50% - 12px);
	} */
  #SiteNav ul li.selected li a,
  #SiteNav ul li.selected li a:link,
  #SiteNav ul li.selected li a:visited {
    color: #233b76;
  }
  #SiteNav ul li li a:hover,
  #SiteNav ul li li a:active {
    color: #233b76;
  }
  #SiteNav ul ul li a,
  #SiteNav ul ul li a:link,
  #SiteNav ul ul li a:visited,
  #SiteNav ul .first ul li a,
  #SiteNav ul .first ul li a:link,
  #SiteNav ul .first ul li a:visited {
    text-decoration: none;
    padding-left: 30px !important;
    padding-right: 42px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #525252 !important;
  }
  #SiteNav ul ul li a:hover,
  #SiteNav ul ul li a:active,
  #SiteNav ul .first ul li a:hover,
  #SiteNav ul .first ul li a:active {
    text-decoration: none;
    background-image: none !important;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #233b76 !important;
    background-color: #f4f4f4;
  }
}
/* ==================================================== */
/* ========= END OF #SiteNav menu general styles ====== */
/* ==================================================== */
/* ==================================================== */
/* ================ #SiteNav menu RESP ================ */
/* ==================================================== */
@media screen and (max-width: 991.98px) {
  .navbar-collapse ul {
    text-align: left;
    margin-left: 0;
  }
  .navbar-collapse .fa-angle-right {
    display: none !important;
  }
  .menuzor-responsive .menuzor-menu li ul.dropdown li .indicator {
    font-size: 15px;
    height: auto;
  }
  .navbar-collapse ul li a {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .navbar-collapse ul ul li a {
    font-size: 16px;
  }
  .navbar-collapse ul ul ul li a {
    font-size: 14px;
  }
  .navbar-collapse ul li.level0 a,
  .navbar-collapse ul li.level0 a:link,
  .navbar-collapse ul li.level0 a:visited {
    word-wrap: break-word;
    white-space: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #233b76;
    /* background-image: url('img/mnav-bg.png');
        background-repeat: repeat-y; */
  }
  .navbar-collapse ul li.selected.level0 a,
  .navbar-collapse ul li.selected.level0 a:link,
  .navbar-collapse ul li.selected.level0 a:visited {
    text-decoration: none;
    color: #233b76;
    background-color: #e2e2e2;
    /* background-image: url('img/mnav-bg-hover.png');
        background-repeat: repeat-y; */
  }
  .navbar-collapse ul li.level0 > a:active {
    text-decoration: none;
    color: #233b76;
    background-color: #f4f4f4;
  }
  .navbar-collapse ul li.level0.show > a,
  .navbar-collapse ul li.level0 > a:hover {
    text-decoration: none;
    color: #233b76;
    background-color: #f0f0f0;
    /* #e9e9e9; */
  }
  .navbar-collapse ul ul li.level1 a,
  .navbar-collapse ul ul li.level1 a:link,
  .navbar-collapse ul ul li.level1 a:visited,
  .navbar-collapse ul ul li.level1 a:hover,
  .navbar-collapse ul ul li.level1 a:active {
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #525252 !important;
    /* background-image: url('img/mnav-bg.png');
				background-repeat: repeat-y; */
    white-space: normal !important;
  }
  .navbar-collapse ul li.selected ul li.level1 a,
  .navbar-collapse ul li.selected ul li.level1 a:link,
  .navbar-collapse ul li.selected ul li.level1 a:visited {
    background-color: white;
    /* background-image: url('img/mnav-bg.png'); */
  }
  .navbar-collapse ul ul li.selected.level1 a,
  .navbar-collapse ul ul li.selected.level1 a:link,
  .navbar-collapse ul ul li.selected.level1 a:visited,
  .navbar-collapse ul li.selected ul li.selected.level1 a,
  .navbar-collapse ul li.selected ul li.selected.level1 a:link,
  .navbar-collapse ul li.selected ul li.selected.level1 a:visited,
  .navbar-collapse ul li.selected.level0 ul li.level1 a:hover,
  .navbar-collapse ul li.selected.level0 ul li.level1 a:active,
  .navbar-collapse ul li.level0 ul li.level1 a:hover,
  .navbar-collapse ul li.level0 ul li.level1 a:active {
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #525252 !important;
    background-color: transparent;
    /* background-color: @grey04; */
    /* background-image: url('img/mnav-bg-hover.png');
        background-repeat: repeat-y; */
  }
  /*
	.navbar-collapse ul ul ul li.level2 a,
	.navbar-collapse ul ul ul li.level2 a:link,
	.navbar-collapse ul ul ul li.level2 a:visited,
	.navbar-collapse ul ul ul li.level2 a:hover,
	.navbar-collapse ul ul ul li.level2 a:active {
		color: #444444 !important;
		background-color: #c7c7c7 !important;
	} */
  .navbar-collapse ul ul ul li.selected.level2 a,
  .navbar-collapse ul ul ul li.selected.level2 a:link,
  .navbar-collapse ul ul ul li.selected.level2 a:visited {
    background-color: #e2e2e2 !important;
  }
  ul.dropdown {
    position: relative !important;
  }
}
/* ==================================================== */
/* ========= END OF #SiteNav menu RESP ================ */
/* ==================================================== */
/* ======================================================================== */
/* ================== B4 Multi Dropdown and other DROPDOWNS =============== */
/* ======================================================================== */
.wrapper-bvkpanelinner .dropdown-menu {
  border: none;
}
.menuzor-menu ul.dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 99;
  min-width: 180px;
  white-space: nowrap;
}
.menuzor-menu ul.dropdown-menu li ul.dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 99;
  min-width: 180px;
  white-space: nowrap;
}
/*
.menuzor-menu ul.dropdown-menu li ul.dropdown-menu {
    left: 100%;
} */
.menuzor-menu ul.dropdown-menu li {
  clear: both;
  width: 100%;
  font-size: 12px;
  position: relative;
  display: block;
}
.menuzor-menu ul.dropdown-menu li a {
  width: 100%;
  background: none;
  padding: 10px 20px 10px 18px;
  color: #525252;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -o-transition: padding 0.2s linear;
  -moz-transition: padding 0.2s linear;
  -webkit-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.menuzor-menu ul.dropdown-menu > li > a:hover {
  color: #333 !important;
}
/* °°°  */
.navbar-top .dropdown-menu.show {
  position: relative !important;
  /* display: block; */
  transform: none !important;
}
.navbar-top .nav-item.dropdown > .dropdown-toggle::after,
.navbar-top .nav-item.dropdown > .has-submenu::after,
.navbar-top .dropdown-menu .dropdown-toggle::after,
.navbar-top .dropdown-menu .has-submenu::after {
  margin-left: 0.5em;
  margin-top: 0;
  border: none;
  font-family: "bvk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\64";
  margin-right: -26px;
  vertical-align: top;
  display: inline-block;
}
.navbar-top .nav-item.dropdown.show > .dropdown-toggle::after,
.navbar-top .nav-item.dropdown.show > .has-submenu::after,
.navbar-top .dropdown-menu .show > .dropdown-toggle::after,
.navbar-top .dropdown-menu .show > .has-submenu::after {
  transform: rotate(90deg);
  /* margin-left: 1.5em; */
}
/*
.indicator {
	margin-left: 10px;
	display: inline-block;
}

#SiteNav li.level1.has-submenu a {
      background: url('img/bg-arrow-grey01-angle-down.png') top left no-repeat;
}
*/
_:-ms-fullscreen,
:root .navbar-top .nav-item.dropdown > .dropdown-toggle::after,
_:-ms-fullscreen,
:root .navbar-top .nav-item.dropdown > .has-submenu::after,
_:-ms-fullscreen,
:root .navbar-top .dropdown-menu > .dropdown-toggle::after,
_:-ms-fullscreen,
:root .navbar-top .dropdown-menu > .has-submenu::after {
  margin-top: 2px !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-top .nav-item.dropdown > .dropdown-toggle::after,
  .navbar-top .nav-item.dropdown > .has-submenu::after,
  .navbar-top .dropdown-menu > .dropdown-toggle::after,
  .navbar-top .dropdown-menu > .has-submenu::after {
    margin-top: 2px !important;
  }
}
@media (min-width: 992px) {
  .bvk-nav .nav-item.dropdown:hover > .dropdown-menu {
    position: absolute;
    right: auto;
    display: block;
  }
  .bvk-nav li.level0.nav-item.dropdown:hover > ul.dropdown-menu li.level1:hover > ul.dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
  }
  /*
	.bvk-nav .nav-item.dropdown:hover > ul.dropdown-menu li.level1:hover ul.dropdown-menu {
		display: block;
		position: absolute;
		left: 100%;
	}
	*/
  .bvk-nav .nav-item.dropdown:hover > ul.dropdown-menu li.level1:hover ul.dropdown-menu::after {
    content: "";
    clear: both;
  }
  .menuzor-menu ul.dropdown-menu li ul.dropdown-menu {
    left: 100%;
    top: auto;
  }
  /*
	.menuzor-menu ul.dropdown-menu,
	.menuzor-menu ul.dropdown-menu li ul.dropdown-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: none;
		position: absolute;
		z-index: 99;
		white-space: nowrap;
		background: #fff;
	}
	*/
  .menuzor-menu ul.dropdown-menu {
    min-width: 180px;
  }
  #SiteNav ul li.level0 a:hover::after,
  #SiteNav ul li.level0 a:active::after {
    transform: rotate(90deg);
    margin-left: 0.5em;
  }
  /* #SiteNav ul ul {display:block !important;} */
}
@media (max-width: 991.98px) {
  .menuzor-menu ul.dropdown-menu {
    top: 0%;
  }
  .menuzor-menu ul.dropdown-menu li ul.dropdown-menu {
    left: 0;
  }
  .navbar-collapse .navbar-top .level0.show {
    background-color: #f9f9f9;
  }
  .navbar-collapse .navbar-top .dropdown-menu.show {
    position: relative !important;
    /* display: block; */
    float: left;
    width: 100%;
    transform: none !important;
    border: none;
    padding: 0.25em 0 0.5em 0;
    background-color: #f9f9f9;
  }
  .navbar-collapse .navbar-top .dropdown-menu.show li.level1 > a,
  .navbar-collapse .navbar-top .dropdown-menu.show li.level2 > a {
    background-color: #f9f9f9;
  }
  .navbar-collapse .navbar-top .dropdown-menu.show li.level1.show > a,
  .navbar-collapse .navbar-top .dropdown-menu.show li.level1 > a:hover,
  .navbar-collapse .navbar-top .dropdown-menu.show li.level2.show > a,
  .navbar-collapse .navbar-top .dropdown-menu.show li.level2 > a:hover {
    background-color: #f0f0f0;
  }
  .navbar-collapse .navbar-top .dropdown-menu.show li.level1 > a {
    padding-left: 26px;
  }
  .navbar-collapse .navbar-top .dropdown-menu.show li.level2 > a {
    padding-left: 32px;
  }
  .navbar-collapse .navbar-top .dropdown-menu.show li.level1 > a,
  .navbar-collapse .navbar-top .dropdown-menu.show li.level2 > a {
    background-color: #f9f9f9;
  }
}
/*
.dropdown-bvk {
	display: none;
	position: absolute;
}
/*


/* ============== End of B4 Multi Dropdown and other dropdowns ============ */
/* ======================================================================== */
/* ==================================================== */
/* ===================== Mid-Footer Nav =============== */
/* ==================================================== */
.mid-footer nav .icon {
  vertical-align: middle;
  font-size: 11px;
  line-height: 18px;
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
}
.mid-footer nav,
.mid-footer nav ul,
.mid-footer nav li {
  display: block;
}
.mid-footer nav ul,
.mid-footer nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mid-footer nav ul {
  padding-left: 1em;
}
.mid-footer nav a,
.mid-footer nav a:link,
.mid-footer nav a:visited {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #525252;
}
.mid-footer nav a:hover,
.mid-footer nav a:active {
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #525252;
}
/* ==================================================== */
/* =================== END OF Mid-Footer Nav  ========= */
/* ==================================================== */
/* ==================================================== */
/* ===================== Footer Menü ================== */
/* ==================================================== */
.footer-menu,
.footer-menu li,
.footer-menu-sub,
.footer-menu-sub li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-menu.level0 {
  overflow: auto;
}
.footer-menu li.level0 {
  width: 25%;
  float: left;
}
.footer-menu li .icon {
  display: none;
}
@media (max-width: 767.98px) {
  .footer-menu.level0 {
    display: table;
    margin: 0 auto;
    overflow: auto;
  }
  .footer-menu li.level0 {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 15px;
  }
  .footer-menu li.level0:first-child {
    margin-top: 0;
  }
  .footer-menu li .icon {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 4px;
    font-size: 1em;
  }
  .footer-menu li li .icon {
    display: none;
  }
  .footer-menu ul.footer-menu-sub {
    display: none;
  }
  .footer-menu li.active ul.footer-menu-sub {
    display: block;
  }
}
/*
@media (min-width: 576px) and (max-width: 767.98px) {

	.footer-menu li.level0 {
		width: 49%;
		float: left;
		margin-left: 5px;
		margin-bottom: 15px;

		&:nth-child(2n+1) {
			margin-left: 0;
		}
	}
	.footer-menu li.level0:nth-child(2n)::after {
		clear: both;
		content: "";
		display: table;
	}

} */
.footer-menu li a {
  padding-bottom: 0;
}
.footer-menu li a.keyboardEvent:focus {
  margin-left: 3px;
}
.footer-menu li,
.footer-menu li a,
.footer-menu li a:link,
.footer-menu li a:visited {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #525252;
  line-height: 28px;
}
.footer-menu li a:hover,
.footer-menu li a:active {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #525252;
}
.footer-menu ul li a,
.footer-menu ul li a:link,
.footer-menu ul li a:visited {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  padding-bottom: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #525252;
}
.footer-menu ul li a:hover,
.footer-menu ul li a:active {
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #525252;
}
.footer-menu li a[href]:hover,
.footer-menu li a[href]:active,
.footer-menu ul li a[href]:hover,
.footer-menu ul li a[href]:active {
  font-weight: bold;
}
/* PID=3 und PID=4: 5 footer columns bei Orchestern und Bühnen */
@media (min-width: 768px) {
  .Portal-3 .footer-menu li.level0,
  .Portal-4 .footer-menu li.level0 {
    width: 20%;
    float: left;
    min-height: 175px;
  }
}
/* PID=6, PID=11: 6 footer columns bei Ärzten und bei Beamten */
@media (min-width: 1200px) {
  .Portal-6 .footer-menu li.level0,
  .Portal-11 .footer-menu li.level0 {
    width: 16%;
    float: left;
    margin-left: 8px;
    margin-right: 0;
    word-break: break-word;
  }
  .Portal-6 .footer-menu li.level0:first-child,
  .Portal-11 .footer-menu li.level0:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .Portal-6 .footer-menu li.level0,
  .Portal-11 .footer-menu li.level0 {
    width: 32%;
    float: left;
    margin-left: 12px;
    min-height: 265px;
  }
  .Portal-6 .footer-menu li.level0:nth-child(3n+1),
  .Portal-11 .footer-menu li.level0:nth-child(3n+1) {
    margin-left: 0;
  }
  .Portal-6 .footer-menu li.level0:nth-child(3n)::after,
  .Portal-11 .footer-menu li.level0:nth-child(3n)::after {
    clear: both;
    content: "";
    display: table;
  }
}
/* ==================================================== */
/* =================== END OF Footer Menü  ============ */
/* ==================================================== */
/* ==================================================== */
/* =========== Ankermenu / Ankernavigation  =========== */
/* ==================================================== */
.ankernavigation {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 70px !important;
}
@media (max-width: 767.98px) {
  .ankernavigation {
    padding-bottom: 52px !important;
  }
}
@media (max-width: 991.98px) {
  .ankernavigation .col-md-6 {
    margin-top: 0 !important;
  }
}
.ankernavigation a {
  display: block;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #d9d9d9;
  background-color: white;
  padding-left: 31px;
  padding-right: 10px;
  padding-top: 29px;
  padding-bottom: 29px;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 24px;
  line-height: 29px;
  margin-top: 50px;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #233b76;
  color: #525252;
  box-sizing: border-box;
  word-break: break-word;
}
@media (max-width: 767.98px) {
  .ankernavigation a {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  .ankermultilevel ul {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ankernavigation a {
    height: calc(100% - 10px);
  }
  .ankermultilevel-inner {
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #d9d9d9;
    background-color: white;
    padding-left: 31px;
    padding-right: 10px;
    padding-top: 29px;
    padding-bottom: 29px;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .ankermultilevel-inner {
    height: calc(100% - 10px);
  }
  .ankernavigation .ankermultilevel a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    margin: 0 !important;
    margin-bottom: 13px !important;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: auto;
  }
  .ankernavigation .ankermultilevel a:hover {
    background-color: transparent;
    font-size: 24px;
    line-height: 29px;
    margin-top: 50px;
    margin-bottom: 16px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #233b76;
    text-decoration: none;
    color: #525252;
  }
  .ankermultilevel ul,
  .ankermultilevel ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .ankernavigation .ankermultilevel ul a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    margin: 0 0 4px 0 !important;
    padding: 0 0 0 12px;
    text-indent: -12px;
    color: #525252;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .ankernavigation .ankermultilevel ul li:last-child a {
    margin-bottom: 0 !important;
  }
  .ankernavigation .ankermultilevel ul a:hover {
    color: #525252;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .ankernavigation .ankermultilevel a:hover {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  .ankernavigation a {
    padding-top: 22px;
    padding-bottom: 17px;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #141718;
    color: #525252;
  }
}
.ankernavigation a:hover {
  color: white;
  text-decoration: none;
  background-color: #233b76;
}
.ankermultilevel-inner:hover {
  color: white;
  text-decoration: none;
  background-color: #233b76;
}
.ankermultilevel-inner:hover a,
.ankermultilevel-inner:hover a:hover,
.ankermultilevel-inner:hover li,
.ankermultilevel-inner:hover ul a,
.ankermultilevel-inner:hover ul a:hover {
  color: white;
  text-decoration: none;
}
/* ============== End of Ankermenu ============= */
/* ============================================== */
/* ================ Sticky-Subnav =============== */
/* ============================================== */
.sticky-subnav {
  display: block;
  color: #233b76;
  background-color: #ebebeb;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.sticky-subnav a {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sticky-subnav .first a {
  margin-left: 0;
}
.sticky-subnav .last a {
  margin-right: 0;
}
.sticky-subnav a,
.sticky-subnav a:link,
.sticky-subnav a:visited {
  text-decoration: none;
  color: #233b76;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.sticky-subnav a:hover,
.sticky-subnav a:active {
  text-decoration: underline;
  color: #233b76;
}
/* body.domargin .homeskin .sticky-subnav {
	display: none;
} */
@media (max-width: 991.98px) {
  .sticky-subnav,
  html.nav-open .sticky-subnav {
    display: none !important;
  }
  /* body.domargin {
			.mobile-sticky-nav {
					border-bottom: 1px solid @grey03;
			}
			.bvk-nav.navbar-offcanvas {
					border-bottom: 3px solid #d9d9d9;
			}
	} */
}
/* ============= End of Sticky-Subnav =========== */
/* ============================================== */
/* Dnn Account Login (if default.css unloaded)

.dnnLogin .dnnFormItem span.dnnFormLabel {
	display: none;
}

.dnnLoginRememberMe {
	display: block;
	padding-top: 15px;
}

.dnnLoginRememberMe input[type=checkbox] {
	opacity: 1 !important;
	position: relative !important;
	z-index: auto !important;
}

*/
/* DNN Registration */
.dnnRegistrationForm .dnnPrimaryAction,
.dnnRegistrationForm .dnnPrimaryAction:link,
.dnnRegistrationForm .dnnPrimaryAction:visited,
.dnnLogin .dnnPrimaryAction,
.dnnLogin .dnnPrimaryAction:link,
.dnnLogin .dnnPrimaryAction:visited,
.dnnPasswordReset .dnnPrimaryAction,
.dnnPasswordReset .dnnPrimaryAction:link,
.dnnPasswordReset .dnnPrimaryAction:visited,
.dnnSendPassword .dnnPrimaryAction,
.dnnSendPassword .dnnPrimaryAction:link,
.dnnSendPassword .dnnPrimaryAction:visited {
  padding: 0px 36px !important;
  color: white !important;
  display: inline-block !important;
  position: relative !important;
  text-align: center !important;
  transition: background-color 300ms ease-out;
  transition-property: background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  transition-delay: initial;
  text-decoration: none !important;
  border: none !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  height: 44px !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25) !important;
  background: none !important;
  background-color: #233b76 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 44px !important;
  vertical-align: middle !important;
  text-shadow: none !important;
  border-inline: none !important;
}
.dnnRegistrationForm .dnnPrimaryAction:hover,
.dnnLogin .dnnPrimaryAction:hover,
.dnnPasswordReset .dnnPrimaryAction:hover,
.dnnSendPassword .dnnPrimaryAction:hover {
  color: white !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background: none !important;
  background-color: #d9d9d9 !important;
  text-shadow: none !important;
}
.dnnRegistrationForm .dnnPrimaryAction:active,
.dnnLogin .dnnPrimaryAction:active,
.dnnPasswordReset .dnnPrimaryAction:active,
.dnnSendPassword .dnnPrimaryAction:active {
  color: white !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background: none !important;
  background-color: #233b76 !important;
  text-shadow: none !important;
}
.dnnRegistrationForm .dnnSecondaryAction,
.dnnRegistrationForm .dnnSecondaryAction:link,
.dnnRegistrationForm .dnnSecondaryAction:visited,
.dnnLogin .dnnSecondaryAction,
.dnnLogin .dnnSecondaryAction:link,
.dnnLogin .dnnSecondaryAction:visited,
.dnnPasswordReset .dnnSecondaryAction,
.dnnPasswordReset .dnnSecondaryAction:link,
.dnnPasswordReset .dnnSecondaryAction:visited,
.dnnSendPassword .dnnSecondaryAction,
.dnnSendPassword .dnnSecondaryAction:link,
.dnnSendPassword .dnnSecondaryAction:visited {
  padding: 0px 36px !important;
  color: white !important;
  display: inline-block !important;
  position: relative !important;
  text-align: center !important;
  transition: background-color 300ms ease-out;
  transition-property: background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  transition-delay: initial;
  text-decoration: none !important;
  border: none !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  height: 44px !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25) !important;
  background: none !important;
  background-color: #737373 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 44px !important;
  vertical-align: middle !important;
  text-shadow: none !important;
  border-inline: none !important;
}
.dnnRegistrationForm .dnnSecondaryAction:hover,
.dnnLogin .dnnSecondaryAction:hover,
.dnnPasswordReset .dnnSecondaryAction:hover,
.dnnSendPassword .dnnSecondaryAction:hover {
  color: white !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background: none !important;
  background-color: #141718 !important;
  /*oder grey-02 */
  text-shadow: none !important;
}
.dnnRegistrationForm .dnnSecondaryAction:active,
.dnnLogin .dnnSecondaryAction:active,
.dnnPasswordReset .dnnSecondaryAction:active,
.dnnSendPassword .dnnSecondaryAction:active {
  color: white !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background: none !important;
  background-color: #737373 !important;
  text-shadow: none !important;
}
.dnnPasswordResetContent .dnnFormItem input,
.dnnPasswordResetContent ul.dnnActions {
  margin-top: 15px;
}
/* Abstände im Modul */
.NormalContainerContent .h3 {
  margin-top: 41px;
  margin-bottom: 21px;
}
.NormalContainerContent {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .NormalContainerContent {
    margin-bottom: 30px;
  }
}
.cmdRSS {
  display: inline-block;
  background-image: url(img/rss.gif);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
#ImagePaneWrapper .NormalContainerContent {
  margin-bottom: 0;
}
/* 2SXC Disable Hover Actions

.sc-content-block-quick-insert {
	display: none !important;
}

div.sc-cb-highlight-for-insert {
	background: none !important;
}
*/
/* 2SXC quick-menu-Leiste: Add-App-Icon ausblenden */
a.sc-content-block-menu-addapp {
  display: none !important;
}
/* ========================================== */
/* ========== Text mit Download/Opener ====== */
/* ========================================== */
.textblock.text-mit-download > div:first-child > h3:first-child,
.textblock.text-mit-download > div:first-child > .h3:first-child {
  margin-top: 0;
}
.textblock.text-mit-download .Normal {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #b0b0b0 #efefef;
}
.textblock.text-mit-download .Normal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.textblock.text-mit-download .Normal::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 9px;
  background-color: #F5F5F5;
}
.textblock.text-mit-download .Normal::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #b0b0b0;
}
.textblock.text-mit-download .moreLink {
  margin-top: 15px;
  display: block;
}
.textblock.text-mit-download .moreLink a {
  color: #233b76;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  display: block;
}
.textblock.text-mit-download .moreLink.keyboardEvent:focus {
  margin-bottom: 3px;
  margin-right: 3px;
  margin-left: 3px;
}
/* Scrollbalken unter der Tabelle im IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .textblock.text-mit-download .Normal {
    scrollbar-base-color: #b0b0b0;
    scrollbar-face-color: #b0b0b0;
    scrollbar-3dlight-color: #b0b0b0;
    scrollbar-highlight-color: #b0b0b0;
    scrollbar-track-color: #f5f5f5;
    scrollbar-arrow-color: #f5f5f5;
    scrollbar-shadow-color: #b0b0b0;
    scrollbar-dark-shadow-color: #b0b0b0;
  }
}
/*Edge*/
/* ========================================== */
/* ================ Opener ================== */
/* ========================================== */
.opener {
  margin-top: 0;
}
.opener .moreText {
  overflow: hidden;
}
.opener .moreLink {
  color: #233b76;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  display: block;
  margin-top: 15px;
  margin-bottom: 23px;
}
@media (max-width: 767.98px) {
  .opener .moreLink {
    margin-top: 13px;
  }
}
.downloadlink {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #233b76;
}
/* ================================ */
/* ==== Bild im Text zentriert ==== */
/* ================================ */
.text_bild-zentriert .media-centered {
  text-align: center;
}
.text_bild-zentriert .title {
  font-size: 24px;
  line-height: 29px;
  margin-top: 50px;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #233b76;
  margin: 21px 0 21px 0;
}
@media (max-width: 767.98px) {
  .text_bild-zentriert .title {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 575.98px) {
  .text_bild-zentriert .title {
    margin-bottom: 0;
  }
}
.text_bild-zentriert figure,
.text_bild-zentriert .video-container {
  width: 725px;
  margin: 38px auto 20px auto;
  /* iframe {
            @media (max-width: 767.98px) {
                height: auto;
            }
        } */
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .text_bild-zentriert figure,
  .text_bild-zentriert .video-container {
    margin: 30px 0;
  }
}
@media (max-width: 575.98px) {
  .text_bild-zentriert figure,
  .text_bild-zentriert .video-container {
    width: 100%;
    margin: 16px 0;
  }
}
.text_bild-zentriert figure img,
.text_bild-zentriert .video-container img {
  width: 100%;
  max-width: 725px;
}
.text_bild-zentriert figure.video_eigene_video_datei .embed-responsive,
.text_bild-zentriert .video-container.video_eigene_video_datei .embed-responsive {
  overflow: visible;
  max-width: 725px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: block;
  width: auto;
  padding: 0;
}
.text_bild-zentriert figure.video_eigene_video_datei .embed-responsive.embed-responsive-16by9::before,
.text_bild-zentriert .video-container.video_eigene_video_datei .embed-responsive.embed-responsive-16by9::before {
  padding-top: 0;
}
.text_bild-zentriert figure.video_eigene_video_datei .embed-responsive video.embed-responsive-item.video-local,
.text_bild-zentriert .video-container.video_eigene_video_datei .embed-responsive video.embed-responsive-item.video-local {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: 0;
  max-width: 725px;
}
/* =================================================== */
/* === Bild im Text links und rechts mit Capturion === */
/* =================================================== */
@media (min-width: 576px) and (max-width: 991.98px) {
  .text_bild-links .Normal p,
  .text_bild-links .Normal ul,
  .text_bild-links .Normal ol {
    float: left;
    width: 100%;
  }
}
.text_bild-links figure.image,
.text_bild-links .video-container {
  float: left;
  width: 460px;
  margin: 0 20px 20px 0;
  max-width: 100%;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .text_bild-rechts .Normal p,
  .text_bild-rechts .Normal ul,
  .text_bild-rechts .Normal ol {
    float: left;
    width: 100%;
  }
}
.text_bild-rechts figure.image,
.text_bild-rechts .video-container {
  float: right;
  width: 460px;
  margin: 0 0 20px 20px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .text_bild-links .Normal p,
  .text_bild-rechts .Normal p,
  .text_bild-links .Normal ul,
  .text_bild-rechts .Normal ul,
  .text_bild-links .Normal ol,
  .text_bild-rechts .Normal ol {
    margin-left: 0;
  }
}
.text_bild-links .title,
.text_bild-rechts .title {
  font-size: 24px;
  line-height: 29px;
  margin-top: 50px;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #233b76;
  margin: 21px 0 21px 0;
}
@media (max-width: 767.98px) {
  .text_bild-links .title,
  .text_bild-rechts .title {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 575.98px) {
  .text_bild-links .title,
  .text_bild-rechts .title {
    margin-bottom: 0;
  }
}
.text_bild-links figure.image + p,
.text_bild-rechts figure.image + p,
.text_bild-links figure.image + ul,
.text_bild-rechts figure.image + ul,
.text_bild-links figure.image + ol,
.text_bild-rechts figure.image + ol,
.text_bild-links .video-container + p,
.text_bild-rechts .video-container + p,
.text_bild-links .video-container + ul,
.text_bild-rechts .video-container + ul,
.text_bild-links .video-container + ol,
.text_bild-rechts .video-container + ol {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .text_bild-links figure.image,
  .text_bild-rechts figure.image,
  .text_bild-links .video-container,
  .text_bild-rechts .video-container {
    max-width: none;
    float: left;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .text_bild-links figure.image,
  .text_bild-rechts figure.image,
  .text_bild-links .video-container,
  .text_bild-rechts .video-container {
    margin: 5px 0 20px 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .text_bild-links figure.image,
  .text_bild-rechts figure.image,
  .text_bild-links .video-container,
  .text_bild-rechts .video-container {
    width: 100%;
    margin: 16px 0;
    text-align: left;
  }
}
.text_bild-links figure img,
.text_bild-rechts figure img,
.text_bild-links .video-container iframe,
.text_bild-rechts .video-container iframe {
  width: 100%;
  max-width: 460px;
}
.text_bild-links .video-container.video_eigene_video_datei .embed-responsive,
.text_bild-rechts .video-container.video_eigene_video_datei .embed-responsive {
  position: relative;
  display: block;
  width: auto;
  padding: 0;
  max-width: 460px;
}
.text_bild-links .video-container.video_eigene_video_datei .embed-responsive.embed-responsive-16by9::before,
.text_bild-rechts .video-container.video_eigene_video_datei .embed-responsive.embed-responsive-16by9::before {
  padding-top: 0;
}
.text_bild-links .video-container video.embed-responsive-item.video-local,
.text_bild-rechts .video-container video.embed-responsive-item.video-local {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: 0;
  max-width: 460px;
}
.text_bild-zentriert .outer-row,
.text_bild-links .outer-row,
.text_bild-rechts .outer-row {
  margin-bottom: 30px;
}
.text_bild-zentriert video,
.text_bild-links video,
.text_bild-rechts video {
  background-color: black;
}
.text_bild-zentriert video.video-local:-webkit-full-screen,
.text_bild-links video.video-local:-webkit-full-screen,
.text_bild-rechts video.video-local:-webkit-full-screen {
  background-color: black;
}
.text_bild-zentriert video.video-local:-moz-full-screen,
.text_bild-links video.video-local:-moz-full-screen,
.text_bild-rechts video.video-local:-moz-full-screen {
  background-color: black;
}
.text_bild-zentriert video.video-local:-ms-full-screen,
.text_bild-links video.video-local:-ms-full-screen,
.text_bild-rechts video.video-local:-ms-full-screen {
  background-color: black;
}
.text_bild-zentriert video.video-local:-o-full-screen,
.text_bild-links video.video-local:-o-full-screen,
.text_bild-rechts video.video-local:-o-full-screen {
  background-color: black;
}
.text_bild-zentriert video.video-local:full-screen,
.text_bild-links video.video-local:full-screen,
.text_bild-rechts video.video-local:full-screen {
  background-color: black;
}
/* ========================================== */
/* ============ Testimonial ================= */
/* ========================================== */
.testimonial:nth-of-type(1) .title {
  margin-top: 0;
}
.testimonial .quote-image {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 2%;
  display: block;
  position: relative;
  overflow: hidden;
}
.testimonial .quote-image img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  object-fit: none;
}
.img_quote {
  margin-top: 66px;
}
.quote {
  margin-left: 130px;
}
.quote .quotation :first-child {
  margin-top: 0;
  padding-top: 0;
}
.author {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #525252;
  margin-top: 23px;
}
@media screen and (max-width: 767.98px) {
  .testimonial .title {
    text-align: center;
  }
  .testimonial .img_quote {
    margin-top: 40px;
  }
  .testimonial .quote {
    margin-left: 0;
  }
  .testimonial .quote-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
    float: none;
  }
  .author {
    margin-bottom: 40px;
    text-align: center;
  }
}
/*Ende Testimonial*/
/* ========================================== */
/* =============== Zitat ==================== */
/* ========================================== */
.zitat:nth-of-type(1) .title {
  margin-top: 0;
}
.zitat .bvk-ico-quote-right {
  font-size: 40px;
  float: left;
  margin-left: 5%;
  margin-right: 2%;
}
@media (max-width: 767.98px) {
  .zitat .bvk-ico-quote-right {
    font-size: 30px;
    margin-left: 0;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .zitat .title {
    text-align: center;
  }
  .zitat .img_quote {
    margin-top: 40px;
  }
  .zitat .quote {
    margin-left: 47px;
  }
}
/* ========================================== */
/* =========== ARTICLES MODUL =============== */
/* ====      Pressemeldung und News      ==== */
.text_topline {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.publishdate,
.categories {
  /* category links will inherit from Links! */
  color: #d9d9d9;
}
.publishdate {
  margin-right: 20px;
}
.text_bild-rechts div.imageholder {
  position: relative;
  float: right;
}
div.imageholder div.imagetitle {
  position: relative;
  text-align: center;
}
div.allinks {
  margin-top: 20px;
}
i.alllinks {
  margin-left: 20px;
  margin-right: 8px;
}
li.allinks,
li.pdflink {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  list-style-type: none;
}
.articlelink .readmorelink {
  display: block;
  text-decoration-line: none;
  margin-top: 23px;
}
/* Tabelle */
.textblock .Normal .zeile {
  display: inline-block;
}
.textblock .Normal .zeile.blue01 {
  color: #233b76;
}
.textblock .Normal table,
.cke_editable table {
  width: 100% !important;
  border: 0 !important;
  border-spacing: 0 !important;
  table-layout: auto;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .textblock .Normal table,
  .cke_editable table {
    border: 1px solid #e0e0e0 !important;
    margin-left: 0;
    box-shadow: 6px 3px 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 3px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 6px 3px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
.text_bild-links.textblock .Normal table,
.text_bild-rechts.textblock .Normal table {
  width: auto !important;
}
.text_bild-links.textblock .Normal,
.text_bild-rechts.textblock .Normal,
.text_bild-zentriert.textblock .Normal {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #b0b0b0 #efefef;
}
.text_bild-links.textblock .Normal::-webkit-scrollbar-track,
.text_bild-rechts.textblock .Normal::-webkit-scrollbar-track,
.text_bild-zentriert.textblock .Normal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.text_bild-links.textblock .Normal::-webkit-scrollbar,
.text_bild-rechts.textblock .Normal::-webkit-scrollbar,
.text_bild-zentriert.textblock .Normal::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 9px;
  background-color: #F5F5F5;
}
.text_bild-links.textblock .Normal::-webkit-scrollbar-thumb,
.text_bild-rechts.textblock .Normal::-webkit-scrollbar-thumb,
.text_bild-zentriert.textblock .Normal::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #b0b0b0;
}
/* Scrollbalken unter der Tabelle im IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .text_bild-links.textblock .Normal,
  .text_bild-rechts.textblock .Normal,
  .text_bild-zentriert.textblock .Normal {
    scrollbar-base-color: #b0b0b0;
    scrollbar-face-color: #b0b0b0;
    scrollbar-3dlight-color: #b0b0b0;
    scrollbar-highlight-color: #b0b0b0;
    scrollbar-track-color: #f5f5f5;
    scrollbar-arrow-color: #f5f5f5;
    scrollbar-shadow-color: #b0b0b0;
    scrollbar-dark-shadow-color: #b0b0b0;
  }
}
.textblock .Normal thead th,
.cke_editable thead th,
.textblock .Normal thead td,
.cke_editable thead td {
  height: 50px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #141718;
  text-align: center;
  background-color: #ebebeb;
  border: 0;
}
.textblock .Normal thead th:first-child,
.cke_editable thead th:first-child,
.textblock .Normal thead td:first-child,
.cke_editable thead td:first-child {
  text-align: left;
}
/*
.textblock .Normal th:first-child,
.cke_editable th:first-child,
*/
.textblock .Normal tr:first-child td:first-child,
.cke_editable tr:first-child td:first-child {
  /*
    min-width: 30%;
    width: auto;
    */
  text-align: left;
}
.textblock .Normal td,
.cke_editable td {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 78px;
  text-align: center;
  border: 0;
  min-width: 20px;
  padding: 15px 10px;
}
.textblock .Normal td p,
.cke_editable td p {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
@media (max-width: 575.98px) {
  .textblock .Normal td p,
  .cke_editable td p {
    word-break: break-word;
  }
}
.textblock .Normal td:first-child,
.cke_editable td:first-child {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #141718;
  font-weight: normal;
  color: #233b76;
  padding-left: 2%;
  text-align: left;
}
.textblock .Normal td:last-child,
.cke_editable td:last-child {
  padding-right: 2%;
}
.textblock .Normal thead th:first-child,
.textblock .Normal tbody th:first-child,
.cke_editable thead th:first-child,
.cke_editable tbody th:first-child,
.textblock .Normal thead td:first-child,
.textblock .Normal tbody td:first-child,
.cke_editable thead td:first-child,
.cke_editable tbody td:first-child {
  padding-left: 2%;
  border: 0;
}
.textblock .Normal tbody th:first-child,
.cke_editable tbody th:first-child {
  text-align: left;
}
.textblock .Normal td:first-child .table-extratext,
.cke_editable .table-extratext {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #525252;
  padding-bottom: 10px;
}
.textblock .Normal tr:nth-child(odd),
.cke_editable tr:nth-child(odd) {
  background-color: #f4f4f4;
  color: #525252;
}
.textblock .Normal tr:nth-child(even),
.cke_editable tr:nth-child(even) {
  background-color: white;
  color: #525252;
}
.textblock .Normal table thead + tbody tr:nth-child(even),
.cke_editable table thead + tbody tr:nth-child(even) {
  background-color: #f4f4f4;
  color: #525252;
}
.textblock .Normal table thead + tbody tr:nth-child(odd),
.cke_editable table thead + tbody tr:nth-child(odd) {
  background-color: white;
  color: #525252;
}
.textblock .Normal table caption,
.cke_editable table caption {
  caption-side: bottom;
  display: table-caption;
  margin-top: 10px;
  font-size: 12px;
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
/* Definitionen für Blurbs (Zahlen,Daten,Fakten) */
.blurbs.row {
  margin-top: -40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blurbs.row {
    margin-top: -45px;
  }
}
@media (max-width: 767.98px) {
  .blurbs.row {
    margin-top: -31px;
  }
}
.blurbs .h1 {
  color: #233b76;
  padding: 0;
  margin-bottom: 11px;
  height: 57px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blurbs .h1 {
    margin-bottom: 17px;
    font-size: 28px;
    line-height: 44px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .blurbs .h1 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 34px;
    height: 39px;
  }
}
.blurbs .h1::after {
  height: 1px;
  width: 40px;
  position: absolute;
  bottom: 0;
}
.blurbs .text-center .h1::after,
.blurbs .text-center .h2::after {
  margin-left: calc(50% - 20px) !important;
  margin-right: calc(50% - 20px) !important;
}
.blurbs .h3 {
  color: #525252;
  margin-top: 0;
  margin-bottom: 14px;
  max-height: 58px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blurbs .h3 {
    font-size: 18px;
    line-height: 22px;
    max-height: 44px;
  }
}
@media (max-width: 767.98px) {
  .blurbs .h3 {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
  }
}
.blurbs-brick {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blurbs-brick {
    margin-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .blurbs-brick {
    margin-top: 31px;
  }
}
.blurbs-brick .Normal.copyS {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 14px;
  max-height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blurbs-brick .Normal.copyS {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    max-height: 95px;
  }
}
@media (max-width: 767.98px) {
  .blurbs-brick .Normal.copyS {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    max-height: 57px;
  }
}
.blurbs .moreLink {
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #233b76;
  margin-bottom: 0;
  display: block;
  max-height: 18px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .blurbs .moreLink {
    font-size: 12px;
    line-height: 14px;
    max-height: 15px;
  }
}
/* Teaser Modules (skinner) */
.teaser1-item-wrapper {
  display: block;
  margin-bottom: 30px;
}
.teaser1-item {
  min-height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
@media (min-width: 992px) {
  .teaser1-item:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
  }
}
.teaser1-item-headline {
  display: inline-block;
  color: white;
  padding: 7px 20px;
  margin-bottom: 19px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #233b76;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .teaser1-item-headline {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .teaser1-item-headline {
    padding: 5px 13px;
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 20px;
  }
}
/* 2sxc + Articles Teasers */
.grey-frame-blue-bottom {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 3px solid #233b76;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.grey-frame-turquoise-bottom {
  border-top: 1px solid #008277;
  border-left: 1px solid #008277;
  border-right: 1px solid #008277;
  border-bottom: 3px solid #008277;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(1, 143, 127, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(1, 143, 127, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(1, 143, 127, 0.25);
}
.teaser-brick {
  margin-top: 30px;
}
.teaser.row,
.teaser3.row {
  margin-top: -30px;
}
.teaser-image {
  width: 100%;
  max-width: 350px;
}
@media (min-width: 1200px) {
  .teaser-image {
    height: 200px;
  }
}
.teaser-image img {
  width: 100%;
}
@media (min-width: 1200px) {
  .teaser-image img {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .teaser1 .teaser-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.teaser2 .grey-frame-blue-bottom,
.teaser-mit-bild {
  max-width: 350px;
}
@media (max-width: 767.98px) {
  .teaser2 .grey-frame-blue-bottom,
  .teaser-mit-bild {
    margin-left: auto;
    margin-right: auto;
  }
}
.teaser-content {
  padding-top: 28px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  /* every content element has margin-bottom 23px so sum to bottom is 28px */
}
.teaser3 .teaser-content {
  padding-top: 25px;
}
.teaser-content .teaser-title {
  font-size: 24px;
  line-height: 29px;
  margin-top: 50px;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #233b76;
  margin-top: 0;
  margin-bottom: 23px;
  height: 58px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .teaser-content .teaser-title {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .teaser-content .teaser-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767.98px) {
  .teaser-content .teaser-title {
    height: auto !important;
    margin-bottom: 20px;
  }
}
.teaser-ohne-bild .teaser-title {
  margin-top: 25px;
}
.teaser1-title {
  overflow: hidden;
  max-width: 80%;
  position: absolute;
  bottom: 19px;
  height: 42px;
  padding: 7px 20px;
  background-color: #233b76;
  border-radius: 3px;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.wrapper-bvkpanelinner .teaser1 .teaser1-title {
  color: white;
}
.teaser1-title-turquoise {
  background-color: #008277;
}
.teaser-date,
.teaser-text,
.teaser-moreLink {
  margin-bottom: 23px;
}
.teaser-date {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #525252;
}
.teaser-text {
  height: 72px;
  overflow: hidden;
}
.teaser-text p {
  margin: 0;
}
.teaser-moreLink {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #233b76;
}
.teaser-tooltip {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  float: right;
  font-size: 20px;
}
div.teaser-tooltip {
  color: #525252;
  cursor: pointer;
}
.teaser-tooltip a {
  color: #949494 !important;
}
.teaser3-city {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #525252;
  float: left;
  margin-bottom: 25px;
}
.teaser3-date {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #525252;
  background-color: #d9d9d9;
  float: right;
  margin-bottom: 20px;
  margin-top: -26px;
  padding: 2px 10px;
}
/* Tooltip auf Teasers von Articles*/
.teaser-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: white;
  padding: 20px 15px 30px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  display: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: 140px;
  z-index: -5;
  bottom: 0;
  top: 175%;
  right: 0;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.39);
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #525252;
}
.teaser-tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background-color: white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  bottom: 0;
  right: 0;
  left: -6px;
  top: 179%;
  z-index: -5;
  -webkit-box-shadow: 1px -1px 0px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 1px -1px 0px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 1px -1px 0px 0px rgba(0, 0, 0, 0.39);
  border: 9px solid grey;
  border-color: white white transparent transparent;
  transform-origin: 0 0;
  transform: rotate(-45deg);
}
.teaser-tooltip:hover::after,
.teaser-tooltip:hover::before {
  display: block;
}
.teaser-tooltip:hover::after {
  z-index: 3;
}
.teaser-tooltip:hover::before {
  z-index: 4;
}
/* Panorama Teaser */
.full-width {
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}
.panorama-teaser {
  position: relative;
  height: 650px;
}
.panorama-teaser .panorama-content-wrapper {
  position: relative;
  display: block;
  height: 100%;
}
.panorama-teaser .panorama-image {
  height: 650px;
  margin-left: 40%;
  position: relative;
  overflow: hidden;
}
.panorama-teaser .panorama-image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, #ffffff 5%, rgba(255, 255, 255, 0) 100%);
}
.panorama-teaser .panorama-content {
  position: absolute;
  top: 108px;
  margin-top: 0;
  height: 435px;
  width: 50%;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.panorama-teaser .panorama-content .panorama-text {
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
  overflow-y: hidden;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #525252;
}
.panorama-teaser .panorama-content .panorama-text ul {
  margin: 0;
}
.panorama-teaser .panorama-content .panorama-text p:first-child {
  margin-top: 0;
}
.panorama-teaser .panorama-content .panorama-text p:last-child {
  margin-bottom: 0;
}
.panorama-teaser .h2 {
  font-size: 36px;
  line-height: 44px;
  display: block;
  /* padding-bottom: 22px; */
  margin-bottom: 34px;
  margin-top: 0;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #141718;
  font-size: 42px;
  line-height: 50px;
}
.panorama-teaser .h3 {
  font-size: 36px;
  line-height: 44px;
  display: block;
  /* padding-bottom: 22px; */
  margin-bottom: 34px;
  margin-top: 0;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #141718;
  margin-bottom: 22px;
}
.panorama-teaser .h3::after {
  display: none;
}
.panorama-teaser .panorama-content .panorama-button {
  margin-top: auto;
}
.panorama-teaser .buttn {
  margin: 34px 0 0 0;
}
.panorama-teaser .buttn.keyboardEvent:focus {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
@media (min-width: 1999px) {
  .panorama-teaser .panorama-image img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .panorama-teaser .panorama-content {
    top: 72px;
    height: auto;
    max-height: 533px;
  }
}
@media (max-width: 767.98px) {
  .panorama-teaser .panorama-image {
    height: 600px;
    margin-left: 0;
  }
  .panorama-teaser .panorama-image img {
    height: 100%;
  }
  .panorama-teaser .panorama-image::after {
    width: 100%;
  }
  .panorama-teaser .panorama-content {
    top: 55px;
    height: auto;
    max-height: 515px;
    width: 100%;
    align-items: center;
  }
  .panorama-teaser .panorama-content .h2 {
    align-self: flex-start;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 0;
    margin-bottom: 32px;
    text-align: center;
  }
  .panorama-teaser .panorama-content .h3 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 0;
    margin-bottom: 32px;
    text-align: center;
    margin-bottom: 22px;
  }
}
/* Panorama CTA */
.panorama-cta .panorama-cta-background {
  background-color: #5578a5;
}
.panorama-cta .panorama-cta-content {
  padding-top: 42px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
.panorama-cta .h2 {
  padding-bottom: 0;
  margin-bottom: 25px;
  color: white;
  text-align: left;
}
.panorama-cta .h2::after {
  content: '';
  width: 65px;
  height: 2px;
  background-color: white;
  margin-left: 0;
  margin-right: 0;
}
.panorama-cta .panorama-cta-text {
  color: white;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .panorama-cta .panorama-cta-text {
    margin-bottom: 42px;
  }
}
@media (min-width: 992px) {
  .panorama-cta .panorama-cta-text {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .panorama-cta .panorama-cta-button {
    flex-direction: row;
    display: flex;
    justify-content: flex-end;
  }
}
.panorama-cta .panorama-cta-button .buttn {
  margin-top: 0;
  white-space: nowrap;
}
/* accordion */
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.accordion .accordion-block {
  border: 1px solid #949494;
  /* grey03 */
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  margin-bottom: 11px;
}
.accordion .accordion-title {
  cursor: pointer;
  margin-top: 21px;
  margin-bottom: 18px;
  padding-left: 34px;
  padding-right: 34px;
  position: relative;
  line-height: 1;
}
.accordion .accordion-title .bvk-ico-angle-down {
  padding-left: 0;
  padding-right: 0;
  line-height: 1;
  text-align: right;
}
.accordion .accordion-title.collapsed .bvk-ico-angle-down:before {
  content: "\66";
  line-height: 1;
}
.accordion .accordion-title .bvk-ico-angle-down:before {
  content: "\65";
  margin-right: 0;
  line-height: 1;
}
.accordion .accordion-title .h3 {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #141718;
  margin: 0;
  color: #233b76;
}
@media (max-width: 575.98px) {
  .accordion .accordion-title {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 13px;
    padding-right: 20px;
  }
  .accordion .accordion-title .h3 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}
.accordion .accordion-collapse-block {
  border-top: 1px solid #949494;
}
.accordion .accordion-collapse-block .accordion-text {
  padding-top: 28px;
  padding-bottom: 24px;
  padding-left: 34px;
}
.accordion .accordion-collapse-block .accordion-text p:first-child,
.accordion .accordion-collapse-block .accordion-text *:first-child {
  margin-top: 0;
}
.accordion .accordion-collapse-block .accordion-text p:last-child,
.accordion .accordion-collapse-block .accordion-text *:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .accordion .accordion-collapse-block .accordion-text {
    padding-top: 15px;
    padding-bottom: 9px;
    padding-left: 13px;
  }
}
.accordion .accordion-block:focus-within {
  /* .accordion-collapse-block:not([style*="display:none"]) {
		display: none;
	}*/
}
.accordion .accordion-block:focus-within .accordion-title[class*="collapsed"] .bvk-ico-angle-down:before {
  content: "\65";
}
.accordion .accordion-block:focus-within .accordion-title:not([class*="collapsed"]) .bvk-ico-angle-down:before {
  content: "\66";
}
.accordion .accordion-block:focus-within .accordion-collapse-block[style*="display:none"] {
  display: flex !important;
}
.ansprechpartner {
  margin-bottom: 30px;
}
.ansprechpartner .kontaktdaten {
  margin-left: 32px;
}
.ansprechpartner .left {
  line-height: 0 !important;
}
.ansprechpartner .left img {
  width: 100%;
  margin: 0;
}
.ansprechpartner .left .imagetitle {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  color: white;
  position: absolute;
  bottom: 19px;
  height: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 26px;
  background: #233b76;
  border-radius: 3px;
}
@media (max-width: 767.98px) {
  .ansprechpartner .left .imagetitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.ansprechpartner .funktion {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #525252;
  margin-top: 32px;
  margin-bottom: 0;
}
.ansprechpartner .name {
  font-size: 24px;
  line-height: 29px;
  margin-top: 50px;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #233b76;
  margin: 22px 0;
}
@media (max-width: 767.98px) {
  .ansprechpartner .name {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}
.ansprechpartner .bvk-ico-phone,
.ansprechpartner .bvk-ico-envelope {
  margin-right: 10px;
}
.ansprechpartner .bvk-ico-phone::before,
.ansprechpartner .bvk-ico-envelope::before {
  color: #233b76;
}
@media (min-width: 1200px) {
  .ansprechpartner .left .imagetitle img {
    height: 256px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1199px) {
  .ansprechpartner .left .imagetitle {
    padding: 10px 32px 8px 12px;
    max-width: 95%;
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .ansprechpartner .grey-frame-blue-bottom {
    max-width: 387px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .ansprechpartner .left .imagetitle {
    padding: 10px 32px 8px 12px;
    max-width: 95%;
    font-size: 17px;
    line-height: 20px;
  }
  .ansprechpartner .kontaktdaten {
    margin-left: 19px;
    margin-right: 19px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: normal;
    word-break: normal;
    word-break: break-word;
  }
}
/* OwlCarousel2 image slider */
button.owl-prev {
  position: absolute;
  top: 40%;
  margin-left: -20px !important;
  display: block !important;
}
button.owl-next {
  position: absolute;
  top: 40%;
  right: -25px;
  display: block !important;
}
button.owl-prev:hover,
button.owl-next:hover {
  background: none !important;
  color: inherit !important;
}
.owl-nav {
  margin: 0;
}
.more-than-2-images {
  max-width: 297px;
}
.less-than-3-images {
  max-width: 453px;
}
/* ----------------------------- */
/* --------- Historien --------- */
/* ----------------------------- */
.history-introductiontext {
  margin: 0 25px 66px 25px;
  color: #525252;
}
@media (max-width: 767.98px) {
  .history-introductiontext {
    margin: 0 0 31px 0;
  }
}
.history-introductiontext a {
  color: #d9d9d9;
}
.swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.swiper-container img {
  user-select: none;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  transition: 300ms;
  transform: translateX(0px);
}
.swiper-slide {
  font-size: 18px;
  padding: 0;
  width: 33.3%;
  max-width: 370px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .swiper-slide {
    width: 100%;
  }
}
.history-toolbar {
  padding-left: 25px;
}
.history-date {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 4px;
  display: block;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #525252;
}
.swiper-slide-active .history-date {
  color: #233b76;
}
.history-video {
  margin: 0 auto;
  margin-bottom: 38px;
  max-width: 320px;
}
.history-video video {
  /* object-fit: fill; */
}
.history-video .video-container.video_eigene_video_datei .embed-responsive.embed-responsive-16by9::before {
  padding-top: 0;
}
.history-video .video-container.video_eigene_video_datei .embed-responsive-item {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.history-line {
  height: 30px;
  background-image: url('img/history-line.png');
  background-position: left center;
  background-repeat: repeat-x;
  display: block;
  position: relative;
}
.history-line-solid {
  height: 30px;
  width: 5px;
  background-color: #808284;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .history-line-solid {
    margin-left: auto;
    margin-right: auto;
  }
}
.swiper-slide-active .history-line-solid {
  background-color: #233b76;
}
.history-content {
  padding-top: 24px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #525252;
}
@media (max-width: 767.98px) {
  .history-content {
    text-align: center;
  }
}
.history-content p:first-child {
  margin-top: 0;
}
.history-content .history-content-upper-text {
  margin-bottom: 30px;
}
.history-content li a:hover {
  color: #525252 !important;
}
.history-button-prev,
.history-button-next {
  cursor: pointer;
}
#HistoryButtonPrev {
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 32px;
  z-index: 1;
  font-size: 18px;
  background-color: white;
  color: #525252;
  outline: none;
}
#HistoryButtonNext {
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 33px;
  z-index: 1;
  font-size: 18px;
  background-color: white;
  color: #525252;
  outline: none;
}
.history-link-prev-next {
  padding-top: 33px;
  text-align: center;
}
.history-link-prev-next .bvk-icon {
  vertical-align: middle;
}
.history-link-prev,
.history-link-next {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #233b76;
}
@media (max-width: 767.98px) {
  .history-link-prev,
  .history-link-next {
    display: none;
  }
}
.history-link-prev {
  margin-top: 3px;
}
/* strip with A-Z index tabs, Glossar */
.initialsTab {
  float: left;
  width: 3.5%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #525252;
  min-width: 24px;
  padding-bottom: 10px;
  border-bottom: solid #233b76 3px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .initialsTab {
    margin-bottom: 30px;
  }
}
/* letter linking to all entries for a single tab */
.initialsTab a,
.initialsTab a:link,
.initialsTab a:visited,
.initialsTab a:hover {
  text-decoration: none;
  font-weight: 500;
  color: #233b76;
}
/* highlight currently selected tab */
.initialsTab.selected {
  padding-bottom: 7px;
  border-bottom: solid #233b76 6px;
}
#dnn_ctr576_ModuleContent {
  display: inline-block;
  /* border-bottom:solid @blue01 3px; */
  padding-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #dnn_ctr576_ModuleContent {
    padding-bottom: 20px;
  }
}
.Normal ul {
  margin: 0px;
  margin-top: 15px;
  padding-left: 1.6em;
  /* add padding that is removed later with negative margin at every item so the bullet icon is aligned left of text */
  overflow: auto;
}
.Normal ul.keyboardEvent:focus {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.Normal ol {
  padding-left: 1.8em;
  list-style-position: outside !important;
  overflow: auto;
}
/* default for lists is without bullet point but with bvk-ico-check-circle */
.Normal ul li {
  /* &:extend(.bvk-icon all); */
  /* &:extend(.bvk-ico-check-circle all); */
  list-style-type: none;
}
.Normal ul li::before {
  font-family: "bvk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\74";
  color: #233b76;
  margin-left: -1.6em;
  /* has to be the same as the padding of the ul */
  margin-right: 8px;
}
/* don't show grey background on links but in blue color */
.Normal ul a,
.Normal ul a:link,
.Normal ul a:visited,
.Normal ul a:hover,
.Normal ol a,
.Normal ol a:link,
.Normal ol a:visited,
.Normal ol a:hover {
  background: none !important;
  padding: 0;
  color: #233b76;
  display: inline !important;
}
.Normal ul li.turquoise::before,
.Normal li.turquoise a {
  color: #008277;
}
/* alternative icon for lists */
.Normal ul.list-alt-arrow li::before {
  content: "\70";
}
/* switch numbers of ordered lists */
.Normal ol,
.Normal ol ol,
.Normal ol ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.Normal ol.list-decimal,
.Normal ol ol.list-decimal {
  list-style-type: decimal;
}
.Normal ol.list-latin,
.Normal ol ol.list-latin {
  list-style-type: lower-latin;
}
.Normal ol.list-roman,
.Normal ol ol.list-roman {
  list-style-type: upper-roman;
}
/* alternative icon for download lists */
.Normal ul.list-alt-download li::before {
  content: "\6b";
}
/* Ext.Link icon for lists with external links*/
.Normal ul.list-angle-double-right li::before {
  content: "\68";
}
/* CKEditor configuration:
StylesSet:
[
{ name : 'Tabelle-Zusatztext', element : 'span', attributes : { 'class' : 'table-extratext' } },
{ name : 'Text hervorheben', element : 'span', attributes : { 'class' : 'bvk-text-highlight' } },
{ name : 'Opener', element : 'div', attributes : { 'class' : 'opener' } },
{ name : 'Überschrift fett', element : 'p', attributes : { 'class' : 'heading' } },
{ name : 'Pfeile-Aufzählung', element : 'ul', attributes : { 'class' : 'list-alt-arrow' } },
{ name : 'Download-Aufzählung', element : 'ul', attributes : { 'class' : 'list-alt-download' } },
{ name : 'Ext.Link-Aufzählung', element : 'ul', attributes : { 'class' : 'list-angle-double-right' } }
]
*/
/* All articles */
.readmorelink i.bvk-ico-angle-double-right {
  vertical-align: text-top;
}
/* Details-Seite von News */
.article.detailview .publishedText {
  margin-top: 10px;
  margin-bottom: 40px;
}
.article.detailview .publishedText p {
  font-weight: bold;
  margin: 0;
}
.article.detailview .publishdate {
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.article.detailview .categories {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.article.detailview figure.articleimage {
  float: left;
  margin: 0 20px 20px 0;
  width: 350px;
}
@media (max-width: 575.98px) {
  .article.detailview figure.articleimage {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 381.98px) {
  .article.detailview figure.articleimage img {
    width: 100%;
  }
}
.article.detailview ul.list-alt-download {
  margin-top: 35px;
}
.article.detailview .alllinks {
  color: #233b76;
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
.article.detailview .alllinks .attachmentLabel {
  display: none;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #233b76;
}
.article.detailview .pdfLink {
  color: #233b76;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  text-align: left;
}
.article.detailview .pdfLink.Normal a,
.article.detailview .Normal .downloadlink a,
.article.detailview .morelink a {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #233b76;
}
.article.detailview .morelink {
  color: #233b76;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 1.5em;
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
.article.detailview .backlink.buttn {
  margin-top: 1.5em;
  display: block;
  width: auto;
  float: left;
  clear: both;
}
.article.detailview .backlink.buttn a {
  color: #ffffff;
}
.article.detailview .backlink.buttn:empty {
  display: none;
}
/* "News-Archiv Liste mit Bild" & "News-Archiv Liste ohne Bild" -1 */
.article.liste-mit-bild,
.article.liste-ohne-bild {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #d9d9d9;
  background-color: white;
  padding-left: 31px;
  padding-right: 10px;
  padding-top: 33px;
  padding-bottom: 25px;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 183px;
  /* @media (max-width: 767.98px) {
        flex-direction: column;
    } */
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .article.liste-mit-bild,
  .article.liste-ohne-bild {
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .article.liste-mit-bild,
  .article.liste-ohne-bild {
    /* display: block;
        flex-direction: unset;
        flex-wrap: unset; */
    flex-wrap: wrap;
    max-width: 412px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 31px;
    padding-right: 31px;
  }
}
@media (max-width: 575.98px) {
  .article.liste-mit-bild,
  .article.liste-ohne-bild {
    max-width: 380px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.article.liste-mit-bild .articletext,
.article.liste-ohne-bild .articletext {
  display: flex;
  flex-direction: column;
}
.article.liste-mit-bild .articletext .title,
.article.liste-ohne-bild .articletext .title {
  margin-top: 0;
  max-height: 32px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .article.liste-mit-bild .articletext,
  .article.liste-ohne-bild .articletext {
    /* flex: 0 0 57%; */
  }
  .article.liste-mit-bild .articletext .articletitle .title,
  .article.liste-ohne-bild .articletext .articletitle .title {
    max-height: none;
    overflow: visible;
  }
}
.article.liste-mit-bild .articletext .publishdate,
.article.liste-ohne-bild .articletext .publishdate {
  margin-right: 0;
  text-align: right;
  color: #525252;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .article.liste-mit-bild .articletext .publishdate,
  .article.liste-ohne-bild .articletext .publishdate {
    margin-bottom: 15px;
    text-align: left;
  }
}
.article.liste-mit-bild .articletext .description .articlelink,
.article.liste-ohne-bild .articletext .description .articlelink,
.article.liste-mit-bild .articletext .description p,
.article.liste-ohne-bild .articletext .description p {
  color: #525252;
}
.article.liste-mit-bild .articletext .description p,
.article.liste-ohne-bild .articletext .description p {
  margin: 0;
}
.article.liste-mit-bild .articletext .readmorelink,
.article.liste-ohne-bild .articletext .readmorelink {
  margin-right: 0;
  margin-top: 0;
  float: left;
}
.article.liste-mit-bild .articletext .articlelink,
.article.liste-ohne-bild .articletext .articlelink {
  display: block;
}
/* News-Archiv Liste mit Bild */
@media (min-width: 768px) and (max-width: 991.98px) {
  .article.liste-mit-bild {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.article.liste-mit-bild .articleimage {
  margin: 0 20px 0 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .article.liste-mit-bild .articleimage {
    flex: 0 0 42%;
    max-width: 42%;
    margin: 0 10px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .article.liste-mit-bild .articleimage {
    flex: 0 0 55%;
    max-width: 55%;
    margin: 0 5px 0 0;
  }
}
@media (max-width: 767.98px) {
  .article.liste-mit-bild .articleimage {
    margin: 0 auto 20px auto;
    width: 100%;
    display: block;
    float: left;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .article.liste-mit-bild .articleimage img {
    max-width: 350px;
    width: 100%;
  }
}
.article.liste-mit-bild .articletext {
  flex: 0 0 63%;
  max-width: 63%;
}
.article.liste-mit-bild .articletext .publishdate {
  order: 2;
}
.article.liste-mit-bild .articletext .articletitle {
  order: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .article.liste-mit-bild .articletext {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .article.liste-mit-bild .articletext {
    flex: 0 0 42%;
    max-width: 42%;
  }
  .article.liste-mit-bild .articletext > .row {
    /* flex-direction: column-reverse;
                flex-basis: 100%; */
    display: block;
    clear: both;
  }
}
@media (max-width: 767.98px) {
  .article.liste-mit-bild .articletext {
    flex: unset;
    flex-direction: unset;
    display: block;
    float: left;
    max-width: 100%;
  }
  .article.liste-mit-bild .articletext .publishdate {
    order: 1;
    margin-bottom: 10px;
  }
  .article.liste-mit-bild .articletext .articletitle {
    order: 2;
  }
}
.article.liste-mit-bild .articletext .description {
  max-height: 73px;
  overflow: hidden;
  text-align: left;
}
/*  Liste ohne Bild */
.article.liste-ohne-bild {
  padding-right: 25px;
}
.article.liste-ohne-bild .articletext {
  flex: 0 0 99%;
  max-width: 99%;
}
@media (max-width: 767.98px) {
  .article.liste-ohne-bild .articletext {
    flex: unset;
    flex-direction: unset;
    display: block;
    float: left;
    max-width: 100%;
  }
  .article.liste-ohne-bild .articletext .publishdate {
    order: 1;
    margin-bottom: 10px;
  }
  .article.liste-ohne-bild .articletext .articletitle {
    order: 2;
  }
}
.article.liste-ohne-bild .articletext .description {
  display: block;
  max-height: 50px;
  overflow: hidden;
  text-align: left;
}
/* "News-Archiv Liste mit Bild" & "News-Archiv Liste ohne Bild" -2 */
.article.liste-mit-bild.unpublished,
.article.liste-ohne-bild.unpublished {
  background-color: #f4f4f4 !important;
}
.article.liste-mit-bild.unpublished .readmorelink,
.article.liste-ohne-bild.unpublished .readmorelink {
  float: left;
  margin-top: 0;
}
.article.liste-mit-bild.unpublished .publishedText,
.article.liste-ohne-bild.unpublished .publishedText {
  float: right;
  margin-right: 140px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .article.liste-mit-bild.unpublished .publishedText,
  .article.liste-ohne-bild.unpublished .publishedText {
    margin-right: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .article.liste-mit-bild.unpublished .publishedText,
  .article.liste-ohne-bild.unpublished .publishedText {
    float: left;
    margin-right: 0;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .article.liste-mit-bild.unpublished .publishedText,
  .article.liste-ohne-bild.unpublished .publishedText {
    margin-right: 0;
    margin-top: 20px;
  }
}
.article.liste-mit-bild .expiredText,
.article.liste-ohne-bild .expiredText {
  float: right;
  font-weight: bold;
  margin-left: 20px;
}
.article.liste-mit-bild .articletext .description,
.article.liste-ohne-bild .articletext .description {
  word-break: break-word;
}
@media (max-width: 991.98px) {
  .article.liste-mit-bild .articletext .description,
  .article.liste-ohne-bild .articletext .description {
    max-height: 147px;
  }
}
/*  Liste: Intern News - DNNArticleArchive */
.ModDNNArticleArchiveC select {
  width: 200px;
  min-width: 200px;
  max-width: 445px;
  margin-bottom: 5px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 12px;
}
.ModDNNArticleArchiveC .ArchiveCategoryLabel {
  margin: 0 20px 0 0;
}
.ModDNNArticleArchiveC table td {
  padding-left: 0;
}
/*  Liste: Placeholder image */
.no-placeholder-image {
  background-color: transparent;
  background: none;
}
.markDate,
.markDateinDetail {
  font-weight: bold !important;
}
.markDate {
  color: red !important;
}
/* Layer-Navigation für 12 Versorgungseinrichtungen auf der Startseite*/
.layernav-inner {
  background-color: white;
}
@media (min-width: 992px) {
  .layernav-left {
    border-right: 1px solid #ebebeb;
  }
  .layernav-col {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .layernav {
    background-color: white;
    position: absolute;
    z-index: 1;
    /* If Slider Module on Homepage
		z-index: 9999999999999999999999;
		*/
    left: 0;
    width: calc(100% - 30px);
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .layernav-top {
    background-image: url('img/nav-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    z-index: 1;
    /* If Slider Module on Homepage
		z-index: 9999999999999999999998;
		*/
    height: 16px;
    left: 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 767.98px) {
  .mobile-layer-nav {
    z-index: 999999999999999999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .layernav {
    background-color: white;
    position: fixed;
    z-index: 9999999999999999999999;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 2px solid silver;
    overflow: auto;
  }
}
.layernav-holder {
  position: relative;
  width: 100%;
}
.layernav nav,
.layernav nav ul,
.layernav nav li {
  display: block;
}
.layernav nav ul,
.layernav nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.layernav nav a,
.layernav nav a:link,
.layernav nav a:visited {
  display: block;
  padding-top: 12px;
  padding-bottom: 10px;
  text-decoration: none;
  padding-left: 33px;
  padding-right: 33px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #525252;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .layernav nav a,
  .layernav nav a:link,
  .layernav nav a:visited {
    padding-left: 43px;
    padding-right: 43px;
  }
}
.layernav nav a:hover,
.layernav nav a:active {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #525252;
  background-color: #f4f4f4;
}
@media (min-width: 992px) {
  .layernav {
    top: -148px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layernav {
    top: -118px;
  }
}
@media (max-width: 767.98px) {
  .layernav {
    top: 75px;
  }
}
@media (min-width: 992px) {
  .layernav-top {
    top: -163px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layernav-top {
    top: -132px;
  }
}
@media (max-width: 767.98px) {
  .layernav-top {
    display: none;
  }
}
@media (min-width: 768px) {
  .layernav-close {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .layernav-close {
    display: inline-block;
    font-size: 18px;
    background-color: white;
    width: 170px;
    height: 74px;
    line-height: 74px;
    text-align: right;
    padding-right: 25px;
    position: fixed;
    z-index: 9999999999999999999999;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #141718;
  }
}
@media (min-width: 301px) and (max-width: 575.98px) {
  .layernav-close {
    width: 115px;
  }
}
@media (max-width: 300px) {
  .layernav-close {
    width: 100%;
  }
}
#popupcontent {
  display: none;
}
#popupcontent .popup_overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
#popupcontent .popup_container {
  width: 95%;
  max-height: 80%;
  overflow-y: auto;
  z-index: 9998;
  border-radius: 5px;
  padding: 40px 45px 35px 45px;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  background-color: white;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 900px;
}
#popupcontent .popup_content {
  max-width: 100%;
  margin-bottom: 10px;
}
#popupcontent .popup_content .highlightedRed {
  color: #c50f12;
}
@media screen and (min-width: 200px) and (max-width: 1000px) {
  #popupcontent .popup_container {
    max-width: 90%;
  }
}
.sm-modul .sm-logo {
  text-align: center;
}
.sm-item-header {
  position: relative;
  padding: 11px 15px 11px 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 44px;
  background-color: #233b76;
  color: white;
  font-size: 15px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.sm-item-header a {
  color: white !important;
}
.sm-arrow {
  font-size: x-large;
  padding: 0 7px;
  text-align: center;
  margin: -3px 0;
  height: 28px;
  position: absolute;
  margin-left: 4px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm-arrow-right {
  right: 0px;
}
.sm-arrow-left {
  right: 38px;
}
.sm-icon:before {
  line-height: 1.25 !important;
}
.sm-arrow:hover,
.sm-arrow-in-album-left:hover,
.sm-arrow-in-album-right:hover {
  background-color: #b0b6b8;
}
.sm-item-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  word-wrap: break-word;
}
.sm-youtube,
.sm-facebook,
.sm-instagram {
  overflow: hidden;
}
.sm-halt {
  margin-bottom: 30px;
}
.sm-video {
  margin-bottom: 15px;
}
.sm-video::before {
  padding-top: 100% !important;
}
.sm-date {
  margin-bottom: 8px;
  font-weight: bold;
  height: 24px;
}
.sm-titel {
  margin: 4px 0 10px;
}
.sm-bb {
  margin-bottom: 15px;
  height: 44px;
}
.sm-btn {
  float: right;
  margin: 0px !important;
}
.sm-btn a {
  color: white !important;
}
.sm-dot-nav {
  height: 27px;
  margin-bottom: 35px;
}
.sm-dots {
  text-align: center;
}
.sm-dot {
  position: relative;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  display: inline-block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #525252;
  height: 120px;
}
.sm-tt {
  height: 120px;
}
.sm-tt.keyboardEvent:focus {
  margin-left: 3px;
  margin-right: 3px;
}
.sm-dots .active span {
  background: #525252 !important;
}
.sm-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #aca59f;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.sm-album {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  margin: 0px;
}
.sm-arrow-in-album-left {
  font-size: 14px;
  padding: 0 7px;
  text-align: center;
  margin: -3px 0;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0px;
  color: white;
  background-color: rgba(128, 128, 128, 0.3);
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm-arrow-in-album-right {
  font-size: 14px;
  padding: 0 7px;
  text-align: center;
  margin: -3px 0;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 0px;
  color: white;
  background-color: rgba(128, 128, 128, 0.3);
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm-album-item {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.sm-kommentar {
  margin-top: 10px;
  height: 25px;
}
.sm-kommentar.keyboardEvent:focus {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.sm-svg-icon {
  width: 22px;
  height: 20px;
  float: left;
  color: #525252;
}
.sm-num {
  line-height: 1;
  float: left;
  margin-right: 5px;
}
.sm-youtube-logo {
  background-image: url("img/YouTube_Logo.png");
  height: 87px;
  width: 100%;
  max-width: 150px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.sm-facebook-logo {
  background-image: url("img/facebook-logo.png");
  height: 92px;
  width: 100%;
  max-width: 200px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.sm-instagram-logo {
  background-image: url("img/instagram-logo.png");
  height: 92px;
  width: 100%;
  max-width: 170px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.sm-tiktok-logo {
  background-image: url("img/Tiktok_logo.png");
  height: 92px;
  width: 100%;
  max-width: 170px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.sm-wide-image {
  height: auto !important;
}
.sm-high-image {
  width: auto !important;
}
.sm-tag {
  height: 16px;
}
.footer-fb-icon {
  width: 24px;
  height: 24px;
  background-image: url("img/fb-icon.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer-is-icon {
  width: 24px;
  height: 24px;
  background-image: url("img/is-icon.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer-yt-icon {
  width: 35px;
  height: 24px;
  background-image: url("img/yt-icon.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
/* ------------------------------------------------------------------------- */
/* Blocker von Drittannbietern wie Social Media, externe Videos, Google Maps */
/* ------------------------------------------------------------------------- */
.video-schutz,
.historie-video-schutz {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #d9d9d9;
  text-align: center;
  position: relative;
}
.video-schutz::before {
  padding-top: 56.25%;
  height: auto;
  display: block;
  content: "";
}
@media (max-width: 271.98px) {
  .video-schutz::before {
    padding-top: 100%;
  }
}
.historie-video-schutz::before {
  padding-top: 56.25%;
  height: auto;
  display: block;
  content: "";
}
@media (max-width: 321.98px) {
  .historie-video-schutz::before {
    padding-top: 100%;
  }
}
.video-schutz-innen {
  display: table;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.video-schutz-innen div,
.sm-schutz div,
.maps-schutz div {
  display: table-cell;
  vertical-align: middle;
}
.maps-schutz {
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #d9d9d9;
  text-align: center;
  display: table;
}
.sm-schutz {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #d9d9d9;
  text-align: center;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: table;
}
.sm-schutz p,
.video-schutz p,
.historie-video-schutz p,
.maps-schutz p {
  font-size: 14px;
  color: #525252;
  line-height: 20px;
}
.sm-schutz a,
.sm-schutz a:visited,
.video-schutz a,
.video-schutz a:visited,
.historie-video-schutz a,
.historie-video-schutz a:visited,
.maps-schutz a,
.maps-schutz a:visited {
  background-color: #525252 !important;
  color: white !important;
  padding: 0 36px !important;
}
.sm-schutz a:hover,
.sm-schutz a:focus,
.video-schutz a:hover,
.video-schutz a:focus,
.historie-video-schutz a:hover,
.historie-video-schutz a:focus,
.maps-schutz a:hover,
.maps-schutz a:focus {
  background-color: #141718 !important;
}
.maps {
  height: 450px;
}
.news-titel-bild {
  float: left;
  width: 350px;
  margin: 0 20px 20px 0;
  max-width: 100%;
}
.news-bild-links-mit-text {
  float: left;
  width: 319px;
  margin: 0 20px 20px 0;
  max-width: 100%;
}
.news-bild-links-ohne-text {
  width: 319px;
  margin: 0 auto 20px 0px;
  max-width: 100%;
}
.news-bild-rechts-mit-text {
  float: right;
  width: 319px;
  margin: 0 0 20px 20px;
  max-width: 100%;
}
.news-bild-rechts-ohne-text {
  width: 319px;
  margin: 0 0px 20px auto;
  max-width: 100%;
}
.news-bild-mittel {
  width: 319px;
  margin: 20px auto 20px auto;
  max-width: 100%;
}
.news-list-faq {
  vertical-align: text-top;
  font-size: 16px;
}
.rss-info {
  position: absolute;
  display: none;
  background-color: white;
  border: 1px solid;
  padding: 5px;
  z-index: 10;
}
.news-rss-faq {
  color: #525252;
  margin-left: 5px;
}
.news-tooltip {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}
div.news-tooltip {
  cursor: pointer;
  display: inline;
}
.news-tooltip:hover::after,
.news-tooltip:hover::before,
a:focus .news-tooltip::after,
a:focus .news-tooltip::before {
  opacity: 1;
}
.news-tooltip:hover::after,
a:focus .news-tooltip::after {
  z-index: 3;
}
.news-tooltip:hover::before,
a:focus .news-tooltip::before {
  z-index: 4;
}
.news-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: white;
  padding: 20px 15px 20px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: 140px;
  width: 100%;
  bottom: 0;
  top: 175%;
  left: 0;
  display: inline-table;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.39);
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #525252;
  word-wrap: normal;
  word-break: break-word;
  z-index: -5;
}
.news-tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background-color: white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  bottom: 0;
  right: 0;
  top: 179%;
  -webkit-box-shadow: 1px -1px 0px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 1px -1px 0px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 1px -1px 0px 0px rgba(0, 0, 0, 0.39);
  border: 9px solid grey;
  border-color: white white transparent transparent;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  z-index: -5;
}
.news-tooltip-left::before {
  left: 0;
}
.news-tooltip-right::before {
  left: 18px;
}
@media (min-width: 992px) {
  .news-listenelement-title {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .two-teaser {
    margin-left: 11%;
  }
}
@media (max-width: 991.98px) {
  .news-titel-bild,
  .news-bild-links-mit-text,
  .news-bild-rechts-mit-text,
  .news-bild-links-ohne-text,
  .news-bild-rechts-ohne-text,
  .news-bild-mittel {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
  .news-bild-links-mit-text img,
  .news-bild-rechts-mit-text img,
  .news-bild-links-ohne-text img,
  .news-bild-rechts-ohne-text img,
  .news-bild-mittel img {
    width: 100%;
    max-width: 319px;
  }
  .news-titel-bild img {
    width: 100%;
    max-width: 350px;
  }
}
.sm-tiktok {
  position: relative;
}
.sm-tiktok-iframe {
  position: absolute;
  top: 0px;
}
/* Template: BÄV Mobil App */
/* @media (min-width: 992px) {
    body.CP-View .normalskin-h1_baev-mobil .main-header {
        margin-left: 0 !important;
    }
} */
.normalskin-h1_baev-mobil {
  /* header#MainHeader {
        position: fixed;
        display: block;
        width: 100%;
        height: 87px;
        @media (max-width: 767.98px) {
           height: 74px;
        }
        z-index: 1600;
        top: 0;
        left: 0;
        right: 0;
    }

    .navspacer {
        height: 87px;
        @media (max-width: 767.98px) {
            height: 74px;
        }
        display: block;
    } */
  /* bei News ausgeblendet RSS-Feed-Icons und Zurück-Button */
  /* ausgeblendet Content Stage ohne Bild, v.a. auf News-Detailseite */
}
.normalskin-h1_baev-mobil .content-stage {
  border-top: 2px solid #d9d9d9;
}
.normalskin-h1_baev-mobil .rss-feed-icons-bar,
.normalskin-h1_baev-mobil .article.detailview .backlink.buttn {
  margin: 0;
  display: none;
  height: 0;
}
.normalskin-h1_baev-mobil .wrapper-bvkpanelinner.no-stage-image .content-stage .container {
  margin: 0;
  padding: 0;
  display: none;
  height: 0;
}
#cookie-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#cookie-overlay ::-webkit-scrollbar {
  width: 0.5rem;
  background: #e0e0e0;
}
#cookie-overlay ::-webkit-scrollbar-thumb {
  background: #233b76;
  border-radius: 3px;
}
#cookie-overlay .card {
  max-height: 90%;
  max-width: 90%;
  width: 30%;
  min-width: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #525252;
  border: 0;
  -webkit-transition: width 0.5s ease-in;
  -moz-transition: width 0.5s ease-in;
  -ms-transition: width 0.5s ease-in;
  -o-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
}
#cookie-overlay .card.show-details {
  width: 60%;
  -webkit-transition: width 0.5s ease-in;
  -moz-transition: width 0.5s ease-in;
  -ms-transition: width 0.5s ease-in;
  -o-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
}
#cookie-overlay .card .card-content {
  max-width: 100%;
  overflow-y: auto;
}
#cookie-overlay .card hr {
  border-top-color: #d9d9d9;
  width: 95%;
}
#cookie-overlay .card .cookiemessage,
#cookie-overlay .card .cookie-header {
  display: block;
  color: #525252;
}
#cookie-overlay .card .cookiemessage {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
#cookie-overlay .card .cookie-header {
  color: #525252;
  font-weight: 400;
  margin-bottom: 1rem;
}
#cookie-overlay .card .card-body,
#cookie-overlay .card .card-header {
  border: 0;
  background-color: white;
}
#cookie-overlay .card .card-header {
  padding-top: 1.5rem;
  padding-bottom: 0;
}
#cookie-overlay .card .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
#cookie-overlay .card .card-body .trigger {
  font-weight: 600;
  text-align: center;
}
#cookie-overlay .card .card-body .trigger:hover {
  cursor: pointer;
}
#cookie-overlay .card .card-body .content {
  height: 0;
  overflow-y: hidden;
  margin: 1rem 0 0;
  padding: 0;
}
#cookie-overlay .card .card-body .content.show {
  overflow-y: auto;
}
#cookie-overlay .card .card-body .content .row {
  margin-bottom: 0.5rem;
}
#cookie-overlay .card .card-body .content .row.spacer {
  margin-bottom: 2rem;
}
#cookie-overlay .card button {
  white-space: nowrap;
  padding: 0 1rem;
}
#cookie-overlay .card button.accept {
  background-color: #737373;
  border: none;
  color: white;
}
#cookie-overlay .card button.accept:hover,
#cookie-overlay .card button.accept:focus {
  background-color: #141718;
}
#cookie-overlay .card a#individuelle-switch:hover {
  cursor: pointer;
}
#cookie-overlay .card #links {
  text-align: center;
  font-size: 14px;
  margin: 1rem 0;
}
#cookie-overlay section {
  width: 100%;
  margin-bottom: 1.5rem;
}
#cookie-overlay section:last-of-type {
  margin-bottom: 3px;
}
#cookie-overlay #main-switches {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  -webkit-transition: opacity 3s linear;
  -moz-transition: opacity 3s linear;
  -ms-transition: opacity 3s linear;
  -o-transition: opacity 3s linear;
  transition: opacity 3s linear;
}
#cookie-overlay #main-switches.hide {
  display: none;
  opacity: 0;
}
#cookie-overlay #introtext {
  display: block;
}
#cookie-overlay #introtext.hide {
  display: none;
}
#cookie-overlay #detailtext {
  display: none;
}
#cookie-overlay #detailtext.show {
  display: block;
  margin-bottom: 1.5rem;
}
#cookie-overlay #details {
  display: none;
  overflow: hidden;
  margin-bottom: 2rem;
}
#cookie-overlay #details.visible {
  display: block;
}
.modalopen {
  overflow-y: hidden;
}
.individuelle-switch-buttn {
  text-align: center;
}
.error-border,
.file-flex.error-border {
  border: 2px solid #c50f12;
}
.border-radius {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/* MESSAGES */
.app-app-jqfs-message {
  width: 100%;
  color: #233b76;
  font-weight: 500;
  border: 2px solid #233b76;
}
.app-app-jqfs-message.error {
  border: 2px solid #c50f12;
  color: #c50f12;
}
.app-jqfs-wrapper {
  font-family: 'Roboto', sans-serif !important;
  margin: 0 auto;
  max-width: unset !important;
  clear: both;
  /* VALID / INVALID */
  /*** INLINE / ICONS ***/
  /* Barrierefreiheit */
}
.app-jqfs-wrapper .error-border,
.app-jqfs-wrapper .file-flex.error-border {
  border: 2px solid #c50f12;
}
.app-jqfs-wrapper textarea {
  resize: vertical;
}
.app-jqfs-wrapper .app-jqfs-form input[type="checkbox"],
.app-jqfs-wrapper .app-jqfs-form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 0;
  margin-right: 8px;
  display: inline-block;
  vertical-align: baseline;
  width: 16px;
  height: 16px;
  line-height: 20px;
  background-color: white;
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
}
.app-jqfs-wrapper .app-jqfs-form input[type="checkbox"]:checked::before,
.app-jqfs-wrapper .app-jqfs-form input[type="radio"]:checked::before {
  position: relative;
  background-clip: content-box;
  content: "";
  display: block;
  padding: 0px 0px 1px 1px;
  background-color: #233b76;
  height: 16px;
  width: 16px;
}
.app-jqfs-wrapper .app-jqfs-form input[type="radio"] {
  border-radius: 8px;
}
.app-jqfs-wrapper .app-jqfs-form input[type="radio"]:checked::before {
  border-radius: 50%;
}
.app-jqfs-wrapper .app-jqfs-form .form-group {
  margin-bottom: 0;
}
.app-jqfs-wrapper .app-jqfs-form .form-group select,
.app-jqfs-wrapper .app-jqfs-form .form-group input {
  font-size: 16px;
  line-height: 24px;
  background: white;
  border: 1px solid #949494;
}
.app-jqfs-wrapper .app-jqfs-form .form-group select {
  /* The little arrow of the dropbox */
  padding-right: 25px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #525252;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxMGE1MDI5Mi1lYmJlLTQ2ODktYWNjNS01NTNlY2MxYTFhZmIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MENGRkREQ0YyODgyMTFFOTlCQUFGNDY0QjAzNUI3REMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MENGRkREQ0UyODgyMTFFOTlCQUFGNDY0QjAzNUI3REMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjNjlmNTdjNC1kMWJiLTQ1NzYtYTQyMi1iYmQ1ZWQyMWI1ZWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDozZThmODAxNC04Njc3LTUyNDgtYTc5OC04YWNiMmM3MGEwMDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ORQ+GAAAAaklEQVR42mI2MjIql5SU5Hz+/Pk9BjQAlOsAyp1lArLLgXgVUMAFTcEqqJwLI5CjBGTsBmJBIA4D4rNAPBOIQ4G44ty5c52MUF0gBWegCkHWGsMUgOQZkYyHKVRCVsCAxaGCQByKLg4QYADvOx67+I+GPAAAAABJRU5ErkJggg==") no-repeat right 20px top 20px;
}
.app-jqfs-wrapper .app-jqfs-form .form-group select option {
  color: #525252;
}
.app-jqfs-wrapper .app-jqfs-form .form-group select option[disabled],
.app-jqfs-wrapper .app-jqfs-form .form-group select option:disabled {
  display: none;
}
.app-jqfs-wrapper .app-jqfs-form [class^="col"],
.app-jqfs-wrapper .app-jqfs-form [class^="col"]:last-child {
  margin-bottom: 24px;
}
.app-jqfs-wrapper select::-ms-expand {
  display: none;
}
.app-jqfs-wrapper .copyXS {
  font-size: 12px !important;
  line-height: 19px !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.app-jqfs-wrapper .copyXS .bold {
  font-weight: 700;
}
.app-jqfs-wrapper .file-description {
  font-size: 14px;
  color: #525252;
}
.app-jqfs-wrapper .file-flex {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin: 0.5rem 0;
  border: 1px solid #949494;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.app-jqfs-wrapper .file-flex.last {
  margin-bottom: 1.5rem;
}
.app-jqfs-wrapper .file-info {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border: 0 !important;
  color: #85837e !important;
  display: inline-block;
  margin-bottom: 0 !important;
  width: auto;
  font-size: 14px !important;
  line-height: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.app-jqfs-wrapper .select-file-button {
  color: #525252;
  height: 40px;
  border: 1px solid #949494;
  padding: 0 19px;
  background-color: #f4f4f4;
  font-weight: 700;
}
.app-jqfs-wrapper .app-jqfs-form .form-control.isvalid {
  background-color: white;
  background-image: none;
}
.app-jqfs-wrapper .app-jqfs-form .form-control.isvalid:focus {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.app-jqfs-wrapper .app-jqfs-form .form-control.isinvalid {
  background-color: white;
  background-image: none;
  border: 2px solid #c50f12;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.app-jqfs-wrapper .form-group textarea,
.app-jqfs-wrapper .form-group textarea:focus,
.app-jqfs-wrapper .form-group select,
.app-jqfs-wrapper .form-group select:focus,
.app-jqfs-wrapper .form-group div .prepend,
.app-jqfs-wrapper .form-group input[type="number"],
.app-jqfs-wrapper .form-group input[type="email"],
.app-jqfs-wrapper .form-group input[type="email"]:focus,
.app-jqfs-wrapper .form-group input[type="text"]:not(.file-info) {
  padding-left: 40px;
}
.app-jqfs-wrapper .form-group textarea,
.app-jqfs-wrapper .form-group textarea:focus {
  height: 225px;
  padding-top: 12px;
}
.app-jqfs-wrapper .form-group div .prepend {
  position: absolute;
  padding: 17px 13px;
  font-size: 100%;
  line-height: 1;
}
.app-jqfs-wrapper .form-group div .prepend.buehnenorchester {
  padding-left: 40px;
  color: #525252;
}
.app-jqfs-wrapper .form-group div .prepend.buehnenorchester + input {
  padding-left: 84px !important;
}
.app-jqfs-wrapper .form-group div .fas,
.app-jqfs-wrapper .form-group div .far {
  position: absolute;
  padding: 19px 13px;
  font-size: 1rem;
  line-height: 0.75em;
}
.app-jqfs-wrapper .choices-wrapper {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #949494;
  background-color: white;
  color: #525252;
  overflow-x: auto;
}
.app-jqfs-wrapper .choices-wrapper.invalid {
  border: 2px solid #c50f12;
}
.app-jqfs-wrapper .choices-wrapper .radio-title {
  margin-bottom: auto;
  padding-top: 12px;
  padding-left: 42px;
}
.app-jqfs-wrapper .choices-wrapper .choices-title {
  margin-bottom: auto;
  padding-top: 12px;
  padding-left: 14px;
  font-weight: 500;
  font-size: 105%;
}
.app-jqfs-wrapper .choices-wrapper .choice {
  margin-bottom: 0;
  padding: 13px;
}
.app-jqfs-wrapper .Normal[onclick]:hover {
  cursor: pointer;
}
.app-jqfs-wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 47px;
  -moz-padding-start: calc(10px - 3px);
  padding-left: 10px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxMGE1MDI5Mi1lYmJlLTQ2ODktYWNjNS01NTNlY2MxYTFhZmIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MENGRkREQ0YyODgyMTFFOTlCQUFGNDY0QjAzNUI3REMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MENGRkREQ0UyODgyMTFFOTlCQUFGNDY0QjAzNUI3REMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjNjlmNTdjNC1kMWJiLTQ1NzYtYTQyMi1iYmQ1ZWQyMWI1ZWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDozZThmODAxNC04Njc3LTUyNDgtYTc5OC04YWNiMmM3MGEwMDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ORQ+GAAAAaklEQVR42mI2MjIql5SU5Hz+/Pk9BjQAlOsAyp1lArLLgXgVUMAFTcEqqJwLI5CjBGTsBmJBIA4D4rNAPBOIQ4G44ty5c52MUF0gBWegCkHWGsMUgOQZkYyHKVRCVsCAxaGCQByKLg4QYADvOx67+I+GPAAAAABJRU5ErkJggg==") no-repeat right 20px top 20px;
}
.app-jqfs-wrapper select::-ms-expand {
  display: none;
}
.app-jqfs-wrapper select:focus::-ms-value {
  background-color: transparent;
}
.app-jqfs-wrapper .app-jqfs-form .form-group textarea,
.app-jqfs-wrapper .app-jqfs-form .form-group textarea:focus,
.app-jqfs-wrapper .app-jqfs-form .form-group div .prepend,
.app-jqfs-wrapper .app-jqfs-form .form-group input[type="number"],
.app-jqfs-wrapper .app-jqfs-form .form-group input[type="email"],
.app-jqfs-wrapper .app-jqfs-form .form-group input[type="email"]:focus,
.app-jqfs-wrapper .app-jqfs-form .form-group input[type="text"]:not(.file-info) {
  padding-left: 48px;
  color: #525252;
}
.app-jqfs-wrapper .app-jqfs-form .form-group textarea {
  border: 1px solid #949494;
}
.app-jqfs-wrapper .app-jqfs-form .form-group select {
  padding-left: 48px;
  color: #525252;
}
.app-jqfs-wrapper .app-jqfs-form .form-group div .fas,
.app-jqfs-wrapper .app-jqfs-form .form-group div .far {
  padding: 15px 13px;
  font-size: 1.25rem;
}
.app-jqfs-wrapper .app-jqfs-form .form-group .msg-error {
  color: #c50f12;
}
.app-jqfs-wrapper .app-jqfs-form .form-group input ~ label,
.app-jqfs-wrapper .app-jqfs-form .form-group textarea ~ label,
.app-jqfs-wrapper .app-jqfs-form .form-group select ~ label,
.app-jqfs-wrapper .app-jqfs-form .form-group .choices-wrapper label:not(.inner-label) {
  position: absolute;
  color: #525252;
  top: 0.75em;
  left: 4em;
  font-size: 16px;
  font-weight: 400;
}
.app-jqfs-wrapper .app-jqfs-form .form-group .file-label {
  color: #525252;
  position: absolute;
  top: -1.5em;
  left: 0;
  font-size: 16px;
  line-height: 20px;
}
.app-jqfs-wrapper .app-jqfs-form .form-group input ~ label.increaseleft {
  top: 0.8em;
  left: 6.25em;
}
.app-jqfs-wrapper .app-jqfs-form .form-group input.has-content ~ label,
.app-jqfs-wrapper .app-jqfs-form .form-group input:focus ~ label,
.app-jqfs-wrapper .app-jqfs-form .form-group select.has-content ~ label,
.app-jqfs-wrapper .app-jqfs-form .form-group select:focus ~ label,
.app-jqfs-wrapper .app-jqfs-form .form-group textarea.has-content ~ label,
.app-jqfs-wrapper .app-jqfs-form .form-group textarea:focus ~ label {
  top: -1.75em;
  left: 1em;
}
.app-jqfs-wrapper .app-jqfs-form .form-group [class^="col"],
.app-jqfs-wrapper .app-jqfs-form .form-group .accordion .accordion-collapse-block .accordion-text .app-jqfs-form [class^="col"]:last-child {
  margin-bottom: 40px;
}
.app-jqfs-wrapper .app-jqfs-form .form-group.row .d-flex.file {
  margin-bottom: 21px;
}
.app-jqfs-wrapper .file-mieter {
  margin-bottom: 48px;
}
.app-jqfs-wrapper .mt-absolventen {
  margin-top: 2rem;
}
.app-jqfs-wrapper .my-date,
.app-jqfs-wrapper input[type="number"] {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #949494;
  background-color: white;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  color: #525252;
  padding: 9px 12px 8px 40px;
}
.app-jqfs-wrapper .notdienst,
.app-jqfs-wrapper .erfolg {
  display: none;
  padding: 1rem;
  border: 2px solid #233b76;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.app-jqfs-wrapper .notdienst .buttn.disabled,
.app-jqfs-wrapper .erfolg .buttn.disabled {
  pointer-events: none;
}
@media (min-width: 768px) {
  .app-jqfs-wrapper input:not(.file-info):not([type='checkbox']):not([type='radio']),
  .app-jqfs-wrapper select:not([class^="ui-datepicker-"]) {
    height: 47px;
  }
  .app-jqfs-wrapper select[class^="ui-datepicker-"] {
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .app-jqfs-wrapper input:not([type="search"]):not([type='checkbox']):not([type='radio']),
  .app-jqfs-wrapper select {
    height: 42px;
  }
  .app-jqfs-wrapper select {
    padding-top: 6px;
  }
  .app-jqfs-wrapper .form-group div .prepend {
    padding-top: 10px;
  }
  .app-jqfs-wrapper .form-group div .fas,
  .app-jqfs-wrapper .form-group div .far,
  .app-jqfs-wrapper label .fileupload .fas,
  .app-jqfs-wrapper label .fileupload .far {
    padding: 14px 13px 10px 14px;
  }
  .app-jqfs-wrapper .choices-wrapper > .row:last-of-type {
    padding: 13px;
  }
  .app-jqfs-wrapper .choices-wrapper .radio-title,
  .app-jqfs-wrapper .choices-wrapper .choices-title {
    padding-top: 5px;
  }
}
@media (hover: none) {
  .app-jqfs-wrapper .buttn:hover {
    color: white;
    background-color: #233b76;
    text-decoration: none;
    cursor: pointer;
  }
}
section#intro .buttn {
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
section#intro .buttn ul li {
  margin-left: 40px;
}
section#intro .buttn ul li:last-child {
  margin-top: 10px;
}
#anonym,
#personal,
div[name='Schaden'],
section.content,
#info_hinweis,
#info_beratung,
#datenschutzerklaerung {
  display: none;
}
#datenschutzerklaerung {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#stepper {
  margin: 0 auto;
}
#stepper section {
  padding: 2rem 0 0;
}
#stepper section .h3 {
  margin-top: 0;
}
#stepper button:disabled {
  background-color: #808284;
}
#stepper .bs-stepper .step-trigger {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #6c757d;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
#stepper .bs-stepper .step-trigger:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#stepper .bs-stepper .step-trigger:disabled,
#stepper .bs-stepper .step-trigger.disabled {
  pointer-events: none;
  opacity: 0.65;
}
#stepper .bs-stepper .step-trigger:focus {
  color: #007bff;
  outline: none;
}
#stepper .bs-stepper .step-trigger:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.06);
}
#stepper .bs-stepper-label {
  width: 100%;
  padding: 0.5rem 1rem;
  /* margin-bottom: 1rem; */
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
#stepper .bs-stepper-label.odd {
  background-color: #f4f4f4;
}
#stepper .bs-stepper-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#stepper .bs-stepper-header .step {
  -ms-flex: 0 1 auto!important;
  flex: 0 1 auto!important;
  display: none;
}
#stepper .bs-stepper-line,
#stepper .bs-stepper .line {
  -ms-flex: 1 0 32px;
  flex: 1 0 32px;
  min-width: 1px;
  min-height: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.12);
}
#stepper .bs-stepper-circle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem;
  margin: 0;
  line-height: 1em;
  color: #808284;
  /* background-color: #6c757d; */
  border-radius: 3px;
}
#stepper .active .bs-stepper-circle {
  background-color: #007bff;
  color: #fff;
}
#stepper .bs-stepper-content {
  padding: 0 20px;
}
#stepper .bs-stepper.vertical {
  display: -ms-flexbox;
  display: flex;
}
#stepper .bs-stepper.vertical .bs-stepper-header {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
}
#stepper .bs-stepper.vertical .bs-stepper-pane,
#stepper .bs-stepper.vertical .content {
  display: block;
}
#stepper .bs-stepper.vertical .bs-stepper-pane:not(.fade),
#stepper .bs-stepper.vertical .content:not(.fade) {
  display: block;
  visibility: hidden;
}
#stepper .bs-stepper-pane:not(.fade),
#stepper .bs-stepper .content:not(.fade) {
  display: none;
}
#stepper .bs-stepper .content.fade,
#stepper .bs-stepper-pane.fade {
  visibility: hidden;
  transition-duration: 0.3s;
  transition-property: opacity;
}
#stepper .bs-stepper-pane.fade.active,
#stepper .bs-stepper .content.fade.active {
  visibility: visible;
  opacity: 1;
}
#stepper .bs-stepper-pane.active:not(.fade),
#stepper .bs-stepper .content.active:not(.fade) {
  display: block;
  visibility: visible;
}
#stepper .bs-stepper-pane.dstepper-block,
#stepper .bs-stepper .content.dstepper-block {
  display: block;
}
#stepper .bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,
#stepper .bs-stepper:not(.vertical) .content.dstepper-none {
  display: none;
}
#stepper .vertical .bs-stepper-pane.fade.dstepper-none,
#stepper .vertical .content.fade.dstepper-none {
  visibility: hidden;
}
#stepper .active .bs-stepper-circle {
  background-color: #233b76;
}
#stepper .bs-stepper-pane .thema {
  color: #233b76 !important;
}
#stepper .bs-stepper-pane p {
  margin-bottom: 2rem;
}
#stepper .bs-stepper-pane .fas {
  padding: 17px;
  font-size: 1rem;
  line-height: 0.75em;
}
#stepper .bs-stepper-pane .choice:last-of-type {
  padding-bottom: 21px;
}
#stepper .bs-stepper-pane .choice {
  margin-bottom: 0 !important;
  padding: 8px 13px;
}
#stepper .bs-stepper-pane [class^='col'] {
  margin-bottom: 21px;
}
#stepper .trenner {
  width: 10rem;
  height: 3px;
  background-color: #dcd7ca;
  position: relative;
  display: block;
  margin-top: 22px;
  margin-left: 2px;
}
#stepper #progress-container {
  width: 100%;
  height: 1.5rem;
  background-color: #f4f4f4;
  border-radius: 3px;
}
#stepper #progress {
  background-color: #233b76;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #000;
  width: 0%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
  white-space: nowrap;
}
#stepper .alert-danger {
  border: 2px solid #c50f12;
  color: #c50f12;
  background-color: transparent;
  margin: 1rem 0;
}
#stepper .alert-warning,
#stepper .alert ul {
  margin-bottom: 0;
}
#stepper #gewinnspiel input[type="text"],
#stepper #gewinnspiel input[type="email"] {
  height: 47px;
  padding-left: 40px;
}
#stepper #gewinnspiel .text {
  margin-bottom: 3rem;
}
#stepper .sonstiges {
  height: 8rem;
  width: 100%;
}
#stepper .fas.fa-star {
  color: #fdc82e;
}
#stepper .form-control.invalid {
  border: 2px solid #c50f12 !important;
}
#stepper input[type="radio"],
#stepper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  box-sizing: border-box;
  padding: 0;
  margin-right: 8px;
  display: inline-block;
  vertical-align: baseline;
  width: 16px;
  height: 16px;
  line-height: 20px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
}
#stepper input[type=radio] {
  border-radius: 8px;
}
#stepper input[type=radio]:checked,
#stepper input[type=checkbox]:checked {
  background-color: #ffffff;
}
#stepper input[type=radio]:checked::before,
#stepper input[type=checkbox]:checked::before {
  position: relative;
  background-clip: content-box;
  content: "";
  display: block;
  padding: 2px;
  background-color: #233b76;
  height: 16px;
  width: 16px;
}
#stepper input[type=radio]:checked::before {
  border-radius: 50%;
}
#stepper .form-group {
  width: 100%;
}
#stepper .form-group div .fas {
  position: absolute;
  padding: 17px 13px;
  font-size: 1rem;
  line-height: 0.75em;
}
#stepper .form-group .msg-error {
  color: #c50f12;
}
#stepper .form-group input ~ label,
#stepper .form-group textarea ~ label,
#stepper .form-group select ~ label,
#stepper .form-group .choices-wrapper label:not(.inner-label) {
  position: absolute;
  color: #525252;
  top: 0.75em;
  left: 4em;
  font-size: 16px;
  font-weight: 400;
}
#stepper .form-group input.has-content ~ label,
#stepper .form-group input:focus ~ label,
#stepper .form-group textarea.has-content ~ label,
#stepper .form-group textarea:focus ~ label {
  top: -1.75em;
  left: 1em;
}
@media (max-width: 520px) {
  #stepper .bs-stepper .step-trigger {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  #stepper .bs-stepper-header {
    margin: 0 -10px;
    text-align: center;
  }
  #stepper .bs-stepper-content {
    padding: 0;
  }
}
@media (max-width: 400px) {
  #stepper .bs-stepper-line,
  #stepper .bs-stepper .line {
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
  }
}
.calendar-border {
  display: flex;
  flex-flow: row;
  width: fit-content;
  max-width: 100%;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.calendar-navigator-icon {
  font-size: 2rem;
  margin-top: 1rem;
}
.calendar-navigator-icon.disabled {
  color: #d9d9d9;
}
.calendar-navigator-icon:not(.disabled):hover {
  cursor: pointer;
}
.calendar-navigator-icon.disabled:hover {
  cursor: not-allowed;
}
#calendar-wrapper {
  display: flex;
  flex-flow: column;
  width: 830px;
  max-height: 50vh;
  padding-bottom: 1rem;
  overflow-x: hidden;
}
#calendar-wrapper .dash {
  min-height: 44px;
  min-width: 131px;
  margin: 0.5rem 0;
  text-align: center;
  color: #d9d9d9;
  font-size: 22px;
}
#calendar-wrapper button {
  background-color: #5578a5;
  padding: 0 1.125rem;
  margin-right: 0 !important;
  font-size: 1rem;
}
#calendar-wrapper .headers {
  display: flex;
  flex-flow: row;
  min-height: 5rem;
  overflow-x: scroll;
}
#calendar-wrapper .header {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 1rem;
  color: #141718;
  min-width: 131px;
}
#calendar-wrapper .headers .weekday {
  font-weight: 500;
}
#calendar-wrapper .dates-wrapper {
  display: flex;
  flex-flow: row;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
#calendar-wrapper .dates {
  display: flex;
  flex-flow: column;
  min-width: 131px;
  margin-left: 1rem;
  margin-right: 1rem;
}
#calendar-wrapper button.telefonisch {
  background-color: #525252;
}
#calendar-wrapper button.persoenlich {
  background-color: #aca59f;
}
#week {
  font-size: 16px;
}
.calendar-demo-buttons {
  display: flex;
  margin-bottom: 1rem;
}
.calendar-demo-buttons button {
  padding: 0 1.125rem;
  margin-right: 1rem;
}
.calendar-demo-buttons button.freiertermin {
  background-color: #5578a5;
}
.calendar-demo-buttons button.telefonisch {
  background-color: #525252;
}
.calendar-demo-buttons button.persoenlich {
  background-color: #aca59f;
}
.calendar-demo-buttons button.freiertermin:hover,
.calendar-demo-buttons button.telefonisch:hover,
.calendar-demo-buttons button.persoenlich:hover {
  cursor: default;
}
@media (min-width: 992px) {
  /* Hide scrollbar for Chrome, Safari and Opera */
  #calendar-wrapper .headers::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  #calendar-wrapper .headers {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
}
@media (max-width: 991.98px) {
  #calendar-wrapper .dates-wrapper {
    overflow-x: scroll;
  }
}
/*# sourceMappingURL=bvk-skin.css.map */