#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";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden;
}
.contao-cookiebar * {
  box-sizing: border-box;
}
.contao-cookiebar:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.contao-cookiebar .cc-inner {
  display: inline-block;
  overflow-y: auto;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  font-size: 1rem;
  text-align: left;
}
.contao-cookiebar.cc-top .cc-inner {
  vertical-align: top;
}
.contao-cookiebar.cc-top.cc-active .cc-inner {
  animation: cookiebar-top-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-top.cc-saved .cc-inner {
  animation: cookiebar-top-out 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-bottom .cc-inner {
  vertical-align: bottom;
}
.contao-cookiebar.cc-bottom.cc-active .cc-inner {
  animation: cookiebar-bottom-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-bottom.cc-saved .cc-inner {
  animation: cookiebar-bottom-out 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-middle .cc-inner {
  vertical-align: middle;
}
.contao-cookiebar.cc-middle.cc-active .cc-inner {
  animation: cookiebar-middle-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-middle.cc-saved .cc-inner {
  animation: cookiebar-middle-out 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-left {
  text-align: left;
}
.contao-cookiebar.cc-right {
  text-align: right;
}
.contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
  margin-top: 0;
}
.contao-cookiebar .cc-head p {
  margin-bottom: 15px;
}
.contao-cookiebar .cc-btn {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  padding: 8px 14px;
  margin-bottom: 8px;
  font-size: 15px;
  outline: 0 none;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  color: #444;
  background: #f5f5f5;
}
.contao-cookiebar .cc-btn:hover {
  background: #ececec;
}
.contao-cookiebar .cc-btn.success {
  background: #4e9e3e;
  border-color: #3e7830;
  color: #fff;
}
.contao-cookiebar .cc-btn.success:hover {
  background: #4c933f;
}
.contao-cookiebar .cc-btn:last-child {
  margin-bottom: 0;
}
.contao-cookiebar label {
  position: relative;
  display: block;
  padding: 8px 13px 8px 0;
  line-height: 1.2rem;
}
.contao-cookiebar label.group {
  font-weight: 600;
}
.contao-cookiebar input {
  position: absolute;
  width: 1px;
  height: 1px;
  outline: 0 none;
  opacity: 0;
}
.contao-cookiebar input + label {
  padding: 8px 13px 8px 50px;
  cursor: pointer;
}
.contao-cookiebar input + label:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 18px;
  margin: 0;
  box-sizing: content-box;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #9c9b99;
  transition: border-color 0.2s;
}
.contao-cookiebar input + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #9c9b99;
  transition: background 0.2s, margin-left 0.2s, padding 0.2s;
}
.contao-cookiebar input + label:active:after {
  padding-left: 5px;
}
.contao-cookiebar input.cc-group-half + label:after {
  background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%);
}
.contao-cookiebar input:checked + label:after {
  background: #399d32;
  margin-left: 17px;
}
.contao-cookiebar input:checked + label:active:after {
  margin-left: 12px;
}
.contao-cookiebar input:checked + label:before {
  background: #dcf3db;
  border-color: #399d32;
}
.contao-cookiebar input:disabled + label {
  pointer-events: none;
}
.contao-cookiebar input:disabled + label:after {
  background: #c8c7c5;
}
.contao-cookiebar input:disabled + label:before {
  background: #f4f4f4;
  border-color: #c8c7c5;
}
.contao-cookiebar.cc-active .cc-inner {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.contao-cookiebar.cc-active.cc-blocked {
  pointer-events: auto;
  animation: cookiebar-overlay-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-saved.cc-inner {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.contao-cookiebar.cc-saved.cc-blocked {
  pointer-events: none;
  animation: cookiebar-overlay-out 0.5s ease-in-out forwards;
}

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0;
  }
  .contao-cookiebar .cc-inner {
    max-width: 750px;
  }
}
@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.75);
  }
}
@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75);
  }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
  }
}
@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
  }
}
@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
  }
}
@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
}
.cookiebar_default {
  color: #444444;
}
.cookiebar_default p {
  color: #868686;
  line-height: 1.4;
}
.cookiebar_default .cc-inner {
  padding: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}
.cookiebar_default .cc-group {
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-bottom: 10px;
}
.cookiebar_default .cc-group > label {
  margin: 5px 130px 5px 10px;
}
.cookiebar_default .cc-group .cc-detail-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
  cursor: pointer;
  color: #a2a2a2;
  padding: 8px 13px 8px 13px;
  line-height: 1.2rem;
  margin: 5px 5px 5px 0;
}
.cookiebar_default .cc-group .cc-detail-btn span:nth-child(2) {
  display: none;
}
.cookiebar_default .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
  display: none;
}
.cookiebar_default .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
  display: inline;
}
.cookiebar_default .cc-group .cc-detail-btn:hover {
  color: #717171;
}
.cookiebar_default .cc-group .cc-detail-btn-details {
  display: inline-block;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
  cursor: pointer;
  color: #a2a2a2;
  text-decoration: underline;
  padding: 0;
  margin: 0 0 10px;
}
.cookiebar_default .cc-group .cc-detail-btn-details span:nth-child(2) {
  display: none;
}
.cookiebar_default .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
  display: none;
}
.cookiebar_default .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
  display: inline;
}
.cookiebar_default .cc-group .cc-detail-btn-details:hover {
  color: #717171;
}
.cookiebar_default .cc-cookies {
  display: none;
  background: #fbfbfb;
  border-radius: 0 0 5px 5px;
}
.cookiebar_default .cc-cookies > p {
  font-size: 0.875rem;
}
.cookiebar_default .cc-cookies > p, .cookiebar_default .cc-cookies > .cc-cookie {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e6e6e6;
}
.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info {
  font-size: 0.875rem;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #efefef;
}
.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info > div + div {
  margin-top: 5px;
}
.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
  margin-top: 15px;
}
.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-desc > p {
  margin-bottom: 0;
}
.cookiebar_default .cc-cookies .cc-cookie label.cookie + p, .cookiebar_default .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .cookiebar_default .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
  margin-top: 10px;
}
.cookiebar_default .cc-cookies .cc-cookie p {
  margin: 0 0 15px;
  font-size: 0.875rem;
}
.cookiebar_default .cc-footer, .cookiebar_default .cc-info {
  text-align: center;
}
.cookiebar_default .cc-info {
  margin-top: 15px;
}
.cookiebar_default .cc-info > p {
  font-size: 0.875rem;
}
.cookiebar_default .cc-info > a {
  display: inline-block;
  font-size: 0.813rem;
  color: #a2a2a2;
  text-decoration: none;
}
.cookiebar_default .cc-info > a:hover {
  color: #717171;
}
.cookiebar_default .cc-info > a + a:before {
  display: inline-block;
  content: "·";
  margin-right: 5px;
}

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

