@charset "UTF-8";


body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.bg-violett {
    background-color: #55257b;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.offcanvas-title {
    color: #8F8F8F;
}	
.nav-link active {
    color: #E98D04 !important;
}	
.nav-item-head-grey {
    color: #464646;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.nav-item {
    text-align: center;
    line-height: 100%;
    font-size: 1.1em;
}
.nav-item-head {
    text-align: center;
    line-height: 100%;
    font-size: 1.4em;
}
.nav-item-violet {
    color: #2A1AE5;
}
.nav-link:hover {
    color: #E98D04 !important;
}
.orange {
    color: #E98D04 !important;
}
.lightviolett {
    color: #C5A8DC !important;
    margin-top: 0.5%;
    margin-right: 0.5%;
    letter-spacing: 1px;
	}
.imagetop {
    margin-top: 72px;
}
.row-head {
    margin-top: 35px;
}
.text-violett {
    color: #55257b;
}
.text-orange {
    color: #D37F03;
}
.text-bold {
    font-weight: bold;
}
.bg-orange {
    background-color: #E98D04;    
}
.bg-lightviolett {
    background-color: #DED0EB;
}
.card {
    border-radius: 8px !important;
 }
.card-body {
    height: 6em;
 }
.card-title {
    color: #FFFFFF;
    font-weight: bold;
 }
.card-title-dark {
    color: #000000;
}
.border-violett {
    color: #5C2F80;
}
.lead {
    color: #D37F03;
    font-size: 1.3em;
    font-weight: 450;
}

