.content
{
    color: #ffffff;

    background: url("up.png") fixed;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center bottom;

    min-height: 100px;
}

.content .container
{
    padding: 0;

    max-width: 1000px;

    margin: 0 auto;

    padding-top: 50px;

    padding-bottom: 100px;

    text-align: center;

    padding-left: 10px;

    padding-right: 10px;
}

.content .container h2
{
    margin: 0 auto;

    display: inline-block;

    /*padding-left: 80px;

    padding-right: 80px;*/

    width: 285px;

    height: 72px;

    line-height: 72px;

    /*padding-top: 37px;

    padding-bottom: 40px;*/

    background-image: url("Splash_pod_napdis2.png");

    background-repeat: no-repeat;

    background-position: 30px center;

    background-size: 285px 72px;

    font-family: font2;

    font-size: 24px;

    letter-spacing: 0;

    color: #000000;

    /*text-indent: 30px;*/

    margin-bottom: 50px;

    font-family: font2;

    letter-spacing: 0;

    padding-left: 50px;

    padding-right: 50px;
}

@media (max-width: 1020px)
{
    .content .container h2
    {
        width: 100%;

        padding: 0;

        background-position: center center;
    }
}

.content .container  .ENG
{
    background-image: url("Splash.png");

    background-size: 366px 81px;

    width: 366px;

    height: 81px;

    line-height: 81px;

    /*text-indent: 35px;*/
}

@media (max-width: 400px)
{
    .content .container  .ENG
    {
        width: 100%;

        background-size: 100% 81px;

        font-size: 18px;

        text-indent: 15px;
    }
}

.content .container h3
{
    font-family: font2;

    letter-spacing: 0;
}

.content .container h3 span
{
    color: #e0dd12;
}

.content .container pre
{
    margin: 0;

    padding: 0;

    white-space: pre-line;

    margin-bottom: 50px;

    font-family: font2;

    letter-spacing: 0;

    font-size: 18px;

    /*line-height: 20px;*/
}

.content .container p
{
    font-family: font2;

    letter-spacing: 0;

    font-size: 18px;
}
.content .container p span
{
    color: #e0dd12;
}

.content .container p b
{
    font-family: font2;
}

.content .container p b span
{
    color: #e0dd12;
}

.content .container .list
{
    list-style: none;

    margin: 0;

    padding: 0;

    margin-bottom: 30px;
}

.content .container .list p
{
    font-family: font2;

    letter-spacing: 0;

    font-size: 18px;

    line-height: 24px;
}

.content .container .list p span
{
    color: #e0dd12;
}

.content .container .gallery
{
    list-style: none;

    padding: 0;

    margin: 0 auto;
}

.content .container .gallery li
{
    width: 215px;

    height: 215px;

    background: lightgray;

    margin-right: 2px;

    margin-bottom: 2px;

    display: inline-block;

    position: relative;

    cursor: pointer;

    background-size: cover;

    background-position: center center;

    position: relative;
}

/*.content .container .videoprewiew*/
.videoprewiew
{
    background-image: url("prewiev.jpg");

    width: 271px;

    height: 198px;

    border: 2px solid #ffffff;

    /*margin: 0 auto;*/

    margin-left: 20px;

    margin-top: 0px;

    cursor: pointer;
}

/*.content .container .videoprewiew:hover > .play*/
.videoprewiew:hover > .play
{
    background-image: url("Play_button_on.png");
}

/*.content .container .videoprewiew .play*/
.videoprewiew .play
{
    width: 60px;

    height: 60px;

    background-image: url("Play_button_off.png");

    background-repeat: no-repeat;

    background-position: center center;

    background-size: 60px 60px;

    margin: 0 auto;

    margin-top: 70px;
}

#plakat:hover
{
    cursor: pointer;
}

