@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'TheSans-8ExtraBold';
    src: url('/assets/fonts/TheSans-8ExtraBold.eot');
    src: url('/assets/fonts/TheSans-8ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/TheSans-8ExtraBold.woff2') format('woff2'),
    url('/assets/fonts/TheSans-8ExtraBold.woff') format('woff'),
    url('/assets/fonts/TheSans-8ExtraBold.ttf') format('truetype'),
    url('/assets/fonts/TheSans-8ExtraBold.svg#TheSans-8ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'TheSans-6SemiBold';
    src: url('/assets/fonts/TheSans-6SemiBold.eot');
    src: url('/assets/fonts/TheSans-6SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/TheSans-6SemiBold.woff2') format('woff2'),
    url('/assets/fonts/TheSans-6SemiBold.woff') format('woff'),
    url('/assets/fonts/TheSans-6SemiBold.ttf') format('truetype'),
    url('/assets/fonts/TheSans-6SemiBold.svg#TheSans-6SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
}

body {
    font-family: 'TheSans-6SemiBold', Fallback, sans-serif;
    color: white;
}

body h1 {
    font-family: 'TheSans-8ExtraBold', Fallback, sans-serif;
    font-size: 4vw;
}

.tgImage {
    height: 100%;
}

.news-bg {
    background-image: url("/assets/bg_alzey_news.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.news-content {
    font-size: 3.5vw;
    word-break: keep-all !important;
    padding-top: 20px;
}

.news-footer {
    font-size: 2.5vw;
}

.news-image {
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
footer {
    height: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.h-40 {
    height: 40% !important;
}

.h-20 {
    height: 20% !important;
}

.h-30 {
    height: 30% !important;
}

.h-60 {
    height: 60% !important;
}
.h-70 {
    height: 70% !important;
}

hr.solid {
    border-top: 3px solid #bbb;
    margin-top: 0;
    margin-bottom: 0;
}

