#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";
/* NORMALIZE / RESETS / CONTAO-BASICS */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  line-height: 1.5;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: sans-serif;
  font-stretch:normal;
  font-style: normal;
  font-kerning: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: inherit;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: .1em;
}
h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-family: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  word-wrap: break-word;
  position: relative;
  text-rendering: optimizeLegibility;
}
address {
  font-style: normal;
}
p {
  padding: 0;
  margin: 0 0 1em 0;
  color: inherit;
  letter-spacing: 0;
  text-indent: 0;
  text-align: left;
  font-size: inherit;
  line-height: inherit;
}
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
ol[type="a"] { list-style-type: lower-latin; }
ul, ol {
  margin: 0 0 0.4em 0;
  padding: 0 0 0.4em 1em;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
li {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
a {
  font-family: inherit;
  color: inherit;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
a:link, a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:focus, a:active { 
  text-decoration: none;
}
b, strong {
  font-weight: 700;
}
small {
  font-size: 0.85em;
}
i, em, dfn {
  font-style: italic;
}
blockquote {
  margin: 0;
  padding: 0;
}
blockquote p {
  margin: 0;
}
blockquote cite {
  font-style: normal;
}
blockquote p cite:before {
  content: "\2212 020";
}
dfn {
  font-style: italic;
}
hr {
  clear: both;
  height: 1px;
  display: block;
  margin: 1rem 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
ins {
  text-decoration: none;
  color: #000;
  background: #ff9;
}
mark {
  color: #000;
  background: #faf5a1;
  text-shadow: none;
  font-weight: 600;
}
pre, code, kbd, samp {
  font: 1em monospace, monospace;
  _font-family: 'courier new', monospace;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
del {
  text-decoration: line-through;
}
small {
  font-size: 85%;
}
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
table {
  border: 0px none;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: inherit;
  font-size: inherit;
  font-stretch: normal;
  font-style: normal;
  line-height: inherit;
  margin: 0 0 1.5rem 0;
  padding: 0;
  width: 100%;
}
caption, th, td {
  border: 0px none;
  text-align: left;
  vertical-align: top;
}
caption, thead th, tbody th {
  word-wrap: break-word;
  position: relative;
}
nav ul, nav ol {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;  
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width:100%;
  height:auto;
}
/* img[src$=".svg"] {width: 100%;} */
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
.media.media--right figure {
  float: right;
  margin-left: 1cm;
  margin-bottom: 1rem;
}
.media.media--left figure {
  float: left;
  margin-right: 1cm;
  margin-bottom: 1rem;
}
.media.media--above figure {
  margin-bottom: 1.25em;
}

form {
  margin: 0;
  color: inherit;
}
fieldset {
  margin: 0 0 0.25em 0;
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  padding: 0;
  border: 0;
  *margin-left: -7px;
}
button, input, select, textarea {
	margin: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	*vertical-align: middle
}
button, input {
	*overflow: visible
}
table button, table input {
	*overflow: auto
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555;
}
::-moz-placeholder { /* kein opacity in FF */
  opacity: 1;
}
.placeholder { /* Firefox 18- */
  color: #555;
}
.clearfix::after, .clearfix::before {
	content: " ";
	display: table;
	clear: both
}
::-moz-selection {
  color: #000;
  background: #faf5a1;
  text-shadow: none;
}
::selection {
  color: #000;
  background: #faf5a1;
  text-shadow: none;
}

/* Contao-Basis */
#container, .inside {
  position: relative
}
/*
.block {
  overflow: hidden
}
*/
.clear, #clear {
  height: .1px;
  font-size: .1px;
  line-height: .1px;
  clear: both
}
.invisible {
  border: 0; 
  clip: rect(0 0 0 0); 
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px; 
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.ce_gallery {
  margin-bottom: 4em;
}
.ce_gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

 
/* == SONSTIGE ALLGEMEIN GAENGIGE KLASSEN ============================ */
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.ym-clearfix:before {
  content: "";
  display: table;
}
.ym-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* Skip-Links und versteckte Inhalte */
.ym-skip,
.ym-hideme,
.ym-print {    
  left: -32768px;
  position: absolute;
  top: -32768px;
}
.ym-skip:focus,
.ym-skip:active {  
  background: #0764B1 !important;
  color: #fff !important;    
  left:0;
  position:static;    
  text-align: center;
  top:0;
  width: 100%;
  z-index: 1000000;
}
.ym-skiplinks {
  background: #0764B1 !important;
  color: #fff;  
  left: -32768px; 
  list-style-type: none;   
  margin: 0;        
  padding: 0;
  position: absolute;
  top: 0;  
  width: 100%;
  z-index: 1000000;
}
.ym-skiplinks .ym-skip:focus,
.ym-skiplinks .ym-skip:active {
  left: 32768px;
  outline:0 none;
  position: absolute;
  width: 100%;
}

@charset "UTF-8";
/* WEBFONTS */
@font-face {
    font-family: 'worksans-regular';
    src: url('/files/util/fonts/worksans/worksans-regular-webfont.woff2') format('woff2'),
         url('/files/util/fonts/worksans/worksans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: 'worksans-medium';
    src: url('/files/util/fonts/worksans/worksans-medium-webfont.woff2') format('woff2'),
         url('/files/util/fonts/worksans/worksans-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: 'worksans-semibold';
    src: url('/files/util/fonts/worksans/worksans-semibold-webfont.woff2') format('woff2'),
         url('/files/util/fonts/worksans/worksans-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: 'worksans-bold';
    src: url('/files/util/fonts/worksans/worksans-bold-webfont.woff2') format('woff2'),
         url('/files/util/fonts/worksans/worksans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: 'courgette';
    src: url('/files/util/fonts/courgette/courgette-regular-webfont.woff2') format('woff2'),
         url('/files/util/fonts/courgette/courgette-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.3 (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)
 *
 * MODIFIED FOR A5
 */
html {
  -ms-overflow-style: scrollbar;
}
.a5-container {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 36.25rem) {
  .a5-container {
    max-width: 35rem;
  }
}

@media (min-width: 47.5rem) {
  .a5-container {
    max-width: 46.25rem;
  }
}

@media (min-width: 63.125rem) {
  .a5-container {
    max-width: 61.875rem;
  }
}

@media (min-width: 73.5rem) {
  .a5-container {
    max-width: 75rem;
  }
}

.a5-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.625rem !important;
  margin-left: -0.625rem !important;
}

.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: 0.625rem;
  padding-left: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -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%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -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) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -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;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
  }
}
@charset "UTF-8";
/* ------------------- SEITENLAYOUT ------------------- */
body {
  background-color: #fff;
  color: #282c2b;
  font-display: fallback;
  font-family: worksans-regular,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
}
b, strong {
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 600;
}
/* Fokus */
:focus:not([tabindex="-1"]) {
  outline: 3px solid #195E34;
  outline-offset: -1px;
}
#header :focus:not([tabindex="-1"]),
#a5-adventure-finder :focus:not([tabindex="-1"]),
#footer .mod_article :focus:not([tabindex="-1"]),
#a5-promoter :focus:not([tabindex="-1"]) {
  outline: 3px solid #C1D9BF;
  outline-offset: -1px;
}


/* Visually Hidden IE9+ */
.a5-visuallyhidden:not(:focus):not(:active) {
  border: 0; 
  clip: rect(0 0 0 0); 
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px; 
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* HEADER - Metaleiste */
#a5-meta {
  background-color: #195e34;
  color: #fff;
  font-size: 1em;
  line-height: 3.125;
  overflow: hidden;
}
#a5-meta .a5-inside {
  margin: 0 auto;
  max-width: 75em;
  position: relative;
}
#a5-metaline {
  -ms-flex-align: center;	
  align-items: center;
  background-color: #195E34;
  color: inherit;
  display: -ms-flexbox;
  display: flex;  
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#a5-meta h1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 1em;
  max-width: 100%;	
}
#a5-meta address {
  margin: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;		
}

@media (max-width: 767px) {
  #a5-meta h1, #a5-meta address { 
  	display: none; 
  }
}
#a5-social {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;	
  overflow: hidden;
  padding: 0 2em 0 0; /* Platz fuer den Suche-Toggle */
}

