img.img-responsive {
    margin: 0 auto;
}
table.table {
  
}

.table>tbody>tr>th {
    padding: 16px 0 8px!important;
}

.table>tbody>tr>th,
.table>tbody>tr>td {
    padding: 4px 0;
    border-top: 0px solid #ddd;
}

.table-responsive>.table {
    max-width: 340px;
}

.paddingtop{
	padding-top:80px;
}

@media screen and (max-width: 991px) {

    .features .features-left, .features .features-right {
        margin: 64px 0;
    }

    #features .fetaure-details p {
        min-height: 0px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    
    .paddingtop{
	    padding-top:0;
    }
    .navbar-brand .img-responsive {
        max-width: 200px;
    }
    
    h1 {
        font-size: 21px;
    }
    .intro .intro-section h1, strong{
	    font-size:28px;
    }
    .footer strong{
	    font-size:18px;
    }
    .glaube p{
	    font-size:12px;
    }
    p {
     font-size: 13px; 
/*     font-weight: normal; */
}
    .table-responsive {
        border: 0px solid #ddd;
    }

    .table {
        width: 100%;
    }
    
    .logo img{
	    width:100%;
    }
    
    .footer .col-md-2{
	    float:none!important;
    }
    .footer .col-md-3{
	    margin-bottom:50px;
    }
	

}


#contactSuccess{
	background:#ffab00;
	padding:20px;
	text-align:center;
	border-radius:10px;
	width:30%;
	margin:0 auto;
}
#contactSuccess p{
	margin-bottom:0;
	line-height:inherit;
}

.logo{
	font-weight:bold;
	text-transform: uppercase;
}