
/*  */
/* 
*/
a.linkbutton {
display: inline-block;
border: 0.15em solid #EF5570;
color: #EF5570;
padding: 0.15em 0.5em;
font-size: 1.750rem;
}

/* Formatierung für das Logo*/

@media (min-width: 1025px) {
    .page-header .logo {
        width: 11rem !important;
    }
}
@media (max-width: 1024px) {
    .page-header .logo svg, .page-header.scrolled .logo svg {
        height: 100% !important;
    }
}
 
.page-header.scrolled .logo svg {
    height: 100% !important;
}

.page-header #logo_oe_name {
    white-space: break-spaces !important;
}

header .logo a:after {
    display: none !important;
}
/*  */