@media (max-width: 767px) {
  #a5-social {
  	padding: 0 6.4em 0 4.6em; /* Platz fuer Suche-Toggle, Menu und Logo */
  }
}
#a5-social ul {
  -ms-flex-align: center;	
  align-items: center;
  display: -ms-flexbox;
  display: inline-flex; 
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5-social li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;	
}
#a5-social a {
  background-color: #195e34;
  border: 2px solid #195e34;
  color: #fff;
  display: block;
  width: 3.125em;
  height: 3.125em;
  text-align: center;
}
#a5-social a:hover, #a5-social a:focus, #a5-social a:active {
  background-color: #287541;
  border-color: #c1d8be;
  color: #c1d8be;
}
#a5-social a img {
  margin-bottom: 0.625em;
}

/* HEADER - Metaleiste - Responsive */
@media (min-width: 768px) {
  #a5-meta h1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  #a5-meta address {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  #a5-social {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* HEADER - Metaleiste - Search */
#a5-searchbar {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#a5-searchbar h2 {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.a5-page-hp #a5-searchbar h2::after {
  display: none;
}
#a5-searchbar h2 .a5-search-expandmore__symbol {
  content: " ";
  display: inline-block;
  height: 1.875em;
  width: 1.875em;
  background: url("/files/util/img/icons/icon_search.svg") no-repeat top left;
  background-size: 2em 2em;
}
#a5-searchbar button {
  background-color: #195e34; 
  border: 2px solid #195e34;
  color: #c1d8be;
  font-size: 1em;
}
#a5-searchbar button:hover, #a5-searchbar button:focus, #a5-searchbar button:active {
  background-color: #287541;
  border-color: #c1d8be;
  color: #c1d8be;
}
#a5-searchbar .js-to_expand {
  padding-top: 20px;
}
#a5-searchbar .js-to_expand form {
  background-color: #297541;
  margin: 5px 0 20px 0;
  padding: 20px;
}

/* Search Hide/Show based on: https://van11y.net/accessible-hide-show/ */
#a5-searchbar .js-expandmore-button {
  height: 3.125em;
  position: absolute;
  top: -3.275em;
  right: 0;
  width: 3.125em;
}

@media (max-width: 767px) {
  #a5-searchbar .js-expandmore-button { 
    right: 3.8em;
    width: 3.125em;
    height: 3.125em;
  }
}

.js-to_expand {
  background-color: #195e34;
  color: #c1d8be;
}
.js-to_expand[aria-hidden=true],
.js-to_expand[data-hidden=true] {
  display: none;
}
#a5-searchform .formbody {
  align-content: center;
  display: -ms-flexbox;
  display: flex;
  max-width: 50em;
}
#a5-searchform label {
  flex-grow: 1;
  padding-right: 0.5em;
  text-align: right;
}
#a5-searchform input[type="search"]{
  flex-grow: 9;
}
#a5-searchform button {
  background-color: #195e34; 
  border: 2px solid #195e34;
  color: #c1d8be;
  flex-grow: 1;
  font-size: 1em;
}


/* HEADER - Bildleiste */
#a5-header-primary {
  background-color: #195e34;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #c2d4bc;
  min-height: 6.875em;
}
#a5-header-primary .a5-inside {
  margin: 0 auto;
  max-width: 75em;
}

/* HEADER - Logo */
#a5-logo {
  padding-top: 135px;	
}

@media (max-width: 767px) {
  #a5-logo {
    padding-top: 0;
    width: 3.75em;
    position: absolute;
    top: 0;
    left: 0.625rem;
  }
}

/* HEADER - Breadcrumb */
#a5-breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  #a5-breadcrumb {  
    background-color: #fff;
    display: block;
    color: #434343;
    font-size: 0.875em;
  }
}	
#a5-breadcrumb .a5-inside {
  margin: 0 auto;
  max-width: 84.4em;
  padding-bottom: 1.42857em;  
  padding-top: 1.42857em;
  position: relative;
}
#a5-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5-breadcrumb li {
  display: inline;	
}
#a5-breadcrumb li + li::before {
  content: ">";
  display: inline-block;
  text-align: center;
  width: 2em;
}
#a5-breadcrumb [aria-current="page"] {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

/* Seitenlayout - Unterseite */
.a5-page-sub #container > .a5-inside {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
   margin: 0 auto;
   max-width: 75em;
   padding-top: 20px;
   padding-bottom: 40px;
   position: relative;
}
.a5-page-sub #main {
      -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
      -ms-order: 2;
  -webkit-order: 2;
          order: 2;
}
.a5-page-sub #left {
        -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  padding-right: 1.25em            
        -ms-order: 1;
    -webkit-order: 1;
            order: 1;
  padding-right: 0.625rem;
  padding-left: 0.625rem;       
}
@media (min-width: 768px) {
  .a5-page-sub #main {
        -ms-flex-basis: 72.,63158%;
    -webkit-flex-basis: 72.63158%;
            flex-basis: 72.63158%;
  }
  .a5-page-sub #left {
        -ms-flex-basis: 27.36842%;
    -webkit-flex-basis: 27.36842%;
            flex-basis: 27.36842%;
    padding-left: 0;
    padding-right: 0;
  }
  .a5-page-sub #left .inside {
    padding-right: 0.625rem;
    padding-top: 1.4375rem;
  }
  
}


/* MAIN - Artikel Standard */
#main > .a5-inside {
  margin: 0 auto;
  max-width: 75em;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
  position: relative;
}

/* MAIN - Artikel Standard */
#main .mod_article > .a5-inside {
  margin: 0 auto;
  max-width: 75em;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

/* MAIN - Artikel die ueber die volle Breite gehen */
#main .mod_article.a5-article-alternative > .a5-inside {
  margin: 0 auto 40px auto;
  max-width: none;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

/* FOOTER - Newsletter */
#a5-newsletter {
  background-color: #90bb8e;
  color: #282c2b;		
}
#a5-newsletter .a5-inside {
  margin: 0 auto;
  max-width: 75em;
  padding: 4em 0.625rem;
}
@media (min-width: 768px) {
  #a5-newsletter .a5-inside {
    padding: 4em 0;
  }
}
#a5-newsletter h4 {
  margin-bottom: 1.5em;
}
#a5-newsletter h4::after {
  display: none;
}

/* FOOTER - Artikel */
#footer .mod_article {  
  background-color: #297541;
  color: #fff;
}
#footer .mod_article .a5-inside {
  margin: 0 auto;
  max-width: 75em;
  overflow: hidden;
  padding-top: 3.125em;
  padding-bottom: 1.5625em;
  position: relative;
}
#footer .mod_article h3 {
  color: #fff;
  font-size: 1.875em;
}  
#footer .mod_article h4, 
#footer .mod_article h5, 
#footer .mod_article h6 {
  color: #fff;
  font-size: 1.25em;
} 
#footer .mod_article h4::after {
  display: none;
}

@media (max-width: 767px) {
  #footer .mod_article h3 {
    font-size: 1.5625em;
  }	
}

