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

html, body { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #3C3C3B;
	font-family: Verdana, Geneva, sans-serif;
}

#Wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 100%;
}


#MainAreaTop {
	display: flex;
	justify-content: center;
	width: 100%;
}

#ContentTop {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px; 
	width: 100%;
	text-align: center;
}

#LogoTopContainer {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 50px;
	background-color: #f8f8f8;
	
	@media only screen and (max-width: 430px) {
	margin-bottom: 20px;
	}
}


.logoTop {
			z-index: 9999;
			margin-top: 5px;
			margin-left: 0px;
            display: block;
            background: url(DigiTechnik_Logo.svg); 
            height: 212px;
            width: 500px;
            background-size: 500px 212px;
            background-repeat: no-repeat;
}

@media only screen and (max-width: 620px) {
.logoTop {
			z-index: 9999;
			margin-top: 5px;
			margin-left: 0px;
            display: block;
            background: url(DigiTechnik_Logo.svg);
            height: 170px;
            width: 400px;
            background-size: 400px 170px;
            background-repeat: no-repeat;
}
}

@media only screen and (max-width: 430px) {
.logoTop {
			z-index: 9999;
			margin-top: 5px;
			margin-left: 0px;
            display: block;
            background: url(DigiTechnik_Logo.svg); 
            height: 127px;
            width: 300px;
            background-size: 300px 127px;
            background-repeat: no-repeat;
}
}

@media only screen and (max-width: 320px) {
.logoTop {
			z-index: 9999;
			margin-top: 5px;
			margin-left: 0px;
            display: block;
            background: url(DigiTechnik_Logo.svg);
            height: 85px;
            width: 200px;
            background-size: 200px 85px;
            background-repeat: no-repeat;
}
}

#MainAreaBottom {
	display: flex;
	justify-content: center;
	width: 100%;
}

#ContentBottom {
	display: flex;
	flex-direction: column;
	padding: 20px 10px 0px 10px;
	max-width: 992px;
	text-align: center;
	line-height: 1.5em;
	border-top: 1px solid #bbb;
}


h1 {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 40px;
	
	@media only screen and (max-width: 530px) {
		font-size: 16px;
		line-height: 20px;
	}
}

h2 {
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 22px;
	
	@media only screen and (max-width: 530px) {
		font-size: 12px;
	}
}

p {
	font-size: 1.1em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 24px;
	
	@media only screen and (max-width: 530px) {
		line-height: 1.1em;
		font-size: 0.9em;
	}
}

blockquote{
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 22px;
}

a:link    { color: #3C3C3B; text-decoration: none; }
a:visited { color: #f0801a; }
a:focus   { color: #f0801a; }
a:hover   { color: #f0801a; }
a:active  { color: #f0801a; }

@media only screen and (max-width: 530px) {

	.telefonNummer::before {
		content: '\A';
		white-space: pre;
	}
	.telefonNummer::after {
		content: '\A';
		white-space: pre;
	}
	
	.uhrzeit::after {
		content: '\A';
		white-space: pre;
	}
}

.Spruch {
	text-align: center;
	font-size: 16px;
	padding: 0px 0;
}

.AuthorName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style:italic
}



@media only screen and (max-width: 1100px) {
	
	.Spruch {
	text-align: center;
	font-size: 12px;
	padding: 0px 0;
	}	
	
	.AuthorName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style:italic
	}
}
