﻿@charset "utf-8";

.introBG  {
    background-image: url("img/top-charakter_01.jpg");
    background-position: 35% 50%;
}

.stage {
    font-family: Montserrat-Regular, Arial, sans-serif;
    font-size: 24px;
}

.contentPic > div > span, .comments q {
    white-space: pre-line;
}

.stage.B {
    background-color: black;
}

.stage.B .contentPic > img:last-child {
    display:none;
}

.stage.E {
    background-color: black;
}

.stage.E img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1053px) {
    .stage.B .contentPic > img:first-child {
      display: none;
    }

    .stage.B .contentPic > img:last-child {
      display: inline-block;  
    }
}