@import 'fonts.css';

body {
    margin-top: -20px;
    background-color: #282a36;
}
a {
    color: #282a36;
    text-decoration: none;
}
a:hover {
    color: #007218;
}
.sticky {
    position: sticky;
    top: 0px;
    z-index: 10;
    background-color: #e6e6e6;
}
.main-container {
    margin-top: 20px !important;
    max-width: 1280px !important;
    border: 1px solid #228B22 !important;
    background: #e6e6e6 !important;
    opacity: 0.95 !important;
}
.bold {
    font-weight: bold;
}
.color-amadeus {
    background-image: linear-gradient(90deg, blue, yellow, red, purple);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.verlauf {
    background: linear-gradient(to right, #B40404, #610B0B, #D60606);
}
.emblem {
    background: #282a36 url(https://ddr.dafty.de/assets/img/emblem/DDR_Emblem.png) no-repeat fixed center 40px !important;
}
.ehrenmal {
    background: #282a36 url(https://ddr.dafty.de/assets/img/fotos/Treptow_Ehrenmal.jpg) no-repeat fixed center top !important;
}
.fahne {
    opacity: 0.95 !important;
    background: url(https://ddr.dafty.de/assets/img/emblem/DDR_Fahne.png) no-repeat fixed center center !important;
}
.wolken {
    color: #777;
    background: url(https://ddr.dafty.de/assets/img/fotos/wolken.jpg) no-repeat fixed center top !important;  
}
.active {
    color: #A00;
}
.img-left {
    padding-left: 4%;
}
.img-center {
    padding: 0 4% 0 4%;
}
.img-right {
    padding-right: 4%;
}
.text-hyphens {
    text-align: justify;
    hyphens: auto;
}
.text-shadow {
    text-shadow: #333 1px 1px;
}
.navbar-logo {
    margin-top: 5px;
    margin-right: 15px;
}
.background-ddr {
    background: url(https://ddr.dafty.de/assets/img/emblem/ddr_gross.png) fixed no-repeat center;
    margin-top: 50px;
}
.to-top {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -330px;
    z-index: 100;
    width: 80px;
    height: 50px;
    text-align: center;
    font-size: 28px;
}
.to-top a {
    text-decoration: none;
}