html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    font-family: "Source Sans Pro-web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff;
    height: 100%;
    width: 100%;
}


@media screen and (min-width: 980px) {

    .container {
        width: 960px;
        max-width: 100%;
        margin: auto;
    }
}

@media screen and (min-width: 1025px) {

    .container {
        margin: auto;
        position: relative;
        padding-left: 0 !important;
        padding-right: 0 !important;
        z-index: 100;
    }

}


h1, h2 {
    font-weight: normal;
}

header .container {
    max-width: 100%;
    margin: auto;
}

header img#logo {
    height:8.75rem;
    width: 8.75rem;
}


.btn {
    border-radius: 0;
    border-width: 0;
    font-size: 18px;
}

.btn-primary {
    background-color: #f9a700;
    border-color: #f9a700;
    border-width: 3px;
    box-shadow: inset 0 0 0 3px #fff;
    color: #fff
}

.btn-primary.focus,.btn-primary:focus,.btn-primary:hover {
    background-color: #ffb319;
    border-color: #f9a700;
    color: #fff
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #212529;
    background-color: #f9a700;
    border-color: #f9a700
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c68500;
    border-color: #b97c00
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(217,148,6,.5)
}

.btn-secondary {
    background-color: #bbd133;
    border-color: #bbd133;
    border-width: 3px;
    box-shadow: inset 0 0 0 3px #fff,0 2px 3px 0#bbd133;
    color: #333
}

.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover {
    background-color: #c3d74c;
    border-color: #bbd133;
    color: #333
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #1a6745;
    border-color: #1a6745
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #103e2a;
    border-color: #0d3423
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(60,126,97,.5)
}


footer a{
    color: #bfbebd;
    text-decoration: none;
    margin-right: 10px;
}

footer a:hover, footer a:focus, footer a:visited{
    color: #bfbebd;
    text-decoration: none;
}

.container.login a {
    color: #72767b;
    text-decoration: none;
    transition: color 300ms ease-in-out;
}

.container.login a:hover {
    color: #000;
}



.language-switch {
    width: 60px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: 110px;
    margin-right: 10px;
}

.language-switch .select {
    /*border: 1px #f0f1f1 solid;*/
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    line-height: 34px;
    padding-left: 5px;
    /*  height='1.1em' width='1.1em' fill='rgb(187, 209, 51) #BBD133 -> ' */
    background: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1.2em' width='1.2em' fill='rgb(187, 209, 51)' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E" ) right center no-repeat;
    font-size: 1.1em;
    color: #BBD133;
    font-weight: 700;
    border: 0;
}

.language-switch select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    cursor: pointer;
    border: 0;
    font-weight: 600;
    font-size: 1.2em;
    color: #1a6745;
}

@media screen and (min-width: 993px) {

    a.nav-link {
        padding: 1.5rem 3rem;
        font-size: 1.5em;
    }

}

a.nav-link, a.nav-link:visited, .btn-nav-link {
    color: #bbd133;
    font-size: 1.2em;
    font-weight: 700;
}

a.nav-link:hover, a.nav-link:focus, .btn-nav-link:hover, .btn-nav-link:focus {
    color: #1a6745;
}

/** Von bootstrap kopiert um fpr kc zu passen **/
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.has-error .form-control {
    border-color: #cc0000;
}

.required {
    color: #dc3545!important;
}

.alert {
    font-size: 18px;
}

.nav-hamburger {
    height: 4em;
}

#logoMobile {
    height: 2.5em;
    width: 2.5em;
    margin: 0.5em 0 0 0;
}


.itb-w-35px {
    width: 35px;
}

.itb-fs-12px {
    font-size: 12px!important;
}

.itb-line-height-23px {
    line-height: 23px!important;
}

.itb-text-decoration-none {
    text-decoration: none!important;
}

.itb-fill-white {
    fill: #ffffff;
}

.text2html {
    white-space: pre-line;
}

footer {
    padding: 6rem 0 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

footer:after,footer:before {
    content: "";
    z-index: -2;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

footer:before {
    height: 1500px;
    background-image: url(../img/footer-bg.svg)
}

footer:after {
    height: 500px;
    background-image: url(../img/footer.svg)
}

footer a.text-primary {
    line-height: 2em;
}
.text-primary, footer a.text-primary:hover {
    color: #1a6745 !important;
}

b, strong {
    font-weight: 700;
}

.itb-footer-logo {
    max-width: 100%;
    height: 100%;
    width: 4.375rem;
}

.itb-content {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1887px' height='1861px' viewBox='0 0 1887 1861' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 17%3C/title%3E%3Cdefs%3E%3Crect id='path-1' x='0.644660941' y='0' width='1885' height='1861'%3E%3C/rect%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-17' transform='translate(0.355339, 0.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Rectangle'%3E%3C/g%3E%3Cg id='Group-16' mask='url(%23mask-2)' fill='%23E4EDAD'%3E%3Cg transform='translate(822.000000, 1047.355339) rotate(-315.000000) translate(-822.000000, -1047.355339) translate(-478.000000, 909.355339)'%3E%3Crect id='Rectangle' x='0' y='0' width='2600' height='12'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-10' x='0' y='24' width='2600' height='12'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-11' x='0' y='48' width='2600' height='12'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-12' x='0' y='72' width='2600' height='12'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-13' x='0' y='96' width='2600' height='12'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-14' x='0' y='120' width='2600' height='12'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-15' x='0' y='144' width='2600' height='12'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-16' x='0' y='168' width='2600' height='12'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-23' x='0' y='192' width='2600' height='12'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-24' x='0' y='216' width='2600' height='12'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-25' x='0' y='240' width='2600' height='12'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-26' x='0' y='264' width='2600' height='12'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: 1238px 100px;
    background-repeat: no-repeat;
    margin-top: 120px
}

div.footer-address > div {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

