@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;
}
.navbar-toggler-icon{
	color: #FFFFFF !important;
}
.nav-link active {
    color: #E98D04 !important;
}	
.nav-item-head-grey {
    color: #B7B7B7;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.nav-item {
    text-align: center;
    line-height: 100%;
    font-size: 1.3em;
}
.nav-item-head {
    padding-top: 3px;
	text-align: center;
    line-height: 100%;
    font-size: 1.5em;
    font-weight: bold;
}
.nav-item-violet {
    color: #7F5299;
}
.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;
	}
.blau {
    color: #3366ff !important;
}
.imagetop {
    margin-top: 72px;
}
.space{
    letter-spacing: 2px;
}
.row-head-sm {
    margin-top: 5px;
}
.row-head {
    margin-top: 35px;
}
.link active orange {
    color: #E98D04 !important;
    text-decoration: none !important;
}
.link {
    color: #55257b !important;
}
.link-warning {
    color: #55257b !important;
}
.link-warning:hover {
    color: #E98D04 !important;
}
.link-success {
    color: #D37F03 !important;
}
.link-success:hover {
    color: #D37F03 !important;
}
.link-secondary {
    color: #D37F03 !important;
}
.link-secondary:hover {
    color: #55257b !important;
}
.link-light:hover {
    color: #E98D04 !important;
}
.text-violett {
    color: #55257b;
}
.text-violettlight {
    color: #8D74A2;
}
.text-orange {
    color: #D37F03;
	text-decoration: none;
}
.text-pink {
    color: #cc3399;
	text-decoration: none;
}
.text-italic {
	font-style: italic;
	text-decoration: none;
}
.text-grey {
    color: #B7B7B7;
}
.text-bold {
    font-weight: bold;
}
.bg-orange {
    background-color: #E98D04;    
}
.bg-lightviolett {
    background-color: #DED0EB;
}
.card {
    border-radius: 8px !important;
    transition: transform .5s;
}
.card:hover {
    transform: scale(1.05);
 }

.card-body {
    height: 6em;
 }
.card-body2 {
    height: 4em;
 }
.card-title {
    color: #FFFFFF;
    font-weight: bold;
 }
.card-title-dark {
    color: #55257b;
    font-size: 1.4em;
    font-weight: 550;
    text-decoration: none;
}
.card-title-dark2 {
    color: #55257b;
    font-size: 1.6em;
    text-decoration: none;
}
.border-violett {
    color: #5C2F80;
}
.lead {
    color: #D37F03;
    font-size: 1.3em;
    font-weight: 450;
}
.intro {
    font-size: 1.3em;
    line-height: 1.5em;
}
.intro2 {
    font-size: 1.5em;
    line-height: 1.5em;
}
.date {
    color: #D37F03 !important;
    padding-bottom: 10px;
    font-weight: normal;
}
.datelight {
    color: #D37F03;
    padding-bottom: 7px;
    font-weight: lighter;
}
.subhead-orange {
    color: #D37F03;
    padding-top: 16px;
	padding-bottom: 8px;
    font-weight: bold;
}
.subhead-violet {
    color: #55257b;
    padding-top: 16px;
	padding-bottom: 8px;
    font-weight: bold;
}
.texthead-orange {
    color: #D37F03;
    font-weight: bold;
}
.orangebox {
    background-color: #E98D04;
	padding-top: 1em;
	padding-bottom: 1em;
}
.goto {
    text-align: right;
}
.copyright {
    color: #55257b;
    font-style: italic;
}
.disable-link {
    pointer-events: none; /* Deaktiviert Klicks */
    cursor: default;      /* Zeigt normalen Cursor statt Hand */
}
.table-text{
	font-weight: normal !important;
	font-size: 0.8em !important;
}
.copyright {
    color: #55257b;
    font-style: italic;
    text-decoration: none;
    font-size: small;
}
.numbers{
    line-height: 160%;
}
