﻿.button {
    padding: 13px 30px;
    text-align: center;
    cursor: pointer;
    background-color: #D7171F;
    border-style: solid;
    border-width: 2px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    font-family: sans-serif;
}

    .button:hover {
        background-color: #FFFFFF;
        color: #D7171F;
    }

.counsel {
    padding: 13px 60px;
    text-align: center;
    cursor: pointer;
    background-color: #4573C8;
    border-style: solid;
    border-width: 2px;
    border-color: #305697;
    border-radius: 25px;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: large;
}

    .counsel:hover {
        background-color: #305697;
    }

.checkTitle {
    font-size: 35px;
    font-family: 'Open Sans Regular';
    font-weight: 500;
    color: #727272;
    line-height: 35px;
}

.txtTitle {
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 600;
    color: #727272;
    line-height: 30px;
}

.txtSubTitle {
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 600;
    color: #727272;
    line-height: 19px;
}

.txtNormalText {
    font-size: 13px;
    font-family: sans-serif;
    color: #727272;
    line-height: 20px;
}

.txtBulletin {
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 600;
    color: #727272;
    line-height: 19px;
}

.divBackground {
    background-image: url('https://amagno.de/wp-content/uploads/2018/09/background_Case_Study_auto_magic.png?id=28643');
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: top left;
    padding: 20px;
    min-width: 370px;
}

.blog_postcontent {
    float: left;
    width: 100%;
}
