
/*################ Leistung #####################*/
.leistung-img {
    width: 100%;
    height: auto;
    padding: 8px;
    border-radius: 15%;
    border-style:dashed;
    border-color: #00A651;
    }

.leistung-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    }

.leistung-box-left {
    min-width: 400px;
    flex: 3;
    }

.leistung-box-right {
    flex: 2;
    }

.leistung-box-right-text {
    padding: 40px;
    align-items: center;
    }

.leistung-button {
    padding: 20px;
    }

.leistung-btn {
    background-color: #00A651;
    color: #FFFFFF;
    border: #FFFFFF 2px solid;
    border-radius: 8px;
    padding: 10px;
    }

.leistung-btn:hover {   
    background-color: #FFFFFF;
    color: #00A651;
    border: #00A651 4px solid;
    font-style: oblique;
    }
