:root {
    --body-font-family:segoe ui, Arial, Sans serif !important;
    --body-font-color:#000000;
    --body-font-size: 1rem;
    --body-font-weight:400;
    --body-line-height:1.75;
    --body-background-color: #9ea6a1;

    --pagewrapper-max-width:1500px;
    /*======================================
      Allgemeine Elemente
    ======================================*/
    --close-icon-font-family: "contentBLUE-basic";
    --close-icon-content: "\f121";
    --close-icon-color: #808080;
    
    /*======================================
      ÜBERSCHRIFTEN 
    ======================================*/
    --h-margin:0 0 0.5rem 0;
    --h-font-weight:400;
    --h-line-height:1.2;
    --h-font-color:#0085b4;

    --h1-font-size:1.8rem;
    --h1-font-color:#003c70;

    --h2-font-size:1.5rem;
    --h3-font-size:1.375rem;
    --h4-font-size:1rem;
    --h5-font-size:1rem;
    --h6-font-size:1rem;

    --h1-trennlinie-height:0px;
    --h1-trennlinie-color:#003c70;

    --h2-trennlinie-height:1px;
    --h2-trennlinie-color:#0085b4;
    /*======================================
      LINKS
    ======================================*/
    --link-color:#0085b4;
    --link-color-hover:#0085b4;
    --link-button-color:#0085b4;
    --link-button-border:2px solid #0085b4;
    --link-button-border-radius:0rem;
    --link-button-padding:0.25rem 2.5rem;
    --link-button-hover-color:#ffffff;
    --link-button-hover-background-color:#0085b4;
    --link-button-icon-font-family:"contentBLUE-basic";
    --link-button-icon-font-size:1.5rem;
    --link-button-icon-content:"\f111";
    --link-button-icon-padding:0 0 0 0.5rem;
    
    /*======================================
      PARSERELEMENTE
    ======================================*/
    --kicker-caption-copyright-stand-datum-font-size:0.75rem;
    --kicker-caption-copyright-stand-datum-color:#808080;
    --contentliste-symbol-color:#003c70;
    --box-background-color:#cacaca;
    /*======================================
      TOPSCHUBLADE
    ======================================*/  
    --topschublade-background-color:#464646;
    --topschublade-close-icon-color: #fff;
    
    /*======================================
      HEADER
    ======================================*/ 
    --header-border-bottom: 1px solid #c5ced4;
    
    /*======================================
      TOOLBAR
    ======================================*/ 
	--toolbar-item-color:#808080;
	--toolbar-item-hover-color:#808080;

    /*======================================
      Hauptnavigation
    ======================================*/  
    --hamburger-button-color: #003c70;
    --hauptnavigation-link-color:#004576;
    --hauptnavigation-link-hover-active-color:#373D46;
    --level-1-border-bottom: none;
    --level-1-border-bottom-hover: none;
    --level-1-border-bottom-active: none;
    --navi-flyout-border-top:1px solid #0085b4;
    --navi-flyout-border-bottom:1px solid #0085b4;
    --navi-flyout-background-color: #fff;
    --navi-flyout-link-border:5px solid #e3e3e3;
    --navi-flyout-link-background:#f2f2f2;
    --navi-flyout-link-hover-active-background:#ffffff;
    --navi-responsive-border-top:1px solid #c5ced4;
    --navi-responsive-link-border:1px solid #c5ced4;
    --navi-responsive-suche-background:#f2f2f2;
    
    --subnavi-link-color:#0085b4;
    --subnavi-link-background:#ffffff;
    --subnavi-link-border-bottom:5px solid #ffffff;
    --subnavi-link-children-background:#f2f2f2;
    --subnavi-link-hover-active-background:#ebeef0;
    --subnavi-link-icon-font-family: "contentBLUE-basic";
    --subnavi-link-icon-color: #808080;
    --subnavi-link-icon-down-content: "\f10c";
    --subnavi-link-icon-up-content: "\f10d";
    
    /*======================================
      LISTEN
    ======================================*/
   
    --prefooter-container-alternate-background-color:#e3e3e3;
    /*======================================
      TEASER
    ======================================*/   
    --teaser-item-border-radius:0.25rem;
    --teaser-item-box-shaddow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    --teaser-item-mit-hintergrundfarbe-font-color:#ffffff;
    --teaser-item-mit-hintergrundfarbe-background-color:#5a5b5b;
    --teaser-second-item-mit-hintergrundfarbe-background-color:#464646;
    
    --teaser-item-trenner-background-color: #0085b4;
   
    /*======================================
      FORMULARE
    ======================================*/
    --form-elements-font-color:#000;
    --form-elements-border:1px solid #0085b4;
    --form-elements-border-radius: 0rem !important;
    --form-elements-padding: .375rem .75rem;
    
    --checkbox-and-radio-ckecked-background-color:#003c70;
    --checkbox-and-radio-ckeckmark-background-color:#c5ced4;

    --form-submit-color:#0085b4;
    --form-submit-border:1px solid #0085b4;
    --form-submit-border-radius: 0rem !important;
    --form-submit-border-padding: 0.25rem 2.5rem;
    
    /*======================================
      INSITE-SITEMAP
    ======================================*/
    --footer-inside-sitemap-background-color:#003c70;
    --footer-inside-sitemap-font-color:#ffffff;
 
    /*======================================
      FOOTER
    ======================================*/
    --footer-background-color:#003c70;
    --footer-font-color:#ffffff;
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;    
  font-size:16px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position:relative;
}

