div#loginbereich
{
	color: #777777;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}

div.g-recaptcha
{
	margin-left: -36px;
}

h1
{
        margin-top: 60px;
}

div#kontaktbubble
{
        position: absolute;
        background-color: #ac1548;
        color: white;
        width: 200px;
        height: 130px;
        border-radius: 120px;
        text-align: center;
        font-weight: bold;
        padding-top: 70px;
        line-height: 1.8;
        top: 420px;
        cursor: pointer;
        margin-left: 350px;
}

div#introtext
{
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.3;
}

div#loginbereich form
{
	display: block;
	text-align: left;
	max-width: 224px;
	margin-left: auto;
	margin-right: auto;
}

div#loginbereich label
{
	padding-left: 4px;
	font-size: 12pt;
        font-weight: bold;
}

div#loginbereich input
{
	width: 100%;
	margin-top: 8px;
	margin-bottom: 4px;
	height: 2em;
}

div#loginbereich button
{
	border-radius: 18px;
	border-style: solid;
	border-color: #39245d;
	border-width: 1px;
	padding: 3px 10px;
	color: #39245d;
	font-weight: 600;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	display: block;
	cursor: pointer;
}

div#erinnerungstext
{
	color: #39245d;
	font-size: 10pt;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 1200px)
{
        div#kontaktbubble
        {
                position: unset;
                margin-top: 30px;
                margin-right: auto;
                margin-left: auto;
        }
}