/* Stylesheet ========================================================= */
/*
 * - Stylesheets werden in Contao in files/util/css abgelegt
 * - Stylesheets sind thematisch in einzelne Dateien unterteilt
 * - So koennen sie nach Bedarf in den Seitenlayouts eingebunden werden
 * - Contao kann die einzelnen Dateien fuers Frontend als Gesamtdatei zusammenfassen
 * - Contao kann auch die Kompression bei der Frontend-Ausgabe uebernehmen
 *
 */

/* == MODIFIZIERTE RESET/NORMALIZE ANGABEN ============================ */
@-ms-viewport {
  width: device-width;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
html { 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;      
  font-size: 100%;
  -webkit-font-smoothing: antialiased;  
  line-height: 1.4;
  min-height: 100%;
  overflow-y: scroll;  
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}
body { 
  background: #fff;  
  color: #000;
  font-family: sans-serif;  
  font-kerning: normal;  
  font-size: 100%;    
  -moz-osx-font-smoothing: grayscale;
  font-stretch:normal;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  margin: 0;   
  min-height: 100%;
  padding: 0;
  word-spacing: .1em;  
}
h1, h2,h3,h4,h5,h6 {  
  color: inherit;
  font-family: inherit;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;   
  position: relative; 
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
p {    
  color: inherit;  
  font-size: inherit;  
  letter-spacing: 0;   
  line-height: inherit;
  margin: 0 0 1em 0; 
  padding: 0;    
  text-align: left;
  text-indent: 0;
}
ul { 
  list-style-type: disc; 
}
ol { 
  list-style-type: decimal; 
}
ol[type="a"] { 
  list-style-type: lower-latin; 
}
ul, 
ol, 
dl {     
  color: inherit; 
  font-size: inherit; 
  line-height: inherit;
  margin: 0 0 1em 1em;
  padding: 0;
}
dt { 
  font-weight: 600; 
}
dd { 
  margin:0 0 1em 0.8em; 
}
li { 
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 0 0.8em;
}
a {    
  color: inherit;   
  cursor: pointer;
  font-family: inherit;
  overflow: hidden;
  position: relative;
}
a:link, 
a:visited {
  color: inherit;
  text-decoration: underline;
  transition: all .6s ease-in-out;
}
a:hover { 
  text-decoration: none;
}
a:focus, 
a:active { 
  text-decoration: none;
  outline: 2px solid inherit;
}
b, 
strong {
  font-weight: 600;
}
small {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3em;
}
i, 
em, 
dfn {
  font-style: italic;
}
audio,
canvas,
video {
  display: inline-block;
} 
audio:not([controls]) {
  display: none;
}
blockquote {
  font-style: italic;     
  font-size: 1.2em;
  margin: 0 0 1em 0;
  padding: 1em;
}
blockquote p:first-of-type:before {
  content: open-quote;
}
blockquote p:last-of-type:after{
  content: close-quote;
}
blockquote p {
  font-weight: 600;
}
blockquote p:last-of-type {
  margin-bottom:0 !important;
}
q { 
  quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after { 
  content: ''; 
  content: none; 
}
dfn {
  font-style: italic;
}
hr {      
  border: 0;
  border-top: 1px solid #555;
  clear: both;  
  display: block;
  height: 1px;
  margin: 1rem 0;
  padding: 0;
}
iframe {
  max-width: 100%;
  margin-bottom: 1.5em;
}
ins {     
  background-color: #ff9;  
  color: #000;
  text-decoration: none;
}
mark {     
  background-color: #faf5a1;
  color: #000;      
  font-weight: 600;
  text-shadow: none;
}
code, 
kbd,
pre,  
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: 0.85em;
}
sub, 
sup {     
  font-size: 0.75em;    
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dd {
  margin: 0 0 0 2em;
  padding: 0;
}
nav ul, 
nav ol {    
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0 solid;   
  height: auto; 
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th, td {
  vertical-align: top;
  text-align: left;
}
thead th,
tbody th {
  font-weight: 600;
}
[hidden] {
  display: none;
}
form {  
  color: inherit;
  margin: 0;
}
fieldset {  
  border: 0 solid;
  margin: 0 0 0.25em 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {  
  border: 0;
  padding: 0;
}
button, input, select, textarea {  
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button, input {
  overflow: visible;
}
table button, 
table input {
  overflow: auto;
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, 
input::-moz-focus-inner { 
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
[placeholder] {
  color: #6A6B6D;
}
::-webkit-input-placeholder {
  color: #6A6B6D;
}
[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.1s 0.1s ease; 
  opacity: 0;
}
::-moz-placeholder {
  color: #6A6B6D;
}
[placeholder]:focus::-moz-placeholder {
  transition: opacity 0.1s 0.1s ease; 
  opacity: 0;
}

::-moz-selection {
  background: #faf5a1;  
  color: #000;
  text-shadow: none;
}
::selection {
  background: #faf5a1;  
  color: #000;
  text-shadow: none;
}

/* == CONTAO BASIS-FRAMEWORK ============================ */
#container, 
.inside {
  position: relative
}
.clear, #clear {    
  clear: both;
  font-size: .1px;
  height: .1px;
  line-height: .1px;
}
.invisible, 
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
 
/* == 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: #31507c !important;
  color: #fff !important;    
  left:0;
  position:static;    
  text-align: center;
  top:0;
  width: 100%;
  z-index: 1000000;
}
.ym-skiplinks {
  background: #31507c !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%;
}

/* Fixed a bug in the contao-cookiebar */

.contao-cookiebar::before {
  display: none;
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/) 
 * Copyright 2011-2019 The Bootstrap Authors 
 * Copyright 2011-2019 Twitter, Inc. 
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 
 *  
 * Extra small: kleiner 576px .col-	
 * Small: groesser gleich 576px .col-sm- 	
 * Medium: groesser gleich 768px .col-md-	
 * Large: groesser gleich 992px .col-lg-	
 * Extra large: groesser gleich 1200px .col-xl-
 * 
 * Gutter width: 30px (15px on each side of a column)
 */
 
/* == MODIFIZIERTES BOOTSTRAP GRID ============================ */
.container { 
  margin-right: 0;
  margin-left: 0;
  padding-right: 15px;
  padding-left: 15px;  
  width: 100%;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
}
.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: 100%;
}
.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-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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%;
  }
}
/*!
 * Grundlegender Layout-Rahmen
 */

@media screen, projection {
	
  body {
    background-color: #f9f7f6;
    color: #6a6b6d;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 1.125em;
    overflow-x: hidden; /* Footer Bleed: codepen.io/thebabydino/pen/JVEKvJ */
  }
  
  /* Fokus */
  :focus:not([tabindex="-1"]) {
    outline: 3px solid #0078B5;
    outline-offset: -1px;
  }
  #a5-header-strip :focus:not([tabindex="-1"]),
  #a5-sponsors :focus:not([tabindex="-1"]),
  #footer .mod_article :focus:not([tabindex="-1"]),  {
    outline: 3px solid #fff;
    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;
  }  

  /* Ueberschriften */
  h1 {
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0 0 0.81818em 0;
  }
  span.website-title,
  h1.website-title {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0 30px;
  }
  h2 {
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0 0 0.81818em 0;
  }
  h3 {
    color: #737477;
    font-weight: 600;
    font-size: 1.22222em;
    line-height: 1.2;
    margin-bottom: 0.54545em;
  }
  h4, h5, h6 {
    color: #737477;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0;
  }

  /* Links */
  a:hover, a:focus {
    box-shadow: 0 0 0 4px #017AB6;
  }

  /* Formulare */
  input.text,
  textarea,
  select {
    border: 1px solid #6A6B6D;
    box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
    min-height: 1.75em;
    padding: 0 0.5em;
  }
  input.text:hover, input.text:focus,
  textarea:hover, textarea:focus,
  select:hover, select:focus {
    box-shadow: 0 0 0 4px #017AB6;
  }

  /* WRAPPER */
  body::before {
    content: " ";
    background-color: #6A6B6D;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
  }
  #wrapper {  
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75); 
    margin: 0 auto;
    max-width: 1322px;
  }	

  /* HEADER */
  #header {   
    background-color: #F2F0F1;
  }	

  /* HEADER - Topleiste */
  #a5-header-strip {
    background-color: #6A6B6D;
    color: #fff;
    font-size: 0.88889em;
    line-height: 1.75;
    overflow: visible;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #a5-header-strip .website-title {
    float: left;
  }
  /* HEADER - Topleiste - Suche */
  #a5-header-strip .mod_search {
    float: right;
  }
  #a5-header-strip .mod_search input.text:hover, #a5-header-strip .mod_search input.text:focus,
  #a5-header-strip .mod_search button:hover, #a5-header-strip .mod_search button:focus {
    box-shadow: 0 0 0 4px #fff;
  }

  /* HEADER - Logo */
  #a5-logo {
    margin: 0 auto;
    max-width: 1322px;
    background-color: #ddd;
    background-position: top left;
    background-repeat: no-repeat;
  }
  #a5-logo a {
    display: block;
  }
  
  /* HEADER - Breadcrumb */
  #a5-breadcrumb {
    font-size: 0.77777em;
    line-height: 1.42857em;
    padding-top: 1.71428em;
    padding-bottom: 1.71428em;
  }
  
  /* CONTAINER */
  #container {   
    background-color: #F2F1F1;
    padding-left: 15px;
    padding-right: 15px;
  }