/* FOOTER - Foerderer (Promoter) */
#a5-promoter {  
  background-color: #297541;
  color: #c2d4bc;
}
#a5-promoter .a5-inside {
  margin: 0 auto;
  max-width: 75em;
  padding-top: 1.5625em;
  position: relative;
  text-align: center;
}
#a5-promoter .a5-promoter-box {
  background-color: #fff;
  color: #1c3e2f;
  margin: 0 auto;
  min-height: 8.25em;
  padding-top: 2.5em;
}

@media (min-width: 768px) {
  #a5-promoter .a5-promoter-box {
  -webkit-top-left-radius: calc(8.25em * 4);
  -moz-top-left-radius: calc(8.25em * 4);
  -ms-top-left-radius: calc(8.25em * 4);
  -o-top-left-radius: calc(8.25em * 4);
  border-top-left-radius: calc(8.25em * 4);
  
  -webkit-top-right-radius: calc(8.25em * 4);
  -moz-top-right-radius: calc(8.25em * 4);
  -ms-top-right-radius: calc(8.25em * 4);
  -o-top-right-radius: calc(8.25em * 4);
  border-top-right-radius: calc(8.25em * 4);
  max-width: calc(8.25em * 4);
  }
}
.a5-promoter-link {
  display: inline-block;
}

/* FOOTER - Metaleiste */
#a5-fmeta {
  background-color: #fff;
  color: #282c2b;
  text-align: center;
}
#a5-fmeta .a5-inside {
  margin: 0 auto;
  max-width: 75em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: relative;
}
#a5-fnav {
  display: inline-block;	
}
#a5-service {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5-fnav li, #a5-service li {
  display: inline-block;
  padding-right: 1.25em;
}
@charset "UTF-8";
/* ---- HEADER - Navigation --- */
/* jquery.responsive-nav.js 1.0.39 by @viljamis / Source: https://github.com/samikeijonen/responsive-nav.js/tree/dropdowns */
#a5-hnav {
  background-color: #287541;
  color: #fff;
  margin-top: 1px;
}

@media (max-width: 767px) {
  #a5-hnav {
    margin-top: -0.25em;
  }
}

/* basics */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
  z-index: 98;
  float: none !important;
}
.nav-toggle {
  background-color: #195e34;
  border: 2px solid #195e34;
  color: #fff;
  font-size: 1em;	
  line-height: 3.125em;
  height: 3.125em;
  min-width: 3.125em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 99;
}
.nav-toggle:hover, .nav-toggle:focus {
  background-color: #287541;
  border-color: #c1d8be;
  color: #c1d8be;
}
.nav-toggle[aria-expanded="true"] {
  width: 100%;
}
.nav-toggle img {
  width: 2.125em;
  margin-bottom: 0.625em;
}

@media screen and (min-width: 60em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* styled */
.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 60em) {
  .nav-collapse {
    width: auto;
    float: right;
  }
}

.nav-collapse > ul {
  border-top: 1px solid rgba(255,255,255, .15);
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .nav-collapse li {
    width: 20%;
  }
  .nav-collapse li li {
    width: auto;
  }
}

.nav-collapse a,
.nav-collapse strong.active {
  background-color: #fff;
  border-bottom: 1px solid #297541;
  color: #297541;
  float: left;
  padding: 0.8125em 2.5em 0.8125em 3.5em;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.nav-collapse a.trail {
  background-color: #1a5e35;
}
.nav-collapse ul ul a,
.nav-collapse ul ul strong.active {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-right: 1em;
  text-align: left;
  text-transform: none;
}

@media screen and (min-width: 60em) {
  .nav-collapse a,
  .nav-collapse strong.active {
    background-color: #297541;
    border-bottom: 0;
    color: #fff;
    margin: 0;
    float: left;
    padding-left: 2.5em;
  }
}

/* ---- MULTIPLE LEVELS ---- */
.nav-collapse a:focus,
.nav-collapse a:hover,
.nav-collapse li.focus > a,
.nav-collapse li.focus > strong.active{
  background-color: #1a5e35;
  background-image: url("/files/util/img/icons/icon-hnav-arrow-right.svg");
  background-position: 0.45em center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  color: #fff;
}
.nav-collapse a.active,
.nav-collapse strong.active {
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 600;
  background-image: url("/files/util/img/icons/icon-hnav-arrow-right.svg");
  background-position: 0.45em center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}

@media screen and (max-width: 59.999em) {
	
  .js .nav-collapse {
    visibility: hidden;
  }
  .js .nav-collapse.opened {
    visibility: visible;
  }

  /* Enable active class to let the navigation expand over the calculated max height. */
  .js .nav-collapse.multiple-level-nav.opened.dropdown-active {
    max-height: 9999px !important;
  }

  .js .nav-collapse.multiple-level-nav .sub-menu {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: none; /* This way you don't have focus on sub menu items unless you open the sub menu. */
    overflow: hidden;
    zoom: 1;
  }

  .js .nav-collapse.multiple-level-nav .sub-menu.toggled {
    display: block;
    max-height: 9999px;
    position: relative;
  }

  .js .nav-collapse li {
    position: relative;
  }

  .js .nav-collapse .dropdown-toggle {
  	background-color: #195E34;
    border: 1px solid #195E34;
    color: #fff;
    content: "";
    height: 3.125em;
    width: 3.125em;
    padding: 0;
    position: absolute;
    margin: 0;
    text-transform: lowercase;
    top: 0;
    left: 0;
  }
  .js .nav-collapse .dropdown-toggle:hover,
  .js .nav-collapse .dropdown-toggle:focus,
  .js .nav-collapse .dropdown-toggle:active  {
    background-color: #fff;
    color: #212428;  
  }

  .js .nav-collapse .dropdown-toggle:after {
    content: "+";
    font-size: 1em;
  }
  .js .nav-collapse .dropdown-toggle.toggled:after {
    content: "-";
  }
  
}
  
.dropdown ul a,
.dropdown ul strong.active {
  background: #282e34;
  padding-left: 1.5em;
}

.dropdown ul ul a,
.dropdown ul ul strong.active{
  background: #2d353e
  ;
  padding-left: 2.5em;
}

@media screen and (min-width: 60em) {
  .dropdown-toggle  {
    display: none;
  }

}

.dropdown ul ul {
  border: 0;
  padding: 0;
}

.dropdown .dropdown.opened .has-dropdown {
  background: #9c2c12;
}

@media screen and (min-width: 60em) {

  .nav-collapse {
	position: relative;
  }

  .js .nav-collapse,
  .js .nav-collapse .dropdown ul {
    max-height: none;
    overflow: visible;
  }
  
  .has-dropdown:after {
    font-size: 1.5em;
    line-height: 0.8;
    float: right;
    content: "";
    width: 0;
    height: 0;
    margin: 1em 0 0 0.5em;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
  }
  .dropdown ul .has-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0.3em 0 0 0.5em;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
  }
  .nav-collapse .dropdown {
    position: relative;
  }
  .nav-collapse .dropdown li {
    width: 100%;
  }
  .nav-collapse .dropdown ul a,
  .nav-collapse .dropdown ul strong.active {
    text-align: left;
    border: 0;
  }
 
  .nav-collapse li {
    border: 0;
    display: inline-block;
    min-height: 3.125em;
    line-height: 1.5;
    position: relative;
  }
  .nav-collapse a,
  .nav-collapse strong.active {
    display: block;
  }
  .nav-collapse ul ul {
    float: left;
    margin: 0;
    position: absolute;
    top: 5em;
    left: -999em;
    z-index: 99999;
    text-align: center;
  }
  .nav-collapse li li {
    border: 0;
    display: block;
    height: auto;
  }
  .nav-collapse ul ul ul {
    left: -999em;
    top: 1.25em;
  }
  .nav-collapse ul ul a,
  .nav-collapse ul ul strong.active {
  	background-color: #1a5e35;
  	border-top: 1px solid #83c49a;
  	color:#fff;
    padding-right: 0;
    text-transform: none;
    white-space: normal;
    width: 20em;
  }
  .nav-collapse ul li:hover > ul,
  .nav-collapse ul li.focus > ul {
    top: 4.6em;
    left: 50%;
    margin-left: -7.49em;
  }
  .nav-collapse ul ul li:hover > ul,
  .nav-collapse ul ul li.focus > ul {
    top: 0;
    left: 0%;
    margin-left: 20em;
  }
  /* beim letzten Navpunkt das Dropdown nach links oeffnen, damit nichts abgeschnitten wird */
  .nav-collapse ul li.last:hover > ul, 
  .nav-collapse ul li.last.focus > ul {
    left: -20em;
    margin-left: 15.05em;
  }
  .nav-collapse ul li.last ul li:hover > ul,
  .nav-collapse ul li.last ul li.focus > ul {
    top: 0;
    left: 0%;
    margin-left: 20em;
  }
  
}
@charset "UTF-8";
/* LEFT - Navigation */
#a5-snav {
  background-color: #fff;
  color: #213c29;
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 600;
}

