/* Hier kommen alle CSS-Angaben für das spezielle Projekt hinein */

/* Sonstige Hinweise und Anmerkungen
Angabe der Schriftgröße: Dies wird zukünftig in % durchgeführt 100% = 10px
*/

/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages
Opensource-Fonts können über die folgenden Seite beschafft werden:
http://www.theleagueofmoveabletype.com
http://www.fontsquirrel.com/fontface/
http://kernest.com/
http://www.google.de/webfonts
Über den folgenden Link können ttf-Schriften einfach in ein komplettes Fontpacket mit
CSS konvertiert werden
http://www.fontsquirrel.com/fontface/generator
*/
/*body {
    *font: x-small;
    *font-size: small;
    font: 10px sans-serif;
    line-height: 1.22;
}

*/
table {
    font: 100%;
    font-size: inherit;
}

select, input, textarea {
    font: 99% sans-serif;
}

/* Somit wird gründsätzlich ein Scrollbalken eingeblendet, und die Seite springt nicht mehr
zwischen kurzen und langen Seiten*/
html {
    overflow-y: scroll;
}

/* bicubic resizing for non-native sized IMG:
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/*Barrierefreheit:
wsba = weißer Hintergrund mit schwarzer Schrift
swba = schwarzer Hintergrund mit weißer Schrift
 */

.clear {
    clear: both;
    display: block;
    font-size: 1px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
}

/* Style für Captcha Auswertung per JS */

img.captchaImg {
    display: block;
    margin-bottom: 10px;
}

input.sendCode {
    margin-right: 10px !important;
    width: 145px !important;
}

input[type=submit].disabled {
    background: #e6e6e6 !important;
    color: #bfbfbf !important;
    cursor: not-allowed;
}

/* Ab hier kommt dann der eigentliche CSS Code*/



/*###USERSPECIFICCODE###*/

/* open-sans-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans/open-sans-v40-latin-300.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans/open-sans-v40-latin-300.woff2') format('woff2'), 
    url('../fonts/open-sans/open-sans-v40-latin-300.woff') format('woff'), 
    url('../fonts/open-sans/open-sans-v40-latin-300.ttf') format('truetype'), 
    url('../fonts/open-sans/open-sans-v40-latin-300.svg#OpenSans') format('svg');
}

/* open-sans-300italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/open-sans/open-sans-v40-latin-300italic.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans/open-sans-v40-latin-300italic.woff2') format('woff2'), 
    url('../fonts/open-sans/open-sans-v40-latin-300italic.woff') format('woff'), 
    url('../fonts/open-sans/open-sans-v40-latin-300italic.ttf') format('truetype'), 
    url('../fonts/open-sans/open-sans-v40-latin-300italic.svg#OpenSans') format('svg');
}

/* open-sans-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans/open-sans-v40-latin-regular.woff2') format('woff2'), 
    url('../fonts/open-sans/open-sans-v40-latin-regular.woff') format('woff'), 
    url('../fonts/open-sans/open-sans-v40-latin-regular.ttf') format('truetype'), 
    url('../fonts/open-sans/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

/* open-sans-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/open-sans/open-sans-v40-latin-italic.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans/open-sans-v40-latin-italic.woff2') format('woff2'), 
    url('../fonts/open-sans/open-sans-v40-latin-italic.woff') format('woff'), 
    url('../fonts/open-sans/open-sans-v40-latin-italic.ttf') format('truetype'), 
    url('../fonts/open-sans/open-sans-v40-latin-italic.svg#OpenSans') format('svg');
}

/* open-sans-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans/open-sans-v40-latin-500.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans/open-sans-v40-latin-500.woff2') format('woff2'), 
    url('../fonts/open-sans/open-sans-v40-latin-500.woff') format('woff'), 
    url('../fonts/open-sans/open-sans-v40-latin-500.ttf') format('truetype'), 
    url('../fonts/open-sans/open-sans-v40-latin-500.svg#OpenSans') format('svg');
}

/* open-sans-500italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/open-sans/open-sans-v40-latin-500italic.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans/open-sans-v40-latin-500italic.woff2') format('woff2'), 
    url('../fonts/open-sans/open-sans-v40-latin-500italic.woff') format('woff'), 
    url('../fonts/open-sans/open-sans-v40-latin-500italic.ttf') format('truetype'), 
    url('../fonts/open-sans/open-sans-v40-latin-500italic.svg#OpenSans') format('svg');
}

/* open-sans-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans/open-sans-v40-latin-600.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans/open-sans-v40-latin-600.woff2') format('woff2'), 
    url('../fonts/open-sans/open-sans-v40-latin-600.woff') format('woff'), 
    url('../fonts/open-sans/open-sans-v40-latin-600.ttf') format('truetype'), 
    url('../fonts/open-sans/open-sans-v40-latin-600.svg#OpenSans') format('svg');
}

/* open-sans-600italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/open-sans/open-sans-v40-latin-600italic.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans/open-sans-v40-latin-600italic.woff2') format('woff2'), 
    url('../fonts/open-sans/open-sans-v40-latin-600italic.woff') format('woff'), 
    url('../fonts/open-sans/open-sans-v40-latin-600italic.ttf') format('truetype'), 
    url('../fonts/open-sans/open-sans-v40-latin-600italic.svg#OpenSans') format('svg');
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans/open-sans-v40-latin-700.woff2') format('woff2'), 
    url('../fonts/open-sans/open-sans-v40-latin-700.woff') format('woff'), 
    url('../fonts/open-sans/open-sans-v40-latin-700.ttf') format('truetype'), 
    url('../fonts/open-sans/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

/* open-sans-700italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/open-sans/open-sans-v40-latin-700italic.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans/open-sans-v40-latin-700italic.woff2') format('woff2'), 
    url('../fonts/open-sans/open-sans-v40-latin-700italic.woff') format('woff'), 
    url('../fonts/open-sans/open-sans-v40-latin-700italic.ttf') format('truetype'), 
    url('../fonts/open-sans/open-sans-v40-latin-700italic.svg#OpenSans') format('svg');
}

/* open-sans-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans/open-sans-v40-latin-800.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans/open-sans-v40-latin-800.woff2') format('woff2'), 
    url('../fonts/open-sans/open-sans-v40-latin-800.woff') format('woff'), 
    url('../fonts/open-sans/open-sans-v40-latin-800.ttf') format('truetype'), 
    url('../fonts/open-sans/open-sans-v40-latin-800.svg#OpenSans') format('svg');
}

/* open-sans-800italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/open-sans/open-sans-v40-latin-800italic.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans/open-sans-v40-latin-800italic.woff2') format('woff2'), 
    url('../fonts/open-sans/open-sans-v40-latin-800italic.woff') format('woff'), 
    url('../fonts/open-sans/open-sans-v40-latin-800italic.ttf') format('truetype'), 
    url('../fonts/open-sans/open-sans-v40-latin-800italic.svg#OpenSans') format('svg');
}

body.wsba {
    background-color: black;
}

a,
.uk-link {
    color: #3c5a7c;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
a:hover,
.uk-link:hover {
    color: #3c5a7c;
    text-decoration: underline;
    cursor: pointer;
}

.swba header,
.swba .uk-slideshow {
     border-bottom: 1px solid black;
}

.wsba header,
.wsba .uk-slideshow {
    border-bottom: 1px solid white;
}

.top-bar {
    background: linear-gradient(to left, #294b70 0%, #506b89 50%, #bbc7d5 100%);
    padding: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}

.swba .top-bar {
    background: white;
    padding: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid black;
    background-image: none !important;
}

.wsba .top-bar {
    background: black;
    background-image: none !important;
    border-bottom: 1px solid white;
}



.top-bar .fonts a {
    cursor: pointer;
    font-weight: bold;
}

.top-bar .handicapped-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-bar a.handicapped-btn {
    align-items: center;
    alignment-baseline: bottom;
    /*background-color: #b5cf84;*/
    /*color: white;*/
    display: flex;
    font-size: 17px;
    height: 27px;
    justify-content: center;
    margin: 0 3px;
    text-decoration: none;
    width: 27px;
}

.top-bar .handicapped-textsize,
.top-bar .handicapped-colors,
.top-bar .handicapped-sites {
    display: flex;
}

.top-bar a.handicapped-btn-black,
.top-bar a.handicapped-btn,
.top-bar .handicapped-colors > div a.color-white > span,
.top-bar .handicapped-textsize .txt-large,
.top-bar .handicapped-textsize .txt-middle,
.top-bar .handicapped-textsize .txt-normal {
    /*color: #000;*/
    color: white;
}

.handicapped-colors > div a.handicapped-btn-active.handicapped-btn-red,
.top-bar a.handicapped-btn-red {
    color: #d5031e !important;
}

