body {
	background: linear-gradient(-45deg, #4423d5, #239dd5);
	padding: 0;
}


.container-fluid {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.hintergrund { 
	width: 100%; 
	padding: 15px 40px;
}

.ueberschrift { 
	display: flex;
	text-align: center;
	align-items: center ;
	justify-content: center ;
	font-size: 40px;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	border: 3px solid #fff;
	padding: 15px 40px;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 10px;
}

.ueberschrift img {
	height: 2em;
}

.boxI1 {
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	border: 1px solid darkgrey;
	padding: 15px 40px;
	background-color: white;
	/*background-image: url("nussknacker.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
   background-position: center;
	background-size: contain;*/
	box-shadow: 10px 0px 20px 0 rgba(0,0,0,0.4), 0px 10px 20px 0 rgba(0,0,0,0.4);
	/* -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25); */
	/* box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25); */
	border-radius: 10px;
}

.boxI1::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
}

.boxI1::after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -2;
	filter: blur(40px);
}

.boxI1 h1 { 
	color: #000;
}

.boxI1 h2 { 
	color: #000;
}

.boxI1 h3 { 
	color: #000;
}

.fliesstext { 
	font-size: 14px;
	text-align: justify;
	color: #000;
	box-sizing: border-box;
}

.alert.alert-warning {
	font-size: 18px;
}

.flexbox {
	width:100%;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.flexelement {
	display: flex;
	content: '';
	margin: 10px;
	padding: 15px 0 15px 0;
	width: 150px;
	height: 150px;
	border-radius: 35%;
	text-align: center;
	align-items: center ;
	justify-content: center ;
	box-shadow: 10px 0px 20px 0 rgba(0,0,0,0.1), 0px 10px 20px 0 rgba(0,0,0,0.1);
	transition: 0.4s all;
}

.flexelement img {
	position: relative;
	height: 7em;
}

.flexelement i {
	font-size: 5em;
}

.flexelement ul {
	list-style-type: none;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.flexelement li {
	color: white;
}

#aktivUebersicht {
	/* background:  #87CEFA; */
	background: #239dd5;
}

#inaktivUebersicht {
	background:  #87CEFA;
}

.flexelement a {
	margin-top: 5%;
	margin-bottom: 5%;
	color: white;
	text-decoration: none;
}

.flexelement:hover {
	transform: scale(0.97);
}

/* Startseite ohne Verzweigungsmöglichkeit */

.startseite { 
	width: 100%; 
	background: linear-gradient(-45deg, #4423d5, #239dd5);
	background-size: 100% 100%;
	position: absolute;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: hidden;
}

.mitte { 
	font-size: 40px;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	border: 3px solid #fff;
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 40px;
	border-radius: 10px;
}

.fusszeile {
	position:fixed;
	bottom: 0;
	width: 100%;
	background-color: yellow;
	font-size: 18px;
	word-spacing: 10px;
	padding-left: 2%;
	margin-left: 0;
}


/* Definition FLASH Nachrichten */

.flash_ok { 
	font-size: 20px;
	text-align: left;
	color: rgb(59, 143, 3);
}

.flash_error { 
	font-size: 20px;
	text-align: left;
	color: rgb(251, 5, 5);
}

/* Defintion zurück Button */

.zurueck {
	margin: 10px;
	padding: 10px;
	background-color: #239dd5;
	color: white;
	font-size: 14px;
}


/* CSS Daten für die Formatierung Impressum und Datenschutz */

.impressum {
	margin-left: 5%;
	margin-right: 5%;
	border: 1px solid darkgrey;
	padding: 15px 40px;
	background-color: white;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
	border-radius: 10px;
}

.impressum h1 { 
	color: #000;
	font-size: 28px;
	font-weight: 700;
	padding: 0 0 20px 0
}

.impressum h2 { 
	color: #000;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 0 10px 0
}

.impressum h3 { 
	color: #000;
	font-size: 20px;
	font-weight: 700;
	padding: 0 0 5px 0
}

.impressum h4 { 
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 0px 0
}

.text-1 { 
	font-size: 16px;
	text-align: justify;
	color: #000;
}

svg {
	width: 50%;
}