.ce_card {
    display: block;
    padding:0;
    background-color:#f9f9f9;
    float:left;
    xborder:1px solid #aaa;
    xborder-radius:3px;
    
}

.ce_card  {
    border: 1px solid #bbb;
    xheight: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    transition: 0.2s ease;
}

.card-titel {
    font-family: "exo 2";
    font-size: 2rem;
    font-weight: 700;
    color: #475B72
}

.card-subtitel {
	font-family: "exo 2";
    font-size: 1.4rem;
    font-weight: 700;
   font-variant: small-caps;
    color: #475B72
}

.ce_card .card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    
}

.ce_card .card-content>* {
    margin-top: 1.2rem;
    margin-bottom: 0;
    padding:0 10px 10px 10px;
}

.ce_card .card-content h3+h4,
.ce_card .card-content h3+.h4,
.ce_card .card-content .h3+h4,
.ce_card .card-content .h3+.h4 {
    margin-top: 0.4rem;
}

.ce_card .card-content h4+h3,
.ce_card .card-content h4+.h3,
.ce_card .card-content .h4+h3,
.ce_card .card-content .h4+.h3 {
    margin-top: 0.4rem;
}

.ce_card .card-content p:last-child {
    display: flex;
    flex: 1;
    align-items: flex-end;
}

.ce_card .card-content p:last-child>.btn {
    width: 100%;
}

.ce_card .card-image {
    margin-top: 0;
    margin-bottom: 0.4rem;
    text-align: center;
    width: 100%;
}

.ce_card .card-image .image-container {
    margin-bottom: 0;
}

.ce_card .card-image img {
    width: 100%;
    vertical-align: bottom;
}

.ce_card.card-simple {
    align-self: flex-start;
}

.ce_card.card-simple>.inner {
    text-align: left;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.ce_card.card-simple .card-content :first-child {
    margin-top: 0;
}

.ce_card.card-simple .fa {
    color: #222299;
}

.ce_card.card-hover>.inner:hover {
    box-shadow: 0 7px 50px rgba(111, 112, 139, 0.1);
    transform: translateY(-2px);
}

.ce_card.card-hover>.inner:hover h3,
.ce_card.card-hover>.inner:hover .h3 {
    color: #222299;
}

.ce_card.card-background>.inner {
    padding: 0;
}

.ce_card.card-background .card-image {
    margin-bottom: 0;
}

.ce_card.card-background .card-image a:hover img {
    transform: none;
}

.ce_card.card-background .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: auto;
    padding: 15px;
}

.ce_card.card-background .card-content p:last-child {
    margin-bottom: 15px;
}

.ce_card.ce_card-background .card-content p:last-child>.btn {
    margin-bottom: -15px;
}
.ce_card .ce_card-footer {
	padding:0;
	border-top:1px solid #bbb;
	height:30px;
	background-color:#475B72;
}
.card-footer--left, .card-footer--right{
	padding:0 10px;
	color: aliceblue;
}