.swba .top-bar a.handicapped-btn,
.swba .handicapped-colors > div a.color-white > span,
.swba .top-bar .handicapped-textsize .txt-large,
.swba .top-bar .handicapped-textsize .txt-middle,
.swba .top-bar .handicapped-textsize .txt-normal {
    /*color: #000;*/
    color: black;
}

.swba  .top-bar a.handicapped-btn-black {
    color: white !important;
}


.top-bar .handicapped-textsize .txt-normal {
    font-size: 17px;
}

.top-bar .handicapped-textsize .txt-middle {
    font-size: 22px;
}

.top-bar .handicapped-textsize .txt-large {
    font-size: 28px;
}

.handicapped-colors > div a.color-normal > span {
    color: #d5031e !important;
}

.handicapped-colors > div a.color-black {
    background: #000;
}

.handicapped-colors > div a.color-black > span {
    color: #fff;
}

.handicapped-sites > div a.handicapped-btn-active,
.handicapped-textsize > div a.handicapped-btn-active span,
.handicapped-colors > div a.handicapped-btn-active.color-normal span,
.handicapped-colors > div a.handicapped-btn-active {
    color: #fff !important;
}

.handicapped-colors > div,
.handicapped-sites > div,
.handicapped-textsize > div {
    position: relative;
}

.handicapped-colors > div a,
.handicapped-sites > div a,
.handicapped-textsize > div a {
    position: relative;
    z-index: 2;
}

.handicapped-colors > div div.bg-handicapped-btn,
.handicapped-sites > div div.bg-handicapped-btn,
.handicapped-textsize > div div.bg-handicapped-btn {
    /*background-color: #40c0cb;*/
    background-color: #013068;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
    height: 39px;
    left: -1px;
    position: absolute;
    top: -5px;
    width: 35px;
    z-index: 1;
}

.wsba .handicapped-colors > div div.bg-handicapped-btn,
.wsba .handicapped-sites > div div.bg-handicapped-btn,
.wsba .handicapped-textsize > div div.bg-handicapped-btn {
    background-color: white;
}

.handicapped-colors > div a.handicapped-btn-active,
.handicapped-sites > div a.handicapped-btn-active,
.handicapped-textsize > div a.handicapped-btn-active {
    background: transparent;
    border-bottom: 0;
}

.handicapped-colors > div a.handicapped-btn-active + div.bg-handicapped-btn,
.handicapped-colors > div a:focus + div.bg-handicapped-btn,
.handicapped-colors > div:hover div.bg-handicapped-btn,
.handicapped-sites > div a.handicapped-btn-active + div.bg-handicapped-btn,
.handicapped-sites > div a:focus + div.bg-handicapped-btn,
.handicapped-sites > div:hover div.bg-handicapped-btn,
.handicapped-textsize > div a.handicapped-btn-active + div.bg-handicapped-btn,
.handicapped-textsize > div a:focus + div.bg-handicapped-btn,
.handicapped-textsize > div:hover div.bg-handicapped-btn {
    display: inline;
}

.handicapped-btn2:hover,
.handicapped-btn2:focus,
.handicapped-btn2:hover span,
.handicapped-btn2:focus span {
    color: #ffffff !important;
}

.handicapped-btn2:hover,
.handicapped-btn2:focus {
    background-color: transparent !important;
    border-bottom: none !important;
}

.handicapped-colors > div a.handicapped-btn-active + div.bg-handicapped-btn,
.handicapped-sites > div a.handicapped-btn-active + div.bg-handicapped-btn,
.handicapped-textsize > div a.handicapped-btn-active + div.bg-handicapped-btn {
    /*background-color: #40c0cb;*/
    background-color: #013068;
}

.wsba .handicapped-colors > div a.handicapped-btn-active + div.bg-handicapped-btn,
.wsba .handicapped-sites > div a.handicapped-btn-active + div.bg-handicapped-btn,
.wsba .handicapped-textsize > div a.handicapped-btn-active + div.bg-handicapped-btn {
    background-color: white;
}

.wsba .handicapped-colors > div a.handicapped-btn:hover,
.wsba .handicapped-sites > div a.handicapped-btn:hover,
.wsba .handicapped-textsize > div a.handicapped-btn:hover span,
.wsba .handicapped-colors > div a.handicapped-btn-active:hover,
.wsba .handicapped-sites > div a.handicapped-btn-active:hover,
.wsba .handicapped-textsize > div a.handicapped-btn-active:hover span,
.wsba .handicapped-colors > div a.handicapped-btn-active,
.wsba .handicapped-sites > div a.handicapped-btn-active,
.wsba .handicapped-textsize > div a.handicapped-btn-active span {
    color: black !important;
}

/*
.handicapped-colors > div a,
.handicapped-sites > div a,
.handicapped-textsize > div a {
    position: relative;
    z-index: 2;
}

*/

.top-header {
    display: block;
    background-color: #fff;
}

.top-header .uk-container {
    background-color: #fff;
    border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
    padding: 20px 10px;
    width: 100%;
}

.top-header .uk-container#el3 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
}

.top-header .uk-container#el3 #el4 #el5 {
    max-width: 100%;
    width: 100%;
}

.swba .top-header .uk-container,
.swba .top-header {
    background-color: white !important;
}
.wsba .top-header .uk-container,
.wsba .top-header {
    background-color: black !important;
}

#el4 img,
#el4 {
    background-color: white !important;
}

.wsba #el4 img {
    padding: 3px;
}

.header-navbar,
.header-navbar .uk-navbar {
    background-color: #fff;
}
.header-navbar .uk-navbar ul.uk-navbar-nav {
    gap: 0;
}