.container-logo-toolbar {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	position:relative;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

/*======================================
  GLAMUS
======================================*/
body {
    font-family:var(--body-font-family);
    color: var(--body-font-color); 
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);  
    line-height: var(--body-line-height);  
    background-color: var(--body-background-color); 
}
body *{
    background-color: transparent;
}
#pageWrapper {
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    height: 100%;
    max-width:var(--pagewrapper-max-width);
}
.container  .container {
    padding-right: 0px;
    padding-left: 0px;
}
.hauptnavigation {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
    padding-right: 15px;
    line-height: 1.5;
	margin-top: -1.1rem;
}
/*======================================
  PREPARSER
======================================*/
.clear {
    clear:both;
    padding: 0 !important;
    margin: 0 !important;
}
.hidden { 
    display:none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom:var(--h-margin);
    font-weight:var(--h-font-weight);
    line-height:var(--h-line-height);
    color:var(--h-font-color);
}
h1, .h1 {
  font-size:var(--h1-font-size);
  color:var(--h1-font-color);
  text-transform: uppercase;
}

h2, .h2 {
  font-size:var(--h2-font-size);
  text-transform: uppercase;
}

h3, .h3 {
  font-size:var(--h3-font-size);
}

h4, .h4 {
  font-size:var(--h4-font-size);
}

h5, .h5 {
  font-size:var(--h5-font-size);
}

h6, .h6 {
  font-size:var(--h6-font-size);
}
h1 + .trenn-line {
	background-color:var(--h1-trennlinie-color) !important;
	height:var(--h1-trennlinie-height) !important;
	margin-top: 19px;
	margin-bottom: 30px;
}

