.banner-area {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;

    background-size: cover;
    background-position: center center;
}

.banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(108deg, #fff 0%, rgba(213, 213, 213, 0.74) 51%, rgba(91, 91, 91, 0) 100%);
}

.banner-area:after {
    position: absolute;
    content: '';
    width: 110vw;
    height: 100px;
    background: #fff;
    right: -5px;
    bottom: -35px;
    transform: rotate(-1.5deg);
}

.banner-area,
.banner-area > .container {
  min-height: 490px;
	padding-bottom: 35px;
}

.banner {
    position: relative;
}

.banner-text {
    max-width: 620px;
    width: 100%;
}

.banner-text p {
    font-size: 20px;
    line-height: 1.4;
    margin: 15px 0;
}

.accordion,
.single-contact,
.zinsanlagen-title,
.zinsanlagen-text,
.content-text,
.pos-relative {
    position: relative;
    z-index: 2;
}
.zinsanlagen-area{
    position: relative;
}
.pdb-100 {
    padding-bottom: 100px;
}

.pd-150 {
    padding: 150px 0;
}
.shape-1,
.shape-2,
.shape-3,
.shape-4,
.shape-5{
    position: absolute;
    z-index: 1;
}
.shape-1 {
    left: 0;
    top: 60px;
}

.shape-2 {
    top: -400px;
    right: 0;
}

.shape-3 {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
   }
.shape-4 {
    right: 0;
    bottom: -300px;
}
.shape-5 {
    right: 0;
    bottom: -50px;
}
.shape-2-2{
    bottom: -420px;
}
.shape-3-3{
    bottom: 80px;
}
.shape-4-4{
    top: 0;
}

/*=================================================================
Contact Area
===================================================================*/

.single-contact {
    padding: 60px 50px 55px 35px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.single-contact address {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--brotschrift);
    margin-top: 5px;
}

.contact-bttn {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.contact-bttn a {
    background-color: var(--website-gruen);
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 10px;
    line-height: 40px;
    color: #fff;
}

.contact-bttn a:last-child {
    background: var(--website-blau);
}

.responsive-map {
    height: 100%;
}

.responsive-map iframe {
    width: 100%;
    height: 100%;
}


/*=================================================================
Content Area
===================================================================*/

.content-area {
    background-image: linear-gradient(to bottom, #f3fcff 0%, rgba(243, 252, 255, 0) 100%);
    padding: 100px 0;

}

.pdb-200 {
    padding-bottom: 200px;
}


.content-text {
    max-width: 810px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.content-text p a {
    color: var(--website-gruen);
}

.content-text h2 {
    margin-bottom: 20px;
}

.zinsanlagen-title {
    margin-bottom: 50px;
}

.single-zinsanlagen {
    position: relative;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.zinsanlagen-img {
    background-color: #fff;
    text-align: center;

    display: flex;
    align-items: center;
}

.zinsanlagen-img img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.logozeile .zinsanlagen-img img {
	height: auto;
	object-fit: unset;
}

.zinsanlagen-text {
    padding: 15px;
    padding-bottom: 20px;

    background-color: #fff;
}

.zinsanlagen-text ul,
.zinsanlagen-text ol {
    margin-top: 8px;
    padding-left: 0 !important;
}

.zinsanlagen-text li {
    list-style: none;
    position: relative;
    padding-left: 12px;
    line-height: 1.4;
}

.zinsanlagen-text li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    left: 0;
    top: 10px;
}

.single-fonds {
    position: relative;
}

.single-fonds .zinsanlagen-img {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-100 {
    padding: 100px 0;
}

.accordion-button::after {
    background-image: url(../img/accordion-angle-circle.svg);
    background-size: unset;
    width: 44px;
    height: 44px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/accordion-angle-circle.svg);
    transform: rotate(-180deg);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid var(--website-gruen);
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #fff;
    box-shadow: unset;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: unset;
}

.accordion-button {
    padding: 15px 0;
}

.accordion-body {
    padding: 0;
    padding-bottom: 20px;
}

.block-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.block-original {
    transition: .3s;
}

.single-fonds.wb-active .block-hover,
.single-zinsanlagen.wb-active .block-hover {
    opacity: 1;
    visibility: visible;
    transition: .3s;

}

.single-fonds.wb-active .block-original,
.single-zinsanlagen.wb-active .block-original {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.single-fonds,
.single-zinsanlagen {
    transition: .3s;
}

.single-fonds:hover,
.single-zinsanlagen:not(.noSwap):hover {
    box-shadow: 0px 0px 10px 0px var(--website-blau);
    cursor: pointer;
}

.single-zinsanlagen.noSwap,
.single-zinsanlagen {
  margin-bottom: 35px;
}

.zinsanlagen-text h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.51;
}

/*===================================================
slider
=====================================================*/
.aktuelles-area {
    padding: 100px 0;
}

.aktuelles-title {
    margin-bottom: 55px;
}

.aktuelles-inner {
    position: relative;

}

.aktuelles-slider {
    margin: 0 -38px;
}

.single-slider {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 0 38px;
    margin-bottom: 10px !important;
}

.slick-right {
    right: -85px;
}

.slick-left {
    left: -85px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.aktuelles-img img {
    width: 100%;
}

.aktuelles-text {
    padding: 16px;
    padding-top: 28px;
    position: relative;
}

.aktuelles-text span {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.67;
    text-align: center;
    color: #fff;
    background-color: var(--website-blau);
    padding: 2px 10px 3px 10px;
    border-radius: 15px;
    position: absolute;
    top: -13px;
    left: 14px;
}

.aktuelles-text h4 {
    line-height: 1.4;
    margin-bottom: 6px;
}

.aktuelles-text p {
    line-height: 1.5;
}

/*===================================================
Footer
=====================================================*/

.footer-area {
    background-color: var(--website-footer-farbe);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.footer-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 70px;
    background: #fff;
    top: -39px;
    left: 0;
    transform: rotate(-1.5deg);
}

.footer-logo {
    text-align: center;
    margin-bottom: 55px;
    position: relative;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-footer {
    max-width: 20%;
    width: 100%;
}

.single-footer address {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
}

.single-footer img {
    position: absolute;
    left: 0;

}

.single-footer address {
    position: relative;
    padding-left: 35px;
}

.single-footer {}

.single-footer h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    color: #fff;
    margin-bottom: 20px;
}

.single-footer ul li {
    list-style: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
    margin: 13px 0;
}

.single-footer ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
}

.footer-last {
    position: relative;
}

.footer-last h3 {
    margin-bottom: 20px;
}

.footer-last ul {
    /*padding-left: 25px;*/
}

.footer-last ul {
    padding-left: 40px;
}

.footer-last ul li a {
    display: flex;
    align-items: center;
}

.footer-btm-area {
    background-color: var(--website-gruen);
    padding: 19px 0;
}

.footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-btm p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
}

.footer-btm ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;

}

.footer-btm ul li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
}
