@charset "utf-8";
/* CSS Document */

/* ===================================================
   VORTEILE
=================================================== */

.vorteile-intro{

background:#ffffff;

}

.vorteile-intro h2{

font-size:2.8rem;
font-weight:700;
color:#222;
margin-bottom:25px;

}

.vorteile-intro p{

font-size:1.15rem;
line-height:1.9;
color:#666;
max-width:850px;
margin:auto;

}

.section-subtitle{

display:inline-block;
color:#d60000;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;
margin-bottom:15px;
}

/* ================================ */

.awi-vorteile{

background:#f7f7f7;

}

/* ================================ */

.vorteil-card{

background:#ffffff;
padding:45px 35px;
border-radius:18px;
height:100%;
text-align:center;

box-shadow:
0 10px 30px rgba(0,0,0,.08);

transition:.35s;

}

/* ================================ */

.vorteil-card:hover{

transform:translateY(-10px);

box-shadow:
0 20px 45px rgba(0,0,0,.15);

}

/* ================================ */

.icon-circle{

width:90px;
height:90px;

border-radius:50%;

background:#d60000;

color:#fff;

display:flex;
align-items:center;
justify-content:center;

margin:auto auto 30px;

font-size:34px;

transition:.35s;

}

.vorteil-card:hover .icon-circle{

transform:rotate(360deg);

background:#222;

}

/* ================================ */

.vorteil-card h3{

font-size:1.45rem;
margin-bottom:20px;
color:#222;
font-weight:700;

}

.vorteil-card p{

color:#666;
line-height:1.8;
font-size:1rem;

}

/* ===================================================
   COUNTER
=================================================== */

.awi-counter{

    background:
    linear-gradient(rgba(20,20,20,.85),
    rgba(20,20,20,.85)),
    url("../images/vorteile-counter.jpg")
    center center;

    background-size:cover;
    background-attachment:fixed;

    padding:110px 0;

    color:#ffffff;

}

.counter-box{

    padding:25px;

}

.counter-number{

    font-size:3.6rem;

    font-weight:700;

    color:#d60000;

    margin-bottom:20px;

}

.counter-box h4{

    color:#ffffff;

    font-size:1.35rem;

    margin-bottom:15px;

}

.counter-box p{

    color:#d5d5d5;

    line-height:1.8;

}

/* ===================================================
   CTA
=================================================== */

.awi-cta{

    padding:100px 0;

    background:#ffffff;

}

.awi-cta h2{

    font-size:2.8rem;

    color:#222;

    margin-bottom:30px;

    font-weight:700;

}

.awi-cta p{

    max-width:760px;

    margin:auto;

    margin-bottom:40px;

    color:#666;

    line-height:1.9;

    font-size:1.15rem;

}

/* ===================================================
   BUTTON
=================================================== */

.btn-awi{

    display:inline-block;

    background:#d60000;

    color:#ffffff;

    padding:18px 45px;

    border-radius:50px;

    font-weight:600;

    letter-spacing:1px;

    text-decoration:none;

    transition:.35s;

}

.btn-awi:hover{

    background:#222222;

    color:#ffffff;

    text-decoration:none;

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(0,0,0,.25);

}

/* ===================================================
   ABLAUF
=================================================== */

.awi-ablauf{

    background:#f8f8f8;

}

.step-card{

    position:relative;

    background:#fff;

    border-radius:18px;

    padding:45px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.step-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.step-number{

    position:absolute;

    top:18px;

    right:18px;

    width:40px;

    height:40px;

    border-radius:50%;

    background:#d60000;

    color:#fff;

    font-weight:700;

    line-height:40px;

}

.step-card i{

    font-size:3rem;

    color:#d60000;

    margin-bottom:25px;

}

.step-card h3{

    font-size:1.4rem;

    margin-bottom:20px;

    color:#222;

}

.step-card p{

    color:#666;

    line-height:1.8;

}



/* ===================================================
   VERSPRECHEN
=================================================== */

.awi-versprechen{

    background:#ffffff;

}

.awi-versprechen img{

    border-radius:18px;

}

.awi-versprechen h2{

    margin-bottom:25px;

    font-size:2.6rem;

    color:#222;

}

.awi-versprechen p{

    color:#666;

    line-height:1.9;

    margin-bottom:30px;

}

.promise-list{

    list-style:none;

    padding:0;

    margin:0;

}

.promise-list li{

    margin-bottom:18px;

    font-size:1.1rem;

    color:#444;

}

.promise-list i{

    color:#d60000;

    margin-right:12px;

}



/* ===================================================
   RESPONSIVE
=================================================== */

@media (max-width:991px){

.awi-versprechen{

text-align:center;

}

.promise-list{

display:inline-block;

text-align:left;

}

}



@media (max-width:767px){

.step-card{

padding:35px 25px;

}

.awi-versprechen h2{

font-size:2rem;

}

}.subtitel {
	margin-top:100px;
}