.a5-aside-nav-toggle {
	border: 1px solid #000;
	color: #000;
	display: none;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
	position: relative;
}
.a5-aside-nav-toggle.open:after {
	transform: rotate(-180deg);
}
.a5-aside-nav-toggle:after {
	top: 10px !important;
}
.a5-aside-nav-toggle:after {
	background: #ffffff url("/files/util/img/icons/icon-arrow-selectmenu.png") no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("/files/util/img/icons/icon-arrow-selectmenu.svg");
	background: -webkit-linear-gradient(transparent, transparent), url("/files/util/img/icons/icon-arrow-selectmenu.svg");
	background: linear-gradient(transparent, transparent), url("/files/util/img/icons/icon-arrow-selectmenu.svg");
	background-color: transparent;
	content: '';
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	right: 20px;
	top: 3px;
}

@media screen and (max-width:760px) {
 	.a5-aside-nav-toggle {
 	 	display: block;
 	}
 	.a5-aside-nav-toggle + ul {
        display: none;
    }
    .a5-aside-nav-toggle.open + ul {
        display: block;
    }
}

#a5-snav li {
  border-bottom: 1px solid #c1d8be;
}
#a5-snav li a,
#a5-snav li strong.active {
  display: block;
  padding-bottom: 1.0625em;
  padding-left: 0.6875em;          
  padding-top: 1.25em;
  text-decoration: none;
}
#a5-snav li a.trail,
#a5-snav li a:hover, #a5-snav li a:focus, #a5-snav li a:active {
  background-color: #c1d8be;
}
#a5-snav li strong.active {
  background-color: #c1d8be;
}

/* Sub-Ebene */
#a5-snav ul ul {
  background-color: #fff;
  margin-left: 0;  
}
#a5-snav ul ul li.last {
  border-bottom: 0px none;
}
#a5-snav .level_2 li a,
#a5-snav .level_2 li strong.active {
  background-color: #fff;
  background-image: url("/files/util/img/icons/icon-snav-arrow-right.svg");
  background-position: 0.6875em 1.55em;
  background-repeat: no-repeat;
  background-size: 0.6875em 0.6875em;
  border-top: 1px solid #fff;
  color: #537f60;
  padding-left: 1.625em;
}
#a5-snav .level_2 li a.trail,
#a5-snav .level_2 li a:hover, #a5-snav .level_2 li a:focus, #a5-snav .level_2 li a:active {
  background-color: #c1d8be;
  color: #213c29;
}
#a5-snav .level_2 li strong.active {
  background-color: #c1d8be;
  color: #213c29;
}

@charset "UTF-8";
/* ------------------- FORMULARE ------------------- */
form { 
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
  padding: 0;
}

/* ---- Standard-Formular aus dem Formulargenerator von Contao */
.ce_form {
  background-color: #F2F7F1;
  margin-bottom: 1.875em;
  padding-bottom: 1.25em;
  padding-top: 1.25em;
}
.ce_form .row {
  margin-left: 0;
  margin-right: 0;
}
.ce_form .widget {
  margin-bottom: 1.875em;
  position: relative;
}
.ce_form label {
  display: inline;
  float: left;
  padding-right: 0.25em;
  width: 30%;
}
.ce_form input.text,
.ce_form select,
.ce_form textarea {
  background: #fff;
  border: 1px solid #537e60;
  display: block;
  font-size: inherit;
  height: auto;
  margin: 2px 0;
  position: relative;
  width: 70%;
}
.ce_form input.text:hover, .ce_form input.text:focus,
.ce_form select:hover, .ce_form select:focus,
.ce_form textarea:hover, .ce_form textarea:focus {
  border: 1px solid #000;
  outline: 1px solid #000;
}
.ce_form .checkbox_container {
  margin-left: 30%;
  position: relative;
}
.ce_form legend {
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 600;
}
.ce_form fieldset.a5-contact legend {
  color: #537f60;
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.17647;
}
.ce_form fieldset.a5-contact fieldset legend {
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;	
}

.ce_form .widget-submit {
  margin-left: 30%;
  position: relative;
}

.ce_form button.submit {
  background-color: #537E60;
  border: 1px solid #537E60;
  color: #fff;
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 600;
  padding: 0.4375em 1.25em;
  margin: 2px 0;
  text-transform: uppercase;
}
.ce_form button.submit:hover, .ce_form button.submit:focus {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  outline: 2px solid #000;
}

/* ---- Spezialdarstellung Checkbox */
.checkbox_container {
  padding-left: 2em;
  position: relative;
}

.checkbox_container input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: -2em;
  margin-top: .75em;
  opacity: .00001;
  position: relative;
  vertical-align: top;
  z-index: 2;
}

/**
 * Make sure the label is only as wide as the
 * inner text requires it to be.
 * The label should not be a block element
 * or run 100% width of its container.
 * Why would someone expect to click
 * white space on the opposite side of the
 * screen to have a checkbox checked?
 */
.ce_form .checkbox_container label,
.checkbox_container label {
  color: #1c3e2f;
  display: inline-block;
  float: none;
  padding: .75em .5em;
  vertical-align: top;
  width: auto;
}

/**
 * Note, the :before pseudo-element is the new
 * "bounds" or "box" of the checkbox.
 * It must be the same height, width and
 * position of the native checkbox element.
 */
.checkbox_container label:before,
.checkbox_container input[type="checkbox"] {
  height: 1.125em;
  left: .125em;
  width: 1.125em;
}

/**
 * Base styles for use on both
 * pseudo elements.
 */
.checkbox_container label:before,
.checkbox_container label:after {
  border: 1px solid;
  content: " ";
  position: absolute;
  transition:
    border-color .2s ease-in-out,
    box-shadow .2s ease-in-out,
    transform .2s ease-in-out;
}

/**
 * Styles for the custom box boundary.
 */
.checkbox_container label:before {
  background-color: #fff;
  border-color: #abccab;
  border-radius: 2px;
  box-shadow: 0 0 0 3px #abccab;
  height: 1.125em;
  left: .125em;
  top: .825em;
  width: 1.125em;
}

/**
 * This recreates the "check" mark.
 */