h2  + .trenn-line {
    background-color:var(--h1-trennlinie-color) !important;
	height:var(--h1-trennlinie-height) !important;
	margin-top: 19px;
	margin-bottom: 15px;
}
h2  + .trenn-line { 
    height:var(--h2-trennlinie-height) !important;
    background-color:var(--h2-trennlinie-color) !important;
}
.startseite h1 + .trenn-line,
.stage-wrapper  h2 + .trenn-line{
    background-color:transparent !important;
}
a {
  text-decoration: none;
  outline: 0;
  color:var(--link-color)
}
a:hover {
  text-decoration: none;
  outline: 0;  
  color:var(--link-color-hover)
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.underline {
    text-decoration:underline;
}
p {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.scrollable-table {
	max-width: 100%;
	overflow-x: auto;
}

table.content {
    width:100%;
    background-color:#fff;
    border:none;
    border-collapse:collapse;
}
table.content tr {
    background-color:#fff;
    border-bottom:1px solid #c3cacd;
    text-align: left;
    min-width:150px;

}
table.content tr p{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 16px;
}
table.content tr:hover {
    background-color:#c5ced4;
    color:#fff;

}
table.content tr:first-child {
    background-color:#3e5d72 !important;
    color:#fff !important;
    font-weight:600 !important;
}
.textbox {
    background-color:var(--box-background-color);
    padding: 35px 40px;
    border-radius:0.25rem;    
}
/*
.contentliste {
    counter-reset: li;
    list-style: none;
    margin-left: 0px;
    padding-left: 12px;
    list-style: none;
}
ul.contentliste,
ol.contentliste{
    margin: 0.75rem 0px 1.75rem 0px;
}
ul.contentliste {
    padding-left: 0;
}
ul.contentliste li {
    margin-bottom: 15px;
    padding-left:0;
    display: table;
	line-height: 24px;
}
ul.contentliste > li::before {
    content: "•";
	display: table-cell;
	font-size: 28px;
	width: 1.5rem;
	margin-left: -0.75rem;
	vertical-align: top;
	line-height: 24px;
	font-family: none;
	color: var(--contentliste-symbol-color) !important;;
}
ul.contentliste[type="circle"] > li::before {
    content: '\25CB';
    font-size: 18px;
}
ul.contentliste[type="square"] > li::before {
    content: '\25aa';
    font-size:42px;
}
ol.contentliste li {
    display: table;
    margin-bottom: 15px;
    padding-left:0;
}
ol.contentliste > li::before {
    display: table-cell;
    text-align: left;
    width: 1.5rem;
    color: var(--contentliste-symbol-color);
}
ol.contentliste {
    list-style: none;
    counter-reset: li;
}
ol.contentliste li {
    counter-increment: li;
    margin-bottom:16px;
}
ol.contentliste > li::before {
    content: '.' counter(li); 
    display: inline-block; 
    width: 1.0rem; 
    margin-left: -0.7rem;
    margin-right: 0.7rem; 
    text-align: right; 
    direction: rtl;
}
ol.contentliste.lowerAlpha > li::before {
    content: '.' counter(li, lower-alpha); 
}

ol.contentliste.upperAlpha > li::before{
     content: '.' counter(li, upper-alpha);
}

ol.contentliste.lowerRoman > li::before {
     content: '.' counter(li, lower-roman);
}

ol.contentliste.upperRoman > li::before {
    content: '.' counter(li, upper-roman);
}
*/
ul.contentliste,
ol.contentliste{
    margin: 0.75rem 0px 1.75rem 0px;
}
ul.contentliste {
    padding-left: 0;
}
ol.contentliste{
  list-style-position: inside !important;
}
ul.contentliste li {
  margin-bottom: 15px;
  padding-left:0;
  display: table;
	line-height: 24px;
}
ul.contentliste > li::before {
  content: "•";
	display: table-cell;
	font-size: 28px;
	width: 1.5rem;
	margin-left: -0.75rem;
	vertical-align: top;
	line-height: 24px;
	font-family: none;
	color: var(--contentliste-symbol-color) !important;;
}
ul.contentliste[type="circle"] > li::before {
    content: '\25CB';
    font-size: 18px;
}
ul.contentliste[type="square"] > li::before {
    content: '\25aa';
    font-size:42px;
}





ol.contentliste.upperAlpha {
  list-style:upper-alpha;
}
ol.contentliste.lowerAlpha {
  list-style:lower-alpha;
}
.image {
    display:block;
    width:100%;
	line-height: 0;
	margin-top: 5px;
    position:relative;
}
.image > span{
	line-height: initial;
}
.image-left{
    float:left;
    margin-right: 1.5rem;
	margin-bottom: 1rem;
}
.image-right {
    float:right;
    margin-left: 1.5rem;
	margin-bottom: 1rem;
}
.image-center {
    margin:0 auto;
}
.image-drittel {
    max-width:33%;
}
.image-halb {
    max-width:50%;
}
.image-ganz {
    max-width:100%;
}
.image img,
img.image {
  width:100%;
  max-width: 100%;
  height: auto;
}
.image-cbb_mitarbeiter {
    border: 1px solid #000000;
    border-radius: 100px;
    height:200px;
    width:200px;
    overflow:hidden;
    padding: 0 !important;
    line-height: 195px;
}
.image-cbb_mitarbeiter img{
    width:100%;
    max-width:100%;
    vertical-align: middle;
}
.imageZoom {
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -999999px;
    background-color: #003c7090;
    height: 50px;
    width: 40px;
    padding-right: 56px;
}
.imageZoom:after {
    font-family: "contentBLUE-basic";
    font-size: 1.75rem; 
    padding-top:1.5rem;
    padding-right:0.5rem;
    margin-left:1rem;
    display: block;
    content: "\f114";
    text-indent: 0;
    color:#fff;
}
.copyright {
    /*display:none !important;*/
}
.kicker,
.caption-and-copyright, 
.caption, 
.stand, 
.datum {
    font-size:var(--kicker-caption-copyright-stand-datum-font-size);
    color:var(--kicker-caption-copyright-stand-datum-color);
}
.kicker span {
    padding:0 !important;
}
.accordion{
    border-bottom: 1px solid #808080;
}
.ui-accordion-header {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #808080;
    border-bottom: none;
    outline: none;
    padding-top: 10px;
    padding-bottom: 5px;
	padding-right: 50px;
	position:relative;
}
.ui-accordion-content {
    padding: 40px;
    background-color:#eeeeee; 
}
.ui-accordion-header:first-child{
    border-top: none;
}
.accordion > h3 > a {
    font-size: 20px;
    line-height: 48px;
    color: #3e5d72;
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 20px;
    width: 100%;
    display: inline-block;
}

.ui-accordion-header a::after {
    font-family: "contentBLUE-basic";
    font-size: 2rem;
    padding-right:0.5rem;
    margin-left:1rem;
    display: inline-block;
    float:right;
    content: "\f10c";

}
.ui-accordion-header-active a::after {
    content: "\f10d";
    
}
.zentriert,
.zentriert * {
    text-align: center;
    width: 100%;
    display: inline-block;
}
/*======================================
  FORMULARE
======================================*/
form {

}
form div{
    width:100%;
    margin:0px auto 10px auto;
    display:block;
    margin-bottom: 10px;
}
form div label{
    float:left;
    width:100%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input {
  filter: none;
}
.button-like-submit,
.input-text,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="select"],
textarea,
.button,
button:not([class*="vjs"]):not([class*="fancybox-button"]) {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-border-radius:0;
    line-height:1.5;
}
button:not([class*="vjs"]):not([class*="fancybox-button"]),
.button,
.button-like-submit,
input[type="text"],
.input-text,
input[type="password"],
input[type="email"],
input[type="search"],
input[type="submit"],
textarea,
select  {
    -webkit-appearance: none;
    width:100%;
    display: inline-block;
    color:var(--form-elements-font-color);
    background-color:#fff;
    border:var(--form-elements-border);
    border-radius: var(--form-elements-border-radius);
    padding:var(--form-elements-padding);
}
.button-like-submit,
input[type="submit"] {
    color:var(--form-submit-color);
    width:auto;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border:var(--form-submit-border);
    border-radius:var(--form-submit-border-radius);
    padding: var(--form-submit-border-padding);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type="radio"] {
    margin:0 10px 0 10px;
}
input[type="checkbox"] {
    float:left;
    margin-top: 7px;
    margin-right: 5px;
    width:auto;
}
input[type="checkbox"] + label{
    float:left;
    width:auto;
}
#pageWrapper button:not([class*="vjs"]),
#pageWrapper .button {
    color:var(--link-button-color);
    width:auto;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--link-button-border);
    border-radius: var(--link-button-border-radius);
    padding: var(--link-button-padding);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline-flex !important;
    align-items: center;

    position: relative;

}
#pageWrapper .teaser button:not([class*="vjs"]),
#pageWrapper .teaser .button {
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #003c70;
}
#pageWrapper .button::after {
    font-family: var(--link-button-icon-font-family);
    font-size:var(--link-button-icon-font-size);
    display: block;
    content: var(--link-button-icon-content);
    padding: var(--link-button-icon-padding)
}
#pageWrapper .button:hover,
#pageWrapper button:hover,
#pageWrapper .button-like-submit:hover,
#pageWrapper input[type="submit"]:hover {
    background-color:var(--link-button-hover-background-color);
    color:var(--link-button-hover-color);
    color: #fff;
}
form div::after,
input::after {
	clear:both;
	content:'';
	display:block;
}
.errors {
	color:red;
	list-style:none;
	margin-top: 5px;
}
/*======================================
  CHECKBOX
======================================*/
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.top-schublade .container-checkbox {
    margin-top: 8px; 
}
/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: var(--checkbox-and-radio-ckeckmark-background-color);
}

