.fullscreenLink
{ text-align:center;}

.fullscreenLink a {
    color: rgb(196,196,196);
    text-decoration: none;
    outline: 0;
}
.fullscreenLink a:hover {
    color: rgb(255,255,255);
    text-decoration: none;
    outline: 0;
}
.fullscreenLink a, a:visited {
    color: rgb(196,196,196);
    text-decoration: none;
    outline: 0;
}

/* Formularbuttons zentrieren */
.ModDNNUserDefinedTableC .dnnActions 
{
    display: flex!important;
    justify-content: center!important;
}

.recaptcha-container
{
     display: flex!important;
    justify-content: center!important;
}

.edsBB__wrapper .img-fluid
{
    max-width: 300px!important;
}

a:link, a:active, a:visited, .eds_lightColor a, a.eds_lightColor:hover {
    text-decoration: none;
    color: #ffffff;
}
a:link, a:active, a:visited {
    text-decoration: none;
    color: #888888;
    transition: color 0.3s linear;
}

hr.eds_style5
{
    color:#ffffff!important;
    border-color:#ffffff!important;
    background-color:#ffffff!important;
    height:1px;
    opacity:1;
}


