body {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h3 {
    color: black;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin: 0;
}

h3.caption-mobile {
    color: black;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin-top: 30px;
}

hr {
    background: #feb100;
    color: #feb100;
    height:1px;
    margin: 10px 0;
}

.logo_image {
    max-width: 100px;
    width: 100%;
}

.logo_image_mobile {
    max-width: 50px;
    width: 100%;
}

;a, a:visited {
;    color: black;
;    text-decoration: underline;
;    font-weight: normal;
;}

;a:hover {
;    color: #feb100;
;    text-decoration: none;
;}

a.anbieter, a.anbieter:visited {
    background-color: #feb100;
    border: 3px solid #feb100;
    color: white;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    margin: auto;
    margin-bottom: 20px;
    padding: 3px 0;
    text-align: center;
    width: 130px;
}

a.anbieter-mobile, a.anbieter-mobile:visited {
    background-color: #feb100;
    border: 3px solid #feb100;
    color: white;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 0;
    text-align: center;
    width: 70%;
}

a.anbieter:hover, a.anbieter-mobile:hover {
    background-color: white;
    border: 3px solid #feb100;
    color: #242424;
    display: block;
    text-decoration: none;
}