/* On mouse-over, add a grey background color */
/*
.container-checkbox:hover input ~ .checkmark {
  background-color: var(--checkbox-and-radio-background-color);
}*/

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: var(--checkbox-and-radio-ckecked-background-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 8px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*======================================
  RADIO
======================================*/
/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: var(--checkbox-and-radio-ckeckmark-background-color);
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/*.container-radio:hover input ~ .checkmark-radio {
  background-color:  var(--checkbox-and-radio-background-color);;
}*/

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
  background-color: var(--checkbox-and-radio-ckecked-background-color);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
    top: 6px;
    left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffffff;
}
/*======================================
  Selectric
======================================*/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
    float: left;
    margin-bottom: 0;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    padding: 8px 15px;
    padding-right: 15px;
    outline: none;
    border: var(--form-elements-border);
    border-radius: 3px;
    margin-bottom: 0px;
    padding-right: 35px;
    background:#fff;
}
.selectric-items{
    font-size: 14px;
    line-height: 20px;
    color: inherit;
}

#pageWrapper .selectric b.button {
    display: block !important;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 38px;
    height: 38px;
    color: #fff;
    border: none;
    color: inherit;
    left:inherit;
    font-family: "contentBLUE-basic";
    font-size: 1.5rem;
    display: block;
    content: "\f135";
    padding-left: 0.5rem;
    text-indent: 0px;
}
#pageWrapper .selectric b.button:after {
    content: "\f135";
    top:0;
    position:absolute;
}
#pageWrapper .selectric b.button:hover {
    background-position: center center;
    border:none;
}

.selectric-focus .selectric {
    background: #fff;
}

.selectric-hover .selectric {
    background: #fff;
}
.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
  margin-bottom: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #cfcfcf;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #000;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #fff;
  color: #000;
}

.selectric-items li.highlighted {
  background: #f2f2f2;
  color: #000;
}

.selectric-items li:hover {
    background:#f2f2f2;
}
.selectric .label {
    width:100%;
    display:inline-block;
}


.selectric-wrapper.selectric-open  > .selectric, 
input[type="text"]:focus, 
.input-text:focus, 
textarea:focus, 
input[type="password"]:focus {
    border-color: #003c70;
}
/*======================================
  HEAD MIT LOGO/TOOLBAR/NAVIGATION
======================================*/
header { 
	position:relative;
    padding-top: 15px;
    border-bottom: var(--header-border-bottom);
}  
.top-schublade {
    display:none;
    background-color:var(--topschublade-background-color);
    color: #fff;
}
.top-schublade section{
    padding-top:1rem;
    padding-bottom:1rem;
}
.top-schublade .close {
    position:absolute;
    top:0.25rem;
    right:1rem;
    z-index:9999999;
} 
.top-schublade .close::after {
    font-family: var(--close-icon-font-family);
    font-size: 1.75rem;
    display: block;
    color:var(--topschublade-close-icon-color);
    content: var(--close-icon-content);
}
.top-schublade section a,
.top-schublade section h2,
.top-schublade section label{
    color:#fff !important;
}
.top-schublade section h2 + div.trenn-line {
    background-color:transparent !important;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}
/*======================================
  LOGO
======================================*/
.logo {
    float:left;
    margin-left:0;
}
.logo a {
	display:block;
	float: left;
}
.logo img {
	max-width: 225px;
    height:auto;
}
/*======================================
  TOOLBAR
======================================*/
.toolbar {
	display:none;
}
/*======================================
  Subnavigation
======================================*/
.subnavigation ul,
.subnavigation ul li {
    list-style:none;
}
.subnavigation ul li li {
    padding-left:25px;
}
.subnavigation ul li a{
				font-size: 14px;
				font-weight: 400;
}
.subnavigation ul li a:hover {
    background-color: #cdd7dd !important;
}

.subnavigation ul li a.active {
    background-color: #073957 !important;
				color: #fff;
}
.subnavigation ul li.active li a {
    /*background-color:var(--subnavi-link-hover-active-background) !important;*/
						background-color: #e8e8e8 !important;
}
.subnavigation ul li.active li a:hover {
    /*background-color:var(--subnavi-link-children-background) !important;*/
				background-color: #cdd7dd !important;
}