/* 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: 59.375em; */
   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;
}
@media (min-width: 768px) {
  .a5-page-sub #main {
        -ms-flex-basis: 70%;
    -webkit-flex-basis: 70%;
            flex-basis: 70%;
                 width: 70%;
  }
  .a5-page-sub #left {
        -ms-flex-basis: 30%;
    -webkit-flex-basis: 30%;
            flex-basis: 30%;
                 width: 30%;
  }
}  

  /* Left */
  #left > .inside {
    padding-left: 18px;	
    padding-right: 30px;	
  }
  
  /* Druck- und PDF-Link */
  .syndication {
    position: absolute;
    right: 0;
  }

  /* Modul Suche */
  .mod_search .widget {
    display: inline-block;
  }
  .mod_search input.text:hover, .mod_search input.text:focus {
    box-shadow: 0 0 0 4px #017AB6;
  }
  .mod_search button {
    background-color: #6A6B6D;
    border: 1px solid #6A6B6D;
    color: #fff;
    min-height: 1.75em;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mod_search button:hover, .mod_search button:focus {
    box-shadow: 0 0 0 4px #017AB6;
  }
  
  /* FOOTER Artikel */
  #footer .mod_article {
  	margin-bottom: 3.05555em;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* FOOTER Ending */
  #a5-footer-ending {
    background-color: #ddd;
    border-top: 1px solid #a7a8ac;
    color: #333;
    font-size: 0.88888em;
    /* margin-left: calc(50% - 50vw); */
    padding: 1.25em 15px;
    width: 100%;
  }   
  #a5-footer-ending .a5-inside {
    margin: 0 auto;
    max-width: 1322px;
  }    
}

