/* Theme Name: haudegen-theme
Version: 1.0
Author: Haudegen Design
Author URI: https://haudegen-webentwicklung.de */

:root {
    --black: #171717 !important;
    --main-color: #0D2752;
    --akzent-color: #cde6ff;
    --red: #C90000;
    --white: #fff !important;
    --grey: #777;
}


html {
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    overflow-x: hidden;
}

body.fixed {
    overflow: hidden;
}



/*----------------------------------------
----------------TYPOGRAPHY----------------
----------------------------------------*/

.headline {
    font-family: 'myriad-pro-condensed', sans-serif;
    font-size: 30px;
    line-height: 40px;
}

.subheadline, .photovoltaik-headline {
    font-family: 'myriad-pro-condensed', sans-serif;
    font-size: 26px;
    line-height: 40px;
    color: var(--akzent-color);
    letter-spacing: 0.6px;;
} 

.navi-punkt  {
    font-family: 'myriad-pro-condensed', sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: var(--akzent-color);
}


p, .headline-p, input, a, adress, .wpcf7-response-output, #results, .erklaerung, td, th {
    letter-spacing: 0.5px;
    font-family: 'myriad-pro', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: var(--white);
    line-height: 30px;
}

body div.brlbs-cmpnt-container p {
    color: var(--main-color) !important;
}

td, th {
    color: var(--main-color);
    text-align: left;
    padding-left: 5px;
}


.small-p {
    font-size: 10px;
    line-height: 17px;
}

.align-center {
    text-align: center;
}

a {
    text-decoration: none;
}

.black {
    color: var(--black);
}

.white {
    color: var(--white);
}

.grey {
    color: var(--grey);
}

.main-color {
    color: var(--main-color);
}

.akzent {
    color: var(--akzent-color);
}

.underline {
    text-decoration: underline;
}






/*---------------BUTTON--------------*/

.button, .wpcf7-submit {
    letter-spacing: 1.5px;
    padding: 5px 30px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    background-color: var(--main-color);
    color: #fff;
    border: solid 1px var(--akzent-color);
    border-radius: 20px;
    box-shadow: 0 0 10px #b3d8fd74;
    display: inline-block;
}

.wpcf7-submi  {
    padding: 4px 30px;
}

.button-light:hover, a:hover {
    cursor: pointer;
}










/*----------------------------------------
-------------MARGIN & PADDING-------------
----------------------------------------*/

.ma-bo {
    margin-bottom: 20px;
}

.ma-bo-10 {
    margin-bottom: 10px;
}

.ma-bo-40 {
    margin-bottom: 40px;
}

.ma-top-40 {
    margin-top: 40px;
}

.ma-top-20 {
    margin-top: 20px;
}

.section-padding, .item-padding { 
    padding: 40px;
}

.section-padding-top, .item-padding-top{ 
    padding: 40px 40px 0 40px;
}

.padding-top-section {
    padding-top: 150px !important;
}





/*----------------------------------------
---------------FLEX & GRID----------------
----------------------------------------*/


.double-grid, .triple-grid {
    display: grid;
}

.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-column {
    flex-direction: row;
}

.flex-start {
    align-items: flex-start;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-40 {
    gap: 40px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
}











/*----------------------------------------
------------------HEADER------------------
----------------------------------------*/

header {
    overflow: hidden;
    position: relative;
}

#navi-big {
    display: none;
}

#header-bar {
    z-index: 5;
    position: fixed;
    top: 0;
    width: calc(100vw - 80px);
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    box-shadow: 0 0 5px #b3d8fd3f;
}

.transparent-header {
    width: 100vw;
}

.transparent-header #header-bar {
    background-color: transparent;
    box-shadow: unset;
}

.logo-box {
    width: 70px;
    display: block;
    margin-bottom: -12px;
}

#mobile-menue {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-closer {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 3;
    color: white;
}

.sprach-schalter {
    padding: 0 5px;
    color: var(--akzent-color);
    display: flex;
    gap: 5px;
    align-items: center;
}

.sprach-schalter-icon {
    width: 15px;
}

.navi-small-box .sprach-schalter {
    position: absolute;
    top: 40px;
    right: 100px;
}