.subnavigation ul li.active li a.active {
				background-color: #073957 !important;
				color: #fff;
}
.subnavigation ul li li,
.subnavigation,
.subnavigation ul,
.subnavigation ul li,
.subnavigation ul li a {
    background-color:var(--subnavi-link-background);
    padding-left: 0px;
    color:var(--subnavi-link-color);
}
.subnavigation ul li a {
    padding:10px 10px;
    border-bottom:var(--subnavi-link-border-bottom);
    width:100%;
    display:inline-block;
    padding-left:30px;
}
.subnavigation ul li li a {
    padding-left:40px;
				font-weight: 300;
}
.subnavigation ul li li li a {
    padding-left:50px;
}
.subnavigation ul li::before {
    display:none !important;
}    
.subnavigation ul li.has-children > a::after {
    content: var(--subnavi-link-icon-down-content);
    display: inline-block;
    font-family: var(--subnavi-link-icon-font-family);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    float:right;
    font-size:28px;
}
.subnavigation ul li.has-children > a.active::after {
    content: var(--subnavi-link-icon-up-content);
}
.subnavigation ul li.has-children div ul {
    display:none;
}
.subnavigation ul li.active.has-children > div > ul {
    display:block;
}
/*======================================
  BUEHNE
======================================*/
.stage-wrapper {
	position:relative;
}
.overlay {
	width:calc(100% + 30px);
	margin-top:25px;
    background-color:#003c70;
    margin:auto -15px;
    padding-top:2rem;
    padding-bottom:2rem;
}
.overlay-text,
.overlay-text h2,
.overlay-text div,
.overlay-text p {
    color: #fff;
}
.overlay-text h2 {
    font-size:1.5rem;
    margin-bottom: 1.5rem;
}
.stage-wrapper h2 + .trenn-line {
	display:none;
}
.overlay-text a{
	text-shadow: none;
}
.overlay-text a.button{
	float:left;
    transform:unset;
    left:0;
    white-space: inherit !important;
}
.stage img {
	width:100%;
	height:auto;
  border-top: 9px solid #003c70;
}
/*======================================
  FOOTER
======================================*/
footer a:hover,
footer a {
    color:var(--footer-inside-sitemap-font-color);
}
footer #inside-sitemap {
	background-color:var(--footer-inside-sitemap-background-color);
    padding:60px 0;
    position:relative;
    color:var(--footer-inside-sitemap-font-color);
}
footer #inside-sitemap ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
footer #inside-sitemap ul  li li{
    font-weight:200;
}
footer #inside-sitemap ul  li li li{
    display:none;
}
footer #inside-sitemap img{
	width: 100%;
	max-width: 100px;
}
footer #inside-sitemap .firm-name{
    font-weight: 400;
    text-transform:uppercase;
    display:block;
    font-size: 14px;
    margin-top: 10px;
}
footer #inside-sitemap .firm-adress{
    font-weight: 400;
    font-size: 12px;
    display:block;
}
footer #inside-sitemap .icons8-quadrat-hoch{
    position:absolute;
}
footer .footer {
    padding: 30px 0;
	background-color:var(--footer-background-color);
    color:var(--footer-font-color);
}
footer .footer .col {
    text-align:center;
}
footer .footer a{
    padding-left:20px;
}
/*======================================
  BREADCRUMP
======================================*/
#breadcrump {
    max-width: 1140px;
    margin-top: 30px;
}
.breadcrump .zentriert,
.breadcrump .zentriert * {
    width:auto;
}
/*======================================
  TEASER UND LISTEN
======================================*/
#prefooter-container > *  > .container {
    /*max-width:1040px;
    margin:0 auto;*/
}
.prefooter-container-row:nth-child(even),
.prefooter-container-row:nth-child(even) {
    background-color:var(--prefooter-container-alternate-background-color);
}
.teaser h2  + .trenn-line {
    margin-top: 25px;
    margin-bottom: 40px;
}
.marginalspalte .teaser h2  + .trenn-line {
    margin-top: 10px;
    margin-bottom: 15px;
}
.teaser h2{
	padding-left:0;
	padding-right:0;
	color:#003c70;
}
#content,
.liste,
.teaser {
    padding-top:3rem;
    padding-bottom:3rem;
}

.liste ul,
.teaser ul {
    list-style: none;
    padding-left:0; 
}
.liste li,
.teaser li {
    list-style: none;
    padding-left:15px;
    margin: 0 auto;
}
.liste li > div,
.teaser li > div {
    background-color:#e2e9f0;
    padding-top: 25px;
    padding-bottom: 25px;   
}

.liste li > div:hover,
.teaser li > div:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px #575757; 
}

