.ContinentTitleBar
{
    /*background-color:#009fe3;
    color: white;*/
    background-color: #009fe3;
    color: white;
    border-left: 55px solid #e60585;
    width: 100%;
    left: -55px;
    position: relative;
}

.CountryTitleBar
{
    background-color:#e60585;
    color: white;
    border-left: 55px solid #e60585;
    width: 100%;
    left: -55px;
    position: relative;
    margin-bottom: 30px;
}

.EuropeImage
{
    background-image: url(/wp-content/uploads/B_europa.png);
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.EuropeImage:hover, .EuropeSelected
{
    background-image: url(/wp-content/uploads/P_europa.png);
}

.AustraliaImage
{
    background-image: url(/wp-content/uploads/B_australien.png);
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.AustraliaImage:hover, .AustraliaSelected
{
    background-image: url(/wp-content/uploads/P_australien.png);
}

.AmericaImage
{
    background-image: url(/wp-content/uploads/B_nordamerika.png);
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.AmericaImage:hover, .AmericaSelected
{
    background-image: url(/wp-content/uploads/P_nordamerika.png);
}

.AmericaFullImage
{
    background-image: url(/wp-content/uploads/B_amerika.png);
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.AmericaFullImage:hover, .AmericaSelected
{
    background-image: url(/wp-content/uploads/P_amerika.png) !important;
}

.AfricaImage
{
    background-image: url(/wp-content/uploads/B_afrika.png);
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.AfricaImage:hover, .AfricaSelected
{
    background-image: url(/wp-content/uploads/P_afrika.png);
}

.AsiaImage
{
    background-image: url(/wp-content/uploads/B_asien.png);
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.AsiaImage:hover, .AsiaSelected
{
    background-image: url(/wp-content/uploads/P_asien.png);
}

.CountryName
{
    color: white;
}

@media (max-width: 1097px)
{
    .ContinentName
    {
        text-align:left !important;
    }
}
