@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 40em){

	/* ******* basic styles ******* */
	body, html {
		font-size: 90%;
	}
	/* ******* basic styles ******* */

	/* ******* header ******* */
	header {
		margin-bottom: 16em;
	}
	#header-content {
		position: relative;
		padding-bottom: 22em;
	}
	#header-img {
		position: absolute;
		top: 324px;
	}
	#header-img img {
		border: 5px solid #ffffff;
	}
	.header-text p:first-of-type {
		font-size: 1.9rem;
		line-height: 1.2;
	}
	.header-text p:last-of-type {
		font-size: 1.4rem;
		line-height: 1.2;
	}

	/* ******* header ******* */

	/* ******* main ******* */
	.info-text {
		font-size: 1.4rem;
	}
    .info-text img{
		margin-left: 1em;
	}
	.main-content {
		position: relative;
		margin-bottom: 12em;
	}
	.block-wrap {
		margin: 2em auto;
		background: #cc0012;
		width: 50%;
		padding: 1em 2em;
		color: #ffffff;
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translate(-50%, -50%);
	}
    .main-text img{
        width: auto;
        max-height: 3rem;
        display: block;
        margin-left: -2em;;
        margin-bottom: 0.5em;
    }
	/* ******* main ******* */
}

/* ******* inhaltsseite ******* */
.inhaltsseite header {
	margin-bottom: 5em;
}
.inhaltsseite main .contact {
	display: flex;
	align-items: flex-end;
}
.inhaltsseite #header-img {
	top: 75px;
}
.inhaltsseite #header-content {
	padding-bottom: 22em;
}
/* ******* inhaltsseite ******* */

/* ******* impressum ******* */
#impressum header {
	margin-bottom: 0;
}
#impressum #header-content {
	padding-bottom: 0;
}
/* ******* impressum ******* */