.teaser li > div:first-child {
	margin-bottom: 25px;
	height: calc(100% - 40px);
}
.liste li div > *,
.teaser li div > * {
    padding:0px 25px;
}
.liste li.keine-hintergrundfarbe > div,
.teaser li.keine-hintergrundfarbe > div,
.liste li.keine-hintergrundfarbe div > *,
.teaser li.keine-hintergrundfarbe div > * {
    background-color:#fff !important;
}
.liste li.no-padding div,
.teaser li.no-padding div,
.liste li.no-padding div > *,
.teaser li.no-padding div > * {
    padding:0px;
}
.liste li div h3,
.teaser li div h3 {
	  color:#0085b4;
    font-size: 1.3rem;
    padding-top: 10px;
    display:inline-block;
    margin-bottom:0px;
}
.teaser li div img + h3 {
    padding-top: 25px;
}
.liste li h3.item-width-image {
    padding-left:0;
}
.liste li h3.item-width-image + span.image {
    margin-right:0 !important;
    margin-top:15px;
}
.liste .zentriert h3,
.teaser .zentriert h3 {
    padding-bottom: 15px;
    font-size: 1.75rem;
}
.liste a.uebersicht.button,
.teaser a.uebersicht.button {
    margin: 0 auto;
    display: block;
    float: none;
    width: max-content;
}
.liste li p,
.teaser li p{
	margin-bottom:0;
}
.liste li div img,
.teaser li div img {
	padding-left:0;
	padding-right:0;
	padding-top:0 !important;
}
.teaser li div img {
    margin-top:-25px;
}
.liste li.hintergrundfarbe div:not([class*="trenn-line"]),
.liste li.hintergrundfarbe div *,
.liste li.hintergrundfarbe div *:hover,
.teaser li.hintergrundfarbe div:not([class*="trenn-line"]),
.teaser li.hintergrundfarbe div *,
.teaser li.hintergrundfarbe div *:hover {
    background-color: var(--teaser-second-item-mit-hintergrundfarbe-background-color) !important;
    color: var(--teaser-item-mit-hintergrundfarbe-font-color) !important;
}
.liste li.hintergrundfarbe-alternating:nth-child(2n+1) div:not([class*="trenn-line"]),
.liste li.hintergrundfarbe-alternating:nth-child(2n+1) div *,
.liste li.hintergrundfarbe-alternating:nth-child(2n+1) div *:hover,
.teaser li.hintergrundfarbe-alternating:nth-child(2n+1) div:not([class*="trenn-line"]),
.teaser li.hintergrundfarbe-alternating:nth-child(2n+1) div *,
.teaser li.hintergrundfarbe-alternating:nth-child(2n+1) div *:hover {
    background-color:var(--teaser-item-mit-hintergrundfarbe-background-color) !important;
    color: var(--teaser-item-mit-hintergrundfarbe-font-color) !important;
}
.liste li.rahmen > div:first-child,
.teaser li.rahmen > div:first-child{
    border-radius: var(--teaser-item-border-radius);
    border-color: unset;
    overflow: hidden;
    height: calc(100% - 30px);
    box-shadow: var(--teaser-item-box-shaddow);
}
.teaser li.zentriert * {
    text-align: center;
    width: 100%;
    display: inherit;
}
.teaser .zentriert img {
    margin-top: 0px;
}
.liste li div.trenn-line,
.teaser li div.trenn-line {
    margin-top: 14px;
    margin-bottom: 14px;
    width: 100%;
	height: 1px !important;
	background-color: transparent !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.liste li.trenner div.trenn-line,
.teaser li.trenner div.trenn-line {
    background-color:var(--teaser-item-trenner-background-color) !important;
}
.teaser .cycle-slideshow {
    display:block;
    flex:inherit;
}
.teaser li.carousel-item {
    width: 100%;
    height: auto !important;
}
.teaser li.carousel-item div {
    width:50%;
    margin:0 auto;
}

/*======================================
  LOGIN TEASER
======================================*/
.form-teaser-login div:nth-child(1),
.form-teaser-login label {
	display:none;
}
.form-teaser-login div:nth-child(4) label {
	display:block;
}
.form-teaser-login div {
	margin-bottom:15px;
}
.form-teaser-login > div input{
    border: 1px solid #ffffff !important;
    padding: .375rem .75rem;
}
.form-teaser-login  > div:last-child input{
    width:100%;
}
/*.top-schublade section form {
    display:inline-block;
    width:100%;
}
.top-schublade section form > div:first-child,
.top-schublade section label{
    display:none;
}
.top-schublade section form > div {
    margin-top:0.75rem;
    display:inline-block;
    width:33%;
    float:left;
    padding-right:20px;
}
.top-schublade section form > div:last-child {
    float:right;
    padding-right:0px;
}
*/
/*======================================
  PAGINATOR
======================================*/
.pagination {
    text-align:center;
}
.pagination ul li{
    float:left;
    padding:0 7px 0 7px;
    margin:1px;
}
.pagination ul li.option.available:hover{
    background-color: var(--subnavi-link-children-background) !important;
}

.pagination .not-available {
    color:#9ea6a1;
}
.pagination .option.available.active {
    color:var(--hauptnavigation-link-hover-active-color);
    background-color: var(--subnavi-link-children-background) !important;
}
@media (min-width: 576px) {
    .hauptnavigation {
        max-width: 100%;
    }
	#breadcrump,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 769px) {
    .container-logo-toolbar,
    .hauptnavigation,
	#breadcrump,
    .container {
        max-width: 720px;
    }
	/*======================================
	  HEADER
	======================================*/
	header {
		padding-top: 40px;
	}
	/*======================================
	  TOOLBAR
	======================================*/
	.toolbar {
		display:block;
		margin-top: -0.4rem;
	}
	.toolbar ul{
		float:left;
		list-style:none;
		margin-bottom:15px;
	}
	.logo + .toolbar ul{
		float:right;
	}
	.toolbar li{
		float:left;
		margin-left:1.2rem;
	}
	.toolbar li a {
		color:var(--toolbar-item-color);
		display: inline-flex !important;
		align-items: center;
		height:1.25rem;
	}
	.toolbar li a span{
		font-size:0.9rem;
        color:var(--toolbar-item-color);
        text-transform: uppercase;
        color: #575757;
	}
    .toolbar li a::after,
	.toolbar li a::before {
		font-family: "contentBLUE-basic";
		font-size: 1.25rem;
		padding-right:0.5rem;
		display: block;
        color:var(--toolbar-item-color);
	}
    .toolbar li a::after {
        padding-right:0;
        padding-left:0.5rem;
    }
	.toolbar li:hover a span,
    .toolbar li:hover a::after,
	.toolbar li:hover a::before {
		color:var(--toolbar-item-hover-color) !important;
	}
    .toolbar li a.login::before {
		content: "\f12d" !important;
	}
	.toolbar li a.logut::after {
		content: "\f12d";
	}
  
  	.toolbar li img {
		margin-bottom: -5px;
	}
    /*
	.toolbar li:nth-child(2) a::before {
		content: "\f101";
	}
	.toolbar li:nth-child(1) a::before {
		content: "\f12e";
	}
	.toolbar li:nth-child(3) a::before {
		content: "\f103";
	}
	.toolbar li:nth-child(4) a::before {
		content: "\f12d";
	}
    */
    /*======================================
      NAVIGATION
    ======================================*/
				                
    .hauptnavigation li {
        list-style:none;
        padding-left:0;
    }
    
    .hauptnavigation a {
        color:var(--hauptnavigation-link-color);
        background-color:#fff;
        font-size: 18px;
    }
    
   .hauptnavigation ul.level-1 > li > a {
        background-image: url("/static/img/navi-bullet.png");
        background-position: 0px 8px;
        background-repeat: no-repeat;
        padding-left: 22px !important;
    }
    
       .hauptnavigation ul.level-1 > li > a:hover,
       .hauptnavigation ul.level-1 > li > a.active{
        background-image: url("/static/img/navi-bullet-active.png");
    }
    
    .hauptnavigation a.active,
    .hauptnavigation a.activated,
				.hauptnavigation a:hover{
    }

    .hauptnavigation .wrapper-level-1 {
        float:right;
    }
    .hauptnavigation .wrapper-level-2 {
        width:100%;
        position:absolute;
        width: 100%;
								min-width: 245px;
        top: 45px;
        left: 0;
        border-top: 4px solid #fff;
        /*border-bottom: 4px solid #fff !important;
        padding-top:30px;
        padding-bottom:30px;*/
        z-index: 999999;
  			-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    }
    
    .hauptnavigation div.wrapper-level-3 > ul > li a {
        font-weight: 300 !important;
								padding-left: 30px !important;
    }
    
    .hauptnavigation ul.level-1 > li{
        float:left;
        display:block;
    }

    .hauptnavigation ul.level-1 > li > a{
        float:left;
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 15px;        
        margin-left: 15px;
        display:block;
				font-weight: 400;
        text-transform: uppercase;
    }
    .hauptnavigation ul.level-1 > li:last-child > a {
        padding-right: 10px; 
        margin-right:0;
    }
    .hauptnavigation ul.level-1 > li > a.activated,
    .hauptnavigation ul.level-1 > li > a:hover {
    }
    .hauptnavigation ul.level-1 > li > a.active {
    }
    .hauptnavigation ul.level-2 > li a:hover {
        background-color:var(--navi-flyout-link-hover-active-background);
				background-color: #003c70 !important;
        color: #fff;
    }
				
    .hauptnavigation ul.level-2 > li a.active,
    .hauptnavigation ul.level-2 > li a.activated {
        background-color:var(--navi-flyout-link-hover-active-background);
        background-color: #003c70 !important;
        color: #fff;
    }
    .hauptnavigation div.wrapper-level-2 div.parent,
    .hauptnavigation ul.level-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin:0 auto;
        max-width: 1140px;
    }
    .hauptnavigation div.wrapper-level-2,
    .hauptnavigation div.wrapper-level-2 *{
        background-color: var(--navi-flyout-background-color);
    }
    .hauptnavigation div.wrapper-level-2 div.parent a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .hauptnavigation div.wrapper-level-2 div.parent a span.parentlink{
        padding-right: 0px;
        padding-left: 0px;
    }
    .hauptnavigation div.wrapper-level-2 div.parent span.close-navi{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 28px;
        font-size: 1.75rem;
    }
    .hauptnavigation .close-navi::after {
        font-family: var(--close-icon-font-family);
        font-size: 1.75rem;
        display: block;
        color:var(--close-icon-color);
        content: var(--close-icon-content);
        float:right;
        margin-top:-5px;
    }
    .hauptnavigation div.wrapper-level-2 div.parent span i {
        float:right;
        margin-right: 10px;
        display:none;
    }
        .hauptnavigation div.wrapper-level-2 > ul {
        border-left: 4px solid #fff;
        border-right: 4px solid #fff;
    }
    .hauptnavigation div.wrapper-level-2 > ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .hauptnavigation div.wrapper-level-2 > ul > li  a{
        width: 100%;
        display: inline-block;
        padding: 10px 20px !important;
        border-bottom: 4px solid #fff !important;
        font-size: 17px;
        font-weight: 400;
        position: relative;
        background-color: #fff;
        text-transform: uppercase;
    }
				    .hauptnavigation div.wrapper-level-3 > ul > li  a{
        padding-left: 30px !important;
    }
				
    .hauptnavigation .suche a {
        padding-bottom: 10px !important;
    }
    .hauptnavigation .suche .icons8-suche {
        font-size: 28px;
        line-height:29px;
    }
    .hauptnavigation .icon-down,
    .hauptnavigation .icon-up,
    .hauptnavigation .icons8-lock {
        position: absolute;
        right: 10px;
        font-size: 24px;
        width: 42px;
        height: 44px;
        top: 1px;
        display: table-cell;
        vertical-align: middle;
        line-height: 42px;
        text-align: center;
    }
    .hauptnavigation .icon-up {
        display:none;
    }
    .hauptnavigation > div ul li.level-1 > a > .icon-up,
    .hauptnavigation > div ul li.level-1 > a > .icon-down {
        display:none;
    }

    .hauptnavigation > div ul li.level-2 > a > .icon-up,
    .hauptnavigation > div ul li.level-2 > a > .icon-down {
        display:none;
    }
    .hauptnavigation .suche li {
        max-width: 100% !important;
        flex: 100% !important;
    }
	.hauptnavigation .suche #searchInputbox {
        float: left !important; 
        max-width: 72.5% !important;
        margin-right: 2.5%;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 0;
        border-radius: 0px;
        background:#fff; 
	}
}