/* Menüleiste*/
.header-navbar .uk-navbar ul.uk-navbar-nav li > a {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

.header-navbar .uk-navbar .uk-navbar-nav > li > a,
.header-navbar .uk-navbar .uk-navbar-nav > li > span {
    background-color: #fff;
    color: #1f262d;
    display: inline-block;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    min-height: fit-content;
    padding: 18px 20px;
    text-decoration: none;
    text-transform: none;
    width: fit-content;
    transition: all .300s;
}
.wsba .header-navbar .uk-navbar .uk-navbar-nav > li > a {
    background-color: black;
    color: white;
}


.header-navbar .uk-navbar .uk-navbar-nav > li > span,
.header-navbar .uk-navbar .uk-navbar-nav > li > a:hover,
.header-navbar .uk-navbar .uk-navbar-nav > li > span:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

.wsba .header-navbar .uk-navbar .uk-navbar-nav > li > span,
.wsba .header-navbar .uk-navbar .uk-navbar-nav > li > a:hover,
.wsba .header-navbar .uk-navbar .uk-navbar-nav > li > span:hover {
    background-color: revert;
    text-decoration: underline;
    color: white;
}

.header-navbar .uk-navbar .uk-navbar-nav > li > a:hover,
.header-navbar .uk-navbar .uk-navbar-nav > li > a.uk-active,
.header-navbar .uk-navbar .uk-navbar-nav > li > a:hover *,
.header-navbar .uk-navbar .uk-navbar-nav > li > a.uk-active *,
.header-navbar .uk-navbar .uk-navbar-nav > li > span:hover,
.header-navbar .uk-navbar .uk-navbar-nav > li > span.uk-active,
.header-navbar .uk-navbar .uk-navbar-nav > li > span:hover *,
.header-navbar .uk-navbar .uk-navbar-nav > li > span.uk-active * {
    color: #1f262d;
}

.wsba .header-navbar .uk-navbar .uk-navbar-nav > li > a:hover,
.wsba .header-navbar .uk-navbar .uk-navbar-nav > li > a.uk-active,
.wsba .header-navbar .uk-navbar .uk-navbar-nav > li > a:hover *,
.wsba .header-navbar .uk-navbar .uk-navbar-nav > li > a.uk-active *,
.wsba .header-navbar .uk-navbar .uk-navbar-nav > li > span:hover,
.wsba .header-navbar .uk-navbar .uk-navbar-nav > li > span.uk-active,
.wsba .header-navbar .uk-navbar .uk-navbar-nav > li > span:hover *,
.wsba .header-navbar .uk-navbar .uk-navbar-nav > li > span.uk-active * {
    text-decoration: underline;
    color: white;
}

.header-navbar .uk-navbar .uk-navbar-nav > li.uk-active > a,
.header-navbar .uk-navbar .uk-navbar-nav > li.uk-active > span {
    color: #3c5a7c;
    font-weight: 600;
    background: #f0f8ff;
}

.wsba .header-navbar .uk-navbar .uk-navbar-nav > li.uk-active > a,
.wsba .header-navbar .uk-navbar .uk-navbar-nav > li.uk-active > span {
    color: white;
    background: black;
    text-decoration: underline;
}

.header-navbar .uk-navbar .uk-navbar-nav > li.uk-active,
.header-navbar .uk-navbar .uk-navbar-nav > li.uk-active {
    background: #f0f8ff;
}

.wsba .header-navbar .uk-navbar .uk-navbar-nav > li.uk-active,
.wsba .header-navbar .uk-navbar .uk-navbar-nav > li.uk-active {
    background: black;
}

.header-navbar .uk-navbar .uk-navbar-nav > li > a .uk-nav-parent-icon,
.header-navbar .uk-navbar .uk-navbar-nav > li > span .uk-nav-parent-icon {
    padding-left: 5px;
    color: #999;
}

.aplus .header-navbar .uk-navbar .uk-navbar-nav > li > span,
.aplus .header-navbar .uk-navbar ul.uk-navbar-nav li > a {
    font-size: 17px;
}

.aplusplus .header-navbar .uk-navbar .uk-navbar-nav > li > span,
.aplusplus .header-navbar .uk-navbar ul.uk-navbar-nav li > a {
    font-size: 20px;
}


.header-navbar .uk-navbar .uk-navbar-dropdown {
    padding: 0;
}

.header-navbar .uk-navbar .uk-navbar-dropdown-nav {
    font-size: 12px;
}
.header-navbar .uk-navbar .uk-navbar-dropdown-nav > li {
    position: relative;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.header-navbar .uk-navbar .uk-navbar-dropdown-nav > li:last-child {
    border-bottom: 2px solid transparent;
}

.header-navbar .uk-navbar .uk-navbar-dropdown-nav > li > a,
.header-navbar .uk-navbar .uk-navbar-dropdown-nav > li.uk-active,
.header-navbar .uk-navbar .uk-navbar-dropdown-nav > li.uk-active > span {
    margin: 0;
    padding: 7px 15px;
    font-weight: 400;
    line-height: 23px;
    color: #666;
    font-size: 14px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.wsba .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li > a,
.wsba .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li.uk-active,
.wsba .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li.uk-active > span {
    color: white;
}

.header-navbar .uk-navbar .uk-navbar-dropdown-nav > li.uk-active {
    background-color: #f0f8ff;
    color: #3c5a7c;
    font-weight: 600;
}

.wsba .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li.uk-active {
    text-decoration: underline !important;
}

.aplus .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li > a,
.aplus  .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li.uk-active,
.aplus  .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li.uk-active > span {
    line-height: 29px;
    font-size: 18px;
}

.aplusplus .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li > a,
.aplusplus  .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li.uk-active,
.aplusplus  .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li.uk-active > span {
    line-height: 34px;
    font-size: 22px;
}



/* Hover */
.header-navbar .uk-navbar .uk-navbar-dropdown-nav > li > a:hover,
.header-navbar .uk-navbar .uk-navbar-dropdown-nav > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.wsba .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li > a:hover,
.wsba .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li > a:focus {
    color: white;
    text-decoration: underline;
    background-color: black;
}

/* Active */
.header-navbar .uk-navbar .uk-navbar-dropdown-nav > li.uk-active > a {
    color: #3c5a7c;
}

.wsba .header-navbar .uk-navbar .uk-navbar-dropdown-nav > li.uk-active > a {
    color: white;
}

.header-navbar .uk-navbar .uk-navbar-nav > li > a.fmen_1_2_1 {
    min-height: fit-content !important;
    width: fit-content;
}

.header-navbar .uk-navbar .uk-navbar-nav > li > a.fmen_1_2_1 #fmen_1_2_2 {
    color: #c0cbd4;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
    width: fit-content;
}

/*Button rechts vom Menü*/
.header-navbar .header-btn {
    background-color: white;
    border-left: rgba(0, 0, 0, 0.1) 1px solid;
    padding-left: 15px;
    margin: 0;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
.wsba .header-navbar .header-btn {
    background-color: black;
}

/*
.header-navbar .header-btn {
    align-items: center;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
*/
/*blauer Button im Menü*/
/*
.header-btn #el19 {
    background-color: #335c85;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 26px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}
*/
.aplus .header-btn .btn-sm {
    border-radius: 3px;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 26px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}

.aplusplus .header-btn .btn-sm {
    border-radius: 3px;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 26px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}

.swba .header-btn .btn-sm {
    background-color: #000000;
    color: #fff;
    margin-bottom: 10px;
}

.wsba .header-btn .btn-sm {
    background-color: #ffffff;
    border: 1px solid black;
    color: #000000;
}
/*
.header-btn #el19:hover {
    text-decoration: none;
}

.header-btn #el19:hover, .header-btn #el19.active {
    background-color: #335c85;
}

.header-btn #el19:hover, .header-btn #el19.active, .header-btn #el19:hover *, .header-btn #el19.active * {
    color: #fff;
}
*/
/*grüner Button im Menü*/
.header-btn #el20 {
    background-color: #b5cf84;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 26px;
    margin-left: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}

.aplus .header-btn #el20 {
    align-items: stretch;
    border-radius: 3px;
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 19px;
    font-weight: 400;
    justify-content: flex-start;
    letter-spacing: 1.5px;
    line-height: 26px;
    margin-left: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}

.aplusplus .header-btn #el20 {
    align-items: stretch;
    border-radius: 3px;
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 23px !important;
    font-weight: 400;
    justify-content: flex-start;
    letter-spacing: 1.5px;
    line-height: 26px;
    margin-left: 5px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}

.swba .header-btn #el20 {
    background-color: #000000;
    border-bottom: 3px solid rgb(173, 182, 182);
    color: #fff;
}

.header-btn .mobile-nav-btn {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 15px;
    position: relative;
    text-decoration: none;
}

#el22 {
    background-color: #335c85;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 80px;
    width: 100%;
}

/* BREATCRUMB */

.uk-breadcrumb > * > * {
    color: rgba(255,255,255,1);
    font-size: 14px;
}

.aplus .uk-breadcrumb > * > * {
    font-size: 18px;
}

.aplusplus .uk-breadcrumb > * > * {
    font-size: 22px;
}

.uk-breadcrumb > * > :hover {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}

.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "•";
    display: inline-block;
    margin: 0 5px 0 15px;
    font-size: 0.875rem;
    color: rgba(255,255,255,1);
}

.aplus .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "•";
    font-size: 1rem;
}

.aplusplus .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "•";
    font-size: 1.125rem;
}




/*  DIVIDER */

div.divider {
    margin: 40px 0;
    position: relative;
    display: block;
    min-height: 20px;
}
div.divider.divider-center {
    text-align: center;
}
div.divider.divider-center:before {
    left: 0 !important;
    right: 50%;
    margin-right: 20px;
    content: '';
    position: absolute;
    top: 8px;
    height: 0;
    border-top: 1px solid #ddd;
}
div.divider .uk-icon {
    line-height: 1;
    font-size: 18px;
    color: #ccc;
}

div.divider .uk-icon svg polyline {
    stroke-width: 3px;
}

div.divider:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 0;
    border-top: 1px solid #ddd;
}
div.divider.divider-center:after {
    left: 50% !important;
    right: 0;
    margin-left: 20px;
}

/*Block unter Menü mit Überschrift und Breadcrumbs*/
.swba #el22 {
    background-color: #ffffff !important;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 80px;
    width: 100%;
}

.wsba #el22 {
    background-color: #000000 !important;

}

.swba #el22,
.wsba #el22 {
    background-image: none !important;
}

.wsba #el22 {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.swba #el22 {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#el22 #el23 {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px;
}

/*el24 h1 Unterseiten (Breadcrumb) auf blauem Grund*/
#el22 #el23 #el24 {
    color: #ffffff;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0px;
    text-transform: none;
}

.swba #el22 #el23 #el25,
.swba #el22 #el23 #el24,
.swba .uk-breadcrumb li a,
.swba .uk-breadcrumb li span {
    color: black !important;
}

.aplus #el24 {
    font-size: 39px !important;
    line-height: 42px !important;
}

.aplusplus #el24 {
    font-size: 45px !important;
    line-height: 50px !important;
}

/*el25 Subheadline unter h1 (Breadcrumb)*/
#el22 #el23 #el25 {
    color: #fff;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
}

.aplus #el22 #el23 #el25 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 19.3px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
}

.aplusplus #el22 #el23 #el25 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 22.5px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
}

#el22 #el26 {
    /*align-items: end;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px;*/
}
#el26 nav {
    text-align: right;
}

/* Breadcrumb rechts auf blauem Grund*/
#el22 #el26 #el27 {
    color: #fff;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.aplus #el22 #el26 #el27 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 19.5px;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
}

.aplusplus #el22 #el26 #el27 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 22.5px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
}

#el28 {
    background-color: #335c85;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: 100%;
}

#el28 .el29 {
    background-color: #335c85;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px;
    padding-bottom: 40px;
    padding-top: 40px;
}

/*el30 h1 Startseite (Teaser)*/
#el28 .el29 .el30 {
    color: #fff;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 2;
    line-height: 72px;
    margin-bottom: 30px;
    margin-top: 5px;
    text-transform: none;
}