.checkbox_container label:after {
  border: 0;
  border-bottom: 4px solid #565656;
  border-right: 4px solid #565656;
  height: .825em;
  left: .425em;
  top: .825em;
  transform-origin: center center;
  transform: rotate(45deg) scale(0);
  width: .5em;
}


/**
 * ** Defining States **
 */
.checkbox_container input:checked ~ label:before {
  border-color: transparent;
  box-shadow: 0 0 0 2px #0d5192;
}

.checkbox_container input:hover ~ label:before,
.checkbox_container input:focus ~ label:before {
  border-color: transparent;
  box-shadow: 0 0 0 3px #1c3e2f;
  outline-offset: 2px;
  outline: 2px solid transparent;
}

.checkbox_container input:checked ~ label:after {
  transform: rotate(45deg) scale(1);
}

.checkbox_container input:checked:hover ~ label:after,
.checkbox_container input:checked:focus ~ label:after {
  border-color: #1c3e2f;
}

.checkbox_container input[disabled] ~ label {
  opacity: .625;
}

/* placeholder design until a better required
   design pattern can be created */
/*
.checkbox_container input:invalid ~ label:before {
	border-color: #f00;
	box-shadow: 0 0 0 1px #f00;
}

.checkbox_container input:invalid:focus ~ label:before {
	box-shadow: 0 0 0 2px #f00;
}

.checkbox_container input:invalid ~ [aria-hidden="true"] {
	color: #f00;
}
*/

.checkbox_container input[required] ~ label .req-star {
	position: relative;
	right: -1em;
}

.checkbox_container input[required] ~ label .req-star:after,
.checkbox_container input[required] ~ label .req-star:before {
  border-left: .35em solid transparent;
  border-right: .35em solid transparent;
  content: " ";
  position: absolute;
  right: 0;
}

.checkbox_container input[required] ~ label .req-star:after {
 border-bottom: .6em solid red;
 top: -.2em;
}

.checkbox_container input[required] ~ label .req-star:before {
 border-top: .6em solid red;
 top: 0
}

/* when checked, ease up on the "error" feel to the indicator */
.checkbox_container input[required]:checked + label .req-star:after {
  border-bottom-color: rgba(34, 139, 236, .8);
}

.checkbox_container input[required]:checked + label .req-star:before {
  border-top-color: rgba(34, 139, 236, .8);
}

@charset "UTF-8";

/* Überschriften */
h2 {
  color: #537f60;
  font-family: worksans-medium,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 2.125em;
  font-weight: 500;
  line-height: 1.17647;
}
.a5-page-hp h2 {
/*  color: #195e34;
  font-family: courgette,Georgia,Times,Times New Roman,serif;
*/
  font-size: 2.5em;
/*  font-weight: 400; */
  margin: 0;
  padding-top: 0.875em;
}

.a5-page-hp h2::after {
  background-color: #c0cbd4;
  content: " ";
  display: block;
  height: 1px;
  margin: 1em auto 0 auto;
  width: 100%;
}
.a5-page-sub h2,
.a5-page-sub-full h2 {
  padding-bottom: 1.05882em;    
}
h3 {
  color: #537f60;
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.17647;
}
.a5-page-hp h3,
.a5-page-full h3{
  font-size: 2.125em;
}
h4 {
  color: #537f60;
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.17647;
}
.a5-page-hp h4 {
  font-size: 1.375em;
}
h5 {
  color: #537f60;
  font-family: worksans-regular,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.17647;
}
h6 {
  color: #537f60;
  font-family: worksans-bold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.17647;
}

@media (max-width: 767px) {
  h2, .a5-page-hp h2 {
    font-size: 1.5em;
  }
  h3, .a5-page-hp h3, .a5-page-full h3 {
    font-size: 1.175em;
  }
  .a5-page-hp h4, h4, h5 {
    font-size: 1.125em;
  }
  h6 {
    font-size: 1em;
  }
}

/* Abstaende aufeinanderfolgender Ueberschriften */
h2 + h3 {
  margin-top: 0;	
}
h3 + h4 {
  margin-top: 0.6em;	
}
h4 + h5 {
  margin-top: 0.83333em;	
}
h5 + h6 {
  margin-top: 0.9375em;	
}

/* Ueberschrift mit Alternativschrift */
h2.a5-title-alternative,
h3.a5-title-alternative,
h4.a5-title-alternative,
h5.a5-title-alternative,
h6.a5-title-alternative {
  font-family: courgette,Georgia,Times,Times New Roman,serif;
  font-weight: 400;
}

/* Ueberschrift mit Alternativfarben */
h2.a5-title-color2,
h3.a5-title-color2,
h4.a5-title-color2,
h5.a5-title-color2,
h6.a5-title-color2 {
  color: #537f60;
}
h2.a5-title-color3,
h3.a5-title-color3,
h4.a5-title-color3,
h5.a5-title-color3,
h6.a5-title-color3 {
  color: #1c3e2f;
}
h2.a5-title-color4,
h3.a5-title-color4,
h4.a5-title-color4,
h5.a5-title-color4,
h6.a5-title-color4 {
  color: #282c2b;
}

/* Ueberschrift mit Linie */
h2.a5-title-line-standard2::after,
h3.a5-title-line-standard2::after,
h4.a5-title-line-standard2::after,
h5.a5-title-line-standard2::after,
h6.a5-title-line-standard2::after {
  background-color: #c0cbd4;
  content: " ";
  display: block;
  height: 1px;
  margin: 1em auto 1.22727em auto;
  width: 100%;
}

/* Ueberschrift mit sonstigen Darstellungsalternativen */
h2.a5-title-style-capitalize,
h3.a5-title-style-capitalize,
h4.a5-title-style-capitalize,
h5.a5-title-style-capitalize,
h6.a5-title-style-capitalize {
  text-transform: uppercase;
}


/* Ueberschrift Ausrichtungsalternativen */
h2.a5-title-direction-centered,
h3.a5-title-direction-centered,
h4.a5-title-direction-centered,
h5.a5-title-direction-centered,
h6.a5-title-direction-centered {
  text-align: center;
}
h2.a5-title-direction-right,
h3.a5-title-direction-right,
h4.a5-title-direction-right,
h5.a5-title-direction-right,
h6.a5-title-direction-right {
  text-align: right;
}

/* ---- Newsletter Ueberschrift ---- */
#a5-newsletter h3 {
  color: #1c3e2f;
  font-size: 2.125em;
  text-align: center;
}
#a5-newsletter h4 {
  color: #1c3e2f;
  font-family: courgette,Georgia,Times,Times New Roman,serif;
  font-size: 1.25em;
  font-weight: 400;
  margin-top: 0.1em;
  text-align: center;
}

/* ---- RSCE Box ---- */
.ce_rsce_box > .container {
  margin-left: -0.625rem;
  margin-right: -0.625rem;		
}
.ce_rsce_box .titel {
  margin-top: 1.25em;	
  font-size: 1.25rem;
}
.ce_rsce_box .titel a {
/*  display: block; */
  color: #537f60;
}
.ce_rsce_box .description {
  margin-top: 0.5em;	
  color: #1c3e2f;
}

@media (max-width: 767px) {
  .a5-page-hp .ce_rsce_box .description {
    border-bottom: 1px solid #c1d8be;
    margin-bottom: 1.25em;
    padding-bottom: 1.25em;
  }	
}

