html,
body,
.main-section,
.wrapper {
    height: auto;
    overflow: visible;
}

body {
    background: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: yellow;
    font-size: 20px;
}

.scene,
.sidebar,
.content::before,
.content::after,
.ue,
.footer > a,
.news-img,
.news:not(:last-of-type)::after,
.image {
    display: none;
}

.article {
    border: 3px solid yellow;
    padding: 2em;
}

.content {
    width: 80%;
    height: auto;
    padding-right: 0;
}

.main-header {
    border-right: none;
}

.main-header h1,
.main-header h2 {
    font-size: 2em;
    font-weight: 400;
}

.article {
    margin-bottom: 40px;
    line-height: 1.5rem;
}

.article-header,
.ue,
.copy {
    position: static;
}

.article-header h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 4em;
}

.main-header,
.article-header h3,
.news-details h4,
.news-description p,
.copy {
    color: yellow;
}

.news-description a {
    color: lime;
}

a {
    color: lime;
    padding: 1em;
}

a:hover {
    background-color: yellow;
    color: black;
}

.input, 
.textarea {
    background: yellow;
    border: 2px solid black;
    color: black;
}

.button {
    background: lime;
    color: black;
}

.copy {
    float: left;
}

.footer {
    border-top: none;
}

.kontakt {
    border-left: 2px solid yellow;
}

::-webkit-input-placeholder {
    color: black;
}

:-ms-input-placeholder {
    color: black;
}

::placeholder {
    color: black;
}

.back {
    display: block;
    position: absolute;
    top: 1.75em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ver {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: lime;
    color: black;
    height: 70px;
    width: 80px;
    padding:10px;
    text-align: center;
}

.ver a {
    background: none;
    color: black;
    padding: 0;
}

.ver a:hover {
    background-color: lime;
    color: black;
}


.ver .fas
{
    font-size: 50px;   
}

.ver a
{
    color: black;
}