@charset "UTF-8";

/*
	Schwarz		#010102	rgba(1, 1, 2, 1.0)
	Dunkelgrau	#2C262D	rgba(44, 38, 45, 1.0)
	Grau		#49444E	rgba(73, 68, 78, 1.0)
	Hellgrau	#FAF8FB	rgba(250, 248, 251, 1.0)
	Weiß		#FCFCFC	rgba(252, 252, 252, 1.0)
	Rosa		#FCB2FF	rgba(252, 178, 255, 1.0)
	Blau		#9799FC	rgba(151, 153, 252, 1.0)
	Dunkelblau	#444067	rgba(68, 64, 103, 1.0)
	Lila		#684C72	rgba(104, 76, 114, 1.0)
	Rot			#DA4453	rgba(218, 68, 83, 1.0)
	Op. Blau	#9799FC1F	rgba(151, 153, 252, 1.0) (keine Transparenz)

	Gradient
	Background Blue		#444067	rgba(68, 64, 103, 1.0)
	Blau oben-rechts	#7e7fd3	rgba(126, 127, 211, 1.0)
	Rot unten-links		#b3344d	rgba(179, 52, 77, 1.0)
	Lila oben-links		#9c79b3	rgba(156, 121, 179, 1.0)
*/

/* =======================================
	SECTION MAIN
	------------ */
#huon
{
	font-family: 'Manrope', sans-serif;
	font-size: 12pt;
	color: #222;

	text-align: center;
	margin: auto !important;

	max-width: 900px;
	padding: 0px;
}

#huon.slim
{
    display: flex;
    flex-direction: row;
	max-width: none !important;
	text-align: left;
	margin: auto !important;
	padding: 0px;
}

#huon .normal
{
}

.huon-bg
{
	background: linear-gradient(45deg, rgba(200,255,255,0.3), rgba(255,200,255,0.3));
	border-radius: var(--border-radius-lg);
	border-left: 1px solid rgba(255,255,255,0.3);
	border-top: 1px solid rgba(255,255,255,0.3);
}

.boxshadow
{
	backdrop-filter: blur(5px);
	box-shadow: 4px 4px 60px rgba(0,0,0,0.2);
}

.textshadow
{
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

#huon h1
{
	padding-bottom: 10px;
	font-size: 32pt;
	margin: 0px;
	color: #222;
}

#huon h2
{
	font-size: 32pt;
	padding-bottom: 16px;
	margin: 0px;
	color: #183C51;
}

#huon h3
{
	padding-bottom: 10px;
	font-size: 18pt;
	margin: 0px;
	color: #222;
}

#huon.slim h1 h2 h3 {
	min-width: 400px;
	padding: 0px !important;
	margin: 0px;
}

#huon p
{
	padding-bottom: 10px;
	margin: 0px;
	font-size: 14pt;
	color: #222;
}
#huon.slim p {
	max-width: 250px;
}

#huon a,
#huon input:focus,
#huon select:focus,
#huon textarea:focus,
#huon button:focus
{
	outline: none;
}

#huon table {
	border-collapse: collapse;
	margin-bottom: 10px;
	/*width: 100%;
	margin-bottom: 20px;
	color: #212529;*/
}

/* =======================================
	GENEREL
	------- */
#huon .color-huon {
	color: #DA4453;
}
#huon .color-huon-accent {
	color: #DA4453;
}
#huon .color-huon-rosa {
	color: #FCB2FF;
}
#huon .color-huon-blue {
	color: #9799FC;
}
#huon .color-huon-green {
	color: #77A464;
}
#huon .color-huon-yellow {
	color: #DDD56A;
}
#huon .color-huon-grey {
	color: #333333;
}
#huon .color-huon-light {
	color: #CCCCCC;
}

#huon .full-width {
	width: 100%;
	align-content: center;
	text-align: center;
}

#huon .centred{
	margin: 0 auto !important;

}

/* CSS Document */
#huon .col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
#huon .align-inline {
	margin-left: -8px;
	/*display: flex;*/
	flex-wrap: wrap;
	align-items: baseline;
}
#huon .checkbox {
	display: inline-block;
	font-weight: 400;
	/*color: #212529;*/
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	/*padding: 0.375rem 0.75rem;*/
	padding-right: 5px;
	margin: 2px;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: var(--border-radius-md);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#huon .btn {
	display: inline-block;
	font-weight: 400;
	/*color: #212529;*/
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	margin: 2px;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: var(--border-radius-md);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#huon a.btn {
	text-decoration: none;
}
/*.fal, .far {
	font-family: "Font Awesome 5 Pro";
}
.fa-2x {
	font-size: 2em;
}*/
#huon .align-inline > * {
	margin-left: 10px;
	margin-bottom: 10px;
}
#huon .btn-outline-primary {
	color: #DA4453;
	border-color: #DA4453;
}
#huon .mt-5, #huon .my-5 {
	margin-top: 3rem!important;
}
#huon .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 15px;
	margin-left: 15px;
}
#huon .align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important;
}
#huon .col-md-6 {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}
#huon .col-md-3 {
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
}