.ellipse2{
    position: absolute;
    width: 400px;
    height: 400px;
    top: 300px;
    right: 320px;
    z-index: -1;
    background: var(--lightPurple);
    filter: blur(90px);
    opacity: 70%;
}

.heroSection{
    float: left;
    width: 1069.61px;
    padding-top: 70px;
    .heroSectionLeft{
        width: 50%;
        float: left;
        .textHeroSection{
            width: 400px;
            .titleHeroSection{
                background: linear-gradient(270deg, #8CD1D2 14.5%, #8D8CDA 86.51%);
                -webkit-background-clip: text;
                background-clip: text; 
                -webkit-text-fill-color: transparent;
                padding-bottom: 10px;
            }
        }
        .buttonsHeroSection{
            padding-top: 30px;
            width: 500px;
            display: flex;
            justify-content: space-between;
            .buttonPreis{
                background-color: var(--lightPurple);
                border-radius: 40px;
                border: 2px solid var(--lightPurple);
                width: 226px;
            }
            .buttonMehr{
                border-radius: 40px;
                background-color: var(--bgblue);
                border: 2px solid white;
                width: 226px;
            }
        }

    }
    .heroSectionRight{
        float: right;
        padding-top: 5%;
        width: 50%;
        text-align: right;
    }
}

.dienstleistungen{
    float: left;
    padding-top: 10%;
    width: 1069.61px;
    padding-bottom: 200px;
    .heading{
        text-align: center;
    }
    .dienstleistungenLeft{
        padding-top: 10%;
        width: 50%;
        float: left;
        .phone{
            display: flex;
            justify-content: left;
            padding-top: 7%;
        }
        .textLeft{
            padding-top: 20%;
        }
        .textLeftMobile{
            display:none;
        }
    }
    .dienstleistungenRight{
        padding-top: 10%;
        width: 50%;
        float: right;
        .UI{
            text-align: center;
            padding-top: 35%;
            text-align: right;
        }
    }
}

.transformation{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1065px;
    height: 380px;
    background: linear-gradient(270deg, #8CD1D2 14.5%, #8D8CDA 86.51%);
    border-radius: 30px;
    .QuestionTransformation{
        text-align: center;
        margin-top: 35px;
        color: black;
    }
    .transformationCTA{
        text-align: center;
        margin-top: 0;
        margin-bottom: 35px;
    }
    .buttonJetztBuchen{
        background-color: black;
        border-radius: 40px;
        border: 2px solid black;
        width: 226px;
    }
}



/* typical breakpoints: <600, >601, >768, >992, >1200 */

/* Tablet*/

@media only screen and (min-width: 601px) and (max-width: 1200px){
    .ellipse1{
        position: absolute;
        width: 500px;
        height: 500px;
        top: 100px;
        right: 50px;
        z-index: -1;
        background: var(--lightPurple);
        filter: blur(90px);
        opacity: 60%;
    }
    .ellipse2{
        position: absolute;
        width: 500px;
        height: 500px;
        top: 800px;
        right: 200px;
        z-index: -1;
        background: var(--darkBlue);
        filter: blur(60px);
        opacity: 100%;
    }

    .heroSection{
        float: left;
        width: 530px;
        padding-top: 70px;
        .heroSectionLeft{
            width: 50%;
            float: left;
            .textHeroSection{
                width: 187px;
            }
            .buttonsHeroSection{
                padding-top: 30px;
                width: 380px;
                display: flex;
                justify-content: space-between;
                .buttonPreis{
                    background-color: var(--lightPurple);
                    border-radius: 40px;
                    border: 2px solid var(--lightPurple);
                    width: 180px;
                }
                .buttonMehr{
                    border-radius: 40px;
                    background-color: var(--bgblue);
                    border: 2px solid white;
                    width: 180px;
                }
            }
        }
        .heroSectionRight{
            float: right;
            padding-top: 2%;
            width: 50%;
            text-align: right;
            .BildPC{
                width: 240px;
            }
        }
    }

    .dienstleistungen{
        float: left;
        padding-top: 15%;
        padding-bottom: 130px;
        width: 530px;
        .heading{
            text-align: center;
        }
        .dienstleistungenLeft{
            padding-top: 5%;
            width: 50%;
            float: left;
            .phone{
                display: flex;
                justify-content: left;
                padding-top: 20%;
                .phonePic{
                    width: 150px;
                }
            }
            .textLeft{
                padding-top: 40%;
            }
            .textLeftMobile{
                display: none;
            }
        }
        .dienstleistungenRight{
            padding-top: 10%;
            width: 50%;
            float: right;
            .UI{
                text-align: center;
                padding-top: 60%;
                text-align: right;
                .UIPic{
                    width:220px;
                }
            }
        }
        }

    .transformation{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 530px;
        height: 230px;
        background: linear-gradient(270deg, #8CD1D2 14.5%, #8D8CDA 86.51%);
        border-radius: 30px;
        .QuestionTransformation{
            text-align: center;
            margin-top: 25px;
            color: black;
        }
        .transformationCTA{
            text-align: center;
            margin-top: 0;
            margin-bottom: 30px;
        }
        .buttonJetztBuchen{
            background-color: black;
            border-radius: 20px;
            border: 2px solid black;
            width: 200px;
        }
    }    
}


/* Mobile Phone */


@media only screen and (min-width:430px) and (max-width: 600px){
    .ellipse1{
        position: absolute;
        width: 500px;
        height: 500px;
        top: 100px;
        right: 0px;
        z-index: -1;
        background: var(--lightPurple);
        filter: blur(90px);
        opacity: 60%;
    }
    .ellipse2{
        position: absolute;
        width: 500px;
        height: 500px;
        top: 700px;
        right: 0px;
        z-index: -1;
        background: var(--darkBlue);
        filter: blur(60px);
        opacity: 100%;
    }

    .heroSection{
        float: left;
        width: 355px;
        padding-top: 70px;
        .heroSectionLeft{
            width: 50%;
            float: left;
            .textHeroSection{
                width: 187px;
            }
            .buttonsHeroSection{
                padding-top: 30px;
                width: 355px;
                display: flex;
                justify-content: space-between;
                .buttonPreis{
                    background-color: var(--lightPurple);
                    border-radius: 40px;
                    border: 2px solid var(--lightPurple);
                    width: 167px;
                }
                .buttonMehr{
                    border-radius: 40px;
                    background-color: var(--bgblue);
                    border: 2px solid var(--bgblue);
                    width: 167px;
                }
            }
        }
        .heroSectionRight{
            float: right;
            padding-top: 10%;
            width: 50%;
            text-align: right;
            .BildPC{
                width: 160px;
            }
        }
    }

    .dienstleistungen{
        float: left;
        padding-top: 10%;
        padding-bottom: 100px;
        width: 355px;
        .heading{
            text-align: center;
        }
        .dienstleistungenLeft{
            padding-top: 10%;
            width: 50%;
            float: left;
            .phone{
                display: flex;
                justify-content: left;
                padding-top: 40%;
                .phonePic{
                    width: 150px;
                }
            }
            .textLeft{
                display: none;
            }
            .textLeftMobile{
                padding-top: 50%;
                display: block;
            }
        }
        .dienstleistungenRight{
            padding-top: 10%;
            width: 50%;
            float: right;
            .UI{
                text-align: center;
                padding-top: 70%;
                text-align: right;
                .UIPic{
                    width:160px;
                }
            }
        }
        }

    .transformation{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 355px;
        height: 230px;
        background: linear-gradient(270deg, #8CD1D2 14.5%, #8D8CDA 86.51%);
        border-radius: 30px;
        .QuestionTransformation{
            text-align: center;
            margin-top: 25px;
            color: black;
        }
        .transformationCTA{
            text-align: center;
            margin-top: 0;
            margin-bottom: 30px;
        }
        .buttonJetztBuchen{
            background-color: black;
            border-radius: 20px;
            border: 2px solid black;
            width: 200px;
        }
    }    
}



/*small mobile phone*/

@media only screen and (max-width: 429px){

    .ellipse1{
        position: absolute;
        width: 300px;
        height: 400px;
        top: 100px;
        right: 50px;
        z-index: -1;
        background: var(--lightPurple);
        filter: blur(90px);
        opacity: 60%;
    }
    .ellipse2{
        position: absolute;
        width: 400px;
        height: 400px;
        top: 700px;
        right: 0px;
        z-index: -1;
        background: var(--darkBlue);
        filter: blur(60px);
        opacity: 100%;
    }

    .heroSection{
        float: left;
        width: 290px;
        padding-top: 50px;
        .heroSectionLeft{
            width: 50%;
            float: left;
            .textHeroSection{
                width: 135px;
            }
            .buttonsHeroSection{
                padding-top: 30px;
                width: 290px;
                display: flex;
                justify-content: space-between;
                .buttonPreis{
                    background-color: var(--lightPurple);
                    border-radius: 40px;
                    border: 2px solid var(--lightPurple);
                    width: 135px;
                }
                .buttonMehr{
                    border-radius: 40px;
                    background-color: var(--bgblue);
                    border: 2px solid var(--bgblue);
                    width: 135px;
                }
            }
        }
        .heroSectionRight{
            float: right;
            padding-top: 10%;
            width: 50%;
            text-align: right;
            .BildPC{
                width: 150px;
            }
        }
    }

    .dienstleistungen{
        float: left;
        padding-top: 20%;
        padding-bottom: 70px;
        width: 290px;
        .heading{
            text-align: center;
        }
        .dienstleistungenLeft{
            padding-top: 4%;
            width: 50%;
            float: left;
            .phone{
                display: flex;
                justify-content: left;
                padding-top: 40%;
                .phonePic{
                    width: 120px;
                }
            }
            .textLeft{
                display: none;
            }
            .textLeftMobile{
                padding-top: 50%;
                display: block;
            }
        }
        .dienstleistungenRight{
            padding-top: 10%;
            width: 50%;
            float: right;
            .UI{
                text-align: center;
                padding-top: 65%;
                text-align: right;
                .UIPic{
                    width:130px;
                }
            }
        }
        }

    .transformation{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 290px;
        height: 200px;
        background: linear-gradient(270deg, #8CD1D2 14.5%, #8D8CDA 86.51%);
        border-radius: 30px;
        .QuestionTransformation{
            text-align: center;
            margin-top: 25px;
            color: black;
        }
        .transformationCTA{
            text-align: center;
            margin-top: 0;
            margin-bottom: 30px;
        }
        .buttonJetztBuchen{
            background-color: black;
            border-radius: 20px;
            border: 2px solid black;
            width: 150px;
        }
    }    
}




