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


/*===============================
        Kleine Boxen
===============================*/
.boxen {
    padding-top: 70px;
    padding-bottom: 100px;
}

.boxen .fa {
    color: #c2c2c2;
    font-size: 30px;
    text-align: center;
}

.boxen h3,
.boxen h3 a {
    text-transform: uppercase;
    margin-top: -10px;
    color: #737373;
    font-size: 1.25rem;
}

.boxen h3 a:hover {
	color: #0e6d2b;
}
.boxen h4 {
	text-transform: uppercase;
	/*letter-spacing: 0.15em;*/
	color: #C7C7C7;
	font-size: 1rem;
	margin-bottom: -25px;
	line-height: 0.25em;
}
.boxen .box-1,
.boxen .box-2,
.boxen .box-3 {
    padding-left: 30px;
    padding-right: 30px;
}

/*.boxen p a {*/
.boxen .dlico {
    position: absolute;
    bottom: -46px;
    right: -38px;
}

.boxen .row .box {
		background-color: rgba(255, 255, 255, 0.85);
	margin-bottom: 20px;
}
.boxen .box {
    box-shadow: 0 0 25px rgba(0, 0, 0, .15) !important;
    padding: 30px 20px;
}

@media (max-width: 991px) {
	.boxen h3 {
		margin-top: 10px;
	}
}

/*===============================
      Content Big Boxen
===============================*/

.bigbox {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 100px;
}

/*.bigbox h2 {
    padding-bottom: 50px;
    text-transform: capitalize;
    font-weight: 600;

}*/

.bigbox .fa {
    color: #c2c2c2;
    font-size: 30px;
    float: right;
}

.bigbox h2 {
	text-transform: uppercase;
	/*letter-spacing: 0.15em;*/
	color: rgba(115,115,115,0.70);
	font-size: 1em;
	margin-top: -15px;
	line-height: 1.5rem;
	letter-spacing: 0.05em;
}

.bigbox h3,
.bigbox h3 a {
    font-size: 1.25em;
	color: #737373;
    text-transform: uppercase;
    margin-top: -10px;
    font-weight: 600;
    padding-bottom: 10px;
}

.bigbox h3 a:hover {
	color: #0e6d2b;
}

.bigbox h4 {
	text-transform: uppercase;
	/*letter-spacing: 0.15em;*/
	color: rgba(115,115,115,0.70);
	font-size: 1em;
	margin-top: -15px;
	line-height: 0.95em;
	letter-spacing: 0.05em;
}

.bigbox p {
    color: #707070;
    /*line-height: 1.5em!important;*/
    line-height: 1.35em!important;
    font-size: 1rem;
    font-weight: 400;
	padding: 0px!important;
	margin-bottom: 10px!important;
}

/*.bigbox .box {
	padding: 0px!important;
	margin: 0px!important;
}*/

.bigbox .box-1,
.bigbox .box-2,
.bigbox .box-3 {
/*    padding-left: 30px;*/
    padding-right: 30px;
	padding-top: 25px;
}

.bigbox .dlico {
    position: absolute;
    bottom: -5px;
    right: -14px;
}

.bigbox .dlico2 {
    position: absolute;
    bottom: -46px;
    right: -38px;
}

.bigbox .linkbb {
	font-weight: 500;
	position: relative;
	bottom: 0;
	right: 0;
}

.bigbox .box {
    box-shadow: 0 0 25px rgba(0, 0, 0, .15) !important;
    padding: 15px 20px 0px;
    /*padding: 60px 20px 30px;*/
    /*margin-bottom: 50px;*/
    margin-bottom: 35px;}

.bigbox .box h6 {
    margin-top: -5px;
	padding-bottom: 0px;
} 
/*
.bigbox .box img {
    margin-top: -10px!important;
}*/


.boxlowmarg {
    margin-bottom: 0px!important;
}

.bigbox .row .box {
	background-color: rgba(255, 255, 255, 0.85);
}

.bigbox .btn-success {
    color: #fff;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 0;
    background-color: #b4dc2d;
    border-color: #b4dc2d;
    text-transform: uppercase;
}

.bigbox .btn-success:hover {
    color: #ffffff;
    background-color: #000;
    border: 1px solid #000;
}

.box .kdimage {
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: -10px;
}

.box hr {
	padding-bottom: 15px;
}
