.blog__heading h1{
    margin-bottom: 70px;
    font-weight: bold;

}

.blog__heading h5{
    margin-bottom: 30px;
    
}
.blog__heading h2{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 25px;
    
}
.blog__heading p{
    font-size: 18px;  
}
.blog__heading a{
    font-size: 20px;
    margin-top: 60px;
    font-weight: bold;  
}


.blog__heading--left-center{
    padding-top: 25px;
    left: 12px;
}



.heading--blue-small {
    color: #009ddc !important;
    font-size: 18px !important;
}

.card {
    border: none !important;
    border-radius: 0 !important;
}
.newsletter__card {
    background-color: #009ddc !important;
    color: white;
}


.prozesse__heading{
    margin-bottom: 80px;
    margin-top: 100px;
}
.prozesse__heading h1{
    margin-bottom: 80px;
     font-weight: bold;
}
.prozesse__heading p{
    margin-top: 40px;
}

.prozesse__cards--content h4{
    font-weight: bold;
    font-size: 25px;
}

.footer__copyright--right{
    float: right;
}

.prozesse__cards--content p{
    margin-top: 30px;
    font-size: 15px;
}

.prozesse .card{
    margin: 10px;
}

.prozesse{
    margin-bottom: 30px;
}
.prozesse__cards--content{
    padding: 30px;
    text-align: center;
}


.recall__dropdown--themes {
    margin-right: 15px;
}

.form-control {
    border-radius: 0 !important;
    background-clip: border-box !important;
    padding: .9rem .75rem;
}

[type=button] {
    -webkit-appearance: none !important;
}

.recall .row {
    padding: 10px 20px;
}

.recall__inputfield {
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, .1);
    max-height: 70px;
    margin-right: 15px;
}

.fas.fa-arrow-right {
    margin-right: 10px;
}

a#recall__dropdown.dropdown-toggle::after {
    display: none;
}

i.recall__dropdown--angle {
    margin-left: 90px;
}
.recall {
    margin-top: 40px;
    margin-bottom: 100px;
}

.recall__heading {
    margin-top: 30px;
}


.recall .recall__form .col-md-3{
    padding-right: 0;
    max-width: 30%;
}

select.form-control:not([size]):not([multiple])  {
    height: 55px;
}