:root {
    /*
    --color-blue: rgba(88,113,179);
    --color-blue-300: rgba(88,113,179,0.3);
    --color-blue-500: rgba(88,113,179,0.5);
    --color-blue-hex: #5871B3;

    --color-blue: rgba(57, 127, 187);
    --color-blue-300: rgba(57, 127, 187,0.3);
    --color-blue-500: rgba(57, 127, 187,0.5);
    --color-blue-hex: #397FBB;
    */
    --color-lightblue: #47C0E2;

    --color-blue: rgba(6, 102, 153);
    --color-blue-300: rgba(6, 102, 153, 0.3);
    --color-blue-500: rgba(6, 102, 153, 0.5);
    --color-blue-hex: #066699;

    --bs-border-radius: 8px;
    --color-white-navi: rgba(255, 255, 255, 0.95);
}

.wrapper {
    max-width: 1320px;
}

.container-wrapper {
    padding:16px;
    @media (min-width: 992px) {
        padding:32px;
    }
}

a {
    color: var(--color-blue);
    text-decoration: none;
}
h1 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
}

h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
}
h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}
h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}
p, ul li {
    font-size: 18px;
    line-height: 1.5;
}
.bg-lightblue-100 {
    background: rgba(95, 188, 217, 0.1);
}

.bg-blue {
    background: var(--color-blue);
}
.bg-blue p, .bg-blue ul li, .bg-blue ul, .bg-blue h2, .bg-blue h3, .bg-blue h4 {
    color: white;
}
.bg-blue a {
    color: white;
    text-decoration: underline;
}
.color-blue, h1, h2, h3 {
    color: var(--color-blue);
    border: none;
}
.color-white {
    color: white;
}

img {
    width: 100%;
}
.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

button {
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
    color: white;
    box-shadow: none;
    border-radius: 50px;
    font-size: 16px;
    transition: all 0.5s ease;
}
.linkwrapper:hover button {
    padding-left: 24px;
    padding-right: 24px;
    background-color: white;
    border: 1px solid var(--color-blue);
    color: var(--color-blue);
    transition: all 0.5s ease;
}

button.btn-small {
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 50px;
    font-size: 14px;
}


.component-text-image img,
.component-team img {
    object-fit: cover;
    @media (max-width: 991px) {
        max-height: 280px;
    }
}

.wrapper-content {
    border-radius: var(--bs-border-radius);
}

.component-text-image .wrapper-image, .component-text-image .wrapper-text {
    @media (min-width: 992px) {
        width: 50%;
    }
}

.linkwrapper .wrapper-content {
    box-shadow: 0px 0px 0px rgba(22, 65, 147, .15), 0px 0px 0px rgba(22, 65, 147, .05);
    transition: all 0.5s ease;
}
.linkwrapper .wrapper-content img {
    transform: scale(1);
    transition: all 0.5s ease;
}

.linkwrapper .wrapper-content:hover {
    box-shadow: 0px 4px 24px rgba(22, 65, 147, .15), 0px 3px 8px rgba(22, 65, 147, .05);
    transition: all 0.5s ease;
}
.linkwrapper .wrapper-content:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.add-anim {
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
}

.anim {
    transform: translateY(0px);
    opacity: 1;
    transition: opacity 1s ease, transform 1s ease;
}


.component-team .wrapper-content,
.component-team .wrapper-image {
// border-top-left-radius: var(--bs-border-radius);
// border-top-right-radius: var(--bs-border-radius);
}
.component-team .wrapper-content,
.component-team .wrapper-text {
// border-bottom-left-radius: var(--bs-border-radius);
// border-bottom-right-radius: var(--bs-border-radius);
}

.component-team .wrapper-content {
    display: flex;
    flex-direction: column;
}
.component-team .wrapper-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.component-team .wrapper-text .wrapper-text-inner {
    flex-grow: 1;
}
.component-team .wrapper-text button {
    border: 1px solid transparent;
    width: fit-content;
}
.component-text p, ul {
    max-width: 920px;
}
.component-text ul {
    list-style-type: none;
    list-style: none;
    position: relative;
    padding-left: 0;
}
.component-text ul li {
    padding-left: 18px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    font-weight: 400;
}

.component-text ul > li:before {
    content: " ";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: black;
    position: absolute;
    left: 0;
    top: 13px;
}

.component-text.component-text-bg-blue,
.component-text.component-text-bg-blue h3 {
    color: white;
}
.component-text.component-text-bg-blue ul > li:before {
    background-color: white;
}

.component-text .bg-blue ul > li:before {
    background-color: white;
}