.aplus #el28 .el29 .el30 {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 65px;
    font-weight: 500;
    letter-spacing: 2;
    line-height: 72px;
    margin-bottom: 30px;
    margin-top: 5px;
    text-transform: none;
}

.aplusplus #el28 .el29 .el30 {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 2;
    line-height: 72px;
    margin-bottom: 30px;
    margin-top: 5px;
    text-transform: none;
}

#el28 .el29 .el31 {
    color: #fff;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 2px;
    text-transform: none;
}

#el28 .el29 .el32 {
    background-color: #40c0cb;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 20px;
    line-height: 30;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}

#el28 .el29 .el32:hover {
    text-decoration: none;
}

#el28 .el29 .el32:hover, #el28 .el29 .el32.active {
    background-color: #40c0cb;
}

#el28 .el29 .el32:hover, #el28 .el29 .el32.active, #el28 .el29 .el32:hover *, #el28 .el29 .el32.active * {
    color: #fff;
}

#el28 .el29 .el33 {
    background-color: #40c0cb;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 20px;
    line-height: 30;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}

#el28 .el29 .el33:hover {
    text-decoration: none;
}

#el28 .el29 .el33:hover, #el28 .el29 .el33.active {
    background-color: #40c0cb;
}

#el28 .el29 .el33:hover, #el28 .el29 .el33.active, #el28 .el29 .el33:hover *, #el28 .el29 .el33.active * {
    color: #fff;
}

#el28 .el34 {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0px;
}

#el35 {
    background-color: #335c85;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 80px;
    width: 100%;
}

#el35 .el36 {
    align-items: center;
    background-color: #335c85;
    border-bottom-width: 2px;
    border-color: #f5f5f5;
    border-style: solid;
    border-width: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px;
}

#el35 .el36 .el37 {
    color: #fff;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 40px;
    text-transform: none;
}

#el35 .el38 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
}

/* h3 */

#el35 .el38 .el39 {
    color: #fff;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: none;
}

.aplus h3.el39,
.aplus #el35 .el38 li .el39 {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 29.9px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: none;
}

.aplusplus h3.el39,
.aplusplus #el35 .el38 li .el39 {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 34.5px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: none;
}

.wsba .el39,
.wsba .el53 {
    color: white !important;
}

#el35 .el38 .el40 {
    color: #fff;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

#el35 .el41 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
}

#el35 .el41 .el43 {
    color: #fff;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

#el35 .el44 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
}

/* auch p Text, aber anderes Modul*/
.el50 .el59 .el60 {
    color: #000000;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.swba .el50 .el59 .el60 {
    color: #ffffff;
}

.aplus .el50 .el59 .el60 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 19.3px;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
}

.aplusplus .el50 .el59 .el60 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 22.5px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
}

.swba .uk-active uk-transition-active {
    background: black;
}

/* p Text*/
.uk-table th {
    font-weight: bold !important;
    color: black !important;
}
.uk-table td {
    color: black !important;
}

.uk-table td,
.uk-table th,
p,
ul li {
    color: #000000;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.swba .uk-table td,
.swba .uk-table th,
.swba p,
.swba ul li {
    color: black !important;
}

.wsba .uk-table td,
.wsba .uk-table th,
.wsba p,
.wsba ul li {
    color: white !important;
    background-color: black;
}

.uk-table td,
.uk-table th,
.swba .basis p {
    color: #ffffff;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.aplus .uk-table td,
.aplus .uk-table th,
.aplus .basis p,
.aplus .r2p-text-out p,
.aplus ul li {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
}

.aplusplus .uk-table td,
.aplusplus .uk-table th,
.aplusplus .basis p,
.aplusplus .r2p-text-out p,
.aplusplus ul li {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
}

.swba .header-navbar,
.swba .header-navbar .uk-navbar,
.swba .header-navbar .uk-navbar .uk-navbar-left,
.swba .header-navbar .uk-navbar .uk-navbar-right,
.swba .header-navbar .uk-navbar-nav,
.swba .header-navbar .uk-navbar-nav ul,
.swba .header-navbar .uk-navbar-nav ul li  {
    background-color: white !important;
}

.wsba .header-navbar,
.wsba .header-navbar .uk-navbar,
.wsba .header-navbar .uk-navbar .uk-navbar-left,
.wsba .header-navbar .uk-navbar .uk-navbar-right,
.wsba .header-navbar .uk-navbar-nav,
.wsba .header-navbar .uk-navbar-nav ul,
.wsba .header-navbar .uk-navbar-nav ul li {
    background-color: black !important;
}

#el35 .el44 .el45 {
    color: #000000;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.aplus .el45 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.aplusplus .el45 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
}

.el46 {
    background-color: #425c72;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 80px;
    width: 100%;
}

.swba .el46 {
    background-color: #ffffff !important;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.wsba .el46 {
    background-color: #000000 !important;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.el46 .el47 {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px;
}

.el46 .el48 {
    color: #fff;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 2;
    line-height: 75px;
    margin-bottom: 32px;
    text-transform: none;
}

.swba .el46 .el48 {
    color: #000000 !important;
}

.aplus h2.el48 {
    font-size: 60px;
    line-height: 85px;
}
.aplusplus h2.el48 {
    font-size: 70px;
    line-height: 95px;
}

/* Button 3 Text*/
.el46 .el49 {
    background-color: #40c0cb;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.swba .el46 .el49 {
    background-color: #ffffff !important;
    color: #000000;
}

.wsba .el46 .el49 {
    background-color: #000000 !important;
    color: #ffffff;
}

.el46 .el49:hover {
    text-decoration: none;
}

.el46 .el49:hover, .el46 .el47 .el49.active {
    background-color: #40c0cb;
}

.el46 .el49:hover, .el46 .el47 .el49.active, .el46 .el47 .el49:hover *, .el46 .el47 .el49.active * {
    color: #fff;
}

.el50 {
    background-color: #fff;
    padding-bottom: 55px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 55px;
    width: 100%;
}

.swba .el50 {
    background-color: #ffffff !important;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 80px;
    width: 100%;
}

.wsba .el50 {
    background-color: #000000 !important;
}

.el50 .el51 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
    margin-bottom: 60px;
}

h3 {
    font-size: 22px;
}

/* h2 */
h1.el52,
.r2p-stdmodul h2,
.el50 .el51 .el52 {
    color: #000000;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 0px;
    text-transform: none;
}

.wsba h1.el52,
.wsba .r2p-stdmodul h2,
.wsba .el50 .el51 .el52,
.swba .r2p-stdmodul h2,
.swba .el50 .el51 .el52 {
    color: black;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 0px;
    text-transform: none;
}

.swba h1.el52,
.swba .r2p-stdmodul h2,
.swba .el50 .el51 .el52 {
    color: black;
}

.wsba h1.el52,
.wsba .r2p-stdmodul h2,
.wsba .el50 .el51 .el52 {
    color: white;
}

.aplus h1.el52,
.aplus .r2p-stdmodul h2,
.aplus .el50 .el51 .el52 {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 36.4px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 0px;
    text-transform: none;
}

.aplusplus h1.el52,
.aplusplus .r2p-stdmodul h2,
.aplusplus .el50 .el51 .el52 {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 0px;
    text-transform: none;
}

/* Subheadline unter h2 */
.el50 .el51 .el53 {
    color: #000000;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
}

.aplus .el53 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 23.4px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
}

.aplusplus .el53 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
    text-transform: none;
}

.el50 .el54 {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
}

.el50 .el54 .el55 {
    color: #414141;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.swba .el50 .el54 .el55 {
    color: #414141; !important;
}

.wsba .el50 .el54 .el55 {
    color: #ffffff; !important;
}

.aplus .eine_textspalte p,
.aplus .el50 .el54 .el55 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 19.3px;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
}

.aplusplus .eine_textspalte p,
.aplusplus .el50 .el54 .el55 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 33px;
    text-transform: none;
}

.el50 .el54 .el56 {
    color: #414141;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.el50 .el54 .el57 {
    color: #414141;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.el50 .el54 .el58 {
    color: #414141;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.el50 .el59 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
}

.el50 .el59 .el60 {
    color: #414141;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.swba .el50 .el59 .el60 {
    color: #414141;
}

.wsba .el50 .el59 .el60 {
    color: white;
}


.el50 .el59 .el61 {
    color: #414141;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.el50 .el59 .el62 {
    color: #414141;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.el50 .el59 .el63 {
    color: #414141;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.el50 .el59 .el64 {
    background-color: #b5cf84;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    text-decoration: none;
    width: fit-content;
    margin-bottom: 15px;
}

.el50 .el59 .el64:hover {
    text-decoration: none;
}

.el50 .el59 .el64:hover, .el50 .el59 .el64.active {
    background-color: #afcc7a;
}