@media (min-width: 992px) {
    .container-logo-toolbar,
    .hauptnavigation,
	#breadcrump,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-logo-toolbar,
    .hauptnavigation,
	#breadcrump,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
    .overlay {
        position:absolute;
        width:100%;
        top:0;
        margin-left:-15px;
        margin-right:-15px;
        margin-top:40px;
        font-size: 1.25rem;
        background:none;
        padding-top:0px;
        padding-bottom:0px;
    }
    .overlay-text h2 {
        font-size: 1.8rem;
        line-height: 3rem;
        font-weight: 400;
        margin-bottom: 1.5rem;
    }
    .overlay-text,
    .overlay-text h2,
    .overlay-text div,
    .overlay-text p {
        text-shadow: 1px 1px 2px grey;
    }
    #header .overlay-text, 
    #header .overlay-text div, 
    #header .overlay-text p {
        text-shadow: 1px 1px 2px grey;
        background-color:rgba(65,83,87,0.82);
        padding: 20px 20px 30px 20px;
        text-align: center;
        margin-top: 93px;
    }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*======================================
  Hauptnavigation
======================================*/
@media (max-width:768px) {
    .hamburger{
        width: 32px;
        height: 7px;
        background-color: var(--hamburger-button-color);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: .5s;
        border-radius: 5px;
        box-sizing:border-box;
    }
    .hamburger:before,
    .hamburger:after{
        content: "";
        position: absolute;
        width: 32px;
        height: 7px;
        background-color:#003c70 ;
        transition: .5s;
        transition: .5s;
        border-radius: 5px;
        box-sizing:border-box;
    }
    .hamburger:before{
        top: -10px;
    }
    .hamburger:after{
        top: 10px;
    }
    .hamburger-icon.active .hamburger{
        background-color: rgba(0,0,0,0);
    }
    .hamburger-icon.active .hamburger:before{
        top: 0;
        transform: rotate(45deg);
    }
    .hamburger-icon.active .hamburger:after{
        top: 0;
        transform: rotate(135deg);
    }
    .hauptnavigation {
        padding-right:0;
        margin-top: 10px;
    }
	.hauptnavigation .wrapper-level-1 {
		display:none;
	}

	.hauptnavigation ul ul a + div {
		display:none;
	}
    .hauptnavigation .toolbar {
        display:block;   
    }
    .hauptnavigation .toolbar ul li{
        list-style:none;   
    }
	.hauptnavigation .icons8-minuszeichen,
	.hauptnavigation .suche a,
	.hauptnavigation .suche i,
	.hauptnavigation div.parent {
		display:none !important;
	}
	.hauptnavigation ul,
	.hauptnavigation div,
	.hauptnavigation li,
	.hauptnavigation li a	{
		flex:inherit;
		float:left;
		padding: 0px !important;
		width:100% !important;
		margin:0px !important;
		position:static !important;
		border:none !important;
		font-weight:400 !important;
	}
    .hauptnavigation .icon-down,
    .hauptnavigation .icon-up {
        position: absolute;
        right: 10px;
        font-size: 24px;
        width: 42px;
        height: 44px;
        top: 0px;
        display: table-cell;
        vertical-align: middle;
        line-height: 42px;
        text-align: center;
    }
    .hauptnavigation .icon-up {
        display: none;
    }
    .hauptnavigation > div > ul.level-1 {
        border-top:var(--navi-responsive-border-top) !important; 
    }
    .hauptnavigation .toolbar > ul > li,
	.hauptnavigation > div > ul > li a {
		position:relative !important;
		padding:10px 0 10px 0 !important;
		border-bottom:var(--navi-responsive-link-border) !important;
	}
    .hauptnavigation .toolbar > ul > li {
        background:#f2f2f2;   
    }
    .hauptnavigation .toolbar > ul > li a {
        font-size:13px;   
    }
    
    .hauptnavigation .toolbar > ul > li,
	.hauptnavigation > div > ul li.level-1 a {
		padding-left:10px !important;
	}
	.hauptnavigation > div > ul li.level-2 a {
		padding-left:20px !important;
	}
	.hauptnavigation > div > ul li.level-3 a {
		padding-left:30px !important;
	}
	.hauptnavigation > div > ul li.level-4 a {
		padding-left:40px !important;
	}
  
	.hauptnavigation .suche form,
	.hauptnavigation .suche div li,
	.hauptnavigation .suche div {
		display:block !important;
		background-color:var(--navi-responsive-suche-background) !important;
		width:100%;
		float:left;
        
	}
	.hauptnavigation .suche form { 
		margin: 0;
		padding:20px 20px 20px 10px;
	}
	.hauptnavigation .suche .searchbutton {
		float: right !important;
		width: auto !important;
        margin-top:10px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
    .hauptnavigation div.hamburger {
        width: 32px !important;
		position: absolute !important;
    }
    .hauptnavigation div.hamburger-icon {
        position: absolute !important;
		top: -25px;
		right: -19px;
		transform: translate(-50%,-50%);
		width: 50px !important;
		height: 50px;
		cursor: pointer;
		display: block !important;
    }
    .hauptnavigation div.hamburger-icon div{
        display:block !important;
    }
}
@media (max-width:520px) {
    .hauptnavigation #searchInputbox {
        max-width:calc(100% - 100px);
    }
	.hauptnavigation .suche .searchbutton {
        margin-top:0px;
        padding: 6px 10px !important;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */ 
    body {
        background:red;
    }   
}




/*HIER PRÜFEN*/
.button-left {
    float:left;
    left:0;
    position:static !important;
    transform:unset !important;
    
}
.button-right {
    float:right;
    left:0;
    position:static !important;
    transform:unset !important;
}

#pageWrapper .selectric b.button::after {
    content: "\f135";
    top: 0;
    position: absolute;
    display: none;
}

