.bewerbercheckliste{
    width: 810px;
    height: auto;
}

.bewerbercheckliste h2{background-color: #1c8fb8;
color: #d0d3d3;
text-align: center;
font-size: 16px;
padding: 3px;
font-family: 'Playfair Display', serif;}

.bewerbercheckliste2{
    width: 373px;
    height: 266px;
}

.bewerbercheckliste2 h2{background-color: #1c8fb8;
color: #d0d3d3;
text-align: center;
font-size: 16px;
padding: 3px;
font-family: 'Playfair Display', serif;}

.bewerbercheckliste ul
{
 /* float:left; */
 width: 757px;
 height: 76px;
 overflow: auto;
 list-style: none;
 }

.bewerbercheckliste li
{
 list-style: none;
 background-color:#babdbd;
 margin:1px;
 padding:2px;
 border-left: 15px solid #1c8fb8;
 font-size:13pt;
 width: 30%;
 float: left;
}

.profile_info-box{}