.el50 .el59 .el64:hover, .el50 .el59 .el64.active, .el50 .el59 .el64:hover *, .el50 .el59 .el64.active * {
    color: #fff;
}

/* Icon auf grünem Button*/
.el50 .el59 .el64 .el65 {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    color: #000000;
    padding-right: 6px;
    position: relative;
    text-decoration: none;
}

/* grüner Button*/
.el50 .el59 .el64 .el66 {
    color: #000000;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
    width: fit-content;
}

.aplus .el50 .el59 .el64 .el66 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 19.5px;
    font-weight: 500;
    line-height: 28px;
    text-transform: none;
    width: fit-content;
}

.aplusplus .el50 .el59 .el64 .el66 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 22.5px;
    font-weight: 500;
    line-height: 30px;
    text-transform: none;
    width: fit-content;
}

.el50 .el59 .el67 {
    background-color: #335c85;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    text-decoration: none;
    width: fit-content;
}

.el50 .el59 .el67:hover {
    text-decoration: none;
}

.el50 .el59 .el67:hover, .el50 .el59 .el67.active {
    background-color: #335c85;
}

.el50 .el59 .el67:hover, .el50 .el59 .el67.active, .el50 .el59 .el67:hover *, .el50 .el59 .el67.active * {
    color: #fff;
}

/* Icon auf dunkelblauem Button*/
.el50 .el59 .el67 .el68 {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    padding-right: 6px;
    position: relative;
    text-decoration: none;
}

/* dunkelblauer Button*/
.el50 .el59 .el67 .el69 {
    color: #fff;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
    width: fit-content;
}

.aplus .el50 .el59 .el67 .el69 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 19.5px;
    font-weight: 500;
    line-height: 28px;
    text-transform: none;
    width: fit-content;
}

.aplusplus .el50 .el59 .el67 .el69 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 22.5px;
    font-weight: 500;
    line-height: 30px;
    text-transform: none;
    width: fit-content;
}

.el50 .el59 .el70 {
    background-color: #40c0cb;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    text-decoration: none;
    width: fit-content;
}

.swba .el50 .el59 .el70 {
    background-color: #ffffff;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    color: #000000;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    text-decoration: none;
    width: fit-content;
}

/*
.wsba .el50 .el59 .el70 {
    background-color: #000000;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    text-decoration: none;
    width: fit-content;
}
*/

.el50 .el59 .el70:hover {
    text-decoration: none;
}

.el50 .el59 .el70:hover, .el50 .el59 .el70.active {
    background-color: #40c0cb;
}

.el50 .el59 .el70:hover, .el50 .el59 .el70.active, .el50 .el59 .el70:hover *, .el50 .el59 .el70.active * {
    color: #fff;
}

/* Icon auf türkisem Button*/
.el50 .el59 .el70 .el71 {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    color: #000000;
    padding-right: 6px;
    position: relative;
    text-decoration: none;
}

.wsba .el50 .el59 .el70 .el71 {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    color: #ffffff;
    padding-right: 6px;
    position: relative;
    text-decoration: none;
}

/* türkise Button*/
.el50 .el59 .el70 .el72 {
    color: #000000;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
    width: fit-content;
}

.aplus .el50 .el59 .el70 .el72 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 19.5px;
    font-weight: 500;
    line-height: 28px;
    text-transform: none;
    width: fit-content;
}

.aplusplus .el50 .el59 .el70 .el72 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 22.5px;
    font-weight: 500;
    line-height: 30px;
    text-transform: none;
    width: fit-content;
}

.el73 {
    background-color: #fff;
    width: 100%;
}

.el73 .el74 {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
}

.el73 .el74 .el75 {
    color: #666;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 0px;
    text-transform: none;
}

.el73 .el74 .el76 {
    background-color: #f5f5f5;
    border: none;
    box-shadow: none;
    color: #1f262d;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 100%;
}

.el73 .el74 .el76 .el77 {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    width: 100%;
}

.el73 .el74 .el76 .el77 > * {
    padding: 0px;
}

.el73 .el74 .el76 .el77 .el78 {
    color: #1f262d;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-transform: none;
}

.el73 .el74 .el79 {
    border: none;
    border-color: #f5f5f5;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    overflow: auto;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    width: 100%;
}

.el73 .el74 .el79 .el80 {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    width: 100%;
}

.el73 .el74 .el79 .el80 > * {
    padding: 0px;
}

.el73 .el74 .el79 .el80 .el81 {
    color: #666;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-transform: none;
}

/*Footer*/

footer {
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
    background: linear-gradient(to bottom, #607a95 0%, #294b70 100%);
    padding: 0;
    padding-top: 40px;
}

.wsba footer {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background: black !important;
}
.swba footer {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background: none !important;
}

footer .footer-content-wrapper {
    padding-top: 0;
    padding-bottom: 40px;
}
footer img.footer-logo {
    max-width: 100%;
    width: 288px;
    height: auto;
}
footer .footer-desc {
    margin-top: 30px;
}
footer .footer-desc p {
    color: rgba(255, 255, 255, 1);
    line-height: 18px;
}

.aplus footer .footer-desc p {
    font-size: 20px !important;
    line-height: 24px !important;
}
.aplusplus footer .footer-desc p {
    font-size: 26px !important;
    line-height: 30px !important;
}

footer .footer-desc > a.footer-website-link {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 26px;
    text-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px;
    text-decoration: none;
}
footer .footer-desc > a.footer-website-link:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}
footer .footer-nav {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
}
footer .footer-nav .footer-nav-title {
    color: #c0cbd4;
    font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 22.5px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.aplus footer .footer-nav .footer-nav-title {
    font-size: 18px;
}

.aplusplus footer .footer-nav .footer-nav-title {
    font-size: 24px;
}

footer .footer-nav ul.list-unstyled {
    padding-left: 0;
    list-style: none;
}

footer .footer-nav ul li a {
    display: block;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}


footer .footer-nav ul li.uk-active span,
footer .footer-nav ul li a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

.swba #el88,
.swba footer .footer-nav .footer-nav-title,
.swba footer .footer-nav ul li.uk-active span,
.swba footer .footer-nav ul li a:hover,
.swba footer .footer-nav ul li a,
.swba footer .footer-nav ul.list-unstyled {
    color: black;
}

.wsba #el88,
.wsba footer .footer-nav .footer-nav-title,
.wsba footer .footer-nav ul li.uk-active span,
.wsba footer .footer-nav ul li a:hover,
.wsba footer .footer-nav ul li a,
.wsba footer .footer-nav ul.list-unstyled {
    color: white;
}

footer .footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    width: 100%;
}

.wsba footer .footer-bottom {
    border-top: 1px solid white;
    background-color: black;
    color: white;
}

.wsba footer .footer-bottom span {
    color: white;
}

.swba footer .footer-bottom {
    border-top: 1px solid black;
    background-color: white;
    color: black;
}

.swba footer .footer-bottom span {
    color: black;
}

footer .footer-bottom .copyright {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.top-header .uk-container#el3 {
    align-items: center;
    justify-content: flex-start;
}

.top-header .uk-container#el3 #el4 {
    flex: none;
    width: fit-content;
}

.header-navbar {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.header-navbar .uk-navbar {
    flex: none;
    width: fit-content;
}

#el22 #el23 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#el22 #el23 #el24 {
    width: fit-content;
}

#el22 #el23 #el25 {
    width: fit-content;
}

#el22 #el26 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#el22 #el26 #el27 {
    width: fit-content;
}

#el28 .el29 {
    flex-direction: column;
    justify-content: center;
}

#el28 .el29 .el30 {
    width: fit-content;
}

#el28 .el29 .el31 {
    width: fit-content;
}

#el28 .el29 .el32 {
    width: fit-content;
}

#el28 .el29 .el33 {
    width: fit-content;
}

#el28 .el34 {
    align-items: flex-end;
    justify-content: flex-end;
}

#el35 .el36 {
    align-items: center;
    justify-content: center;
}

#el35 .el36 .el37 {
    flex: none;
    width: fit-content;
}

#el35 .el38 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

#el35 .el38 .el39 {
    width: fit-content;
}

#el35 .el38 .el40 {
    width: fit-content;
}

#el35 .el41 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

#el35 .el41 .el42 {
    width: fit-content;
}

#el35 .el41 .el43 {
    width: fit-content;
}

#el35 .el44 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

#el35 .el44 .el42 {
    width: fit-content;
}

#el35 .el44 .el45 {
    width: fit-content;
}

.el46 .el47 {
    align-items: center;
    flex-direction: column;
}

.el46 .el47 .el48 {
    width: fit-content;
}

.el46 .el47 .el49 {
    width: fit-content;
}

.el50 .el51 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.el50 .el51 .el52 {
    width: fit-content;
}

.el50 .el51 .el53 {
    width: fit-content;
}