/* ---- RSCE Rubrikbox ---- */
.ce_rsce_rubrikbox {
  border-bottom: 1px solid #c0cbd4;
  padding-bottom: 1em;
  margin-bottom: 2.8125em;
}
.ce_rsce_rubrikbox > .container {
  margin-left: -0.625rem;
  margin-right: -0.625rem;		
}
.ce_rsce_rubrikbox h3 {
  color: #1c3e2f;
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0.58823em;
}
.ce_rsce_rubrikbox h3 a {
  display: block;
}
.ce_rsce_rubrikbox .description {
  margin-top: 1.25em;	
  color: #1c3e2f;
}


/* ---- RSCE Link: Standard ---- */
.ce_rsce_link {
  align-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;	
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.81818;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.ce_rsce_link a {
  color: #1c3e2f;
  display: inline-block;
  margin: 0 auto;
  text-decoration: underline;
}

/* ---- RSCE Link: Hervorgehoben ---- */
.a5-link-highlighted {
  align-content: center;
  bottom: -1.04545em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;	
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1.375em;
  font-weight: 600;
  left: 0;
  line-height: 1.81818;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.a5-link-highlighted a {
  background-color: #b8ddfc;
  border-radius: 1.04545em;
  color: #1c3e2f;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  padding: 0.13636em 2.5em;
}
@media (max-width: 767px) {
  .a5-link-highlighted {
    font-size: 1em;
  }	
}

/* ---- Meta Models Simple Liste ---- */
.a5-pois {
  margin-left: 1em;
}
.a5-pois li {
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 600;
  margin-bottom: 1em;	
}

/* ---- News-Liste Homepage ---- */
.a5-page-hp .news-teaser-gross {
  margin-left: -0.625rem;
  margin-right: -0.625rem;	
}
.a5-page-hp .news-teaser-klein {
  padding-left: 1.25rem;
  padding-right: 0;
}
.a5-page-hp .news-teaser-klein .layout_latest,
.a5-page-hp .news-teaser-klein .news-teaser {
  padding-right: 0 !important;
}
/* .a5-page-hp .news-teaser-klein .image_container {
  margin-bottom: 1.5625em;
} */

.a5-page-hp  .mod_newslist .caption {
  display: none;
}
.mod_newslist h5 {
  margin-top: 1.25em;	
  font-size: 1.25rem;
}
.mod_newslist.news-teaser-klein h5 {
  margin-top: 0;	
}
.mod_newslist h5 a {
/*  display: block; */
  color: #537f60;
}
.mod_newslist .ce_text {
  margin-top: 0.5em;	
  color: #1c3e2f;
}

@media (max-width: 767px) {
  .a5-page-hp .news-teaser-gross {
    margin-left: 0;	
  }	
  .a5-page-hp .news-teaser-klein {
    padding-left: 0;
  }
}

/* ----News-Liste Aktuelles ---- */
.layout_latest {
  border-bottom: 1px solid #c1d8be;
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
}
.layout_latest h3 {
  margin-bottom: 0.625rem;
}

.layout_latest .info {
  color: #537f60;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}

/* RSCE Box-Stylings */
.a5-bgcolor-highlight {
  background-color: #f2f7f1;
  padding-top: 1.875em;
}
.a5-bgcolor-highlight2 {
  background-color: #f2f7f1;
  border-bottom: 1px solid #c0d9bc;
  border-top: 1px solid #c0d9bc;
  padding-top: 1.875em;
}
.a5-martop-single {
  margin-top: 1em;
} 
.a5-martop-double {
  margin-top: 1.875em;
} 
.a5-martop-none {
  margin-top: 0;
} 
.a5-marbot-single {
  margin-bottom: 1em;
}
.a5-marbot-double {
  margin-bottom: 1.875em;
}
.a5-marbot-none {
  margin-bottom: 0;
}

/* RSCE Ansprechpartner / Naturfuehrer */
.ce_rsce_naturfuehrer .a5-nbox-inside {
  padding: 1.875em 1.25em;
  background-color: #f2f7f1;
  border-bottom: 1px solid #c0d9bc;
  border-top: 1px solid #c0d9bc;
  margin-bottom: 1.875em;
}
.ce_rsce_naturfuehrer.bg-primary .a5-nbox-inside,
.ce_rsce_naturfuehrer:nth-child(odd) .a5-nbox-inside {
  background-color: #fff;
}
.ce_rsce_naturfuehrer.bg-secondary .a5-nbox-insidee,
.ce_rsce_naturfuehrer.bg-secondary:nth-child(odd) .a5-nbox-inside {
  background-color: #f2f7f1;
}
.ce_rsce_naturfuehrer + .ce_rsce_naturfuehrer {
  border-top: 0px none;
  margin-top: -1.9375em;
}
.ce_rsce_naturfuehrer h3.a5-title,
.ce_rsce_naturfuehrer h4.a5-title,
.ce_rsce_naturfuehrer h5.a5-title,
.ce_rsce_naturfuehrer h6.a5-title {
  color: #537f60;
  font-family: worksans-regular,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.17647;
  margin-bottom: 1.25em;
}
.ce_rsce_naturfuehrer figure {
  margin-bottom: 0;
}
.ce_rsce_naturfuehrer .a5-nbox-offer h4,
.ce_rsce_naturfuehrer .a5-nbox-offer h5,
.ce_rsce_naturfuehrer .a5-nbox-offer h6 {
  color: #333;
  font-family: worksans-medium,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.17647;
  margin: 0;
}
.ce_rsce_naturfuehrer ul.a5-nbox-specs {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.ce_rsce_naturfuehrer .a5-nbox-contact h4,
.ce_rsce_naturfuehrer .a5-nbox-contact h5,
.ce_rsce_naturfuehrer .a5-nbox-contact h6 {
  color: #333;
  font-family: worksans-medium,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.17647;
  margin: 0;
}
.a5-contact-organisation,
.a5-contact-name,
.a5-contact-street,
.a5-contact-location,
.a5-contact-phone, 
.a5-contact-email { 
  display: block;
}
.a5-nbox-contact p {
  margin-bottom: 0;
}

/* Bildausrichtungen normaler Fliesstext */
figure.float_above {
  float: none;
}
figure.float_below {
  float: none;
}
figure.float_left {
  float: left;
  margin-bottom: 0.25em;
  margin-right: 1.25em;
  margin-top: 0.4em;  
}
figure.float_right {
  float: right;
  margin-bottom: 0.25em;
  margin-left: 1.25em;
  margin-top: 0.3em;  
}
.ce_text figure {
  margin-bottom: 1.25em;
}
.ce_image {
  margin-bottom: 1em;
}

/* Bildunterschriften und Urheberhinweise */
.caption {
  color: #537f60;
  display: block;
  line-height: 1.2;
  max-width: 100%;
  padding-top: 0.625em;
}
small.meta-copyright {
  color: #537f60;
  display: block;
  font-size: 0.75em;
  line-height: 1.2;
  max-width: 100%;
  padding-bottom: 0.625em;
  padding-top: 0.3125em;
}

/* Suchergebnisse */
#a5-searchform-main {
  background-color: #C1D8BE;
  margin-bottom_ 0.625em;
  padding: 1em;
}
#a5-searchform-main .formbody {
  align-content: center;
  display: -ms-flexbox;
  display: flex;
  max-width: 50em;
}
#a5-searchform-main label{
  flex-grow: 1;
  padding-right: 0.5em;
  text-align: right;
}
#a5-searchform-main input[type="search"]{
  flex-grow: 9;
}
#a5-searchform-main button {
  background-color: #195e34; 
  border: 2px solid #195e34;
  color: #c1d8be;
  flex-grow: 1;
  font-size: 1em;
}
.mod_search h3 {
  margin-bottom: 0.625em;
}
.mod_search .relevance {
  font-size: 0.75em;
}