@media (min-width: 1350px) {
  span.website-title,
  h1.website-title {
    padding: 0;
  }
}

/*!
 * 1) Hauptnavigation
 * 2) Breadcrumb
 * 3) Unternavigation
 * 4) Footer-Navigationen
 */


@media screen, projection {

  #navToggle {
    position: relative;
    width: 31px;
    height: 16px;
    padding: 10px;
    margin: 0 30px 15px 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
  }

  #navToggle span {
    height: 2px;
    position: absolute;
    left: 0;
    display: block;
    transform-origin: center;
    background-color: #000;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  #navToggle span.top {
    width: 100%;
    top: 0;
    animation-name: closeTopNavToggle;
  }

  #navToggle span.middle {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    animation-name: closeMiddleNavToggle;
  }

  #navToggle span.bottom {
    width: 100%;
    top: unset;
    bottom: 0;
    animation-name: closeBottomNavToggle;
  }

  #navToggle.show span.top {
    animation-name: openTopNavToggle;
    animation-fill-mode: forwards;
  }

  #navToggle.show span.middle {
    animation-name: openMiddleNavToggle;
    animation-fill-mode: forwards;
  }

  #navToggle.show span.bottom {
    animation-name: openBottomNavToggle;
    animation-fill-mode: forwards;
  }

  /* HEADER - Hauptnavigation */
  #a5-hnav {
    background-color: #ddd;
    border-bottom: 1px solid #a7a8ac;
    border-top: 1px solid #a7a8ac;
    color: #333;
    font-size: 1.22222em;
    text-align: right;
  }
  #mainNavigation {
    overflow: hidden;
    pointer-events: none;
    max-height: 0;
    opacity: 0;
    transition: max-height .3s ease-in-out;
  }
  #mainNavigation.show {
    pointer-events: all;
    opacity: 1;
  }
  #a5-hnav ul:after {
    content: '';
    clear: both;
    display: table;
  }
  #a5-hnav ul:not(.level_1) {
    overflow: hidden;
    pointer-events: none;
    max-height: 0;
    opacity: 0;
    display: none;
    background-color: #ddd;
    color: #333;
    z-index: 3;
    top: 100%;
    left: 0;
    transition: max-height .3s ease-in-out;
  }
  #a5-hnav ul:not(.level_1).show {
    overflow: visible;
  }
  #a5-hnav li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #a5-hnav li button {
    border: none;
    background-color: transparent;
    display: inline;
    content: "";
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' enable-background='new 0 0 32 32' xml:space='preserve'%3E%3Cpolygon points='26.5,10.5 16,18.18 5.5,10.5 3.69,12.91 16,21.82 28.3,12.91 '/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    position: absolute;
    left: 0;
    top: .1rem;
    z-index: 1;
    overflow: hidden;
    color: #fff0;
    width: 2.625rem;
    height: 2.625rem;
    background-position: center;
  }
  #a5-hnav ul:not(.level_1) > li > a,
  #a5-hnav ul:not(.level_1) > li > strong {
    font-size: 1.125rem;
    white-space: nowrap;
  }
  #a5-hnav li:last-child {
    padding-right: 15px;
  }
  #a5-hnav li a, #a5-hnav li strong {
    border-bottom: 1px solid #a7a8ac;
    display: block;
    color: #333;
    line-height: 2em;
    padding: 0 40px;
    text-align: left;
    text-decoration: none;
  }
  #a5-hnav li a[aria-expanded="true"] + ul.show,
  #a5-hnav li strong[aria-expanded="true"] + ul.show {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
  #a5-hnav li a:link, #a5-hnav li a:visited {
    text-decoration: none;
  }
  #a5-hnav li a:hover, #a5-hnav li a:focus, #a5-hnav li a:active {
    text-decoration: underline;
    box-shadow: 0 0 0 4px #017AB6;
  }
  #a5-hnav li a.trail, #a5-hnav li strong {
    background-color: #F2F0F1;
  }
  #mainNavigation::after {
    content: '';
    display: table;
    clear: both;
  }

  
  /* HEADER - Breadcrumb */
  #a5-breadcrumb nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  #a5-breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #a5-breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0 0 0 0.5em;
    position: relative;
  }
  #a5-breadcrumb li::before {
    content: "";
    display: inline-block;
    height: 1em;
    left: -0.25em;
    position: absolute;
    top: 0.25em;
  }
  #a5-breadcrumb li a {
    display: inline-block;
  }
  #a5-breadcrumb [aria-current="page"] {
    text-decoration: none;
  }
  
  /* LEFT - Navigation */
  #a5-snav {
    border-top: 1px solid #a7a8ac;
    margin-bottom: 1em;
  }
  #a5-snav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #a5-snav li {
    margin: 0;
    padding: 0;
  }
  #a5-snav li a, #a5-snav li strong {
    background-color: #ddd;
    border-bottom: 1px solid #a7a8ac;
    color: #333;
    display: block;
    padding: 0.44444em 10px;
  }
  #a5-snav li a.trail,
  #a5-snav li strong {
    background-color: #ebebeb;
    font-weight: 600;
  }
  #a5-snav .level_2 li a, #a5-snav .level_2 li a.trail, #a5-snav .level_2 li strong {
    background-color: #f1f1f1;
    padding-left: 20px;
  }
  #a5-snav .level_3 li a, #a5-snav .level_3 li a.trail, #a5-snav .level_3 li strong {
    background-color: #f8f8f8;
    padding-left: 30px;
  }
  #a5-snav .level_4 li a, #a5-snav .level_4 li a.trail, #a5-snav .level_4 li strong {
    background-color: #fff;
    padding-left: 40px;
  }
  #a5-snav .level_5 li a, #a5-snav .level_5 li a.trail, #a5-snav .level_5 li strong {
    padding-left: 50px;
  }
  #a5-snav li a:link, #a5-snav li a:visited {
    text-decoration: none;
  }
  #a5-snav li a:hover, #a5-snav li a:focus, #a5-snav li a:active {
    text-decoration: underline;
  }
  
  /* FOOTER - Navigationen */
  #a5-footer-nav {
    background-color: #6a6b6d;
    color: #fff;
    padding-top: 1.88888em;
  }
  #a5-footer-nav h2 {
    color: #fff;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.11111em;
    line-height: 1.2;
    margin-bottom: 1.5em;
  }
  #a5-footer-nav ul {
    margin: 0;
    padding: 0 0 3.33333em 0;
  }
  #a5-footer-nav li {
    margin: 0;
    padding: 0;
  }   
  
  /* FOOTER - Navigationen 'Ending' */
  #a5-footer-ending nav ul {
    list-styling: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
  #a5-footer-ending nav li {
    display: inline-block;
    margin: 0;
    padding: 0 0.5em;
    position: relative;
  }
  #a5-footer-ending nav li.first {
    padding-left: 0;
  }
  #a5-footer-ending nav li.last {
    padding-right: 0;
  } 
  #a5-footer-ending nav li::after {
    content: " | ";
    display: inline-block;
    height: 1em;
    position: absolute;
    right: -0.25em;
    top: 0;
  }  
  #a5-footer-ending nav li.last::after {
    display: none;
  }  
  #a5-footer-ending nav li a, 
  #a5-footer-ending nav li strong {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }   
  
}

