@media only screen and (min-width: 1380px) 
{
/* ## FEHLERPAGE BIGSCREEN [A] ## */  

.fPageTop
{
    display:       flex;
    position:  relative;
    top:            0px;
    left:           0px;

    width:         100%;
    height:        auto;
    background-color: #bf0000;

    flex-direction: row;
    flex-wrap:   nowrap;
    justify-content: space-between;
    align-items: center;
}

.fPageTopContent
{
    color:      #FFFFFF;
    font-size:        3em;
    font-weight:     bold;
    padding-left:     1em;
    padding-top:    0.5em;
    padding-bottom: 0.5em;

    font-family: 'Times New Roman', Times, serif;
}

.fPageMiddle
{
    display:       flex;
    position:  relative;

    width:         100%;
    height:        auto;
    background-color: transparent;

    flex-direction:     row;
    flex-wrap:       nowrap;
    justify-content: center;
    align-items:     center;
}

.fPageMiddleContent
{
    color:      #000000;
    font-size:        3em;
    font-weight:     bold;
    padding-top:      2em;
    padding-bottom:   1em;

    font-family: 'Times New Roman', Times, serif;
}

/* ## FEHLERPAGE BIGSCREEN [E] ## */ 
}