/**
 *
 * @author Deniz Cengiz, dc@rehbrand.de
 * @copyright (c) 2016, Rehbrand GmbH, www.rehbrand.de
 * 
*/



/* dc-btn */

.dc-btn {
    font-size: 18px;
    font-weight: 400;
    padding: 14px 20px;
    border-radius: 4px;
    background: #23aae1;
    /*opacity: 0.8;*/
    -webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
    color: #fff;
}

.dc-btn:hover,
.dc-btn:focus {
    /*opacity: 1;*/
	background: #ffc800;
    color: black;
}





/* dc-fancy-title */

.dc-fancy-title {
    clear: both;
    display: table;
    margin: 0 0 40px;
    overflow: hidden;
}

.dc-fancy-title.dc-fancy-title-centered,
.dc-fancy-title-centered .divider-container {
    display: block;
    text-align: center;
}

.dc-fancy-title-centered .divider-pat {
    width: 50%;
    margin: 0 auto;
}

.dc-fancy-title h1,
.dc-fancy-title h2,
.dc-fancy-title h3,
.dc-fancy-title h4,
.dc-fancy-title h5,
.dc-fancy-title h6 {
    float: left;
    margin: 0 !important;
    padding: 0 15px 0 0 !important;
    white-space: pre;
}

.dc-fancy-title-centered h1,
.dc-fancy-title-centered h2,
.dc-fancy-title-centered h3,
.dc-fancy-title-centered h4,
.dc-fancy-title-centered h5,
.dc-fancy-title-centered h6 {
    float: none;
    text-align: center;
    color: #23aae1 ;
}

.divider-container {
    clear: both;
    display: table-cell;
    padding-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.divider-pat {
    background: rgba(0, 0, 0, 0) url("../img/border-element.png") repeat-x scroll center center;
    border: medium none;
    display: block;
    height: 8px;
    width: 100%;
}

.divider-line {
    border-bottom: 1px solid #e7e6e6;
}

@media all and (max-width: 767px) {
    .dc-fancy-title,
    .divider-container {
        display: block;
    }

    .dc-fancy-title h1,
    .dc-fancy-title h2,
    .dc-fancy-title h3,
    .dc-fancy-title h4,
    .dc-fancy-title h5,
    .dc-fancy-title h6 {
        white-space: pre-wrap;
    }
}











/* dc-content-box */

.dc-content-box {
    clear: both;
    position: relative;
}

.dc-content-box.dc-content-box-center {
    padding: 45px 20px 20px;
    border-radius: 4px;
}

.dc-content-box.dc-content-box-noIcon {
    padding: 0 20px 20px;
}

.dc-content-box-center {
    margin-top: 20px;
    text-align: center;
}

.dc-content-box-center .dc-content-box-icon {
    margin-bottom: 10px;
}

.dc-content-box-center .dc-content-box-icon .ht-icon {
    box-sizing: content-box;
    float: none;
    left: 50%;
    margin: 0 0 0 -42px;
    position: absolute;
    top: -42px;
}

.dc-content-box-left .dc-content-box-icon .ht-icon {
    float: left;
    height: 36px;
    margin: 0 10px 0 0;
    width: 36px;
}

.ht-icon.large-icon {
    font-size: 32px;
    margin: 5px 0;
}

.dc-content-box-left .ht-icon.large-icon {
    font-size: inherit;
    text-align: center;
}

.ht-icon {
    color: #444;
    display: inline-block;
}

.dc-content-box-center .dc-content-box-icon .ht-icon i {
    font-size: 48px;
    height: 84px;
    line-height: 84px;
    width: 84px;
    background-color: #23aae1 ;;
    color: #fff;
    border-radius: 50%;
}

.dc-content-box-left .dc-content-box-icon .ht-icon i {
    font-size: 17px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    background-color: #eee;
    color: #333;
    border-radius: 50%;
}

.dc-content-box .dc-content-box-content .dc-content-box-title {
    border: medium none;
    clear: none;
    font-size: 17px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0;
    position: relative;
    color: #23aae1 ;;
}

.dc-content-box.dc-content-box-left .dc-content-box-title {
    line-height: 34px;
    margin-bottom: 7px;
}

.dc-content-box-left .dc-content-box-content p {
    padding-left: 46px;
}





/* dc-milestone */

.dc-milestone {
    text-align: center;
}

.dc-milestone .dc-milestone-number {
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    color: #23aae1 ;;
}

.dc-milestone span {
    display: block;
}








/* dc-cta */

.dc-cta-holder {
    display: table;
    width: 100%;
}

.dc-cta {
    position: relative;
    display: table-row;
    width: 100%;
    text-align: center;
}

.dc-cta-text-holder,
.dc-cta-btn-holder {
    display: table-cell;
    vertical-align: middle;
}

.dc-cta-text-holder {
    width: 60%;
    padding: 5% 0 5% 5%;
    text-align: left;
}

.dc-cta-text-holder p {
    margin-top: 20px;
}

.dc-cta-btn-holder {
    width: 40%;
    text-align: right;
    padding-right: 5%;
}


@media all and (max-width: 767px) {
    .dc-cta-holder,
    .dc-cta,
    .dc-cta-text-holder,
    .dc-cta-btn-holder {
        display: block;
    }

    .dc-cta-text-holder,
    .dc-cta-btn-holder {
        width: 100%;
        text-align: center;
        padding: 5%;
    }

    .dc-cta-btn-holder {
        padding-top: 0;
    }
}