.el50 .el54 {
    align-items: flex-start;
    justify-content: flex-start;
}

.el50 .el54 .el55 {
    width: fit-content;
}

.el50 .el54 .el56 {
    width: fit-content;
}

.el50 .el54 .el57 {
    width: fit-content;
}

.el50 .el54 .el58 {
    width: fit-content;
}

.el50 .el59 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.el50 .el59 .el60 {
    width: fit-content;
}

.el50 .el59 .el61 {
    width: fit-content;
}

.el50 .el59 .el62 {
    width: fit-content;
}

.el50 .el59 .el63 {
    width: fit-content;
}

.el50 .el59 .el64 {
    width: fit-content;
}

.el50 .el59 .el67 {
    width: fit-content;
}

.el50 .el59 .el70 {
    width: fit-content;
}

.el73 .el74 {
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
}

.el73 .el74 .el75 {
    flex: none;
    width: fit-content;
}

.el73 .el74 .el76 .el77 {
    justify-content: flex-start;
}

.el73 .el74 .el79 .el80 {
    justify-content: flex-start;
}

footer .footer-nav {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

footer .footer-nav #el90 #el91 {
    justify-content: flex-start;
}

footer .footer-nav #el90 #el93 #el94 {
    justify-content: flex-start;
}

footer .footer-nav #el95 #el96 {
    justify-content: flex-start;
}

footer .footer-nav #el95 #el98 #el99 {
    justify-content: flex-start;
}

footer .footer-bottom #el101 {
    align-items: flex-start;
    justify-content: flex-start;
}

footer .footer-bottom #el101 #el102 {
    flex: none;
    width: fit-content;
}

.top-header .uk-container#el3 #el4 {
    width: fit-content;
}

.header-navbar .uk-navbar {
    width: fit-content;
}

#el22 #el23 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

#el35 .el36 .el37 {
    width: fit-content;
}

.el73 .el74 .el75 {
    width: fit-content;
}

footer .footer-bottom #el101 {
    align-items: center;
    justify-content: center;
}

footer .footer-bottom #el101 #el102 {
    width: fit-content;
}

footer .footer-nav {
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
}

@media (min-width: 1600px) {
    
}

.visually-hidden:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 0px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 0px;
}

#ariahelpnavigation {
    background: white;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

#ariahelpnavigation a {
    color: black;
}
.aplus #ariahelpnavigation a {
    font-size: 20px;
}
.aplusplus #ariahelpnavigation a {
    font-size: 26px;
}

.wsba main h5,
.wsba main h4,
.wsba main h3,
.wsba main h2,
.wsba main h1 {
    color: white;
}

.aplus main h3 {
    font-size: 29.9px;
}
.aplusplus main h3 {
    font-size: 34.5px;
}

h1:focus-visible,
h2:focus-visible,
h3:focus-visible,
h4:focus-visible,
h5:focus-visible,
img:focus-visible,
a:focus-visible {
    outline: #1d4f14 solid 2px !important;
}

.colors-3 h1:focus-visible,
.colors-3 h2:focus-visible,
.colors-3 h3:focus-visible,
.colors-3 h4:focus-visible,
.colors-3 h5:focus-visible,
.colors-3 img:focus-visible,
.colors-3 a:focus-visible {
    outline: #ffffff solid 2px !important;
}

.colors-2 h1:focus-visible,
.colors-2 h2:focus-visible,
.colors-2 h3:focus-visible,
.colors-2 h4:focus-visible,
.colors-2 h5:focus-visible,
.colors-2 img:focus-visible,
.colors-2 a:focus-visible {
    outline: #000000 solid 2px !important;
}

footer h1:focus-visible,
footer h2:focus-visible,
footer h3:focus-visible,
footer h4:focus-visible,
footer h5:focus-visible,
footer img:focus-visible,
footer a:focus-visible {
    outline: #FDC215 solid 2px !important;
}

