/*CSS Datei für alle style inhalte der Index Seite*/
/*Section1--------------------------------------------------------------------------------------------------------------------------*/
/*Section1--------------------------------------------------------------------------------------------------------------------------*/
/*Section1--------------------------------------------------------------------------------------------------------------------------*/
/* Desktop: ab 950px */
@media (min-width: 950px) {
  .in_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .in_gridscrool {
    display: contents; /* Grid-Layout bleibt erhalten */
  }

  .in_logo {
    width: 100%;                 /* verhindert, dass Logos zu breit werden */
    max-width: 100%;             /* begrenzt die Logo-Größe */
    max-height: 80px;            /* optional, je nach gewünschter Höhe */
    display: block;
    object-fit: contain;
    height: auto;
    cursor: pointer;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
}

/* Mobile & Tablet: bis 949px */
@media (max-width: 949px) {
  .in_grid {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    scrollbar-width: thin;           /* Firefox */
  scrollbar-color: transparent transparent;
  }

  .in_grid::-webkit-scrollbar {
  height: 4px;                     /* Chrome, Safari */
}

.in_grid::-webkit-scrollbar-track {
  background: transparent;
}

.in_grid::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

  .in_gridscrool {
    display: flex;
    gap: 20px;
    width: max-content;
    min-width: 100%;
  }

  .in_logo {
    flex-shrink: 0;
    width: 120px;                /* fixe Breite fürs Scrollverhalten */
    max-width: 100%;
    max-height: 80px;            /* gleiche Höhe wie oben */
    object-fit: contain;
    height: auto;
    cursor: pointer;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
}

/* Gemeinsames Styling */
.in_logo:hover {
  filter: grayscale(0%);
}

.in_logo2 {
  max-width: 90%;
}
.in_section1{
    
}
.video-wrapper{
    width: 80%;
    border: 10px solid black;
    border-radius: 32px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.in_sec1_videotext{
    width: 80%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    margin-bottom: .4rem;
}
.in_sec1_text{
    margin: 0;
}
.in_sec1_left{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    width: 60%;
    flex-direction: column;
    gap: 1.4rem;
}
.in_sec1_right{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-end;
    flex-direction: column;
    width: 40%;
    gap: .6rem;
}
.in_sec1_head{
    font-size: 48px;
}
.in_sec1_headhigh{
    position: relative;
    color: #3A296D;
}
.in_headunderline{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(300%);
}
.in_searchkk_wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.dropdown {
  position: relative;
  display: inline-block;
  width: 75%;
}
.in_selectkk_button{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 25%;
    background-color: #3A296D;
    padding-top: 14px;
    padding-bottom: 14px;
    box-sizing: border-box;
    color: white;
    border-radius: 0px 8px 8px 0px;
    transition: background-color .4s linear;
}
.in_selectkk_button:hover{
    cursor: pointer;
    background-color: #765cc1;
}
.selected-value {
  padding: 13px;
  border: 1px solid #ccc;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px 0px 0px 8px;
  color: #667085;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  box-sizing: border-box;
}
.dropdown-content input {
  width: 100%;
  padding: 8px;
  border: none;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.dropdown-content div.option {
  padding: 8px;
  cursor: pointer;
}
.dropdown-content div.option:hover {
  background-color: #f1f1f1;
}
.in_arow-down_icon{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
/*ergänzt am 03.04.25*/
.in_sec1_revwrapper {
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
}
.in_sec1_revpic {
    width: 120px;
}
.in_sec1_revtext {
    margin: 0;
    color: #1D2433;
}
.in_sec1_revbox {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: 8px;
}
.in_sec1_revrate {
    margin: 0;
    color: #1d2433;
}
.in_sec1_rateboxstar {
    width: 20px;
}
.in_sec1_rateboxgo {
    margin: 0;
    color: #1d2433;
    font-weight: normal;
}
/*ergänzt am 03.04.25*/
/*ergänzt am 16.05.2025 ergänzung fiona inputbox zum tipper*/
.in_sec1_vorschlagbox {
    position: absolute;
    background-color: #fff;
    width: calc(75% - 2px);
    max-height: 150px;
    overflow-y: auto;
    z-index: 1000;
}
.in_sec1_vorschlag {
    padding: 10px;
    cursor: pointer;
    color: #474A73;
    font-size: var(--Typography-link2);
}
.in_sec1_vorschlag:hover,
.in_sec1_vorschlag.highlighted {
    background-color: #EEECFB;
}
.highlight {
    font-weight: bold;
}
.in_sec1_searchwrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    position: relative;
}
.in_sec1_conbox{
    width: 75%;
}
.in_sec1_searchinput{
    width: 100%;
    padding: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px 0px 0px 8px;
    color: #667085;
    font-size: 16px;
}
/*ergänzt am 16.05.2025 ergänzung fiona inputbox zum tipper*/
/*Mobile--------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1170px) {
    .in_sec1_head{
        font-size: 34px;
        line-height: 44px;
    }
    .in_sec1_right{
        width: 35%;
    }
    .in_sec1_left{
        width: 65%;
    }
    .in_sec1_text{
        font-size: 16px;
    }
    .in_sec1_videotext{
        font-size: 14px;
    }
    .video-wrapper{
        border-width: 6px;
    }
}
@media only screen and (max-width: 950px) {
    .in_sec1{
        flex-direction: column;
        gap: 80px;
    }
    .in_sec1_left{
        width: 100%;
    }
    .in_sec1_right{
        width: 100%;
        align-items: center;
    }
    .video-wrapper{
        width: 60%;
    }
    .in_sec1_videotext{
        width: 100%;
    }
    .in_section1{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .in_sec1_revwrapper {
        font-size: 14px;
    }
}
@media only screen and (max-width: 750px) {
    .video-wrapper{
        width: 100%;
    }
    .in_sec1_head{
        font-size: 30px;
        line-height: 40px;
    }
    .in_section1{
        padding-top: 2rem;
    }
}
@media only screen and (max-width: 650px) {
    .dropdown{
        width: 60%;
        font-size: 14px;
        
    }
    .in_sec1_searchinput{
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .in_sec1_vorschlagbox {
        width: calc(65% - 2px);
    }
    .selected-value{
        padding-top: 14px;
        padding-bottom: 14px;
        padding-right: 30px;
        white-space: nowrap;       /* Kein Zeilenumbruch */
        overflow: hidden;          /* Inhalt über Rahmen hinaus wird ausgeblendet */
        text-overflow: ellipsis;
    }
    .in_arow-down_icon{
        right: 10px;
    }
    .in_selectkk_button{
        font-size: 14px;
        width: 40%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 500px) {
    .in_sec1_head{
        line-height: 36px;
        font-size: 26px;
    }
}
/*Section2--------------------------------------------------------------------------------------------------------------------------*/
/*Section2--------------------------------------------------------------------------------------------------------------------------*/
/*Section2--------------------------------------------------------------------------------------------------------------------------*/
.in_sec2_headerbox{
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.in_sec2_headtext{
    text-align: center;
    margin: 0;
    color: #6C717B;
}
.in_sec2_linewrapper{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    gap: 100px;
}
.in_sec2{
    position:relative;
    flex-direction: column;
    gap: 40px;
}
.midline{
    height:100%;
    width: 2px;
    background-color: rgb(58 41 109 / 15%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.filline{
    position:absolute;
    height: 20%;
    top: 0;
    background-color:#3A296D;
    width:2px
}
.in_sec2_infobox_r {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    justify-items: center;
    align-items: flex-start;
}
.in_sec2_infobox_l {
    display: flex;
    justify-content: flex-end;
    justify-items: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-right: auto;
}
.in_sec2_lastbox{
    padding-bottom: 80px;
}
.in_sec2_num {
    width: 10%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    background-color: white;
    z-index: 1;
    color: #3A296D;
    line-height: 60px;
    padding: 10px;
    box-sizing: border-box;
}
.in_sec2_textbox {
    padding-top: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
    width: 45%;
    gap: .8rem;
}
.in_sec2_infohead {
    margin: 0;
    font-size: 34px;
    font-weight: bold;
}
.in_sec2_infotext {
    font-size: 16px;
    color: #6C717B;
    margin: 0;
}
@media only screen and (max-width: 1170px) {
  .in_sec2_infohead{
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 950px) {
    .in_section2{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
@media only screen and (max-width: 900px) {
    .in_sec2_infobox_l{
        flex-direction: row;
        justify-content: flex-start;
    }
    .in_sec2_infobox_r{
        justify-content: flex-start;
    }
    .midline{
        left: 5%;
    }
    .in_sec2_textbox{
        width: 90%;
        padding-left: 20px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 750px) {
  .in_sec2_infohead{
    font-size: 20px;
    line-height: 30px;
  }
  .in_sec2_num{
    font-size: 50px;
    line-height: 50px;
  }
  .in_section2{
    padding-top: 2rem;
   }
}
@media only screen and (max-width: 650px) {
    .in_sec2_num{
        font-size: 35px;
        line-height: 35px;
    }
    .in_sec2_lastbox{
        padding-bottom:40px;
    }
    .in_sec2_linewrapper{
        gap: 70px;
    }
}
@media only screen and (max-width: 500px) {
  .in_sec2_infohead{
    line-height: 32px;
    font-size: 22px;
  }
}
/*Section3--------------------------------------------------------------------------------------------------------------------------*/
/*Section3--------------------------------------------------------------------------------------------------------------------------*/
/*Section3--------------------------------------------------------------------------------------------------------------------------*/
.in_section3{}
.in_sec3{
    align-items: stretch;
}
.in_sec3_leftbox{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
}
.in_sec3_pic{
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}
.in_sec3_rightbox{
    width: 50%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 50px;
}
.in_sec3_toptextbox{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}
.in_sec3_boxtext{
    margin: 0;
    color: #6C717B;
}
.in_sec3_midbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.in_sec3_infocon{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
}
.in_sec3_infohead{
    font-weight: bold;
    font-size: 48px;
    color: #3A296D;
    margin: 0;
}
.in_sec3_infotext{
    color: #3A296D;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
.in_sec3_botbut{
    color: white;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #3A296D;
    border-radius: 35px;
    transition: background-color .4s linear;
}
.in_sec3_botbut:hover{
    cursor: pointer;
    background-color: #765cc1;
}
@media only screen and (max-width: 1350px) {
    .in_sec3_infohead{
        font-size: 34px;
    }
    .in_sec3_rightbox{
        gap: 30px;
    }
}
@media only screen and (max-width: 1170px) {
    .in_sec3_infohead{
        font-size: 24px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 950px) {
    .in_sec3{
        flex-direction: column;
        gap: 60px;
    }
    .in_sec3_leftbox{
        width: 100%;
    }
    .in_sec3_pic{
        width: 100%;
    }
    .in_sec3_rightbox{
        width: 100%;
    }
    .in_sec3_toptextbox{
        width: 100%;
    }
    .in_sec3_mobile{
        display: none;
    }
    .in_sec3_midbox{
        justify-content: flex-start;
        gap: 5%;
    }
    .in_section3{
        padding-top: 3rem;
    }
}
@media only screen and (max-width: 500px) {
    .in_sec3_midbox{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .in_sec3_infocon{
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 5px;
        padding-bottom: 15px;
        box-sizing: border-box;
        border-bottom: 1px solid rgb(58 41 109 / 15%);
    }
    .in_sec3_infotext{
        font-size: 20px;
        line-height: 30px;
    }
    .in_sec3_infohead{
        font-size: 20px;
        line-height: 30px;
    }
}
/*Section4--------------------------------------------------------------------------------------------------------------------------*/
/*Section4--------------------------------------------------------------------------------------------------------------------------*/
/*Section4--------------------------------------------------------------------------------------------------------------------------*/
.in_section4{
    padding-top: 1rem;
}
.slider-wrapper {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.slider-viewport {
    overflow: hidden;
    width: 90%;
}
.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slide {
    flex: 0 0 20%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Einheitliche Höhe */
}
.slide img {
    width: auto;
    height: 80px;
    max-width: 70%;
    object-fit: contain;
    display: block;
    background-color: white;
    padding: 5px;
    border-radius: 8px;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: none;
    color: #878787;
    border: none;
    padding: 16px;
    cursor: pointer;
    font-size: 24px;
    user-select: none;
}
.arrow.left {
    left: 0;
}
.arrow.right {
    right: 0;
}
@media (max-width: 1024px) {
  .slide {
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 600px) {
  .slide {
    flex: 0 0 50%;
  }
}
/*Section5--------------------------------------------------------------------------------------------------------------------------*/
/*Section5--------------------------------------------------------------------------------------------------------------------------*/
/*Section5--------------------------------------------------------------------------------------------------------------------------*/
.in_section5{
    background-color: #EBEEFF;
}
.in_sec5{
    flex-direction: column;
}
.in_sec5_headerbox{
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.in_sec5_headtext{
    text-align: center;
    width: 55%;
    margin: 0;
    color: #6C717B;
}
/* Wrapper passt sich Eltern an */
.in_sec5_slider_wrapper {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}
.in_sec5_slider_track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.in_sec5_slide {
    flex: 0 0 33.3333%;
    filter: grayscale(100%);
    transition: transform 0.3s ease, filter 0.3s ease;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}
.in_sec5_slide.in_sec5_active {
    transform: scale(1.1);
    filter: none;
}
.in_sec5_slide_content {
    width: 60%;
    background-color: green;
    margin: 10px;
    padding: 40px;
    border-radius: 35px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 23px 0px;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}
.in_sec5_arrowwrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.in_sec5_arrowpicl{
    width: 2rem;
    transform: rotate(90deg);
}
.in_sec5_arrowpicr{
    width: 2rem;
    transform: rotate(270deg);
}
.in_sec5_arrow {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background: none;
    border: 1px solid #878787;
    cursor: pointer;
    margin: 10px;
    border-radius: 50%;
}
.in_sec5_infopic{
    width: 120px;
}
.in_sec5_infohead{
    font-size: 20px;
    font-weight: bold;
    color: #1D2433;
}
.in_sec5_infotext{
    height: 300px;
    font-size: 14px;
    color: rgba(29, 36, 51, 0.65);
}
@media (max-width: 999px) {
  .in_sec5_slide {
    flex: 0 0 100%;
  }
  .in_sec5_head{
    text-align: center;
  }
  .in_sec5_headtext{
    width: 100%;
  }
  .in_sec5_slide_content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .in_sec5_infohead{
    margin: 0;
  }
  .in_sec5_slide_content{
    width: 80%;
  }
  .in_sec5{
    gap: 20px;
  }
}

@media (min-width: 1000px) {
  .in_sec5_slide {
    flex: 0 0 33.3333%;
  }
}
/*Section6--------------------------------------------------------------------------------------------------------------------------*/
/*Section6--------------------------------------------------------------------------------------------------------------------------*/
/*Section6--------------------------------------------------------------------------------------------------------------------------*/
.in_section6{
    background-color: #EBEEFF;
    padding-top: 0;
}
.in_sec6{
    flex-direction: column;
    gap: 70px;
}
.in_sec6_headwrapper{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
}
.in_sec6_faqwrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: stretch;
}
.in_sec6_faql{
    width: 48%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}
.in_sec6_showpic{
    border-radius: 32px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.in_sec6_faqr{
    width: 48%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.in_sec6_acoritem{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 24px;
    background-color: white;
    padding: 24px;
    box-sizing: border-box;
}
.in_sec6_accortopline{
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.in_sec6_accorhead{
    margin: 0;
    font-size: 22px;
    font-weight: bolder;
    color: #1D2433;
}
.in_sec6_accorarrow{
    cursor: pointer;
    width: 22px;
}
.in_sec6_accorcontent{
    display: flex;
    height: 0;
    overflow: hidden;
    justify-content: flex-start;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
}
.in_sec6_accortext{
    font-size: 16px;
    color: #6C717B;
}
.in_sec6_accorbut{
    color: white;
    font-size: 16px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 35px;
    background-color: #3a296d;
    transition: background-color .4s linear;
    cursor: pointer;
}
.in_sec6_accorbut:hover{
    background-color: #765CC0;
}
.in_sec6_acoritem.active .in_sec6_accorcontent {
    height: auto;
    transition: max-height 0.5s ease;
    overflow: hidden;
    margin-top: 12px;
}

.in_sec6_accorcontent {
    transition: max-height 0.5s ease, margin-top 0.5s ease;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
}
.in_sec6_acoritem.active .in_sec6_accorarrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.in_sec6_accorarrow {
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 1150px) {
    .in_sec6_accorhead{
        font-size: 20px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .in_sec6_faqwrapper{
        flex-direction: column;
        gap: 10px;
    }
    .in_sec6_faql{
        width: 100%;
    }
    .in_sec6_faqr{
        width: 100%;
    }
    .in_sec6_showpic{
        width: 100%;
    }
    .in_sec6{
        gap: 20px;
    }
}
@media only screen and (max-width: 700px) {
   .in_sec6_accorhead{
        font-size: 18px;
        line-height: 18px;
    } 
}
/*Section7--------------------------------------------------------------------------------------------------------------------------*/
/*Section7--------------------------------------------------------------------------------------------------------------------------*/
/*Section7--------------------------------------------------------------------------------------------------------------------------*/
.in_sec7{
    flex-direction: column;
    gap: 60px;
}
.in_sec7_head{
    text-align: center;
}
.go_headertext{
    color: #3A296D;
}
.go_wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.first_box{
    width: 25%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    gap: .1rem;
}
.stars_head{
    width: 10rem;
}
.golo_first{
    width: 7rem;
}
.gofi_head{
    font-weight: bold;
    text-transform: uppercase;
    color: #1D2433;
    margin: 0;
}
.gofi_extra{
    color: #1D2433;
    margin: 0;
}
.go_content{
    width: 24%;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 1.2rem;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 23px 0px;
}
.goco_head{
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.goco_hleft{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: .3rem;
}
.gocoprofil_con{
    font-weight: bold;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3A296D;
    color: white;
}
.goco_name{
    color: #1D2433;
    font-weight: bold;
}
.goloku_con{
    width: 1.6rem;
}
.goco_mid{
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
    gap: .4rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    box-sizing: border-box;
}
.conmid_stars{
    width: 5rem;
}
.gomid_veri{
    width: 1rem;
}
.goco_text{
    width: 100%;
    color: #1D2433;
    text-align: left;
    font-size: .8rem;
    margin: 0;
    height: 5.5rem;
}
.goco_readmore{
    width: 100%;
    cursor: pointer;
    font-size: .9rem;
    text-align: left;
    margin-top: .2rem;
    color: #1D2433;
}
@media only screen and (max-width: 1210px) {
    .go_wrapper{
        flex-direction: column;
        gap: 10px;
    }
    .first_box{
        width: 100%;
        margin-bottom: 1rem;
    }
    .go_content{
        width: 100%;
    }
    .goco_text{
        height: auto;
        font-size: 16px;
    }
    .goco_hleft{
        gap: 10px;
    }
    .goco_name{
        font-size: 16px;
    }
    .goco_readmore{
        margin-top: 10px;
    }
}
