/* Reset Code */

body.bg{
    background: #fff url("../images/schleuchtern/background.png") no-repeat top left;
    /*background: #1a962b url("../images/schleuchtern/background.png") no-repeat top left;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.aha_blue{color: #007fff;}
.aha_green{color: #54f27f;}
/*.container{
    background-color: #fff;
}*/

/* //Reset Code */

/* colors code */
.text-bl {
    color: #343a40;
}

.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
}

.text-da {
    color: #000;
}

.bg-li {
    background: #f8f9fa;
}

.bg-wh {
    background: #fff;
}

.let {
    letter-spacing: 1px;
}
/* //colors code */

.copy-bottom{
/*    background: #007fff url("../images/waldkirch/footer_bg.png") no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background-color: #191815;
    color: #fff;
}
#footer ul li a{color: #fff;}

/* header */

/* Background color change on Hover */

.menu li a.active,
nav a:hover,
nav ul ul li a:hover {
    color: #007fff;
}


/* Media Queries
--------------------------------------------- */

/* button style */
.button-style,.dark-button {    
    color: #fff;    
    background-color: #007fff;
}
.button-style:hover {
    color: #eee;
}
.dark-button{    
    background-color: #007fff;
}
/* //button style */

li.breadcrumb-item a,
li.breadcrumb-item {
    color: #000;
}
/* //breadcrumb */
/* pricing page */
h3.sec-hedadc {
    color: #1dd1a1;
}
.how-it-wroks .prices{
    background-color: #fff;
}

p.checkout-button-wrap input.paypal-button{
    background: #007fff url('../images/checkout_button2.png') no-repeat right;
    border: 1px solid #007fff;   
    color:#fff;
    
}
p.checkout-button-wrap input:hover{border: 2px solid #007fff; color: #fff;}

.prices-top h3 {   
    text-shadow: 0 2px 12px rgba(12, 12, 12, 0.28);
    background: #007fff;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.23);    
}

.prices-bottom ul li {   
    color: #656161;    
}

.selected-voucher-wrap h2, .templates-wrap h2{color: inherit !important; text-align: center;}
.templates-wrap h2{    
    padding: 10px;
    font-size: 1.5rem;
}
.selected-voucher-content .price{color: inherit !important;}
.selected-voucher-content p.price{padding: 1.2rem 0; text-align: center; font-weight: bold;}
.templates-wrap{ background-color: #eee; padding: 5px;}
.templates-wrap .btn-group{background: #fff;}

/* //pricing page */
form.confirm-voucher-form input[type="submit"] {
    background-color: #007fff;
}