@media (min-width: 600px) {
  #navToggle {
    margin-right: 45px;
  }
}

@media (min-width: 800px) {

    #navToggle {
      display: none;
    }
    #mainNavigation {
      overflow: visible;
      pointer-events: all;
      max-height: unset !important;
      opacity: 1;
    }
    #a5-hnav ul {
      float: right;
    }
    #a5-hnav ul:not(.level_1) {
      position: absolute;
    }
    #a5-hnav ul.level_1 > li:last-child > ul.level_2 {
      left: unset;
      right: 0;
    }
    #a5-hnav li {
      float: left;
    }
    #a5-hnav li a, #a5-hnav li strong {
      border-bottom: 0px none;
      padding: 0 15px;
    }
    #a5-hnav ul.level_1 > li > a.dropdown-toggle, #a5-hnav ul.level_1 > li > strong.dropdown-toggle {
      padding-left: 45px;
    }
  #a5-hnav ul.level_1 > li:last-child > a, #a5-hnav ul.level_1 > li:last-child > strong {
    padding-right: 30px;
  }
    #a5-hnav ul.level_1 > li:not(:last-child) > a::after, #a5-hnav ul.level_1 > li:not(:last-child) > strong::after {
      background: url("/files/util/img/a5-hnav-divider.png") no-repeat left center;
      content: " ";
      width: 1px;
      height: 2em;
      display: inline-block;
      position: absolute;
      top: calc(50% - 1em);
      right: 0;
    }
    #a5-hnav ul:not(.level_1) > li, #a5-hnav ul:not(.level_1) > li {
      display: block;
      float: none;
    }
    #a5-hnav li a.trail {
      margin-left: -1px;
      margin-bottom: -1px;
    }
    #a5-hnav li a.trail::after, #a5-hnav li strong::after,
    #a5-hnav li:last-child a::after, #a5-hnav li:last-child strong::after {
      display: none;
    }

}

@keyframes openTopNavToggle {
  0% {
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0) rotate(0);
  }

  33% {
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  66% {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  100% {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
  }
}

@keyframes closeTopNavToggle {
  0% {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
  }

  33% {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  66% {
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  100% {
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0) rotate(0);
  }
}

@keyframes openMiddleNavToggle {
  0% {
    opacity: 1;
  }

  33% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes closeMiddleNavToggle {
  0% {
    opacity: 0;
  }

  33% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes openBottomNavToggle {
  0% {
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translate(0) rotate(0);
  }

  33% {
    width: 100%;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
  }

  66% {
    width: 100%;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%);
  }

  100% {
    width: 100%;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,50%) rotate(-45deg);
  }
}

@keyframes closeBottomNavToggle {
  0% {
    width: 100%;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,50%) rotate(-45deg);
  }

  33% {
    width: 100%;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%);
  }

  66% {
    width: 100%;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
  }

  100% {
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translate(0) rotate(0);
  }
}