/* Tabellen */
table {
  border: 1px solid #c0d9bc;
  margin-bottom: 1.875em;
  width: 100%;
}
th, td {
  padding: 0.4375em 0.875em;
}
thead th {
  background-color: #527f60; 
  color: #fff;
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 600;
  text-align: left;
}
tbody th, 
tbody td {
  background-color: #fff;
  border-right: 1px solid #c0d9bc;
}
tbody tr:nth-child(odd) th, 
tbody tr:nth-child(odd) td {
  background-color: #f2f7f1;
}

/* Zitate */
blockquote {
  background-color: #E6EFE5;
  border-bottom: 1px solid #C1D8BE;
  border-top: 1px solid #C1D8BE;
  color: #557F61;
  font-family: courgette,Georgia,Times,Times New Roman,serif;  
  font-size: 1.5625em;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 1em 0;
  padding: 1em 1em;
}
blockquote small {
  font-family: worksans-regular,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 0.64em;
  font-weight: 400;
}

/* Inhaltselement: Galerie */
.ce_gallery {
  margin: 0 0 1em 0;
}
.ce_gallery li {
  margin-bottom: 1em;
}
.ce_gallery figure {
  background-color: rgb(233,241,233);
  display: block;
  position: relative;
  text-align: center;
}
.ce_gallery figure a {
  display: block;
  height: 100%;
  width: 100%;
}
.ce_gallery .magnify { display: none; }
.ce_gallery a:hover .magnify, .ce_gallery a:focus .magnify, .ce_gallery a:active .magnify { 
  background: rgba(233,241,233,0.8) url("/files/util/img/icons/icon_magnifier.svg") no-repeat center center;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Paginierung */
.pagination ul {
  list-style: none;
  margin: 0 0 1em 0;
  overflow: hidden;
  padding: 0;
}
.pagination li {
  float: left;
}
.pagination li a,
.pagination li span.active,
.pagination li strong.active {
  display: block;
  font-family: worksans-regular,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 2.22222;
  padding: 0;
  text-align: center;
  min-width: 2.22222em;
}
.pagination li span.active,
.pagination li strong.active {
  background-color: rgb(193,216,190);
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 600;
}
.pagination li .next {
  padding-right: 1em;
}

@charset "UTF-8";

/* SLICK SLIDER: Basiseinstellungen */
/* SLICK JS */
.slick-slider {
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging  {
  cursor: hand;
  cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -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 {
  display: block;
  left: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
}
[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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* SLICK Theme */
.slick-loading .slick-list {
  background: url('../../files/util/css/./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3.25em 3.25em;
  border: none;
  content: ' ';
  display: inline-block;
  color: transparent;
  cursor: pointer;
  height: 4.0625em;
  width: 4.0625em;
  padding: 0;
  position: absolute;
  top: calc(50% - 2.03125em);
  outline: none;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
     -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
       -o-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
          box-shadow: 0 0 10px rgba(0,0,0,0.6); 
  border-radius: 2.03125em;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: all 2.5s;        
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: transparent;
  color: transparent;
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  content: ' ';
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3.25em 3.25em;
  height: 3.25em;
  width: 3.25em;
  -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -5em;
}
[dir='rtl'] .slick-prev {
  left: auto;
  right: -5em;
}
.slick-prev:before {
   background-image: url("/files/util/img/icons/arrow-light-left.svg");
}
[dir='rtl'] .slick-prev:before  {
   background-image: url("/files/util/img/icons/arrow-light-right.svg");
}
.slick-next {
  right: -5em;
}
[dir='rtl'] .slick-next {
  left: -5em;
  right: auto;
}
.slick-next:before {
   background-image: url("/files/util/img/icons/arrow-light-right.svg");
}
[dir='rtl'] .slick-next:before {
   background-image: url("/files/util/img/icons/arrow-light-left.svg");
}

.slick-prev:hover:before,
.slick-prev:focus:before {
   background-image: url("/files/util/img/icons/arrow-dark-left.svg");
}
.slick-next:hover:before,
.slick-next:focus:before {
   background-image: url("/files/util/img/icons/arrow-dark-right.svg");
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}
.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 {
  color: black;
  content: '•';
  font-family: 'slick';
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: .25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: .75;
}

@charset "UTF-8";
/* MODULE - Erlebnisfinder */
#a5-adventure-finder {
  background-color: #B2CFB1;
  color: #195e34;
  height: auto;
  margin-bottom: 5em;
  padding-bottom: 6.875em;
  padding-top: 2.625em;
  position: relative;
  width: 100%;
}
#a5-adventure-finder h3 {
  color: inherit;
}
#a5-adventure-finder h4 {
  color: inherit;
}
#a5-adventure-finder .ce_metamodel_content {
  padding-left: 5em;
  padding-right: 5em;
}

/* Farbige Icons per CSS weiss umfaerben
#a5-adventure-finder .slick-slide img {
  filter: brightness(0) invert(1);
}
*/
#a5-adventure-finder .ce_hyperlink {
  align-content: center;
  bottom: -1.04545em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;	
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1.375em;
  font-weight: 600;
  left: 0;
  line-height: 1.81818;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#a5-adventure-finder .ce_hyperlink a {
  background-color: #b8ddfc;
  border-radius: 1.04545em;
  color: #1c3e2f;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  padding: 0.13636em 2.5em;
}

/* Link komplett klickbar */
#a5-adventure-finder h4::after,
#a5-adventure-finder .ce_metamodel_content::after {
  background-color: #9FBDA0;
  content: " ";
  display: block;
  height: 1px;
  margin: 1em auto 1.22727em auto;
  width: 100%;
}
/* Link komplett klickbar */
#a5-adventure-finder .slick-slide a {
  display: inline-block;
  font-size: 1.25em;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 767px) {
  #a5-adventure-finder .slick-slide a { 
  	font-size: 1em; 
    text-transform: none;
  }
}

#a5-adventure-finder .slick-slide a img {
  margin-bottom: 0.625em;
}

/* Veranstaltungsliste Filter */
.a5-filter-accordion .a5-container {
  padding-left: 0;
  padding-right: 0;
}
.a5-filter-accordion .a5-row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.a5-filter-accordion__panel[aria-hidden=true] {
  display: none;
}
.a5-filter-accordion__header {
  display: block;
}
/* title opened
.a5-filter-accordion__header[aria-expanded="true"]:before {
  content: "- ";
}
 */
/* title closed
.a5-filter-accordion__header[aria-expanded="false"]:before {
  content: "+ ";
}
 */

/* title selected */
.a5-filter-accordion__header[aria-selected="true"]:after {
  content: " ";
  background: url(/files/util/img/icons/button-minus.svg) no-repeat right center;
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  position: absolute;
  right: 0.625rem;
}

/* title non selected*/
.a5-filter-accordion__header[aria-selected="false"]:after {
  content: " ";
  background: url(/files/util/img/icons/button-plus.svg) no-repeat right center;
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  position: absolute;
  right: 0.625rem;
}

/* Filter-Titel */
h4.a5-filter-accordion__title {
  font-size: 1.25em;
}
h4.a5-filter-accordion__title::after {
  display: none;
}
h4.a5-filter-accordion__title button {
  background-color: #fff;
  border: 0px none;
  border-top: 1px solid #c0cbd4;
  border-bottom: 1px solid #c0cbd4;
  color: #297541;
  font-family: worksans-medium,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 500;
  padding: 1em 0.625rem;
  text-align: left;
  width: 100%;
} 
/*
h4.a5-filter-accordion__title button::before,
h4.a5-filter-accordion__title button::after {
  content: " ";
  display: block;
  height: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}
h4.a5-filter-accordion__title button::before {
  border-top: 1px solid #c0cbd4;
}
h4.a5-filter-accordion__title button::after {
  border-bottom: 1px solid #c0cbd4;
}
*/