.component-text-map img {
    max-height: 500px;
    object-fit: cover;
}
.component-text-map .img-after {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(170, 170, 255, 0.2);
}
.component-text-map .wrapper-text {
    padding: 32px;
    background-color: white;
    position: relative;
}

@media (min-width: 768px) {
    .component-text-map .wrapper-text {
        top: 32px;
        right: 32px;
        position: absolute;
    }
}

.component-text-map button {
    bottom: 32px;
    right: 32px;
    transition: all 0.5s ease;
}
.component-text-map button:hover {
    bottom: 32px;
    right: 32px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: white;
    border: 1px solid var(--color-blue);
    color: var(--color-blue);
    transition: all 0.5s ease;
}

.rounded-left {
    border-radius: 0;
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
}
.rounded-right {
    border-radius: 0;
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}
.rounded-top {
    border-radius: 0;
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
}
.rounded-bottom {
    border-radius: 0;
    border-bottom-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}
@media (min-width: 992px) {
    .rounded-lg-left {
        border-radius: 0 !important;
        border-top-left-radius: var(--bs-border-radius) !important;
        border-bottom-left-radius: var(--bs-border-radius) !important;
    }
    .rounded-lg-right {
        border-radius: 0 !important;
        border-top-right-radius: var(--bs-border-radius) !important;
        border-bottom-right-radius: var(--bs-border-radius) !important;
    }
    .rounded-lg-top {
        border-radius: 0 !important;
        border-top-left-radius: var(--bs-border-radius) !important;
        border-top-right-radius: var(--bs-border-radius) !important;
    }
    .rounded-lg-bottom {
        border-radius: 0 !important;
        border-bottom-left-radius: var(--bs-border-radius) !important;
        border-bottom-right-radius: var(--bs-border-radius) !important;
    }
}

.component-overview-blog .col {
    min-height: 300px;
}

.component-overview-blog .wrapper-text {
    overflow: hidden;
}

.component-overview-blog a .bg-blue.bg-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(10deg, var(--color-blue-hex) 20%, rgba(0, 101, 160, 0) 80%);
    z-index: 1;
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
    transform: translateY(0);
    transition: transform 0.5s ease;
}
.component-overview-blog a:hover .bg-blue.bg-img:after {
    transform: translateY(15%);
    transition: transform 0.5s ease;
}

.z-2 {
    z-index: 2;
}


.component-overview-blog .linkwrapper .wrapper-text {
    box-shadow: 0px 0px 0px rgba(22, 65, 147, .15), 0px 0px 0px rgba(22, 65, 147, .05);
    transition: all 0.5s ease;
}
.component-overview-blog .linkwrapper .wrapper-text:hover {
    box-shadow: 0px 4px 24px rgba(22, 65, 147, .15), 0px 3px 8px rgba(22, 65, 147, .05);
    transition: all 0.5s ease;
}

.component-liste li {
    border-color: #e9e9e9 !important;
}
.component-liste li a {
    color: var(--color-blue) !important;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.5s;
}
.component-liste li a:hover {
    text-decoration: none !important;
    border-bottom: none;
    background-color: var(--color-blue);
    color: white !important;
    padding-left: 16px;
    padding-right: 16px;
}

.component-liste ul {
    list-style-type: none;
}
.component-liste li svg {
    height: 24px;
    width: 24px;
}


h1, h2, h3, h4 {
    font-weight: 600;
    font-style: normal;
}
p, ul li {
    font-weight: 400;
    font-style: normal;
}


.bg-logo {
    background: rgba(84, 110, 179);
}
/*
#logo2 {
    aspect-ratio: 572/182 !important;
    width: 50vw;
    max-width: 180px;
}
@media (min-width: 992px) {
    #logo2 {
        max-width: 360px;
    }
}

 */
#accordionExample .bi {
    color: var(--color-blue);
    font-size: 28px;
    margin-left: 12px;
}
.bi-wrapper .bi:hover, #accordionExample .bi:hover {
    cursor: pointer;
}
.bi-telephone {
    font-size: 24px;
    margin-left: 0;
}
.bi-list-wrapper {
    display: flex;
}
.bi-x-lg-wrapper {
    display: none;
}

body.navi {
    overflow: hidden;
}
body.navi .bi-list-wrapper {
    display: none;
}
body.navi .bi-x-lg-wrapper {
    display: flex;
}

.navi_ebene2 li {
    width: 100% !important;
}



.bi-wrapper .iconwrapper {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    margin-left: 12px;
    border: 1px solid var(--color-blue);
    transition: border 0.5s;
}
.bi-wrapper .iconwrapper svg {
    margin:auto;
    width: 24px;
    height: 24px;
}

