﻿/*
**********************************************
***      created by Boris Schmakowski      ***
***          www.schmakowski.de            ***
**********************************************
*/

/* ---------- Reset ---------- */
*, *::before, *::after {box-sizing: border-box;margin: 0;padding: 0;}
html {-webkit-text-size-adjust: 100%;background-color: #ffea8a;}
img,picture,svg {display: block;max-width: 100%;}
button,input,textarea,select {font: inherit;}

/*----------- some basics -----------*/

body {
	font-family: Helvetica, Sans-Serif;
    font-size: 22px;
	line-height: 1.4;
    letter-spacing: 0.0em;
    word-spacing: 0.0em;
    color: #333333;
    margin:0;
	padding: 0;
    overflow-y:scroll;
	min-height: 100vh;
	hyphens: manual;
}
@media all and (max-width: 1000px)
{
	body {
		font-size: 20px;
		line-height: 1.35;
		color: #333333;
		hyphens: manual;
	}
}
@media all and (max-width: 750px)
{
	body {
		font-size: 18px;
		line-height: 1.3;
		color: #111111;
		hyphens: manual;
	}
}
@media all and (max-width: 500px)
{
	body {
		font-size: 16px;
		line-height: 1.3;
		color: #000000;
		hyphens: auto;
	}
}


p       { padding: 0 0 1em 0; margin: 0;  }
td      { margin: 0; padding: 0; }
table   { border-collapse: collapse; }
h1,h2,h3,h4,h5,h6 {
	text-rendering: optimizeLegibility;
	letter-spacing: 0.025em;
	color: #993300;
	padding: 0 0 1em 0;
	margin: 0;
	font-weight: 600;
}
h1 {
	text-align: center;
}
h3 {
	padding: 0.25em 0 0.5em 0;
}
h4 {
	font-weight: 400;
	padding: 0 0 0.1em 0;
}
b,strong {
	font-weight: 600;
	color: #993300;
}
a {
	-webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}
a, :focus 	{ outline: 0; }
a 			{ color: #993300; text-decoration: none; }
a:visited 	{ color: #993300; text-decoration: none; }
a:hover 	{ color: #993300; text-decoration: underline; }
a:active 	{ color: #993300; text-decoration: underline; }
a img 		{ border: 0 none; }
hr {
	border:none;
	border-top: 1px solid #a70000;
	margin: 25px 0;
}
ul, ol {
	padding-left: 20px;
	margin: 0 0 1em 0;
}
ul li {
	list-style: circle outside;
	margin: 0 0 0.25em 0;
}
.clr {
	clear: both !important;
	font-size: 0  !important;
	line-height: 0  !important;
	height: 0  !important;
}

/* ---- */

div#wrapper-top,
div#wrapper-content,
div#wrapper-bottom {
	max-width: 1400px;
	margin: 0 auto;
}
section#top,
section#content,
footer {
	background-color: #ffea8a;
}
div#wrapper-content {
	padding: 3em 2em 2em 2em;
	background-color: #ffffff;
}
@media all and (max-width: 600px)
{
	div#wrapper-content {
		padding: 3em 1em 2em 1em;
	}
}

div#wrapper-top {
	position: relative;
}
div#wrapper-top div#banner img {
	width: 100%;
	height: auto;
}
div#wrapper-top div.logo {
	position: absolute;
	width: 100%;
	max-width: 350px;
	top: 4em;
	left: 5em;
}
div#wrapper-top div#logo img {
	width: 100%;
	height: auto;
}

@media all and (max-width: 1100px)
{
	div#wrapper-top div.logo {
		max-width: 250px;
		top: 2em;
		left: 2em;
	}
}
@media all and (max-width: 750px)
{
	div#wrapper-top div.logo {
		max-width: 170px;
		top: 1em;
		left: 1em;
	}
}
@media all and (max-width: 500px)
{
	div#wrapper-top div.logo {
		max-width: 100px;
		top: 1em;
		left: 1em;
	}
}

div#wrapper-bottom div.logo {
	text-align: center;
	padding: 3em 0 2em 0;
}
div#wrapper-bottom div.logo img {
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 0 auto;
}

