.dgradient {
    background-image: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);
}

.xgradient {
    background-image: linear-gradient(-225deg, #FF057C 0%, #7C64D5 48%, #4CC3FF 100%);
    /* background: linear-gradient(-225deg, rgba(255,5,124,1) 0%, rgba(124,100,213,1) 24%, rgba(76,195,255,1) 51%, rgba(124,100,213,1) 78%, rgba(255,5,124,1) 100%); */
}

body {
    background-color: rgb(37, 35, 35);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

section {
    background-color: rgb(37, 35, 35);
    color: #ADB5BD !important;
}

footer.page-footer.dgradient div.container div.container div.links {
    color: #9C9C9C !important;
}

div.col-md-6.karte,
div.col-md-6.unselectable.karte,
div.karte {
    box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.08);
}

div.item.kante {
    border-bottom: 1px solid #eee;
}

div.portfolio-info-card.contact-info {
    color: #eee !important;
}

div.portfolio-info-card.contact-info div.row div.col-9.mail {
    color: #eee !important;
}

div.portfolio-info-card.contact-info h2 {
    color: #ADB5BD;
}

div.copyright a.copyright {
    color: #ADB5BD;
    text-decoration: none;
}

a.btn.bottom-nav {
    color: #b8b8b8 !important;
}