.icon-link {
    width: 20px;
    height: 20px;
}

#navi-small {
    width: 101vw;
    height: 100dvh;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    transform: translateX(100vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 1s ease-in-out;
    opacity: 0;
    overflow: hidden;
    background-color: var(--main-color);
}

#navi-small.aktiv {
    transform: translateX(-10px);
    opacity: 1;
}

.navi-small-box {
    margin: 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.navi-rechtliches {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.navi-rechtliches .navi-punkt {
    font-size: 18px;
}




/*----------------------------------
------------ANIMATION---------------
----------------------------------*/

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

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

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

.transform {
    transition: 1s ease-out;
    opacity: 0;
    scale: 0.9;
    translate: 0 100px;
}

.transform.aktiv {
    opacity: 1;
    scale: 1;
    translate: 0 0;
}

.bubble-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bubble-container.opacity{
    opacity: 0.3;
}


.bubble-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bubble {
    position: absolute;
    border-radius: 100%;
    background: radial-gradient(#74aaff 5%, #205cbb 41%, #000000 90%);
    width: 60px;
    height: 60px;
    animation-name: bubble-animation;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
    opacity: 0.4;
}

.bubble-1 {
    top: 43%;
    left: 70%;
    width: 60px;
    height: 60px;
}

.bubble-2 {
    width: 90px;
    height: 90px;
    left: 14%;
    top: 60%;
}

.bubble-3 {
    top: 70%;
    left: 60%;
    width: 180px;
    height: 180px;
}

.bubble-4 {
    top: 9%;
    left: 20%;
    width: 240px;
    height: 240px;
}

.bubble-5 {
    top: 78%;
    left: -46%;
    width: 500px;
    height: 500px;
}

.bubble-6 {
    top: 28%;
    left: -16%;
    width: 300px;
    height: 300px;
}

/*
Die drei letzten Bubble Klassen sind für die andere animierte Hintergrundsektion,
die auf weißem Grund. Hier muss die Opacity bei der Animation höher sein,
weil es sonst nicht mehr zu erkennen ist 

--
19.05.2025

*/

.bubble-7, .bubble-8, .bubble-9 {
    animation-name: bubble-animation789;
}

.bubble-7 {
    top: 43%;
    left: 49%;
    width: 440px;
    height: 440px;
    background: unset;
    background-color: var(--akzent-color);
    animation-duration: 27s;
}

.bubble-8 {
    top: 78%;
    left: -46%;
    width: 500px;
    height: 500px;
    background: unset;
    background-color: var(--akzent-color);
    animation-duration: 50s;
}

.bubble-9 {
    top: 5%;
    left: -16%;
    width: 300px;
    height: 300px;
    background: unset;
    background-color: var(--akzent-color);
    animation-duration: 32s;
}

.image-float {
    width: 270px;
    height: 270px;
    animation: float 12s infinite  ease-in-out alternate;
    border-radius: 100%;
}

.image-float.second-float {
    animation: float 6s infinite  ease-in-out alternate;    
    width: 270px;
    height: 270px;
    margin-top: -36px;
    margin-left: 80px;
}

@keyframes bubble-animation {

    20% {
        opacity: 0.25;
        transform: translatey(-25px) scalex(1.15);
    }

    40% {
        opacity: 0.3;
        transform: translatey(-50px) scalex(1);
    }

    60% {
        opacity: 0.33;
        transform: translatey(-75px) scalex(1.25);
    }

    80% {
        opacity: 0.3;
        transform: translatey(-100px) scalex(1);
    }

    100% {
        transform: translateY(-125px) scalex(1.15);
        opacity: 0.25;
    }
}

@keyframes bubble-animation789 {

    20% {
        opacity: 0.5;
        transform: translatey(-25px) scalex(1.15);
    }

    40% {
        opacity: 0.55;
        transform: translatey(-50px) scalex(1);
    }

    60% {
        opacity: 0.58;
        transform: translatey(-75px) scalex(1.25);
    }

    80% {
        opacity: 0.55;
        transform: translatey(-100px) scalex(1);
    }

    100% {
        transform: translateY(-125px) scalex(1.15);
        opacity: 0.5;
    }
}

@keyframes float {
    100% {
        transform: translateY(15px);
    }
}




/*----------------------------------
---------------MAIN-----------------
----------------------------------*/

.overflow-hidden {
    overflow: hidden;
}

.floating-image-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.floating-image-section .first {
    padding: 40px 40px 0 40px;
}

.floating-image-section .second {
    padding: 40px;
}

.floating-image-section .second p, .floating-image-section .second .headline {
    text-align: center;
}

.overflow-hidden {
    overflow: hidden;
}

img {
    width: 100%;
}

.image-div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.max-width {
    max-width: 1000px;
}

.full-height {
    height: 100dvh;
}

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

.gradient {
    background-image: linear-gradient(#081731 20%, #113066, #081c3a 80%);
}

.blue-grid-bg {
    background-image: url(https://bajog-energiespeicher.de/wp-content/uploads/2024/03/background-two.jpg);
    padding: 30px;
}

.form-group {
    display: grid;
    max-width: 300px;
    font-family: 'myriad-pro', sans-serif;
    grid-gap: 10px;
    color: var(--main-color);
}

.calculator-section {
    padding: 30px;
}

.calculator-div input {
    color: var(--main-color);
    font-family: 'myriad-pro', sans-serif;
}

.calculator-div {
    border-radius: 20px;
    box-shadow: 0 0 10px #b3d8fd74;
    padding: 30px;
}

.calculator-ergebnis-div {
    justify-content: flex-start;
    padding: 0 30px;
    min-height: 450px;
}

.calculator-ergebnis {
    opacity: 0;
    transform: translateY(100px);
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.calculator-ergebnis.second {
    transition-delay: 0.2s;
}

.calculator-ergebnis.aktiv {
    opacity: 1;
    transform: translateY(0);
}

.calculator-bubble-container .bubble-1 {
    top: 43%;
    left: 83%;
    width: 160px;
    height: 160px;
}

.calculator-bubble-container .bubble-4 {
    top: 76%;
    left: 55%;
    width: 315px;
    height: 315px;
}

.calculator-bubble-container .bubble-6 {
    top: 45%;
}



.white-bg {
    background-color: white;
}

.partner-section {
    background-color: #f7f7f7;
    padding: 40px 60px;
}

.partner-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.partner-logo {
    max-width: 120px;
}

.nato-logo  {
    max-width: 40px;
}

.fue-logo {
    max-width: 60px;
}

.kommando-logo {
    max-width: 180px;
}

.ministerium-logo {
    max-width: 100px;
}

.tu-logo {
    max-width: 100px;
}

.icon-div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.icon {
    width: 60px;
}


/*--------------------------------------------
-----------------KUNDENSTIMMEN----------------
--------------------------------------------*/

.kunden-section {
    padding: 60px 0;
    overflow: hidden;
}

.kundenSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kundenSwiper {
    width: unset !important;
    height: 100%;
    padding: 0 30px !important;
}

.kundenSwiper .swiper-slide {
    display: grid !important;
}

.swiper-padding {
    padding: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,20px) !important;
}

.swiper-pagination-bullet-active {
    background: var(--main-color) !important;
}

.swiper-button-prev, .swiper-button-next{
    color: var(--main-color) !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 30px !important;
}

.kunden-box {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.kunden-header {
    background-color: var(--black);
    padding: 15px;
}

.kunden-body {
    background-color: white;
    padding: 30px 30px 60px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.kunden-profil {
    width: 50px;
    border-radius: 50%;
}

.kunden-name {
    color: #aaa  ;
}

.sterne-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.bewertungs-stern {
    width: 15px;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
}

.swiper-slide-active .bewertungs-stern {
    animation-name: star-animation;
}


.blog-box {
    padding: 40px;
}

.blog-box p, .blog-box .headline, .blog-box a {
    color: var(--main-color);
    overflow-wrap: anywhere;
}

.single-post {
    margin-top: 85px;
}

.single-post-div {
    padding: 40px;
}

.single-post-div p {
    color: var(--main-color);
}

.blog-post-section .blog-box {
    padding: 20px 0;
}

.blog-post-item {
    width: 100%;
}

/*----------------------------------
-------------LOGO SLIDER------------
----------------------------------*/

.logo-section {
    padding: 40px 0;
    background-color: var(--black);
}

.logoSwiper {
    padding: 0 30px !important;
}

.logo-slide {
    padding: 30px 0;
}

.firmen-logo {
    width: 100px;
    max-width: 320px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.white-pagination .swiper-pagination-bullet {
    background: white !important;
}


.fotomontage-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.fotomontage-div .headline, .fotomontage-div p{
    text-align: center;
}

/*----------------------------------
-----------------FAQ----------------
----------------------------------*/

.faq-background {
    background-image: url(https://bajog-energiespeicher.de/wp-content/uploads/2024/03/background-hydrogen-2.jpg);
    transition: 0.6s ease-in-out;
}

.faq-background .first {
    padding: 40px;
}

.faq-background .second {
    background-color: rgba(255, 255, 255, 0.1);
}

.faq-headline {
    font-size: 60px;
    color: var(--akzent-color);
    margin-bottom: 30px;
}

.faq-pfeil {
    width: 15px;
    margin-left: 10px;
    fill: var(--white);
    transition: 0.5s;
}

.faq-pfeil.activated {
    rotate: 180deg;
}

.faq-question {
    padding: 20px 10px;
    border-bottom: solid 1px var(--akzent-color);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-answer {
    max-height: 0px;
    overflow: hidden;
    transition: 0.6s;
    border-bottom: solid 1px var(--akzent-color);
}

.faq-answer p {
    opacity: 0;
    margin: 20px 10px 20px 10px
}

.faq-answer.activated {
    max-height: 750px;
}

.faq-answer.activated p {
    opacity: 1;
}

.faq-strich {
    height: 1px;
    background-color: var(--dark-white);
}

.faq-answer .faq-strich {
    visibility: hidden;
}


.faq-answer.activated .faq-strich {
    visibility: visible;
}






/*----------------------------------
----------------KONTAKT-------------
----------------------------------*/

#kontakt .first {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.gerd-box {
    background-color: var(--main-color);
    padding: 10px 15px;
    margin-top: -40px;
    margin-bottom: 40px;
}

.gerd-box p {
    font-size: 12px;
    line-height: 24px;
}

.wpcf7-form   {
    position: relative;
    z-index: 1;
}

.wpcf7-form input, .wpcf7-form span, .wpcf7-form label {
    color: var(--main-color);
}

.wpcf7-form-control {
    border: solid 1px #ccc;
    outline: none;
    width: 230px;
    padding-left: 5px;
}

.wpcf7-list-item {
    margin: 5px 0 0 -5px !important;
}

.wpcf7-submit {
    margin-top: 20px;
    z-index: 2;
    color: white !important;
}

.wpcf7-submit, .wpcf7-acceptance {
    border: none;
}

.wpcf7-response-output {
    border-color: transparent !important;
    color: var(--main-color) !important;
}





/*----------------------------------
----------------FOOTER--------------
----------------------------------*/

footer {
    padding: 60px 40px;
    display: grid;
    grid-gap: 60px;
    background-color: var(--main-color);
}

.footer-logo {
    width: 80px;
}

.footer-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.legal-footer {
    background-color: #091b39;
    padding: 10px 40px;
    flex-wrap: wrap;
}


.haudegen-footer a {
    display: flex;
}

.haudegen-logo {
    width: 140px;
}





@media(min-width: 800px) {

    .headline {
        font-size: 35px;
        line-height: 45px;
    }

    .subheadline {
        font-size: 25px;
    }

    .small-headline {
        font-size: 18px;
        line-height: 24px;
    }

    p, .headline-p, input, a, adress, .wpcf7-response-output, .header-animation-startseite, .headline-p {
        font-size: 16px;
        line-height: 32px;
    }

    .section-padding, .item-padding{ 
        padding: 60px 120px;
    }
    
    .section-padding-top{ 
        padding: 60px 80px 0 80px;
    }

    #header-bar {
        padding: 10px 120px;
        width: calc(100vw - 240px);
    }

    .logo-box, .logo {
        width: 90px;
    }

    .navi-small-box {
        margin: 0 30vw;
    }

    .section-padding {
        padding: 60px 120px;
    }

    .floating-image-section .first {
        padding: 60px 120px 0 120px;
    }
    
    .floating-image-section .second {
        padding: 60px 120px;
    }

    .image-float.image-float.first-float {
        margin-right: -60px;
        width: 320px;
        height: 320px;
    }

    .image-float.second-float {
        margin-left: 0;
        width: 260px;
        height: 260px;
    }

    .bubble-7 {
        top: -9%;
    }

    .bubble-9 {
        top: 20%;
        left: 2%;
        width: 200px;
        height: 200px;
    }

    .calculator-bubble-container .bubble-1 {
        top: 43%;
        left: 83%;
        width: 360px;
        height: 360px;
    }
    
    .calculator-bubble-container .bubble-4 {
        top: 87%;
        left: 21%;
        width: 815px;
        height: 815px;
    }
    
    .calculator-bubble-container .bubble-6 {
        top: 14%;
        width: 615px;
        height: 615px;
    }

    .calculator-section {
        padding: 60px 170px;
    }

    .faq-background .first {
        padding: 60px 120px;
    }

    .faq-question {
        padding: 20px 120px;
    }

    .faq-answer p {
        margin: 20px 120px;
    }

    .mobile-closer {
        right: 60px;
        top: 60px;
    }

    .swiper-button-prev {
        left: 120px !important;
    }

    .swiper-button-next {
        right: 120px !important;
    }

    .rounded-image {
        border-radius: 0 20% 20% 0;
    }

    .single-post-div {
        padding: 60px 120px;
    }

    .single-post img {
        max-height: 500px;
        width: auto;
    }

    .kunden-box {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .partner-section {
        padding: 60px;
    }

    .kunden-body {
        min-height: 300px;
    }

    .gerd-box p {
        font-size: 16px;
        line-height: 32px;
    }

    .wpcf7-form-control:not(.wpcf7-submit) {
        width: 330px;
    }


}





@media(min-width: 1200px) {

    .max-width-700 {
        max-width: 700px;
    }

    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    .headline, .photovoltaik-headline {
        font-size: 50px;
        line-height: 60px;
    }

    .middle-headline {
        font-size: 35px;
        line-height: 45px;
    }

    .small-headline {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .photovoltaik-headline .headline-p {
        font-family: 'myriad-pro-condensed', sans-serif;
        font-size: 30px;
    }

    .small-p {
        font-size: 12px;
        line-height: 18px;
    }

    .navi-punkt {
        font-size: 18px;
    }

    p, .headline-p, input, a, adress {
        font-size: 16px;
        line-height: 32px;
    }

    .section-padding {
        padding: 80px 120px;
    }

    #header-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 120px;
    }

    .logo-box {
        position: static;
        margin-bottom: -10px;
    }

    #navi-small, #mobile-menue {
        display: none;
    }

    #navi-big {
        display: flex;
        gap: 40px;
        align-items: center;
    }

    #navi-big .navi-punkt {
        margin-bottom: 0;
        letter-spacing: 1px;
    }

    .sprach-schalter-icon {
        width: 25px;
    }

    .double-grid {
        grid-template-columns: 1fr 1fr;
    }

    .triple-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .single-post {
        margin-top: 60px;
    }

    .single-post img {
        min-height: calc(100vh - 60px);
    }

    .blog-post-section {
        gap: 60px;
    }

    .reverse-swiper-post .blog-box {
        grid-column: 1;
        grid-row: 1;
    }

    .reverse-swiper-post img {
        grid-column: 2;
        grid-row: 1;
    }

    .bubble {
        animation-duration: 40s;
    }

    .bubble-1 {
        top: 64%;
        left: 68%;
        width: 160px;
        height: 160px;
    }
    
    .bubble-2 {
        width: 290px;
        height: 290px;
        left: 14%;
        top: 83%;
    }
    
    .bubble-3 {
        top: 70%;
        left: 70%;
        width: 380px;
        height: 380px;
    }
    
    .bubble-4 {
        top: 9%;
        left: 61%;
        width: 240px;
        height: 240px;
    }
    
    .bubble-5 {
        top: 78%;
        left: -46%;
        width: 500px;
        height: 500px;
    }
    
    .bubble-6 {
        top: 28%;
        left: -1%;
        width: 600px;
        height: 600px;
    }
    
    .bubble-7 {
        top: 27%;
        left: 54%;
        width: 500px;
        height: 500px;
        background: unset;
        background-color: var(--akzent-color);
        animation-duration: 27s;
    }
    
    .bubble-8 {
        top: 63%;
        left: -7%;
        width: 500px;
        height: 500px;
        background: unset;
        background-color: var(--akzent-color);
        animation-duration: 50s;
    }
    
    .bubble-9 {
        top: 2%;
        left: 2%;
        width: 300px;
        height: 300px;
        background: unset;
        background-color: var(--akzent-color);
        animation-duration: 32s;
    }
    
    .image-float.first-float {
        width: 400px;
        height: 400px;
        margin-right: -90px;
    }

    .calculator-div {
        padding: 50px;
    }

    .calculator-ergebnis-div {
        justify-content: center;
    }
    
    .calculator-bubble-container .bubble-4 {
        top: 83%;
        left: 37%;
        width: 815px;
        height: 815px;
    }
    
    
    .image-float.second-float {
        width: 330px;
        height: 330px;
        margin-top: 0;
        margin-right: -80px;
    }

    .floating-image-section {
        min-height: 80vh;
    }

    .floating-image-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 80vh;
    }

    .floating-image-section .first {
        padding: 80px 0 80px 120px;
        display: flex;
        align-items: center;
    }

    .floating-image-section .second p, .floating-image-section .second .headline {
        text-align: left;
    }

    /*----------------KUNDEN--------------*/

    .kunden-section {
        padding: 80px 0;
    }

    .kundenSwiper {
        padding: 0 120px !important;
    }

    .swiper-button-prev {
        left: 30% !important;
    }

    .swiper-button-next {
        right: 30% !important;
    }

    .faq-background {
        background-image: url(https://bajog-energiespeicher.de/wp-content/uploads/2024/03/background-hydrogen-2-big.jpg);
        min-height: 60vh;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-answer p {
        margin: 20px;
    }

    .fotomontage-section {
        height: 100vh;
        background-image: url(https://bajog-energiespeicher.de/wp-content/uploads/2024/05/Montage-neu.jpg);
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .fotomontage-div {
        align-items: flex-start;
        justify-content: center;
        padding: 0 120px 0 0;
        max-width: 500px;
    }
    
    .fotomontage-div .headline, .fotomontage-div p{
        text-align: left;
    }

    .fotomontage-image {
        display: none;
    }

    .partner-div {
        gap: 40px;
    }

    .icon-section {
        gap: 80px;
    }

    /*----------------FOOTER--------------*/

    footer {
        padding: 60px 120px;
    }

    /*---------KONTAKT-----------*/

    #kontakt .first {
        align-items: center;
    }

    .gerd-box {
        margin-bottom: unset;
        margin-top: -90px;
    }


    /*---------MEIN BLOG-----------*/


    .blog-header-container {
        height: 70vh;
        display: grid;
        grid-template-columns: 1fr 1fr;
        background-image: url(https://haudegen-webentwicklung.de/wp-content/uploads/2024/01/Titelbild-Blog-scaled.jpg);
        background-size: cover;
        background-position: left center;
    }

    .blog-header-img {
        display: none;
    }

    .swiper-pagination-bullets {
        left: 60px !important;
    }

    .blog-header-box {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        justify-content: center;
        grid-column: 2;
    }

    .blog-section-blog-page {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 60px 120px;
        grid-gap: 100px;
    }

    .blog-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 40px !important;
    }

    .blog-headline {
        font-size: 30px;
        line-height: 40px;
    }

    .post-swiper {
        background-color: #f7f7f7;
    }

    .post-swiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-post {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1000px;
    }

    .post-swiper-image {
        display: block;
    }

    .post-swiper .swiper-button-prev {
        left: 13% !important;
    }

    .post-swiper .swiper-button-next {
        right: 13% !important;
    }

    .swiper-post-headline {
        font-size: 30px;
        line-height: 40px;
    }

    

    


}




@media(min-width: 1600px) {

    .section-padding {
        padding: 100px 12vw;
    }  

    .kunden-section {
        padding: 100px 0;
    }

    .post-swiper .swiper-button-prev {
        left: 18% !important;
    }

    .post-swiper .swiper-button-next {
        right: 18% !important;
    }

    .bubble-5 {
        top: 19%;
        left: 49%;
    }

    .bubble-4 {
        top: 9%;
        left: 82%;
    }




}




/*---------------------------------
---------ANIMATIONEN CANVAS--------
---------------------------------*/

.animation-hintergrund {
    background-image: url(https://bajog-energiespeicher.de/wp-content/uploads/2024/03/hintergrund.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    padding: 0 100px;
    position: relative;
    height: 100dvh
}

.animation-headline {
    text-align: center;
    letter-spacing: 1px;
    font-size: 50px;
    line-height: 55px;
}

.animation-canvas {
    position: relative;
    height: 800px;
    width: 600px;
    overflow: hidden;
    margin-top: 30px;
}

.transform, .animation-object {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s ease-in-out;
}

.transform.aktiv, .erklaerung.slide-up {
    opacity: 1;
    transform: translateY(0);
}

.transform.aktiv.slide-out, .erklaerung.slide-up.slide-out {
    opacity: 0;
    transform: translateY(-20px);    
}

.milli-delay {
    transition-delay: 0.6s;
}

.delay-one {
    transition-delay: 1s;
}

.delay-two {
    transition-delay: 2s;
}

.no-delay {
    transition-delay: 0s !important;
}

@keyframes pulse {
    0% {
        transform: scaleY(0.95);
        box-shadow: 0 0 0 0 #b3d8fdc6;
    }
    70% {
        transform: scaleY(1);
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scaleY(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #c90000ba;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes strompreis{
    0%{
        opacity: 0;
        transform: translateY(-100px);
    }

    15%{
        opacity: 1;
    }

    85%{
        opacity: 1;
    }

    100%{
        transform: translateY(-200px);
        opacity: 0;
    }
}


/*--------------------------
-------Text & Buttons-------
--------------------------*/

.erklaerung .subheadline {
    display: block;
    margin-bottom: -20px;
}

#main-button {
    position: relative;
    z-index: 4;
}

.button-box {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    width: 400px;
}

#back-button, #forwards-button {
    opacity: 0;
    transform: translateY(40px);
    z-index: 4;
    width: 150px;
}

#back-button.button-sichtbar, #forwards-button.button-sichtbar {
    opacity: 1;
    transform: translateY(0);   
}

#back-button p, #forwards-button p {
    transition: 0.6s;
}

#back-button.not-possible , #forwards-button.not-possible  {
    opacity: 0.2;
}

.relative {
    position: relative;
}

.button-light {
    border: solid 0.5px white;
    box-shadow: 0 0 5px var(--light-blue-shadow);
    padding: 7px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 220px;
}

.text-box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 400px;
}

.text-container {
    position: relative;
    height: 220px;
    width: 400px;
}

.headline-box {
    position: absolute;
    top: 40vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    z-index: 4;
}

.headline-box.aktiv {
    opacity: 1;
}

.erklaerung {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    top: 40px;
    transform: translateY(200px);
    transition: 0.6s ease-in-out;
    width: 400px;
}

.erklaerung.aktiv {
    transform: translateY(0);
    opacity: 1;
}

.erklaerung.slide-out {
    animation-name: text-slide;
    animation-duration: 0.6s;
}


.strompreis {
    position: absolute;
    font-size: 14px;
    font-weight: bold;;
    width: 180px;
    right: -100px;
    animation-duration: 5s;
    animation-delay: 1s;
    opacity: 0;
    color: var(--red);
}

.strompreis.aktiv {
    animation-name: strompreis;
}

/*--------------------------
----------Grafiken----------
--------------------------*/

.animation-grafik {
    position: absolute;
    width: 120px;
    opacity: 0;
    transform: translateY(20px) scale(0.8) rotate(30deg);
    z-index: 3;
}

.grafik-img {
    width: 120px;
    z-index: 2;
}

.animation-grafik.slide-up {
    transform: translateY(0) scale(1) rotate(0);
    opacity: 1;
}

.animation-grafik.slide-out {
    transform: translateY(20px) scale(0.8) rotate(30deg);
    opacity: 0;
}

.grafik-1 {
    top: 150px;
    left: 220px;
}

.grafik-2 {
    top: 450px;
    left: 220px;
}

.grafik-3 {
    top: 300px;
    left: 20px;
}

.grafik-7, .grafik-4 {
    top: 300px;
    left: 420px;
}

.grafik-5, .grafik-6 {
    top: 620px;
    left: 220px;
}

.waves {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    transform: scale(1);
}

.waves.aktiv {
    animation: pulse 1s infinite;
}

.waves.aktiv.red {
   animation: pulse-red 1s infinite;
}

.waves-5.aktiv {
    animation: pulse-red 1s infinite;
}


/*--------------------------
------Animierte Linien------
--------------------------*/

.animation-line {
    opacity: 1;
    transition: 0.6s ease-in-out;
    position: absolute;
    top: 0%;
    left: 0%;
    height: 2px;
    z-index: 2;
    opacity: 0;
    transition: 0.6s ease-in-out;
}

.animation-line.aktiv.lines-out {
    opacity: 0;
}

.line-vertical{
    width: 2px;
}

.animation-line.aktiv {
    opacity: 1;
}

.line-1 {
    top: 115px;
    left: 50%;
    height: 196px;
    transition-delay: 0.6s;
}

.animation-line.lines-out.line-2, .animation-line.lines-out.line-1 {
    transition-delay: 0s;
}

.line-2 {
    top: 186px;
    left: 191px;
    rotate: 45deg;
    height: 178px;
    width: 2px;
    transition-delay: 0.6s;
}

.line-3, .line-4 {
    top: 285px;
    left: 294px;
    width: 190px;
    rotate: 45deg;
}

.line-3 img {
    width: 100%;
    height: 2px;
}

.line-5 {
    left: 294px;
    rotate: -45deg;
    top: 450px;
    width: 190px;
}

.line-6 {
    left: 80px;
    rotate: 45deg;
    top: 450px;
    width: 190px;
}

.line-7 {
    top: 360px;
    width: 390px;
    left: 132px;
}

.line-waves {
    width: 190px;
    height: 2px;
    border-radius: 0;
    animation: pulse-red 1s infinite;
    background-color: var(--red);
    transform: scaleY(1);
}

.line-4.line-waves {
    background-color: var(--light-blue);
    animation-name: pulse-blue 1s infinite;
}





@media(max-width: 1200px) {

    .animation-hintergrund {
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .animation-headline {
        font-size: 40px;
        line-height: 60px;
    }

    .animation-canvas {
        width: 320px;
        height: 43vh;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
    }

    .headline-box {
        width: unset;
        padding: 0 40px;
        width: calc(100vw - 80px)
    }

    .animation-grafik, .grafik-img {
        width: 60px;
        height: 60px;
    }

    .grafik-1 {
        top: 75px;
        left: 130px;
    }
    
    .grafik-2 {
        top: 225px;
        left: 130px;
    }
    
    .grafik-3 {
        top: 150px;
        left: 30px;
    }
    
    .grafik-7, .grafik-4 {
        top: 150px;
        left: 230px;
    }
    
    .grafik-5, .grafik-6 {
        top: 310px;
        left: 130px;
    }

    
.line-1 {
    top: 58px;
    left: 30px;
    height: 100px;

}


.line-2 {
    top: 93px;
    left: 115px;
    rotate: 45deg;
    height: 90px;
}

.line-3, .line-4 {
    top: 142px;
    left: 167px;
    width: 95px;
}

.line-3 img {
    width: 100%;
    height: 2px;
}

.line-5 {
    left: 167px;
    rotate: -45deg;
    top: 225px;
    width: 95px;
}

.line-6 {
    left: 60px;
    top: 225px;
    width: 95px;
}

.line-7 {
    top: 178px;
    width: 211px;
    left: 65px;
}

.waves.line-waves {
    width: 12vw;
    height: 2px;
}
    
.waves {
    width: 60px;
    height: 60px;
}

.button-box {
    width: unset;
    gap: 20px;
}

.erklaerung {
    width: unset;
    padding: 0 40px;
}

.text-box {
    width: unset;
    height: 33vh;
}

.text-box .subhedline {
    font-size: 18px;
}

.text-container {
    height: 260px;
}
}