:root {
    --color-background: #F5F5F5;
    --color-gold: #DAA520;
    --color-green-light: #98D195;
    --color-green-dark: #127729;
    --color-green-gradient-start: #45B15E;
    --color-green-gradient-end: #127729;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-gray-light: #E1E1E1;
    --color-gray-dark: #333333;
    --color-gray-medium: #808080;
    --color-red: #DC143C;
    --color-yellow: #FFC500;
    --color-pink: #F52779;
    --color-orange: #DA7248;
    --color-brown: #CE0000;
    --color-purple: #6EA173;
    --color-blue: #D0FDEA;
    --color-blue-light: rgba(182, 217, 193, 0.89);
    --color-blue-dark: rgba(73, 177, 100, 0.79);
    --color-silver: #CECDD2;
    --color-border: #D0CFD4;
}

/*=== google fonts ===*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    src: url(../fonts/FuturaMedium.ttf);
    font-family: "Futura";
}

body {  
    background: var(--color-background);
    font-family: helvetica;
}

/* 
    font-family: "Inter", sans-serif; 
    font-family: "Roboto", sans-serif;
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    
}

/*=== Basic css ===*/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 34px;
    border-radius: 50%;
    background: var(--color-gold); 
    text-align: center; 
    font-size: 16px;
    color: var(--color-white);
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid var(--color-gold);
    z-index: 8888;    
}

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

/*=== Main css ===*/

.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

/*=======================
    Header-area start 
=========================*/

.icon-bar a span i {
    font-size: 25px;
    color: var(--color-green-dark);
    margin-top: 40px;
}

.header-top {
    background: var(--color-white);
    padding: 20px 0;
}

.header-top-flex {
    display: flex;
    justify-content: space-between;
}

.header-logo a img {
    width: 120px;
}

.login-area {
    text-align: center;
    padding-top: 50px;
}

.login-area form {
    position: relative;
}

.login-area h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: var(--color-green-dark);
    margin-bottom: 7px;
}

.login-area form button {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    background: linear-gradient(90deg, var(--color-green-gradient-start) 0%, var(--color-green-gradient-end) 100%);
    border-radius: 24px;
    padding: 13px 69px 13px 100px;
    border: none;
    color: var(--color-white);
}

.login-area img {
    width: 30px;
    position: absolute;
    bottom: 11px;
    left: 13px;
}

.login-area a {
   color: var(--color-green-dark);
}

.login-area a:hover {
   text-decoration: underline;
}

.offcanvas-body {
    background: var(--color-green-light);
}

.offcanvas-body ul li {
    margin-bottom: 15px;
}

.ofcanvas-list {
    margin-top: 30px;
}

.offcanvas-body ul li a {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--color-white);
}

.offcanvas-body ul li a:hover {
    color: #ddd;
    transition: 0.3s ease-in-out;
}

/*=======================
    menu area start 
=========================*/

.header-area {
    background: var(--color-green-gradient-start);
    padding: 11px 0;
}

.menu-item {
    text-align: right;
}

.menu-item ul li {
    display: inline-block;
    margin-right: 39px;
}

.menu-item ul li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: var(--color-white);
    border: 1px solid transparent;
}

.menu-item ul li a:hover,
#active {
    color: #ddd;
    border-bottom: 1px solid #ddd;
    transition: 0.6s ease all;
}

/*=======================
    kontact-area start 
=========================*/

.kontack-area {
    background: var(--color-green-light);
    padding: 89px 0 131px;
}

.kontack-ctn h1 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 59.54px;
    line-height: 1.5;
    text-align: center;
    color: var(--color-white);
}

/* mobile kontact area */

.kam-mobile {
    background: var(--color-green-light);
    padding: 89px 0 168px;
}

.kam-mobile h1 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 59.54px;
    line-height: 1.5;
    text-align: center;
    color: var(--color-white);
}

/*=======================
    address-area start 
=========================*/

.address-area {
    background: #F7F5FA;
    padding: 60px 0 110px;
}

.address-left {
    background: var(--color-white);
    padding: 30px 30px 30px 30px;
}

.address-left h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    color: #212529;
    margin-bottom: 38px;
}

.address-left ul {
    padding: 0;
    margin-bottom: 49px;
}

.address-left ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-black);
    margin-bottom: 3px;
    text-align: left;
}

.address-left ul li a {
    color: var(--color-green-dark);
}

.address-left ul li a:hover {
    text-decoration: underline;
}

.link-zone a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-black);
    margin-bottom: 2px;
}

.address-right {
    padding: 59px 51px 95px 51px;
    background: var(--color-white);
}

.address-right h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 51px;
}

.adress-form-left input {
    width: 100%;
    border: none;
    background: var(--color-gray-light);
    border: 1px solid var(--color-gray-light);
    border-radius: 5px;
    margin-bottom: 22px;
    padding: 15px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #6C757D;
} 

