#voting-button{
    display: none;
}
.btn-voting-group.active{
    background-color: #1d2124 !important;
}

.voting2, .voting2 .btn-lg{
    font-size: 2rem;
}
.index img,
.danke img,
.header img{
    width: 100%;
    max-width: 1080px;
}
.default-hidden{
    display: none;
}
.small-covers div{
    margin: 25px 0;
}
.voting .cover-wrapper img{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.voting .cover{
    cursor: pointer;
    transition: all .25s ease;
}
.voting .cover:active,
.voting .cover:hover{
    box-shadow: -9px 13px 13px 0px;
    margin-top: -20px;
}
.voting .cover.active{
    margin-top: -20px;
    box-shadow: -9px 13px 13px 0px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.text-center{
    font-size: 16px;
    line-height: 30px;
}
.margin-tb{
    margin: 20px 0 55px;
}
.margin-top{
    margin-top: 25%;
}
.mt{
    margin-top: 10%;
}
.margin-hr{
    margin: 0;
}
.margin-hr-bottom{
    margin: 0 0 40px;
}
.carousel-indicators {
    bottom: -45px !important;
}
.carousel-indicators li {
    background-color: #0069d988 !important;
}
.carousel-indicators li.active {
    background-color: #000 !important;
}

.voting .btn-group-lg>.btn,.voting .btn-lg {
    padding: 1.5rem 13rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.carousel-control-next-icon,
.carousel-control-prev-icon{
    background-image: none;
}
.carousel-control-next-icon:before,
.carousel-control-prev-icon:before {
    content: "\2039";
    color: #0400b9;
    font-weight: bold;
    font-size: 4em;
    line-height: 1;
    width: 100%;
    height: 100%;
    position: relative;
    top: -20px;
}
.carousel-control-next-icon:before{
    content: "\203A";

}
