.header-payback{
position: relative;
margin-top: 20px;
}
/* Einstellungen für den Eyecatcher */
.eyecatcher {
background-color: #0046AA ;
}
/* Dadurch ist der Text immer gleichgroß für alle Eyecatcher */
.eyecatcher-content span {
font-size: 1.2em;
}
/* Dadurch ist der Text im Eyecatcher des Headers etwas größer */
.font-size-bigger  {
font-size: 1.3em !important;
}
 
.teaser-md .eyecatcher-content .font-size-bigger {
    font-size: 1.4em !important;
}
 
.header-payback a {
font-size: 20px;
position: relative;
top: 8px;
font-family: Metric-Regular;
color: #005e52;
font-weight: normal;
text-decoration: none;
}
 
.header-payback .payback-arrow {
margin-left: 10px;
position: relative;
top: 2px;
font-family: Arial;
display: inline-block;
}
 
.header-logos__text {
display: none;
}
 
@media screen and (max-width: 1200px) {
.header-payback a {
margin-left: 0px;
}
 
}
@media screen and (max-width: 767px) {
 
.header-payback{
position: relative;
top: 5px;
}
 
.header-payback a {
display: none;
}
 
.header-payback .payback-arrow {
display: none;
}
 
.header-logos {
top: -10px;
position: relative;
}
 
.header-logos img {
max-width: 80px;
}
 
}
 
 
 