.bi-wrapper .iconwrapper:hover {
    cursor: pointer;
    border: 1px solid white;
}
a:focus, a:hover {
    text-decoration: none;
    border-bottom: none;
}



#utility ul ul {
    display: none;
    position:absolute;
    background:white;
    width: 272px;
    right:0;
    padding: 5px;
    box-shadow: 0 0 3px #ccc;
    margin-top:10px;
}
#utility ul a.active+ul {
    display: block;
}
#utility ul ul li {
    padding: 3px;
}
#utility ul ul li a {
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    #utility ul ul {
        width: 342px;
    }
}
#wrapper2 {
    height: 35vw;
    margin-top: 56px;
    margin-top: 80px;
    @media screen and (min-width: 420px) {
    }
    @media screen and (min-width: 768px) {
        margin-top: 108px;
    }
    padding-top: 0;
    min-height: 360px;
    max-height: 550px;
    position:relative;display: flex;align-items: flex-end !important;
}
@media screen and (min-width: 1024px) {
    #wrapper2 {
        height: 700px;
        max-height: 700px;
    }
}
.bgimgheader {
    height: 35vw;
    min-height: 360px;
    max-height: 550px;
    background-repeat: no-repeat;background-size: cover; background-position: center;
    width:100%;z-index:-1;position:absolute;
}
@media screen and (min-width: 1024px) {
    .bgimgheader {
        height: 100%;
        max-height: 100%;
    }
}
.headerheadline, .headertext {
    font-weight: 600;
    font-style: normal;
    color: white;
}
.headertext {
    font-weight: 400;
}

#header2 {
    background: var(--color-white-navi);
    //height: calc(100vh - 70px);
    width: 100%;
    z-index:-1;
    transform: translateY(-100%);
    text-align: left;
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
    overflow: auto;
    position: fixed;
    top: 70px;

}
#header2 {
    max-width: 100vw;
}

@media (min-width: 992px) {
    #header2 {
        top: 120px;
    }
}
body.navi #header2 {
    z-index:1;
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.5s, opacity 0.5s;

}
.navi_1x a span {
    color: var(--color-blue);
}

#accordionExample h2.py-3 {
    border-bottom: 1px solid rgba(88,113,179, 0.5);
    background-color: transparent;
    transition: all 0.5s;
    padding-left: 0;
    padding-right: 0;
}

#accordionExample h2.py-3:hover {
    border-bottom: 1px solid rgba(88,113,179, 0.5);
    background-color: var(--color-blue);
    transition: all 0.5s;
    padding-left: 16px;
    padding-right: 8px;
}
#accordionExample h2.py-3 h2 {
    color: var(--color-blue);
    transition: color 0.5s;
}
#accordionExample h2.py-3:hover h2 {
    transition: all 0.5s;
    color: white;
}

#accordionExample h2 h2{
    border-bottom: 0;
}

.bi-chevron-down {
    transform: rotate(180deg);
    color: var(--color-blue);
    transition: transform 0.5s, color 0.5s;
}
#accordionExample h2.py-3:hover .bi-chevron-down {
    color: white;
}
.collapsed .bi-chevron-down {
    transform: rotate(0deg);
    transition: transform 0.5s, color 0.5s;
}
.navi_ebene2 li {
    padding-top: 0px;
    padding-bottom: 0px;
}
.navi_ebene2 a, .navi_ebene2 button {
    color: var(--color-blue);
    border-bottom: 1px solid rgba(88,113,179, 0.3);
    padding-left: 16px;
    transition: all 0.5s;
    padding-top: 4px;
    padding-bottom: 4px;
}
.navi_ebene2 a:hover {
    background-color: var(--color-blue);
    color: white;
    padding-left: 32px;
    border-bottom: 1px solid rgba(88,113,179, 0.3);
}

/* stuff für ebene 3 */
.navi_ebene2 button {
    color: var(--color-white-navi);
    padding-top: 9px;
    padding-bottom: 9px;
}
#accordionExample .navi_ebene2 .bi {
    font-size: 20px;
    margin-left: 12px;
}
#accordionExample .accordion-button:not(.collapsed) {
    border-color: rgba(88,113,179, 0.3);
    color: var(--color-white-navi);
}

:root {
    --bs-accordion-btn-focus-border-color: rgba(88,113,179, 0.3) !important;
}


.component-headline-h1,
.component-headline-h2,
.component-headline-h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.component-headline-h1 h1,
.component-headline-h2 h1,
.component-headline-h3 h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.component-headline-h1 {
    margin-top: 48px;
    margin-bottom: 24px;
}
.component-headline-h2 {
    margin-top: 32px;
    margin-bottom: 48px;
}
.component-headline-h3 {
    margin-top: 24px;
    margin-bottom: 32px;
}


