
/*--------coaching.html------*/

.sub-page1 .banner-caption {
    padding: 0;
}

.single-coaching .banner-part .test-blog-outer {
    margin-top: 0;
    padding: 50px 0px 50px;
}

.test-blog-title.left-align {
    text-align: left;
}

.test-blog-title.center-align {
    text-align: center;
}

.test-blog-title h1 {
    position: relative;
    padding-bottom: 5px;
    overflow-wrap: break-word;
}

.test-blog-title h1:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 1);
    height: 1px;
}

.test-blog-title.left-align h1:after {
    left: 0;
    transform: translate(0);
    bottom: 0;
    width: 224px;
}

.test-blog-title.center-align h1:after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60%;
}

.test-blog-title p {
    margin-bottom: 0;
}

.following-blog {
    width: 100%;
    display: block;
    position: relative;
    padding: 40px 0 0 0;
}

h6.underline {
    color: #9cc536;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h6.underline:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 225px;
    height: 1px;
    background: rgba(92, 92, 92, 0.6);
}

.following-blog p a {
    color: #9cc536;
}

.following-blog-img {
    text-align: center;
}

.green-color {
    color: #9cc536;
}

.mark-list p {
    margin-bottom: 5px;
}

.noodle-blog {
    width: 100%;
    display: block;
}

.noodle-info {
    width: 100%;
    display: block;
    position: relative;
}

.noodle-img {
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.mohr-blog {
    width: 100%;
    display: block;
}

.mohr-blog .content-title h2 {
    padding-bottom: 25px;
    margin-bottom: 28px;
}

.mohr-blog p {
    margin-bottom: 0;
}

.mohr-img {
    margin-bottom: 35px;
}

.mohr-blog.center-align {
    text-align: center;
}

.mohr-blog.center-align .mohr-img {
    margin-top: 20px;
    margin-bottom: 0;
}

.mohr-blog.center-align p {
    margin-bottom: 20px;
}

.main-btn.main-btn1.mr-bottom {
    margin-bottom: 15px;
}





.coaching-detail-img {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.coaching-detail-info {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}

.coaching-detail-info p {
    margin-bottom: 25px;
}





/*-----------coaching-ubericht.html-------*/

.gallery-portfolio-outer {
    margin-left: -15px;
    margin-right: -15px;
}
.gallery-portfolio {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0;
}

.grid {
    width: 100%;
    display: inline-block;
}

.grid-item {
    display: inline-block;
    float: left;
}

.medium-grid {
    width: 33.3%;
    display: inline-block;
    float: left;
    padding: 8px 15px;
}

.gallery-portfolio figure {
    margin-bottom: 0;
}

.gallery-portfolio figcaption {
    background: #5c5c5c;
    color: #fff;
    padding: 15px 15px;
    text-transform: uppercase;
    line-height: 1.3;
}

.seen-page {
    float: left;
}

.seen-page p {
    margin-bottom: 0;
}
