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

html, body { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #faf0d1;
	color: #555;
	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: 40px;
	padding-bottom: 40px;
	margin-bottom: 0px;
	background-color: #fefaec;
	margin-bottom:20px;
	border: 1px solid #ec661d;
}


.logoTop {
			z-index: 9999;
			margin-top: 5px;
			margin-left: 0px;
            display: block;
			background: url(logo_grebmer.svg); 
            height: 237px;
            width: 500px;
            background-size: 500px 237px;
            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(logo_grebmer.svg); 
            height: 142px;
            width: 300px;
            background-size: 300px 142px;
            background-repeat: no-repeat;
}
}

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

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

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

.textFettItalic {
	font-weight: bold;
	font-style: italic;
	
}


h1 {
	text-align: center;
	font-size: 1.6em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 26px; 
	padding: 0px 10px 20px 0px;
	margin-bottom: 0px;
	color: #ff6600;
}

h2 {
	text-align: center;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 22px;
	padding: 0px 10px 10px 0px;
}

p {
	font-size: 1.1em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 24px;
}


@media only screen and (max-width: 720px) {
	
h1 {
	text-align: center;
	font-size: 1.3em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 26px; 
	padding: 0px 10px 20px 0px;
	margin-bottom: 0px;
	color: #ff6600;
}

h2 {
	text-align: center;
	font-size: 1.1em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 22px;
	padding: 0px 10px 10px 0px;
}

p {
	font-size: 1.0em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 24px;
}	
	
}

a:link    { color: #555; text-decoration: none; }
a:visited { color: #555; }
a:focus   { color: #ff6600; }
a:hover   { color: #ff6600; }
a:active  { color: #ff6600; }