/* Aktives Filter-Accordion */
.a5-filter-accordion__header[aria-expanded="true"] {
  background-color: #e6efe5;
}
.a5-filter-accordion__panel {
  background-color: #e6efe5;
  padding: 1.25em 0.625rem;
}

.a5-filter-accordion__panel label {
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 600;
  margin-right: 8px;
}
.a5-filter-accordion__panel .checkbox_container {
  padding-left: 0;
}
.a5-filter-accordion__panel .checkbox_container span {
  display: block;
  overflow: hidden;
  position: relative;
}
.a5-filter-accordion__panel .checkbox_container label {
  padding-left: 2.3em;
}
.ce_metamodels_frontendfilter .submit_container {
  padding: 1.25em 0;
  text-align: right;
}
.ce_metamodels_frontendfilter .submit_container input.submit,
.ce_metamodels_frontendfilter .submit_container a.filter-reset {
  background-color: #325377;
  border: 2px solid #325377;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  padding-bottom: 1.25em;
  padding-top: 1.25em;
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.ce_metamodels_frontendfilter .submit_container a.filter-reset {
  background-color: #C1CBD4;
  border: 2px solid #C1CBD4;
  color: #1C3E2F;
  text-decoration: none;
}

.ce_metamodels_frontendfilter .submit_container input.submit:hover,
.ce_metamodels_frontendfilter .submit_container a.filter-reset:hover {
  background-color: #fff;
  border: 2px solid #325377;
  color: #1C3E2F;
}


/* --- Event-Liste ---- */
#event-liste {
  padding-bottom: 5em;
  padding-top: 5em;
}
#event-liste ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#event-liste .a5-container,
#event-liste .a5-row {
  margin: 0;
  padding: 0;
}
#event-liste li.a5-container {
  border-bottom: 1px solid #c1d8be;
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
}
#event-liste h4.title {
  font-family: worksans-medium,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1.25em;
  text-align: left;
}
#event-liste h4.title a {
  color: #537f60;
  display: block;
}
h4.title::after {
  display: none;
}
#event-liste .meta {
  color: #434343;
  display: block;
  font-family: worksans-medium,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  margin-bottom: 0.64285em;
  padding-top: 1.28571em;
}
#event-liste .teaser {
  color: #1c3e2f;
  font-family: worksans-regular,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 400;
}
.categories ul {
  list-style: none;
  margin: 0 0 1.875em 0;
  padding: 0;
}
.layout_full .categories ul {
  margin: 0 0 1em 0;
}
.categories li {
  background-color: #E6EFE5;
  display: inline-block;  
  margin: 0 0.625em 0.625em 0;
  padding: 0.3125em;
  text-align: center;
}
.categories li span {
  display: block;  
  min-width: 6.625em;
}


.a5-nbox-meta .a5-inside {
  background-color: #f2f7f1;
  border-bottom: 1px solid #c0d9bc;
  border-top: 1px solid #c0d9bc;
  margin-bottom: 1.875em;
  padding: 1.875em;
}

@media (max-width: 767px) {
  #a5-adventure-finder { padding-bottom: 3em; }
  #a5-adventure-finder .ce_metamodel_content { display: none; }
  #a5-adventure-finder .a5-link-highlighted { bottom: 1em; }
}

@charset "UTF-8";

/* MailChimp Form Embed Code */
#a5-newsletter form {
  margin: 0 auto;
}
#a5-newsletter .msc-widget-newsletter {
  align-content: center;
  display: -ms-flexbox;
  display: flex;
  line-height: 3.125;
  max-width: 30em;
}
#a5-newsletter .msc-widget-newsletter input[type="email"] {
  flex-grow: 9;
  padding-left: 1em;
}
#a5-newsletter .msc-widget-newsletter input[type="submit"] {
  background-color: #325377; 
  border: 2px solid #325377;
  color: #fff;
  flex-grow: 1;
  font-family: worksans-semibold,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
@charset "UTF-8";
/* MODULE - POIs (Museen und Infozentren) */

/* --- POI-Liste ---- */
#poi-liste ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#poi-liste .a5-container,
#poi-liste .a5-row {
  margin: 0;
  padding: 0;
}
#poi-liste li.a5-container {
  border-bottom: 1px solid #c1d8be;
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
}
#poi-liste h3.title {
  font-family: worksans-medium,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: left;
}
#event-liste h3.title a {
  color: #537f60;
  display: block;
}
#poi-liste .meta {
  color: #434343;
  display: block;
  font-family: worksans-medium,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  margin-bottom: 0.64285em;
  padding-top: 1.28571em;
}
#poi-liste .teaser {
  color: #1c3e2f;
  font-family: worksans-regular,Helvetica,Arial,"Lucida Grande",Lucida,sans-serif;
  font-weight: 400;
}
.a5-nbox-meta .a5-inside {
  background-color: #f2f7f1;
  border-bottom: 1px solid #c0d9bc;
  border-top: 1px solid #c0d9bc;
  margin-bottom: 1.875em;
  padding: 1.875em;
}
@charset "UTF-8";
/* ------------------- PRINT ------------------- */
@media print {
    *,*:before,*:after,*:first-letter,*:first-line {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: none;
    }
    thead { 
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }

    header nav, footer nav, .invisible,
    .ym-skiplinks, .a5-page-sub #left,
    #a5-social, #a5-searchbar, #a5-hnav, 
    #a5-breadcrumb, #a5-searchform-main, #a5-snav, 
    #a5-newsletter, #a5-promoter, #a5-fmeta,
    #a5-adventure-finder { 
      display: none; 
    }

    header, main, footer { margin: 1.5em 0; }
    #a5-meta, #a5-metaline, #a5-header-primary {
      background-color: transparent !important;
      background-image: none !important;
      color: black !important;
      min-height: 1px !important;
    }
    [class*="col-"],
    .container, .row, .a5-container, .a5-row, .a5-inside,
    #a5-meta .a5-inside, #a5-header-primary .a5-inside,
    #a5-meta h1, #a5-meta address, #a5-logo,
    .a5-container, #main .mod_article > .a5-inside,
    .a5-page-sub #container > .a5-inside,
    .a5-page-sub #main {
      display: block !important;
      -ms-flex: none !important;
      -webkit-flex: none !important;
      flex: none !important;      
      -ms-flex-basis: 100% !important;
      -webkit-flex-basis: 100% !important;
      flex-basis: 100% !important; 
      height: auto !important;
      max-width: 100% !important;
      margin: 0 !important;
      overflow: visible !important;
      padding: 0 !important;
    }
    .ce_metamodels_frontendfilter, .clearall, .pagination {
      display: none;
    }
}
@charset "UTF-8";
/* ---- Custom --- */
.cta_booking {
    background-color: #325377;
    border: 2px solid #325377;
    color: #fff !important;
    /*! flex-grow: 1; */
    font-family: worksans-semibold, Helvetica, Arial, "Lucida Grande", Lucida, sans-serif;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1em;
    margin-top: 2em !important;
    display: block;
    text-align: center;
}
.cta_booking + .a5-nbox-deadline:last-of-type {
    margin-top: 5em !important;
}
.a5-nbox-deadline {
    margin: 2em 0 1.5em 0;
}
.a5-nbox-deadline h4 {
    font-size: 1.25em !important;
}