.fullwidthbanner-slider {
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 650px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.aplus .slide-cnt-left p {

}

.slide-cnt-left {
    width: 70%;
}
.slide-image-right {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 38%;
}

.btn {
    display: inline-block;
    height: auto;
    min-height: 0;
    min-width:0;
    border-width: 1px 1px 3px;
    margin: 0px 0px 3px;
    padding: 10px 16px;
    letter-spacing: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 26px;
    border-radius: 3px;
    transition: all .300s;
}
.aplus .btn {
    font-size: 24px;
    line-height: 32px;
}

.aplusplus .btn {
    font-size: 30px;
    line-height: 38px;
}

a.iconwithlabel:after,
.btn:after {
    background-image: none !important;
    padding-right: 0px;
}

.wsba .btn {
    background-color: white;
    color: black;
    border: 1px solid white;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.wsba .btn:hover {
    text-decoration: underline ;
    color: black;
}

.wsba a.iconwithlabel:hover {
    text-decoration: underline !important;
    color: black !important;
}


.btn-3d.uk-button {
    display: inline-block;
    height: auto;
    min-height: 0;
    min-width:0;
    line-height: 26px;
    border-width: 1px 1px 3px;
    margin: 0px 0px 3px;
    padding: 10px 16px;
    letter-spacing: 0px;
    font-size: 18px;
    animation: slide-up 1s ease-out forwards;
    animation-delay: 1.7s;
}

.btn-3d {
    border-bottom: 3px solid rgba(0, 0, 0, .15);
}
.btn-green {
    background: #afcc7a;
}
.btn-blue {
    background: #335c85;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
}

/*  TABLE */

.uk-table-hover > tr,
.uk-table-hover tbody tr {
    background-color: #FFFFFF;
}

.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

/*
uk-Slider Navigation
*/
.uk-slidenav {
    background: #fff;
    border-radius: 50px;
    height: 60px;
    width: auto;
    max-width: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 10px;
}
.uk-slidenav:hover {
    width: auto;
    max-width: 215px;
    transition: max-width 0.6s ease;
}
.uk-slidenav:not(:hover) {
    transition: max-width 0.6s ease, width 0.6s ease;
}
.uk-slidenav-next {
    justify-content: flex-end;
}
.uk-slidenav-next .titleholder {
    position: relative;
    white-space: nowrap;
    opacity: 0;
    max-width: 0;
    left: -100%;
    transition: max-width 0.6s ease;
    padding-left: 20px;
    padding-right: 10px;
    text-transform: uppercase;
    color: #000;
}
.uk-slidenav-next:hover .titleholder {
    max-width: 100%;
    opacity: 1;
    left: -15px;
    transition: max-width 0.4s ease, opacity 1.8s ease, left 0.6s ease;
}
.uk-slidenav-next svg {
    transition: opacity 0.3s ease;
    position: relative;
    right: 15px;
    margin-right: -4px;
}

.uk-slidenav-previous {
    justify-content: left;
    flex-direction: row-reverse;
}
.uk-slidenav-previous .titleholder {
    position: relative;
    white-space: nowrap;
    opacity: 0;
    max-width: 0;
    left: 70px;
    transition: max-width 0.6s ease, opacity 0.4s ease, left 0.6s ease;
    padding-left: 10px;
    padding-right: 20px;
    text-transform: uppercase;
    color: #000;
}
.uk-slidenav-previous:hover .titleholder {
    max-width: 100%;
    opacity: 1;
    left: 15px;
    transition: max-width 0.6s ease, opacity 0.4s ease, left 0.6s ease;
}
.uk-slidenav-previous svg {
    transition: opacity 0.3s ease;
    position: relative;
    left: 10px;
    margin-right: -6px;
}

a.autoplay-control {
    background: #fff;
    border-radius: 50px;
    height: 60px;
    width: auto;
    max-width: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
}
a.autoplay-control svg {
    opacity: 0.5;
    transition: opacity 0.6s;
}
a.autoplay-control:hover svg {
    opacity: 1;
}

@media (max-width: 960px) {
    .uk-slidenav {
        height: 40px;
        width: auto;
        max-width: 40px;
        min-width: 40px;
        padding: 10px;
    }
    .uk-slidenav-next svg {
        transition: opacity 0.3s ease;
        position: absolute;
        right: 12px;
        margin-right: 0;
        height: 15px;
    }
    .uk-slidenav-previous svg {
        transition: opacity 0.3s ease;
        position: absolute;
        left: 12px;
        margin-right: 0;
        height: 15px;
    }
    .uk-slidenav-previous .titleholder {
        display: none;
    }
    .uk-slidenav-next .titleholder {
        display: none;
    }
    a.autoplay-control {
        height: 40px;
        width: auto;
        max-width: 40px;
        min-width: 40px;
    }
}
@media (max-width:640px) {
    .uk-slidenav {
        height: 30px;
        width: auto;
        max-width: 30px;
        min-width: 30px;
        padding: 10px;
    }
    .uk-slidenav-next svg {
        transition: opacity 0.3s ease;
        position: absolute;
        right: 8px;
        margin-right: 0;
        height: 12px;
    }
    .uk-slidenav-previous svg {
        transition: opacity 0.3s ease;
        position: absolute;
        left: 8px;
        margin-right: 0;
        height: 12px;
    }

    a.autoplay-control {
        height: 30px;
        width: auto;
        max-width: 30px;
        min-width: 30px;
    }
}

/*
	Nav-Dots
	*/
.uk-dotnav a {
    background: rgba(0, 0, 0, 0.7);
    width: 15px !important;
    height: 15px !important;
    border: 4px solid rgba(0, 0, 0, 0);
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
}
.uk-dotnav a:hover {
    box-shadow: none;
    background: rgba(255, 255, 255, 1);
    width: 15px !important;
    height: 15px !important;
    border: 4px solid rgba(0, 0, 0, 1);
    background-position: top left;
}
.uk-dotnav .uk-active a {
    background: rgba(255, 255, 255, 1);
    width: 15px !important;
    height: 15px !important;
    border: 4px solid rgba(0, 0, 0, 1);
}

/* Container für die Animation */
.animation-container {
    position: relative;
    width: 100%;
    overflow: hidden; /* verhindert Überlauf während der Animation */
}

/* Animationsstile */
@keyframes slide-in-right {
    0% {
        transform: translateX(-100%) skewX(30deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) skewX(0deg);
        opacity: 1;
    }
}
@keyframes slide-in-left {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-up {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Überschrift-Animation */
.heading {
    z-index: 2;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0;
    text-shadow: none;
    animation: slide-in-right 1s ease-out forwards;
    animation-delay: 1.2s;
}

.aplus .heading {
    font-size: 28px;
    line-height: 32px;
}

.aplusplus .heading {
    font-size: 34px;
    line-height: 38px;
}

.text-wrap {
    z-index: 3;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    animation: slide-in-left 0.5s ease-out forwards;
    animation-delay: 1.6s;
    margin-bottom: 30px;
}

.aplus .text-wrap {
    font-size: 16px;
    line-height: 22px;
}

.aplusplus .text-wrap {
    font-size: 22px;
    line-height: 28px;
}


/* Initialzustand der Elemente */
.heading, .text-wrap, .btn-3d.uk-button {
    opacity: 0; /* Startet unsichtbar */
    position: relative;
}
@media (min-width: 400px) {
    .heading {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .aplus .heading {
        font-size: 28px;
        line-height: 32px;
    }
    .aplusplus .heading {
        font-size: 32px;
        line-height: 36px;
    }
    .text-wrap {
        font-size: 13px;
        line-height: 18px;
    }
    .aplus .text-wrap {
        font-size: 16px;
        line-height: 21px;
    }

    .aplusplus .text-wrap {
        font-size: 19px;
        line-height: 24px;
    }

    .btn-3d.uk-button {
        padding: 6px 10px;
        font-size: 13px;
    }
    .aplus .btn-3d.uk-button {
        font-size: 19px;
    }
    .aplusplus .btn-3d.uk-button {
        font-size: 25px;
    }
}

@media (min-width: 640px) {
    .heading {
        font-size: 32px;
        line-height: 38px;
    }
    .aplus .heading {
        font-size: 36px;
        line-height: 42px;
    }
    .aplusplus .heading {
        font-size: 40px;
        line-height: 46px;
    }
    .text-wrap {
        font-size: 16px;
        line-height: 22px;
    }
    .aplus .text-wrap {
        font-size: 22px;
        line-height: 28px;
    }
    .aplusplus .text-wrap {
        font-size: 28px;
        line-height: 34px;
    }

    .btn-3d.uk-button {
        padding: 7px 12px;
        font-size: 16px;
    }
    .aplus .btn-3d.uk-button {
        font-size: 22px;
    }
    .aplusplus .btn-3d.uk-button {
        font-size: 28px;
    }
}
@media (min-width: 960px) {
    .heading {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 24px;
    }
    .aplus .heading {
        font-size: 48px;
        line-height: 54px;
    }
    .aplusplus .heading {
        font-size: 54px;
        line-height: 62px;
    }
    .text-wrap {
        font-size: 18px;
        line-height: 24px;
    }
    .aplus .text-wrap {
        font-size: 24px;
        line-height: 30px;
    }
    .aplusplus .text-wrap {
        font-size: 30px;
        line-height: 36px;
    }
    .btn-3d.uk-button {
        padding: 8px 15px;
        font-size: 18px;
    }
    .aplus .btn-3d.uk-button {
        font-size: 24px;
    }
    .aplusplus .btn-3d.uk-button {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .heading {
        font-size: 50px;
        line-height: 75px;
        margin-bottom: 30px;
    }
    .aplus .heading {
        font-size: 60px;
        line-height: 85px;
    }
    .aplusplus .heading {
        font-size: 70px;
        line-height: 95px;
    }
    /* Text-Animation */
    .text-wrap {
        font-size: 20px;
        line-height: 28px;
    }
    .aplus .text-wrap {
        font-size: 30px;
        line-height: 38px;
    }
    .aplusplus .text-wrap {
        font-size: 40px;
        line-height: 48px;
    }
    /* Button-Animation */
    .btn-3d.uk-button {
        font-size: 20px;
        padding: 10px 20px;
    }
    .aplus .btn-3d.uk-button {
        font-size: 26px;
    }
    .aplusplus .btn-3d.uk-button {
        font-size: 32px;
    }
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "•";
}

.completechecklistresult .uk-card {
    border: 1px solid #bce8f1;
    border-radius: 2px;
}

.wsba .completechecklistresult .uk-card {
    border: 1px solid white;
}

.completechecklistresult .uk-card-header,
.completechecklistresult .uk-card-footer {
    background-color: #d9edf7;
}


.wsba .completechecklistresult .uk-card-header,
.wsba .completechecklistresult .uk-card-footer,
.wsba .completechecklistresult .uk-card-header h4,
.wsba .completechecklistresult .uk-card-footer h4 {
    background-color: black !important;
    color: white !important;
}

.completechecklistresult .uk-card-footer::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid;
    border-bottom-color: #d9edf7;
    left: 12%;
    margin-left: -20px;
    margin-top: -40px;
}

.completechecklistresult .uk-card-header::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid;
    border-top-color: #d9edf7;
    left: 12%;
    margin-left: -20px;
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .completechecklistresult .uk-card-header::after {
        margin-top: 20px;
    }
}

.wsba .completechecklistresult .uk-card-header::after {
    border-top-color: white !important;
}

.completechecklistresult .uk-card-body {
    background-color: white;
}

.completechecklistresult .bgdetails {
    background: rgba(0,0,0,0.03);
}

.completechecklistresult .detailbutton {
    padding:15px;
    background-color: #d9edf7;
}
.completechecklistresult .detailbutton:hover {
    background-color: rgba(0,0,0,0.15);
}

.completechecklistresult .uk-accordion-title:before{
    background-image: url('../images/triangle-down.svg');
}
.completechecklistresult .uk-open {
    .uk-accordion-title:before{
        background-image: url('../images/triangle-up.svg');
    }
}

.wsba .completechecklistresult .uk-accordion-title {
    background-color: black;
    color: white;
}
.wsba .completechecklistresult .uk-accordion-content {
    border: 1px solid white;
}

#barrierefrei #ariahelpclose,
#barrierefrei #ariahelpheadline p {
    color: #ffffff;
}

#barrierefrei #ariahelpclose:hover {
    text-decoration: underline;
}

#ariahelpheadline:focus-visible,
#barrierefrei #ariahelpclose:focus-visible {
    border: 1px solid white;
}

.swba .uk-slideshow,
.wsba .uk-slideshow {
    background-image: none !important;
}

.h2-text-center .column {
    width: 100%;
}

.h2-text-center h3,
.h2-text-center h2 {
    text-align: center;
}


.process-wizard {padding: 0 0 10px 0;}
.process-wizard > .process-wizard-step {padding: 0; position: relative;}
.process-wizard > .process-wizard-step + .process-wizard-step {}
.process-wizard > .process-wizard-step .process-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.aplus .process-wizard > .process-wizard-step .process-wizard-stepnum {
    font-size: 22px;
}
.wsba .process-wizard > .process-wizard-step .process-wizard-stepnum {
    color: white;
}
.aplusplus .process-wizard > .process-wizard-step .process-wizard-stepnum {
    font-size: 28px;
}
.process-wizard > .process-wizard-step .process-wizard-info {color: #999; font-size: 14px;}
.wsba .process-wizard > .process-wizard-step .process-wizard-info {
    color: white;
}
.aplus .process-wizard > .process-wizard-step .process-wizard-info {
    font-size: 20px;
}
.aplusplus .process-wizard > .process-wizard-step .process-wizard-info {
    font-size: 26px;
}
.process-wizard > .process-wizard-step > .process-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 47px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.process-wizard > .process-wizard-step > .process-wizard-dot:after {content: ' '; width: 14px !important; height: 14px !important; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.process-wizard > .process-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.process-wizard > .process-wizard-step > .progress > .inner-progress {width:0px; box-shadow: none; background: #fbe8aa;}
.process-wizard > .process-wizard-step.complete > .progress > .inner-progress {width:100%;}
.process-wizard > .process-wizard-step.active > .progress > .inner-progress {width:50%;}
.process-wizard > .process-wizard-step:first-child.active > .progress > .inner-progress {width:0%;}
.process-wizard > .process-wizard-step:last-child.active > .progress > .inner-progress {width: 100%;}
.process-wizard > .process-wizard-step.disabled > .process-wizard-dot {background-color: #f5f5f5;}
.process-wizard > .process-wizard-step.disabled > .process-wizard-dot:after {opacity: 0;}
.process-wizard > .process-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.process-wizard > .process-wizard-step:last-child  > .progress {width: 50%;}
.process-wizard > .process-wizard-step.disabled a.process-wizard-dot{ pointer-events: none; }

/* default */
.process-wizard-default > .process-wizard-step > .process-wizard-dot,
.process-wizard-default > .process-wizard-step > .progress > .inner-progress {
    background:#ccc;
}

.wsba .progress,
.wsba .process-wizard-default > .process-wizard-step > .process-wizard-dot,
.wsba .process-wizard-default > .process-wizard-step > .progress > .inner-progress {
    background-color: white !important;
}


.process-wizard-default > .process-wizard-step > .process-wizard-dot:after {
    background-color:#666;
}

/* info */
.process-wizard-info > .process-wizard-step > .process-wizard-dot,
.process-wizard-info > .process-wizard-step > .progress > .inner-progress {
    background:#d9edf7;
}

.wsba .process-wizard-info > .process-wizard-step > .process-wizard-dot,
.wsba .process-wizard-info > .process-wizard-step > .progress > .inner-progress {
    background: white;
}


.process-wizard-info > .process-wizard-step > .process-wizard-dot:after {
    background-color:#31708f;
}
.wsba .process-wizard-info > .process-wizard-step > .process-wizard-dot:after {
    background-color: black;
}

/* warning */
.process-wizard-warning > .process-wizard-step > .process-wizard-dot,
.process-wizard-warning > .process-wizard-step > .progress > .inner-progress {
    background:#fbe8aa;
}
.process-wizard-warning > .process-wizard-step > .process-wizard-dot:after {
    background-color:#fbbd19;
}

/* success */
.process-wizard-success > .process-wizard-step > .process-wizard-dot,
.process-wizard-success > .process-wizard-step > .progress > .inner-progress {
    background:#d6e9c6;
}
.process-wizard-success > .process-wizard-step > .process-wizard-dot:after {
    background-color:#3c763d;
}

/* success */
.process-wizard-danger > .process-wizard-step > .process-wizard-dot,
.process-wizard-danger > .process-wizard-step > .progress > .inner-progress {
    background:#ebccd1;
}
.process-wizard-danger > .process-wizard-step > .process-wizard-dot:after {
    background-color:#a94442;
}

.progress {
    overflow:visible;
    background:rgba(0,0,0,0.1);

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


section.dark .progress {
    background-color:#333;
}
.progress.progress-xxs {
    height:3px;
}
.progress.progress-xs {
    height:6px;
}
.progress.progress-lg {
    height:36px;
    overflow:hidden;
}
.progress.progress-lg span {
    line-height:36px;
    text-overflow:ellipsis;
    white-space: nowrap;
}


.progress.progress-lg span.inline-text {
    text-align:left;
    padding:8px;
    display:block;
    font-size:14px;
    position:absolute;
    min-width:50%;
}
.inner-progress-default {
    background-color:rgba(11,11,11,0.9);
}

/* align */
.inner-progress.text-left>span {
    padding-left:10px;
}
.inner-progress.text-right>span {
    padding-right:10px;
}

.inner-progress {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}


/** Easy Pie Chart
 ******************** **/
.piechart {
    position:relative;
    display:inline-block;
    text-align:center;

    display: inline-block;
    margin: 0 15px 15px;
}
.piechart > i {
    position:absolute;
    display:block;
    text-align:center;
    font-size: 42px;
}
.piechart > span {
    position:absolute;
    display:block;
    text-align:center;
    font-size:17px;
    font-weight:bold;
}
.piechart > span.countTo {
    font-size:30px;
}

.piechart > span[class^="size-"],
.piechart > span[class*=" size-"] {
    line-height:inherit;
}

.easyPieChart {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

main {
    scroll-margin-top: 100px;
}

main a:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("link.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.aplus main a:after {
    width: 25px !important;
    height: 25px !important;
}

.aplusplus main a:after {
    width: 30px !important;
    height: 30px !important;
}

.wsba main a:after {
    background-image: url("linkwhite.svg");
}

main a {
    padding-right: 22px;
    background-color: #dcdcdc;
}

.wsba main a {
    background-color: unset;
    border: 1px dotted white;
    color: white;
}

.progress-bar a {
    padding-right: 0px !important;
}


.aplus .process-wizard-stepnum {
    min-height: 70px;
}

.aplus .process-wizard > .process-wizard-step > .process-wizard-dot {
    top: 95px;
}

.aplusplus .process-wizard-stepnum {
    min-height: 100px;
}

.aplusplus .process-wizard > .process-wizard-step > .process-wizard-dot {
    top: 125px;
}


.infocardwrapper {
    background:#FDFFBB;
    border-bottom:4px solid #ccc04c;
    border-radius:15px;
}

.wsba .infocardwrapper {
    background: none !important;
    border: 1px solid white;
    border-bottom:4px solid white;
    border-radius:15px;
}
.wsba .infocardwrapper h2 {
    color: white;
}

.aplus .completechecklistresult p,
.aplus .completechecklistresult small,
.aplus .infocardwrapper p {
    font-size: 19px;
    line-height: 25px;
}
.aplus #checklistBtnPreviousStep,
.aplus #btnNextStepBtnNextStep {
    line-height: 45px;
    font-size: 19px;
}

.aplus .completechecklistresult small {
    font-size: 16px;
    line-height: 22px;
}
.aplus #checklistArticleContentContainer h3 {
    font-size: 28px !important;
}

.wsba .uk-card-body label,
.wsba .answerContainerRadio label,
.wsba #checklistArticleContentContainer h3 {
    color: white;
}
.aplus .completechecklistresult h4 {
    font-size: 22px;
}
.aplusplus #checklistBtnPreviousStep,
.aplusplus #btnNextStepBtnNextStep,
.aplusplus .completechecklistresult p,
.aplusplus .completechecklistresult small,
.aplusplus .infocardwrapper p {
    font-size: 23px;
    line-height: 33px;
}
.aplusplus #checklistBtnPreviousStep,
.aplusplus #btnNextStepBtnNextStep {
    font-size: 23px;
    line-height: 55px;
}
.aplusplus .completechecklistresult small{
    font-size: 20px;
}
.aplus .completechecklistresult h3 {
    font-size: 35px !important;
}
.aplus .completechecklistresult h4 {
    font-size: 29px;
}

.wsba .completechecklistresult .uk-card-body,
.wsba .completechecklistresult .uk-card-header,
.wsba #checklistStepViewContainer,
.wsba #checklistStepViewContainer .uk-card-body,
.wsba #checklistStepViewContainer .uk-card-header {
    background-color: black;
}

.wsba .completechecklistresult .uk-card-footer {
    border-top: 1px solid white;
}

.wsba .completechecklistresult .uk-card-header {
    border-bottom: 1px solid white;
}
.wsba #checklistStepViewContainer .uk-card-header {
    border: 1px solid white;
}

.ttitle {
    padding-top: 30px !important;
    border-left-color: #fff !important;
    border-right-color: #fff !important;
}

.wsba .ttitle {
    color:white;
}

table.cluster, table.cluster td {
    border: none !important;
}

ul.cluster {
    padding: 0;
    padding-top:36px;
    margin:0;
}

ul.cluster li {
    padding: 10px;
    list-style: none;
    margin:0;
}

ul.quellen {
    margin-top:10px;
}

ul.quellen li {
    padding-bottom: 10px;
}

.completechecklistresult .hyphenate p {
    padding:unset;
}

.wsba .completechecklistresult .hyphenate p {
    background-color: unset;
    color: white;
}

.wsba .completechecklistresult .matrix td {
    color: white;
}

.aplus .completechecklistresult .uk-card-footer {
    font-size:22px;
}
.aplusplus .completechecklistresult .uk-card-footer {
    font-size:28px;
}

.uk-card-header .legend:focus-visible {
    outline: #ffffff solid 2px !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    display: table-cell;
}

.input-group-btn:last-child > .btn {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}