/*!
 * Basic Content
 */

@media screen, projection {
	
  /* Basis-Grid-Zuweisung für alle relevanten Elemente (falls Redakteure Grid-Zuweisung vergessen) */
  .ce_headline, .ce_text, .ce_image, .ce_gallery, .ce_table, .ce_list, .ce_form,
  .ce_downloads, .ce_download, .ce_audio, .ce_video, .ce_youtube,
  .layout_full p.info, .back, .layout_full .recurring, .enclosure {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  
  /* Falsches Element Table (nicht mit Contao CE umgesetzt) aus alter Website halbwegs einfangen */
  .ce_table {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
  }
  
  table.full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    min-width: 100%;
  }

  /* Bilder */	
  figure.image_container {
    background: #f7f7f7;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 6px #333;
    -moz-box-shadow: 2px 2px 6px #333;
    box-shadow: 1px 1px 4px rgba(127,127,127,0.3);
  	display: inline-block;
  	float: right;
    margin: 0 0 1em 0;
    padding: 6px;
    position: relative;
  }
  figcaption {
    color: #555;
    font-size: 0.875em;
    padding: 8px 2px 0;
    line-height: 1.3;
  }
  
  /* Bilder - CE Image */
  .ce_image figure.image_container {
    margin: 0 auto 1em auto;
    float: none;
  }
  
  /* Bilder - CE Galerie Standard */
  .ce_gallery ul {
    list-style: none;
    margin: 0.25em 0 1em 0;
  }
  .ce_gallery li {
    margin: 0;
    text-align: center;
  }
  .ce_gallery li figure.image_container {
  	float: none;
    margin: 0 auto 1.6em auto;
    max-width: 100%;
  }

  /* Tabellen */
  table {
    border: 1px solid #A7A8AC;
    margin-bottom: 1.875em;
    width: 100%;
  }
  th, td {
    padding: 0.4375em 0.875em;
  }
  thead th {
    background-color: #DDD; 
    color: #000;
    font-family: inherit;
    font-weight: 600;
    text-align: left;
  }
  tbody th, 
  tbody td {
    background-color: #fff;
    border-right: 1px solid #A7A8AC;
  }
  tbody tr:nth-child(odd) th, 
  tbody tr:nth-child(odd) td {
    background-color: #EBEBEB;
  }
  /* Tabellen Hotfix: in den neuen Tabellen werden <p> anstelle von <div> 
  verwenden, welche falsche Abstände erzeugen */
  td p, th p {
    margin-bottom: 0em !important;
  }
  
  
  /* CE Hyperlink */
  .ce_hyperlink a {
    background-color: #6A6B6D;
    border: 1px solid #6A6B6D;
    color: #fff;
    display: inline-block;
    min-height: 1.75em;
    padding: 0.25em 0.5em;
  }
  .ce_hyperlink a:hover, .ce_hyperlink a:focus {
    box-shadow: 0 0 0 4px #017AB6;
  }
  
  /* CE Headlines H4 und H5 mehr Abstand danach */
	h4.ce_headline,
	h5.ce_headline,
	.ce_text h4,
	.ce_text h5 {
    margin-bottom: 0.5em;
  }
	
  /* CE Form */
  .ce_form {
    margin: 0 0 1em 0;
  }
  .ce_form .widget {
    display: block;
    margin: .5em 0;
    padding: 0.16666em 0;
    position: relative;
  }
  .ce_form .widget label {
    display: block;
    cursor: pointer;
    font-weight: 400;
    color: #637485;
  }
  .ce_form .widget input,
  .ce_form .widget select,
  .ce_form .widget textarea {
    display: block;
    position: relative;
    padding: .3em;
    margin-right: -3px;
    width: 95.5%;
  }
  .ce_form .widget-check span,
  .ce_form .widget-radio span {
    overflow: hidden;
  }
  .ce_form .widget-check input,
  .ce_form .widget-radio input {
  	float: left;
  	margin-right: 0.5em;
  	padding: 0;
    width: 1em;
  }
  
  
  /* Akkordeons */
  .ce_accordionStart {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .ce_accordionStart > .toggler {
    background-color: #6A6B6D;
    border: 1px solid #6A6B6D;
    font-size: 1.22222em;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    min-height: 1.75em;
    padding: 0.25em 15px;
    transition: background-color .2s ease-in-out;
  }
  
  .ce_accordionStart > .toggler::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 7px;
    right: 15px;
    background-image: url("../../files/util/img/icons/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: transform .2s ease-in-out;
  }
  
  .ce_accordionStart > .toggler.active {
    background-color: rgb(205,61,61);
    border: 1px solid rgb(205,61,61);
  }
  
  .ce_accordionStart > .toggler.active::after {
    transform: rotate(-180deg);
  }
  
  .ce_accordionStart > .accordion > .row {
    padding: 0.25em 0;
  }
  
  
  /* Videos */
  .video_container {
    position: relative;
    padding-bottom: 56.5%;
    margin-bottom: 1.5em;
    height: 0;
  }
  .video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  
}

/*!
 * Rocksolid Custom Elements
 */

@media screen, projection {
	
  /* RSCE Linkliste */
  .ce_rsce_linkliste {
    margin-bottom: 30px;
  }
  .ce_rsce_linkliste .a5-inside {
    background-color: #fff;
    border: 1px solid #a7a8ac;
    padding: 22px 30px 30px 30px;
    height: 100%;
  }
	.ce_rsce_linkliste h2 {
    font-size: 1.22222em;
    font-weight: 600;
    margin: 0 0 1.07142em 0;
  }
  .ce_rsce_linkliste ul {
    margin: 0;
    list-style: none;
  }
  .ce_rsce_linkliste li {
    margin: 0 0 0.24em 0;
  }
  .ce_rsce_linkliste li::before {
    content: " ";
    width: 1em;
    height: 1em;
    display: inline-block;
    background-image: url("/files/util/img/icons/bullet.svg");
    background-repeat: no-repeat;
    background-position: left 0.35em;
    background-size: 0.65em 0.65em;
  }

  /* RSCE Bildbox */
  .ce_rsce_box {
    margin-bottom: 30px;
  }
  .ce_rsce_box .a5-inside {
    background-color: #fff;
    border: 1px solid #a7a8ac;
    padding: 22px 30px 30px 30px;
    height: 100%;
  }
  .ce_rsce_box h2 {
    font-size: 1.22222em;
    font-weight: 600;
    margin: 0 0 1.07142em 0;
  }
  .ce_rsce_box a {
    display: block;
  }
  
  /* RSCE Teaserbox */
  .ce_rsce_teaserbox {
    margin-bottom: 1.66666em;
  }
  .ce_rsce_teaserbox .a5-inside {
  	background-color: #fff;
    border: 1px solid #a7a8ac;
    height: 100%;
    line-height: 1.33333;
    padding: 30px;
    width: 100%;
  }
  .ce_rsce_teaserbox h2 {  
  	color: #333;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0;
    padding-top: 1.66666em;
  }
  .ce_rsce_teaserbox .description p:last-child {
    margin-bottom: 0;
  }
  
  /* RSCE Social */
  .ce_rsce_social {
    margin-bottom: 3.33333em;  
  }
  .ce_rsce_social ul {
  	align-items: stretch;
  	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	font-size: 0.88888em;
  	justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ce_rsce_social li {
    margin: 0;
    padding: 0 15px 15px;
    width: 8.75em;
  }
  .ce_rsce_social a {
    color: #333;
    display: block;
    text-align: center;
  }
  .ce_rsce_social img {
    margin-bottom: 0.83333em;
  	max-width: 3.75em;
    width: 100%;
  }
  
  /* Definitionsliste mehrere Spalten (Sportarten) */
  .ce_rsce_dl_liste_5spalten .dl-list-item {
    margin-bottom: 1em;
    text-align: center;
  }
  .ce_rsce_dl_liste_5spalten dl {
    margin: 0; 
  }
  .ce_rsce_dl_liste_5spalten dt {
    margin: 0;  
    padding: 0.5em 0;
  }
  .ce_rsce_dl_liste_5spalten dd {
    margin: 0;  
  }
  
  /* Counter */
  .ce_rsce_counter {
    display: inline-block;
    text-align: center;
    margin-bottom: 1em
  }
  .ce_rsce_counter .countdown-panel {
    padding: 10px;
    border-radius: 3px;
    background: rgb(221,221,221);
    display: block;
  }
  .ce_rsce_counter .countdown-panel > span{
	font-size: 2rem;
    padding: 15px;
    border-radius: 3px;
    background: rgb(106,107,109);
    color: rgb(255,255,255);
    display: block;
  }
  .ce_rsce_counter .smalltext{
    padding-top: 5px;
    font-size: 1.5rem;
  }
  
  /* Hervorgehobene Klasse */
  .farbe-hervorheben > div {
    background-color: #fff;
    border: 1px solid #a7a8ac;
    margin-bottom: 30px;
    padding: 22px 10px 10px 10px;
  }

  /* Settings for youtube iframe */
  iframe.a5-video { 
    border:0;
    height: 228px;
	margin-bottom: 1.5em;
	width: 100%;
  }
}

@media screen and (max-width: 1023px) {
 /* mediaquery settings for YouTube iframe */
  #youtube_canvas {
    height: 0;
	margin-bottom: 1em;
    padding-bottom: 56.25%;
	position: relative;
	width: 100%;
   }
  .a5-video {
    height: 100% !important;    
    left: 0 !important;
	position: absolute !important;
	top: 0 !important;
    width: 100% !important;
   }
}
@media screen and (max-width: 786px) {
 /* mediaquery settings for YouTube iframe */
  .c50l.col_1.first {
    float: none !important;
    width: 92% !important;
   }
  .c50r.col_2.last {
    float: none !important;
    width: 92% !important;
   }
  .subcr {
    padding-left: 0.3em ;
}
  .subcl {
    padding-right: 0.3em ;
}
}

/*!
 * Sponsorenleiste
 */

@media screen, projection {
	
  #a5-sponsors {
    background-color: #6a6b6d;
    color: #fff;
    margin-bottom: 3.777778em;
    padding-bottom: 2.22222em;
    padding-top: 2.22222em;
  }
  #a5-sponsors .a5-inside {
    padding-left: 3.33333em;
    padding-right: 3.33333em;
  }
  
  #a5-sponsors .ce_gallery ul,
  #a5-sponsors .ce_gallery .slick-track {
    margin: 0 auto;
  }
  #a5-sponsors .ce_gallery li figure.image_container,
  #a5-sponsors .ce_gallery .slick-track figure.image_container {
    margin: 0 60px 0 0;
  }

  /* 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;
    list-style: none;
    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;
    margin-left: auto;
    margin-right: auto;
    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%;
    margin: 0;
    min-height: 1px;
    text-align: center;
  }
  [dir='rtl'] .slick-slide {
    float: right;
  }
  
  .slick-slide figure.image_container {
    background: transparent;
    border: 0px none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  	display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  .slick-slide img {
    display: block;
  }
  .slick-slide a {
    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: 1.11111em 2.22222em;
    border: none;
    content: ' ';
    display: inline-block;
    color: transparent;
    cursor: pointer;
    height: 2.22222em;
    width: 1.11111em;
    padding: 0;
    position: absolute;
    top: calc(50% - 1.11111em);
    outline: none;
    -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: inherit;
    line-height: 1;
    opacity: 1;
    content: ' ';
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.11111em 2.22222em;
    height: 2.22222em;
    width: 1.11111em;
    -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -3.33333em;
  }
  [dir='rtl'] .slick-prev {
    left: auto;
    right: -3.33333em;
  }
  .slick-prev:before {
     background-image: url("/files/util/img/icons/slider-arrow-left.svg");
  }
  [dir='rtl'] .slick-prev:before  {
     background-image: url("/files/util/img/icons/slider-arrow-right.svg");
  }
  .slick-next {
    right: -3.33333em;
  }
  [dir='rtl'] .slick-next {
    left: -3.33333em;
    right: auto;
  }
  .slick-next:before {
     background-image: url("/files/util/img/icons/slider-arrow-right.svg");
  }
  [dir='rtl'] .slick-next:before {
     background-image: url("/files/util/img/icons/slider-arrow-left.svg");
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before {
     background-image: url("/files/util/img/icons/slider-arrow-left.svg");
  }
  .slick-next:hover:before,
  .slick-next:focus:before {
     background-image: url("/files/util/img/icons/slider-arrow-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: #000;
    opacity: .75;
  }

}
/*!
 * News Elements
 */