.component-text-map,
.component-text-image,
.component-image,
.component-team,
.component-text,
.component-overview-blog,
.component-liste  {
    margin-bottom: 24px;
}
.component-text h3 {
    font-size: 24px;
    line-height: 1.2;
}


.footer-wrapper * {
    color: white;
}
.footer-wrapper h3,
.footer-wrapper h4 {
    padding: 0;
    color: white;
    font-weight: 500;
    margin-bottom: 6px;
}

.footer-wrapper h4 {
    font-size: 18px;
    color: white;
    font-weight: 500;
    margin-bottom: 6px;
}
.footer-wrapper p {
    padding: 0;
    margin-bottom: 6px;
    font-size: 16px;
    color: white;
    font-weight: 300;
}


.footer-wrapper .row {
}
.footer-wrapper .col {
    margin-bottom: 32px;
}

.footer-wrapper a {
    text-decoration: underline;
    text-decoration-thickness: auto;
    margin-left: 0px;
    transition: margin .5s;
}
.footer-wrapper a:hover {
    text-decoration: underline;
    color: white;
    margin-left: 8px;
}
.footer-wrapper a.no-hover:hover {
    text-decoration: none;
    color: white;
    margin-left: 0px;
}



#cookieAlert {
    display: flex;
    color: white;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: transform 1.5s, opacity 0.5s;
    overflow: auto;
    position: fixed;
    transform: translateY(calc(100vh));
}
body.ready #cookieAlert{
    opacity: 1;

}

#save-cookies, #show-cookie-infos {
    border: none;
    background-color: white;
    color: var(--color-blue);
    margin:0;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
}

:root {
    --height-cookies: 700px;
    @media screen and (min-width: 768px) {
        --height-cookies: 500px;
    }

    --height-icon: 40px;
    --height-logo: 40px;
    @media screen and (min-width: 420px) {
        --height-icon: 44px;
        --height-logo: 44px;
    }

    @media screen and (min-width: 768px) {
        --height-cookies: 500px;
        --height-logo: 72px;
    }
}

#cookieAlert {
    height: var(--height-cookies);
}
body.ready #cookieAlert{
    transform: translateY(calc(100vh - var(--height-cookies)));
}

#logo2 {
    //aspect-ratio: 221/44 !important;
    aspect-ratio: 308/68 !important;
    //width: 50vw;
    //max-width: 180px;
    height: var(--height-logo);
}
@media (min-width: 992px) {
    #logo2 {
        max-width: 360px;
    }
}

.bi-wrapper .iconwrapper {
    width: var(--height-icon);
    height: var(--height-icon);
    border-radius: 50px;
    margin-left: 12px;
    border: 1px solid var(--color-blue);
    transition: border 0.5s;
}
.bi-wrapper .iconwrapper svg {
    margin:auto;
    width: 24px;
    height: 24px;
}

.bi-wrapper .iconwrapper:hover {
    cursor: pointer;
    border: 1px solid white;
}
a:focus, a:hover {
    text-decoration: none;
    border-bottom: none;
}

.wrapper-padding {
    @media screen and (min-width: 480px) {
        padding-left:16px;
        padding-right:16px;
    }
    @media screen and (min-width: 992px) {
        padding-left:32px;
        padding-right:32px;
    }
}

.twrapper {
    max-width: 1140px;
}
@media (min-width: 1400px) {
    .twrapper {
        max-width: 1320px;
    }
}


#wrapper_header {
    height: 80px;
    @media screen and (min-width: 768px) {
        height: 108px;
    }
}
.twrapper {
    margin-top: 10px
}
#header2 {
    top: 80px;
    @media screen and (min-width: 768px) {
    //    height: 108px;
    }
    background: transparent;
    height: 100%;
}
#header2 h2,
#accordionExample h2.py-3 h2,
.navi_ebene2 a,
#accordionExample .bi {
    color: var(--color-white-navi);
}
.header2bg {
    background: var(--color-blue);
}
#accordionExample {
    height: calc(100% + 80px);
}

.suche-button {

}

.component-formular form label.fui-label {
    font-family: 'Sansation_Regular';
    font-style: normal;
    font-weight: normal;
}

.component-formular form .fui-btn-wrapper button {
    background: var(--color-blue);
    border-color: var(--color-blue);
    font-family: 'Sansation_Regular';
    font-style: normal;
    font-weight: normal;
}

.component-formular .fui-alert-success {
    background-color: white;
    color: var(--color-blue);
    margin-top:40px;
    padding-top:40px;
}