.adress-form-right textarea {
    width: 100%;
    height: 123px;
    border: none;
    background: var(--color-gray-light);
    border: 1px solid var(--color-gray-light);
    border-radius: 5px;
    margin-bottom: 22px;
    padding: 15px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #6C757D;
}

.robot-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.robot-img a img {
    width: 308px;
}

.senden-ctn a {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    background: linear-gradient(90deg, var(--color-green-gradient-start) 0%, var(--color-green-gradient-end) 100%);
    padding: 15px 55px;
    border-radius: 45px;
    color: var(--color-white);
}

/*=======================
    footer-area start 
=========================*/

.footer-area {
    background: linear-gradient(90deg, var(--color-green-gradient-start) 0%, var(--color-green-gradient-end) 100%);
    padding: 30px 0;
}

.footer-left {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-logo img {
    width: 100%;
}

.footer-list ul {
    padding: 0;
    margin: 0;
}

.footer-list ul li {
    display: inline-block;
}

.footer-list ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: var(--color-white);
    margin-right: 19px;
}

.footer-list ul li a:hover {
    color: #ddd;
    transition: 0.3s ease-in-out;
}

.footer-right {
    text-align: right;
}

.footer-right ul {
    padding: 0;
    margin: 0;
    margin-top: 7px;
}

.footer-right ul li {
    display: inline-block;
    margin-left: 14px;
}

.footer-right ul li a i {
    font-size: 26px;
    color: var(--color-white);
}

.footer-right ul li a i:hover {
    color: var(--color-yellow);
    transition: 0.3s ease-in-out;
}

.footer-right p {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: var(--color-white);
    margin-top: 1px;
}

/*=======================
   Homepage start here
=========================*/

/*=======================
    neu-area start here
=========================*/

.neu-area {
    padding: 30px 0 0;
}

.neu-left img {
    width: 100%;
}

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

.neu-heading h1 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 63.85px;
    line-height: 1.3;
    color: var(--color-white);
}

.neu-center h1 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 63.85px;
    line-height: 1.3;
    color: var(--color-white);
}

.neu-center h2 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 42.54px;
    line-height: 1.4;
    color: var(--color-white);
    margin-bottom: 33px;
}

.werden-zone a {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: var(--color-white);
    padding: 11px 50px;
    background: linear-gradient(90deg, var(--color-green-gradient-start) 0%, var(--color-green-gradient-end) 100%);
    border-radius: 32px;
}

.neu-center h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-white);
    margin-top: 43px;
}

.neu-right img {
    width: 240px;
}

/*==========================
    unsere-area start here
============================*/

.unsere-area {
    padding: 60px 0 30px;
}

.unsere-zone {
    margin-bottom: 40px;
    text-align: center;
}

.unsere-left {
    background: var(--color-white);
}

.tages-area {
    background: var(--color-green-dark);
    padding: 9px 59px 11px;
    display: flex;
}

.tages-ctn p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-white);
    margin-left: 10px;
    margin-right: 5px;
}

.unsere-img1 {
    padding: 15px 0 0;
    text-align: center;
    position: relative;
}

.unsere-img1 img {
    width: 273px;
    height: 273px;
}

.unsere-img1 h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-white);
    background: var(--color-green-dark);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.selber-flex {
    display: flex;
    padding: 20px 10px 15px 15px;
}

.short-flex {
    min-height: 193px;

}

.selber-zone {
    padding: 20px 10px 29px 15px;
}

.selber-left h5 {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.2;
    color: var(--color-green-dark);
    margin-bottom: 8px;
}

.selber-left h5 a{
    color: var(--color-green-dark);
}
.selber-left h5 a:hover{
    text-decoration: underline;
}

.selber-left small {
    font-weight: 500;
    font-size: 16px;
    color: #777777;
}

.selber-left small span,  .selber-left small a{
    color: var(--color-pink);
}

.selber-left small a:hover{
    text-decoration: underline;
}

.selber-right h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #F1BD42;
}

.jetzt-link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-white);
    background: var(--color-green-dark);
    padding: 13px 16px;
    border-radius: 25px;
}

.jetzt-link a i {
    font-size: 12px;
    margin-right: 10px;
}

.selber-left {
    width: 189px;
    min-height: 224px;
}

.selber-right {
    width: 155px;
}

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

.selber-right p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #777777;
}

.color-chang {
    color: var(--color-red) !important;
}

.message-link a {
    color: var(--color-white);
    font-size: 20px;
    background: var(--color-green-dark);
    padding: 5px 30px;
    border-radius: 40px;
    text-align: center;
}

.country-flag {
    background: linear-gradient(90deg, var(--color-green-gradient-start) 0%, var(--color-green-gradient-end) 100%);
    padding: 15px 15px 10px;
}

