BODY.languageSelection .p_languageSelection_background{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: #000000;
    /*background: -moz-linear-gradient(top,  #000000 0%, #51565a 100%);
    background: -webkit-linear-gradient(top,  #000000 0%,#51565a 100%);
    background: linear-gradient(to bottom,  #000000 0%,#51565a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#51565a',GradientType=0 );*/

    opacity: 0.88;

    z-index: 105;
}

BODY.languageSelection .p_outer_top {
    background: #2c3033;
    background: #000;
}

BODY.languageSelection .p_outer {
    position: relative;
    z-index: 500;
}

BODY.languageSelection .p_outer_container {
    max-width: 1350px;
}

.p_languageSelection h1 {
    display: none;
}

.p_languageSelection h2 {
    font-size: 31px;
    font-weight: normal;
    color: #FFF;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media only screen and (min-width: 54em) {
    .p_languageSelection h2 {
        margin-top: 0px;
    }
}

.p_languageSelection {
    margin-top: 30px;
    margin-bottom: 30px;

    color: #FFF;
    font-size: 13px;
}

@media only screen and (min-width: 54em) {
    .p_languageSelection {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.p_languageSelection_grid .p_languageSelection_grid { margin:  0 -1.5em; }
.p_languageSelection_gridcol      { padding: 0  1.5em; }

.p_languageSelection_grid:after {
    content: "";
    clear: both;
    display: table;
}

@media only screen {
    .p_languageSelection_gridcol {
        float: left;
        width: 100%;
        box-sizing: border-box;
    }
}

.p_languageSelection {  }

@media only screen and (min-width: 30em) {
    .p_languageSelection_gridcol { width: 50%; }
    .p_languageSelection_gridcol_europa { width: 50%; float: right; }
    .p_languageSelection_gridcol_europa_col { width: 100%; }
}

@media only screen and (min-width: 54em) {
    .p_languageSelection_gridcol { width: 25%; }
    .p_languageSelection_gridcol_europa { width: 25%; float: left; }
    .p_languageSelection_gridcol_europa_col { width: 100%; }
}

@media only screen and (min-width: 76em) {
    .p_languageSelection_gridcol { width: 20%; }
    .p_languageSelection_gridcol_europa { width: 40%; float: left; }
    .p_languageSelection_gridcol_europa_col { width: 50%; }
}

.c_languageSelection_item {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.c_languageSelection_item > A {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    clear: both;
    padding: 5px 15px 5px 65px;
    color: #FFF;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
    height: 42px;
}

.c_languageSelection_item > A:hover, .c_languageSelection_item > A:active, .c_languageSelection_item > A:focus {
    background: #ffd631;
    color: #000;
}

.c_languageSelection_item > A > IMG{
    position: absolute;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    transition: all 300ms ease;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.4);

}

.c_languageSelection_item > A:hover > IMG, .c_languageSelection_item > A:active > IMG, .c_languageSelection_item > A:focus > IMG {
    /*box-shadow: 0px 1px 6px rgba(0,0,0,0.4);*/
}

.c_languageSelection_item > A > SPAN {
    display: table;
    height: 100%;
    width: 100%;
}
.c_languageSelection_item > A > SPAN > SPAN {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: left;
    color: #000000;
}

.c_languageSelection_item > A:hover, .c_languageSelection_item > A:hover > IMG {
    cursor: hand;
}