@media screen, projection {

  /* News Liste */
  .mod_newslist .container {
  	padding-left: 0;
    padding-right: 0;
  }
  .mod_newslist article {
    margin-bottom: 3.33333em;
  }
  .mod_newslist ul {
  	list-style: none;
    margin: 0 0 1.66666em 0;
    padding: 0;
  }
  .mod_newslist li {
    margin: 0;
    padding: 0;
  }
  .mod_newslist h3 {
  	color: #737477;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.22222em;
    line-height: 1.2;
    margin-bottom: 1.90909em;
  }
  .mod_newslist .layout_latest h3 {
    margin-bottom: 0.54545em;
  }
  .mod_newslist figure.a5-news-image {
  	padding-top: 0.25em;
  }
  .mod_newslist figure.a5-news-image img {
  	display: block;
    height: auto;
    max-width: 100%;
    width:100%
  }
  .mod_newslist h3 a {
  	color: #737477;
  	display: block;
  }
  .mod_newslist .pubdate {
  	background: url("/files/util/img/icons/bullet.svg") no-repeat left center;
  	background-size: 0.71428em 0.71428em;
  	color: #333;
  	display: block;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 600;
    font-size: 0.77777em;
    margin-bottom: 0.71428em;
    padding-left: 1.42857em;
  }
  
  /* News Reader */
  .mod_newsreader .pubdate time, .mod_newsreader .info time {
    display: inline;
    display: inline-block;
    text-align: right;
    line-height: 1;
    padding: 4px 6px 2px;
    font-size: .8em;
    color: #505050;
    background: rgba(233,236,242,0.6);
    border-bottom: 1px solid #ddd;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0 8px;
    border-radius: 0 8px;
  }
  
  .mod_newsreader figure.image_container {
    display: inline;
    float: right;
    margin: 0 0 1em 1em;
  }
  
}
/*!
 * Druck-Stylesheet
 */
