/* css - by benman-it.de 2024 */
/* 'Futura LT Book' */
@font-face {
    font-family: 'Futura LT Book';
    src: url('../fonts/FuturaLT-Book.woff2') format('woff2'),
        url('../fonts/FuturaLT-Book.woff') format('woff'),
        url('../fonts/FuturaLT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura LT Book';
    src: url('../fonts/FuturaLT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaLT-Bold.woff') format('woff'),
        url('../fonts/FuturaLT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body, html
{
	margin: 0px;
	font-family: 'Futura LT Book',verdana;
	/*outline-style:none;*/
	min-height: 100%;

}
body
{
	background-color: white;
	position: relative;
	margin: 20px;

	background-image: url(/pics/Konfetti_1000.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position-y: 200%;
}
#page
{
	width: 100%;
	position: relative;
	/*height: 100%;*/
}
#page a
{
	color: #9E3C3A;
	text-decoration: none;
}
#page #header
{
	display: flex;
    justify-content: right;
	max-height: 300px;
margin-bottom: 40px;
}
#page #header #headerpic
{
	width: 85%;
	display: flex;
	justify-content: right;
	
}
#page #header #headerpic img{
	margin-right: 20px;
	width: 100%;
}

#content{
	
}
#content form{
	
}

#danke{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}
#danke h1{
	text-align: center;
	color: #f8ba00;
	font-size: 35pt;
}
#danke h2{
	color: black;
	font-size: 19pt;
}
#danke a{
	color: black;
	font-weight: bold;
	font-size: 13pt;
	display: inline-flex;
	background-color: #d0d0d0;
	width: 100%;
	height: 40px;
	justify-content: center;
	align-items: center;
	margin-top: 96px;
}
#danke a:hover{

}
#danke .btn_home{

}

