.login_ag_header{
    font-weight: normal;
}
.headersup{
    font-weight: 600;
}
.login_ag_inputwrapper{
    height: 23rem;
    justify-content: space-between;
    width: 47%;
    position: relative;
}
.patch{
    width: 15rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -40%);
    z-index: -10;
}
.index_underliner{
    color: #8f8f8f;
}
.csrdlogo{
    width:12rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.index_hakenwrapper{
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    width: 100%;
}
.hakentext{
    font-size: clamp(.6rem,3vw,1rem);
}
.hakencontainer{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: 1rem;
}
.regi_now_button{
    margin-top: .2rem;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 15px;
    color: white;
    font-size: 1.2rem;
    background-size: 200% 200%;
    background: #2E29D5;
    background: -moz-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: -webkit-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: linear-gradient(90deg, #2E29D5 0%, #F5770C 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b31c2",endColorstr="#d66b2e",GradientType=1);
}
.regi_now_button:visited{
    color:white;
}
.erstgespraech{
    width: min(85vw, 101rem);
    margin-top: 5rem;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
}
.erstgebut{
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background: #2E29D5;
    background: -moz-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: -webkit-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: linear-gradient(90deg, #2E29D5 0%, #F5770C 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b31c2",endColorstr="#d66b2e",GradientType=1);
    background-size: 100% 100%;
    background-position-x: 44%;
    color: white;
    border-radius: 15px;
    font-weight: bold;
    transition: .4s all linear;
}
.erstgebut:hover{
    cursor: pointer;
    background-size: 400% 400%;
    background-position-x:0%;
}
.indexag_cwrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}
.indexag_cinner{
    width: min(80rem, 90vw);
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

/*Write us section----------------------------------------------------*/
.header_sup_top{
    margin-bottom: 5rem;
}
.wrapperhalfersup{
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: flex-start;
}
.wrappersup{
    box-sizing: border-box;
    padding: 1rem;
    height: 14rem;
    border-radius: 20px;
    background-color: #D6D4F7;
    width: 40%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.email-button{
    padding: .6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #2E29D5;
    color: white;
    border-radius: 20px;
}
.indexag_videotext{
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    color: #4B4949;
    text-decoration: underline;
}
.indexag_videotext:hover{
    color: #2B2929;
}
.indexag_buttonwrapper{
    padding-top: 2rem;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
    gap: 2rem;
}
.indexag_bookcall{
    padding: .8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background: #2E29D5;
    background: -moz-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: -webkit-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: linear-gradient(90deg, #2E29D5 0%, #F5770C 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b31c2",endColorstr="#d66b2e",GradientType=1);
    background-size: 100% 100%;
    background-position-x: 44%;
    color: white;
    border-radius: 15px;
    font-weight: bold;
    transition: .4s all linear;
}
.indexag_bookcall:hover{
    cursor: pointer;
    background-size: 400% 400%;
    background-position-x:0%;
}
.indexag_regist{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding: .8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1px solid #4B4949;
    color: #4B4949;
    border-radius: 15px;
    font-weight: bold;
    cursor: pointer;
}
.indexag_regist:hover{
    order: 1px solid #2B2929;
    color: #2B2929;
}
.videooverlay{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1000000000;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
}
.videoframe{
    position: relative;
    background-color: white;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    width: 80%;
    height: 100vh;
}
.videocloseline{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    justify-items: center;
    align-items: center;
}
.closevid{
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    top: 5%;
    right: 5%;
}
.closevidx{
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
}
.video{
    z-index: 10;
    width: 90%;
}
.videox{
    width: 50%;
}
/*Section 1-----------------------------------------------------------*/
.section{
    margin-top: 6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.board{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    width: min(80rem,90vw);
}
.sectionheader{
    font-size: 2.4rem;
}
.partnerwrapper{
    margin-top: 3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.partnercontainer{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 30%;
    height: 10rem;
    border-radius: 17px;
    background: #ffffff;
    box-shadow:  22px 22px 50px #dfdfdf,
                0px 0px 17px #ffffff;
}
.partnerpic{
    width: 16rem;
}
/*Section2------------------------------------------------------*/
.secwrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.textwrapper{
    width: 50%;
    gap: 1.5rem;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
}
.blueheader{
    color: #2E29D5 ;
    font-size: 1.2rem;
    margin: 0;
}
.partheader{
    margin: 0;
    font-size: 2rem;
}
.parttext{
    margin: 0;
    font-size: 1rem;
    color: #8f8f8f;
}
.partbutton{
    margin: 0;
    padding: 1.3rem;
    padding-right: 4rem;
    padding-left: 4rem;
    border: 2px solid #2E29D5;
    color: #2E29D5;
    border-radius: 35px;
    transition: .6s all linear;
}
.partbutton:hover{
    cursor: pointer;
    color: white;
    box-shadow: inset 1000px 0px #2E29D5;
}
.secpic{
    width: clamp(30rem,37vw,45rem);
}
.sec2pic{
    transform: translateX(88px) translateY(50px);
}
.sec3piccsrd{
    transform: translateY(100px) translateX(-88px);
}
.sec3pic{
    transform: translateX(-88px);
}
.reverse{
    flex-direction: row-reverse;
}
.sec3{
    margin-top: 0rem;
}
.borderwrapper{
    padding-top: 2rem;
    padding-bottom: 3rem;
    width: min(80rem,90vw);
    border-radius: 25px;
    background-color: #D6D4F7;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}
.borderheader{
    color: #020176;
    font-size: 2rem;
    text-align: center;

}
.infowrapper{
    margin-top: 2rem;
    width: 90%;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.infocontainer{
    width: 33.33%;
    height: 15rem;
    display: flex;
    justify-content: flex-end;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}
.sec5icon{
    width: 10rem;
}
.infotext{
    text-align: center;
    font-size: 1.2rem;
    color:#020176 ;
}
.wichsidewrapper{
    display: none;
    position: fixed;
    top: 0;
    height: 100lvh;
    width: 100%;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
.wichside{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    width: min(100vh, 40rem);
    background-color: white;
    border-radius: 25px;
    padding: 2rem;
    box-sizing: border-box;
}
.topline{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    justify-items: center;
    align-items: center;
}
.closewichside{
    font-size: 1.2rem;
    font-weight: bold;
}
.closewichside:hover{
    cursor: pointer;
}
.wichsidetext{
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
.wichbuttonwrapper{
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: 3rem;
}
.whichsidebutton{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: .6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #2E29D5;
    border-radius: 20px;
}
.whichsidebutton:hover{
    cursor: pointer;
    background-color: #0E09b5;
}

/*AG Seite Neuer input-----------------------------------------------------------------------------------------------------------------------------------*/
.indexag_headwrapper{
    margin-top:8rem;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: flex-start;
    width: min(85vw, 101rem);
}
.indexag_headleft{
    width: 40%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
}
.indexag_headleftcsrd{
    width: 45%;
}
.indexag_header{
    width: 100%;
    margin: 0;
    font-size: 3.5rem;
}
.indexag_underliner{
    width: 100%;
    font-size: 1.2rem;
    color: #959191;
}
.indexag_hakenwrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.indexag_hakencon{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: .3rem;
}
.indexag_headpoint{
    margin: 0;
}
.indexag_headpic{
    width: 40%;
}
.indexag_headpiccsrd{
    width:50%;
}
.indexag_account{
    width: 40%;
    font-size: 1.6rem;
    font-weight: bold;
}
.indexag_cwrapper{
    margin-top: 5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}
.indexag_cinner{
    width: min(80rem, 90vw);
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: flex-start;
}
.indexag_cpic{
    width: 35%;
}
.indexag_ctextside{
    width: 40%;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
}
.indexag_cheader{
    margin:0;
    font-weight: bold;
    font-size: 1.8rem;
}
.indexag_ctext{
    font-size: 1.2rem;
    color:#959191;
}
.bordergardient{
    border-radius: 25px;
    padding: 2px;
    background: #2E29D5;
    background: -moz-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: -webkit-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: linear-gradient(90deg, #2E29D5 0%, #F5770C 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b31c2",endColorstr="#d66b2e",GradientType=1);
}
.black{
    color: black;
}
.cborderwrapper{
    padding-top: 2rem;
    padding-bottom: 3rem;
    width: min(80rem,90vw);
    border-radius: 25px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}
.cpartbutton{
    margin: 0;
    padding: 1.3rem;
    padding-right: 4rem;
    padding-left: 4rem;
    color: #2E29D5;
    border-radius: 35px;
    transition: .6s all linear;
    background-color: white;
}
.cpartbutton:hover{
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}
.cpartbutton:hover .impwhite{
     background: white;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
.cpartbutgardient{
    padding: 1px;
    border-radius: 35px;
    background: #2E29D5;
    background: -moz-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: -webkit-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: linear-gradient(90deg, #2E29D5 0%, #F5770C 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b31c2",endColorstr="#d66b2e",GradientType=1);
}
.extgespr{
    justify-content:space-between;
    margin-top: 5rem;
}
/*AN Seite Neuer input-----------------------------------------------------------------------------------------------------------------------------------*/
.indexan_dinner{
    flex-direction: row;
    justify-content: space-between;
}
.indexan_dpic{
    width: 30rem;
}
.indexan_dright{
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
    width: 45%;
    gap: 1rem;
}
.indexan_dheader{
    font-size: 2.4rem;
    font-weight: bold;
    margin:0;
}
.indexan_dtext{
    font-size: 1rem;
    margin: 0;
    color: #959191;
}
.indexan_dpiccon{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: .8rem;
}
.indexan_darpic{
    width: 2rem;
}
.indexan_dartext{
    font-weight: bold;
}
.indexan_dbut{
     margin-top: .2rem;
    padding: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 15px;
    color: white;
    font-size: 1rem;
    background: #2E29D5;
    background: -moz-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: -webkit-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: linear-gradient(90deg, #2E29D5 0%, #F5770C 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b31c2",endColorstr="#d66b2e",GradientType=1);
    transition: .4s all ease-in;
}
.indexan_dbut:hover{
    background-position-x: 100%;
    background-size: 200% 200%;
    cursor: pointer;
}
.anheadindex{
    font-size: 3rem;
    width: 47%;
}
/*Preiseseite nologin--------------------------------------------------------------------------------------------*/
.indexpreisag_hakenwrapper{
    justify-content: flex-start;
    gap: 2rem;
}
.preiseag_wrapper{
    margin-top: 5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.preiseag_innerwrapper{
    width: min(80rem,90vw);
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    font-weight: bold;
}
.preiseag_textbox{
    width: 25%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
}
.carousel {
    position: relative;
    width: 65%;
    overflow: hidden;
}
.carousel_mobile{
    display: none;
}
.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}
.carousel-item {
    min-width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    justify-items: center;
    align-items: flex-start;
}
.preiseag_preiscon{
    width: 40%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #cecece;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
}
.preiseag_preiscon:hover{

}
.preiseag_headertext{
    margin-bottom: 0;
    font-size: 1.6rem;
    text-align: center;
    height: 4.5rem;
    line-height: 1.2rem;
}
.preiseag_underliner{
    margin: 0;
    font-size: 1rem;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.preiseag_desctext{
    height: 3rem;
}

.preiseag_nextwrapper{
    align-self: stretch;
    width: 10%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}
.preiseag_arrow{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background: #2E29D5;
    background: -moz-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: -webkit-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: linear-gradient(90deg, #2E29D5 0%, #F5770C 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b31c2",endColorstr="#d66b2e",GradientType=1);
    cursor: pointer;
}
.preiseag_arrowpic{
    width: 70%;
}
.preiseagtext{
    margin: 0;
}
.hoverinfo{
    border: 1px solid black;
    border-radius: 50%;
}
.preiseag_infowrapper{
    margin-top: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.preiseag_innerwrapper{
    width: min(80rem,90vw);
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.preiseag_infoleft{
    width: 50%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
}
.preiseag_infoheader{
    font-size: 2.2rem;
    margin: 0;
}
.preiseag_infounderliner{
    color: #909090;
    font-size: 1rem;
    margin: 0;
}
.preiseag_inforegibut{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background: #2E29D5;
    background: -moz-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: -webkit-linear-gradient(180deg, #2E29D5 0%, #F5770C 75%);
    background: linear-gradient(90deg, #2E29D5 0%, #F5770C 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b31c2",endColorstr="#d66b2e",GradientType=1);
    cursor: pointer;
    border-radius: 20px;
    transition: .4s all linear;
}
.preiseag_inforegibut:hover{
    background-size: 300% 300%;
    background-position-x: 100%;
}
.preiseag_inforegibuttext{
    color: white;
    margin: 0;
    font-size: 1rem;
}
.preiseag_inforegibutpic{
    width: 1rem;
    filter: brightness(0) invert(100%);
}
.preiseag_inforight{
    width: 50%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.preiseag_infopic{
    width: 100%;
}
.carmobilunderline{
    color: #090909;
    font-size: .6rem;
}
.preiseagcarshow{
    display:none;
}
@media only screen and (max-width: 1700px) {
    .indexag_header{
        font-size: 2.5rem;
    }
}
@media only screen and (max-width: 1500px) {
    .login_ag_pic{
        display: initial;
        width: min(30rem, 95vw);
    }
    .login_ag_inputwrapper{
        height: auto;
        gap: 0;
    }
    .indexag_headpic{
        width: 45%;
    }
    .indexag_headpiccsrd{
        width: 50%;
    }
    .wrapperhalfersup{
        flex-direction: column;
        gap: 1rem;
    }
    .wrappersup{
        width: 100%;
        height: 16rem;
    }
    .patch{
        position: initial;
        transform: translate(0);
        margin: auto;
    }
    .login_ag_header{
        font-size: 2.5rem;
    }
    .regi_now_button{
        margin-bottom: 2rem;
    }
    .login_ag_underliner{
        width: min(30rem, 95vw);
    }
    .login_ag_botwrapper{
        transform: translateY(50px);
        align-items: flex-end;
    }
    .indexag_account{
        width: 40%;
    }
    .preiseag_desctext{
        margin: 0;
        height: 6rem;
    }
    .huerstbut{
        width: 95%;
    }

}
@media only screen and (max-width: 1475px) {
    .sec2pic{
        transform: translateX(0px) translateY(50px);
    }

}
@media only screen and (max-width: 1472px) {
    .indexag_buttonwrapper{
        flex-direction: column;
    }
}
@media only screen and (max-width: 1400px) {
    
    .indexag_account{
        width: 40%;
    }
    
}
@media only screen and (max-width: 1350px) {
    .indexag_headwrappercsrd{
        align-items: center;
    }
}
@media only screen and (max-width: 1300px) {
    .videox{
        width: 80%;
    }
    .indexag_ctext{
        font-size: 1rem;
    }
    .indexag_cheader{
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 1200px) {
    .indexag_account{
        font-size: 1.2rem;
    }
    .indexan_dpic{
        width: 28rem;
    }
    .preiseag_desctext{
        height: 7rem;
    }
}
@media only screen and (max-width: 1150px) {
    
}
@media only screen and (max-width: 1100px) {
    .indexag_headwrappercsrd{
        gap: 3rem;
    }
    .csrdlogo{
        margin: 0;
    }
    .indexag_headpic{
        width: 70%;
    }
    .indexag_headpiccsrd{
        width: 70%;
    }
    .indexag_headleft{
        width: 80vw;
        align-items: center;
    }
    .erstgespraech{
        align-items: center;
        justify-content: center;
    }
    .extgespr{
        flex-direction: column;
        text-align: center;
        gap: .6rem;
    }
    .indexag_account{
        width: 100%;
        font-size: 1rem;
    }
    .regi_now_button{
        font-size: .8rem;
        border-radius: 15px;
    }
    .index_underliner{
        text-align: center;
    }
   .partnerwrapper{
        flex-direction: column;
        gap: 3rem;
   } 
   .partnercontainer{
    width: min(40rem, 90vw);
   }
   .sectionheader{
        font-size: 1.6rem;
   }
   .partnerpic{
        width: 12rem;
   }
   .login_ag_inputwrapper{
    width: 80%;
   }
   .login_ag_botwrapper{
    flex-direction: column;
    align-items: center;
   }
   .erstgespraech{
    justify-items: center;
   }
   .indexag_header{
    font-size: 2.5rem;
    text-align: center;
   }
   .indexag_headwrapper{
    justify-content: center;
    align-items: center;
    flex-direction: column;
   }
   .indexag_headpic{
    margin-top: 2rem;
    width:80%;
   }
   .indexag_headpiccsrd{
    width: 80%;
   }
   .indexag_underliner{
    font-size: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
   }
   .indexag_headpoint{
    font-size: .8rem;
   }
   .indexag_hakencon{
    align-items: center;
   }
   .indexag_underliner{
        text-align: center;
    }
    .indexag_hakenwrapper{
        justify-content: center;
        gap: 1rem;
    }
    .indexag_cheader{
        font-size: 1.4rem;
    }
    .indexag_ctext{
        font-size: 1rem;
    }
    .indexag_cpic{
        width: 20rem;
    }
    .indexag_cpic{
        width: 25rem;
    }
    .indexag_ctextside{
        width: 50%;
    }
    .indexag_cinner{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }
    .indexag_ctextside{
        text-align: center;
        width: 95%;
    }
    .indexag_cheader{
        width: 100%;
        text-align: center;
    }
    .indexag_cpic{
        width: 50%;
    }
    .indexan_dheader{
        font-size: 1.6rem;
    }
    .indexan_dright{
        width: 50%;
    }
    .preiseag_infoheader{
        font-size: 2rem;
    }
}
@media only screen and (max-width: 1000px) {
    .indexag_headleft{
        width: 80vw;
        align-items: center;
    }
    .preiseag_nextwrapper{
        width: 5%;
    }
    .carousel{
        width: 70%;
    }
    .preiseag_arrow{
        width: 40px;
        height: 40px;
    }
    .preiseagtext{
        font-size: .55rem;
    }
    .indexag_headwrapper{
        margin-top: 4rem;
    }
}
@media only screen and (max-width: 950px) {
    .login_ag_pic{
        transform: translate(0);
    }
    .secwrapper{
        text-align: center;
        flex-direction: column;
        gap: 2rem;
    }
    .secpic{
        width: min(95vw,40rem);
        transform: translate(0);
    }
    .sec3piccsrd{
        margin-bottom: -20%;
        pointer-events: none;
    }
    .textwrapper{
        width: min(90%, 40rem);
    }
    .partheader{
        width: 100%;
        font-size: 1.6rem;
    }
    .partbutton{
        margin: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .blueheader{
        width: 100%;
    }
    .infowrapper{
        flex-direction: column;
    }
    .infocontainer{
        width: 80%;
        height: auto;
    }
    .borderheader{
        font-size: 1.6rem;
    }
    .infotext{
        font-size: 1rem;
    }
    .bordertype{
        margin: 0;
    }
    .index_underliner{
        width: 100%;
    }
    .hakenpic{
        width: 2rem;
    }
    .login_ag_botwrapper{
        transform: translate(0);
    }
    .indexan_dinner{
        flex-direction: column;
    }
    .indexan_dright{
        justify-items: center;
        align-items: center;
        text-align: center;
    }
    .indexan_dpic{
        width: 90%;
    }
    .textwrapper{
        justify-content: center;
        align-items: center;
    }
    .preiseag_desctext{
        height: auto;
        padding-top: .8rem;
        padding-bottom: .8rem;
        font-size: .8rem;
    }
    .preiseagcarhide{
        display: none;
    }
    .preiseag_preiscon{
        width: 70%;
    }
    .infopic{
        width: 1rem;
    }
    .preiseagcarshow{
        display: flex;
    }
    .preisag_infowrapholder{
        flex-direction: column;
    }
    .preiseag_infoleft{
        align-items: center;
    }
    .preiseag_infounderliner{
        text-align: center;
    }
    .preiseag_infoheader{
        text-align: center;
    }
    .preiseag_infoleft{
        width: 90vw;
    }
    .preiseag_inforight{
        width: 90vw;
    }
}
@media only screen and (max-width: 870px) {
    .anheadindex{
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .login_ag_header{
        font-size: 1.6rem;
    }
    .regi_now_button{
        padding: .6rem;
        padding-left: 2rem;
        padding-right: 2rem;
        background-color: #2E29D5;
        color: white;
        border-radius: 10px;
    }
    .login_ag_inputwrapper{
        width: 95%;
    }
    .erstgebut{
        font-size: .8rem;
    }
    .erstgespraech{
        margin-top: 5rem;
    }
    .indexag_hakenpic{
        width: 2rem;
    }

}
@media only screen and (max-width: 700px) {
    .indexag_cpic{
        width: 80%;
    }
    .indexan_dright{
        width: 100%;
    }
    .indexag_buttonwrapper{
        flex-direction: column;
    }
}
@media only screen and (max-width: 500px) {
    .indexag_header{
        font-size: 2rem;
    }
    .indexag_hakenwrapper{
        flex-direction: column-reverse;
    }
    .indexag_headpic{
        width: 100%;
    }
    .sectionheader{
        text-align: center;
    }
}