#pageWrapper .selectric b.button {
    display: block !important;
    position: absolute;
    right: 0.75rem;
	top: 6px;
	width: 12px;
	height: 12px;
	line-height:12px;
    color: #fff;
    border: none;
    color: inherit;
    left: inherit;
    font-family: "contentBLUE-basic";
    font-size: 1.5rem;
    display: block;
    content: "\f135";
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-indent: 0px;
}
#pageWrapper .selectric b.button:hover {
    background:none;
}

@charset 'UTF-8';


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    border-top: 10px solid #003c70;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slider-nav img {
	background:	#fff;
	color: #3498db;
	font-size: 36px;
	line-height: 100px;
	margin: 10px;
	padding: 2%;
	position: relative;
	text-align: center;
}
.slick-list {
    background:#cacaca;
	line-height: 0px;
}
.slick-slide img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
#pageWrapper button.slick-prev {
	left: 14px !important;
	top: 4px;
	position: absolute !important;
	z-index: 1000;
	height:100% !important;
	height: calc(100% - 8px) !important;
	display:block !important;
	padding:0;
	padding-left:4px;
	padding-right:4px;
	border:none;
	background:transparent;
}
#pageWrapper button.slick-next {
	left: initial !important;
	top: 4px;
	position: absolute !important;
	z-index: 1000;
	height:100% !important;
	height: calc(100% - 8px) !important;
	display: block !important;
	padding: 0;
	padding-left:4px;
	padding-right:4px;
	right: -14px;
	border:none;
	background:transparent;
}
#pageWrapper button.slick-prev:hover,
#pageWrapper button.slick-next:hover {
	background:#3e5d72 !important;
}

/*--Relaunch Style--*/

body.neu-index-html #content-container,
body.index-html #content-container {
  padding-top: 60px;
    background: #003c70 !important;
}

body.neu-index-html #content,
body.index-html #content {
  padding-top: 100px;
    background: #003c70 !important;
    color: #fff;
    width: 100%;
}

body.neu-index-html #content h1,
body.index-html #content h1 {
    color: #fff;
}