.country-flag ul {
    padding: 0;
    margin: 0;
}

.country-flag ul li {
    margin-bottom: 2px;
}

.country-flag ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: var(--color-white);
}

.country-flag ul li a img {
    width: 21px;
    margin-right: 5px;
}

.unsere-center {
    margin-top: 44px;
}

.unsere-img2 {
    padding: 30px 0 0;
}

.unsere-img2 h6 {
    background: var(--color-brown);
}

.spricht-link a {
    font-size: 15px;
    padding: 13px 8px;
    background: var(--color-brown);
}

.message-link2 a {
    background: var(--color-brown);
}

.unsere-img3 img {
    width: 273px;
    height: 267px;
    object-fit: cover;
}

.unsere-img3 h6 {
    background: var(--color-orange);
}

.spricht-link-zone a {
    background: var(--color-orange);
}

.message-link2-zone a {
    background: var(--color-orange);
}

.unsere-img4 h6 {
    background: #777777;
}

.Pause-link-zone a {
    background: #777777;
}

.message-link2-area a {
    background: #777777;
}

/*==========================
    live-area start here
============================*/

.live-area {
    padding: 0 0 70px;
}

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

.live-area-main {
    margin-top: 80px;
}

.live-left h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    color: var(--color-green-dark);
    margin-bottom: 20px;
}

.video-zone {
    background: var(--color-white);
    padding: 30px 100px;
}

.video-zone img {
    width: 100%;
    cursor: pointer;
}

.jedan-flex {
    display: flex;
    gap: 30px;
    margin-top: 25px;
}

.plus-img img {
    width: 100px;
}

.somtag-live p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #777777;
    margin-bottom: 3px;
}

.live-right h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    color: var(--color-green-dark);
    margin-bottom: 20px;
}

.member-box {
    background: var(--color-white);
    padding: 39px 20px;
}

.member-box h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    color: var(--color-green-dark);
    margin-bottom: 20px;
}

.member-box ul, .zugangi-left ul {
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
}

.member-box ul li, .zugangi-left ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-black);
    margin-bottom: 6px;
}

.member-box ul li img, .zugangi-left ul li img {
    width: 15px;
    margin-right: 5px;
}

/*==========================
    zugangi-area start here
============================*/

.zugangi-area {
    padding: 0 0 91px;
}

.zugangi-ctn h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    color: var(--color-green-dark);
    margin-bottom: 20px;
}

.zugangi-left {
    background: var(--color-white);
    padding: 16px 16px 4px 16px;
}

.zugangi-left h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: var(--color-green-dark);
    margin-bottom: 20px;
}

.zugangi-left, .zugangi-center, .zugangi-right{
    min-height: 400px;
}

.zugangi-left2{
    min-height: 280px;
}

.soft-box {
    margin-bottom: 36px;
    padding-left: 42px;
}

.chf-flex {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

.chf-flex span img {
    width: 21px;
}

.chf-flex-fast a {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color-black);
}

.chf-flex-fast h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-gray-dark);
}

.chf-flex-fast h6 {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-gray-dark);
}

.zugangi-center {
    background: var(--color-white);
    padding: 25px 15px 20px;
}

.zugangi-center h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: var(--color-green-dark);
    margin-bottom: 5px;
}

.phone-link {
    text-align: center;
    margin-bottom: 9px;
}

.phone-link a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--color-black);
}

.anonym-box h6 {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 17px; 
}

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

.anonym-zone a {
    font-size: 16px;
    padding: 8px 20px;
}

.brand-zone {
    text-align: center;
    margin-top: 20px;
}

.brand-zone ul {
    padding: 0;
    margin: 0;
}

.brand-zone ul li {
    display: inline-block;
    margin-right: 14px;
}

.extra-brand {
    margin-right: 0 !important;
}

.zugangi-right {
    position: relative;
}

.jetzt-img img {
    width: 100px;
    position: absolute;
    top: -67px;
    right: 0;
}

.zugangi-right {
    background: var(--color-white);
    padding: 25px 18px 58px 22px;
}

.zugangi-right h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: var(--color-green-dark);
    margin-bottom: 40px;
}

.werden-zone p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: var(--color-gray-dark);
    margin-bottom: 36px;
}

/*==========================
    poragraph-area start here
============================*/

.poragraph-area {
    padding: 0 0 113px;
}

.inner-peragraph {
    background: var(--color-white);
    padding: 50px 46px 40px 40px;
}

.inner-peragraph h6 {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2;
    color: #212529;
    margin-bottom: 25px;
}

.inner-peragraph p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: var(--color-black);
    margin-bottom: 22px;
}

/*==========================
    details-page start here
============================*/

/*==========================
.advisor-pin start here
============================*/

