
.erecht h1 {
	 font-size: 24px !important;
}

.erecht h2 {
	 font-size: 19px !important;
}

.erecht h3 {
	 font-size: 16px !important;
}




/*
 * Version: 2.1.2
 * File Description: Place here your custom CSS styles
 */
 
 .dark-translucent-bg::after {
    background-color: rgba(0, 0, 0, 0.0) !important;
}


.mt-60 {
	margin-top:60px;
}


span.box {
	font-weight: bold;
}	

.w60 {
	display: inline-block;
	width: 60px;
	
}	

.my_pt-5 {
 padding:5px;
}	
	
.collapse-style-1 .card-header {
    background-color: #e5e7ff !important;
    padding: 0;
    border-bottom: none;
}


.collapse-style-1 .card-header a {
    font-weight: 400;
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
    padding: 10px 40px 10px 15px;
    /* color: inherit; */
    font-size: 18px;
    color:#808080 !important;
}

.collapse-style-1 .card-block {
    border-top: none !important;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
}


.collapse-style-3 .card-header a.collapsed {
    background-color:#2a3b82;
}

.collapse-style-3 .card-header a {
    color: #ffffff;
    background-color: #2a3b82;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
}


.ml-xl-auto, .mx-xl-auto {
    margin: auto !important;
}