@page {
  margin: 60pt 30pt;    
  size: auto;
}
@media print {
    *,*:before,*:after,*:first-letter,*:first-line {
      background: transparent !important; 
      box-shadow: none !important;
      color: black !important;
      text-shadow: none !important;
    } 
    /* .ym-print sichtbar machen */
    .ym-print {
      left: 0;
      position: static;
    }
    /* Print Basisanweisungen */
    body {
      margin: 20pt 0 !important;
      font-size: 14pt;
    } 
    header, 
    main, 
    aside,
    footer {
      margin: 10pt 0; 
    }
    h1,
    h2 {
      margin: 0;
    } 
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 10pt;
    }
    a,
    a:visited {
      text-decoration: none !important;
    }  
    thead { 
      display: table-header-group;
    }
    thead th {
     border-bottom: 3px double #000 !important;
    }
    tr {
      page-break-inside: avoid;
    }    
    th,
    td {
      border-left:  1px solid #000 !important;
      border-right: 1px solid #000 !important;
      border-top: 1px solid #000 !important;
    }
    tbody th,
    td {
      border-bottom: 1px solid #000 !important;
    }    
    img {         
      max-width: 100% !important;
      page-break-inside: avoid;
    }
    fieldset {
      border: 0;
      display: block;
      margin: 10pt 0;
      padding: 0;
    }
    legend {
      margin: 0 0 10pt 0 !important;
    }
    label {
      display: block;  
      float: none !important;
      margin-bottom: 10pt;
      padding-top: 15pt; 
      width: auto !important;
    }
    input,
    select,
    textarea {
      border: 0;
      border-bottom: 1px dotted #000 !important;
      display: block !important;    
      float: none !important;
      padding-top: 10pt;  
      width: auto !important;
    }
    textarea {
      height: 50pt !important;
      resize: vertical;
    }
    button,
    input[type="submit"] {
      display: none;
    }
    header nav, 
    footer nav { 
      display: none; 
    } 
    .invisible { 
      display: none; 
    }
    [class*="col-"] { 
      -ms-flex: none !important;
      flex: none !important;
       max-width: 100% !important;
       overflow: visible !important;
       height: auto !important;
       margin-left: 0 !important;
    }
    .container, .row { 
      overflow: visible !important;
      display: block !important;
      margin: 0;
    }
}