.advisor-pin {
    background: linear-gradient(90deg, var(--color-blue) 0%, var(--color-blue-light) 51%, var(--color-blue-dark) 100%);
    padding: 49px 0 0;
}

.advisor-main {
    display: flex;
    gap: 66px;
}

.advisor-fast img {
    width: 323px;
}

.advisor-second h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: var(--color-white);
    margin-bottom: 9px;
}

.advisor-second h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-white);
    margin-bottom: 23px;
    max-width: 726px;
}

.advisor-second p {
    background: var(--color-purple);
    padding: 15px 40px 15px 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color-white);
    margin-bottom: 20px;
    max-width: 795px;
}

/*==========================
   lorem-area start here
============================*/

.lorem-area {
    padding: 30px 0;
}

.lorem-left {
    background: var(--color-white);
    padding: 50px 37px 74px;
    text-align: center;
}

.lorem-left img {
    width: 222px;
    margin-bottom: 20px;
}

.jetzt-anrufen a {
    width: 100%;
}

.lorem-left h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-black);
    margin-bottom: 10px;
}

.schreiben-zone-small a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #28A745;
    background: #F7F5FA;
    padding: 10px 10px;
    border-radius: 25px;
}

.schreiben-zone a {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #28A745;
    background: #F7F5FA;
    padding: 13px 53px;
    border-radius: 25px;
}

.schreiben-zone a i {
    margin-right: 5px;
}

.lorem-left p {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: var(--color-black);
    margin-top: 11px;
}

.lorem-left h3 {
    
    color: var(--color-green-dark);
   
}

.lorem-right {
    background: var(--color-white);
    padding: 55px 57px 71px 40px;
    text-align: left;
}

.lorem-right p {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    color: var(--color-gray-dark);
    margin-bottom: 37px;
}

.lorem-pera {
    margin-bottom: 0 !important;
}

.lorem-main {
    margin-bottom: 30px;
}

.lorem-main-second {
    margin-top: 30px;
}

.qualifikationen-zone {
    background: var(--color-white);
    padding: 16px 16px 16px;
    min-height: 280px;
}

.qualifikationen-zone h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--color-green-dark);
    margin-bottom: 43px;
}

.qualifikationen-zone p {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    /*text-align: center;*/
}

.quality-zone {
    padding: 16px 16px 16px;
}

.quality-zone span {
    color: var(--color-green-dark);
}

.list-hearts i {
    
    color: #F1BD42;
    padding-right: 4px;
}

.feedback-stars {
    
    display: inline-flex;
    padding-left: 0 !important;
}

/*==========================
    email-area start here
============================*/

.email-area {
    background: linear-gradient(90deg, var(--color-green-gradient-start) 0%, var(--color-green-gradient-end) 100%);
    padding: 49px 0 60px;
}

.email-ctn h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    color: var(--color-white);
    margin-bottom: 35px;
}

.fast-email {
    background: var(--color-white);
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}

.fe-content h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: var(--color-green-dark);
}

.fe-ctn-link a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-white);
    background: linear-gradient(90deg, var(--color-green-gradient-start) 0%, var(--color-green-gradient-end) 100%);
    padding: 9px 23px 9px 30px;
    border-radius: 25px;
}

.second-email {
    margin-top: 15px;
}

.fe-content2 h4 {
    margin-left: 80px;
}

/*=============================
    bewertungen-area start here
===============================*/

.bewertungen-area {
    padding: 59px 0 80px;
}

.bewertungen-ctn h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    color: var(--color-green-dark);
    margin-bottom: 48px;
}

.bewart-flex {
    display: flex;
    gap: 21px;
    width: 270px;
    background: var(--color-white);
    padding: 10px 16px 10px 22px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.icon-zone ul {
    padding: 0;
    margin: 0;
}

.icon-zone ul li {
    display: inline-block;
}

.icon-zone ul li a i {
    font-size: 18px;
    color: #F1BD42;
}

.color-change a i {
    color: var(--color-silver) !important;
}

.number-zone h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: var(--color-gray-medium);
}

.schrei-link {
    margin-top: 17px;
    margin-bottom: 17px;
}

.schrei-link a {
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: var(--color-white);
    padding: 10px 21px 10px 30px;
    background: linear-gradient(90deg, var(--color-green-gradient-start) 0%, var(--color-green-gradient-end) 100%);
    border-radius: 25px;
}

.bewertungen-left p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: var(--color-gray-medium);
    max-width: 251px;
}

.review-zone {
    display: flex;
    gap: 43px;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 35px;
}

.review-left {
    max-width: 270px;
}

.review-left img {
    width: 161px;
}

.review-left h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-gray-medium);
    margin-top: 12px;
}

.review-right {
    max-width: 663px;
}

.review-right h6 {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    color: var(--color-gray-medium);
}

.review-zone2 {
    margin-top: 18px;
}

/*=============================
    0900 number
===============================*/

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

