/* Irgendein Projekt */

/* #Reset & Basics
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html, body { 
	height: 100%;
	line-height: 1rem;
	background-color: #ffffff;
}	

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { 
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
	margin: 4%;
}

.container {
	margin: 0 auto;
	max-width: 1280px;
}

.flex-container {
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
}

.flex-item {
	width: 100%;
	margin: 10px;
	text-align: center;
}

body {
	font: 18px/2rem Arial, Helvetica, sans-serif;
	color: #444444;
	-webkit-text-size-adjust: 100%;
}


/* Grid */

.spalte12 {
	padding: 1.5rem 2%;
}

.spalte1 {
	padding: 1.5rem 2%;
	background-color: #dddddd;
}

.spalte2 {
	padding: 1.5rem 2%;
	background-color: #eeeeee;
}


/* A bis Z */

.clear {
	clear: both;
}

.centerhori {
	text-align: center;
}

footer {
	padding: 1.5rem 2%;
	text-align: center;
}

header {
	background-color: #cccccc;
}

img {
	max-width: 100%;
	height: auto;
}

.logo {
	margin-bottom: 4rem;
}

nav {
	padding: 1rem 2%;
	text-align: center;
}


/* Text */

p {
	margin: 0 0 1rem;
	color: #000000;
}

strong {
	font-weight:700;
}

a {
	color: #666666;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: 	all 0.3s ease-in-out;
	transition: 		all 0.3s ease-in-out;
}
a:hover {
	color: #000000;
}


/* Ueberschriften */

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 2.5rem;
	color: #cc6633;
}

h1 {
	font-size: 36px;
	margin-bottom: 3rem;
}

h2 {
	font-size: 28px;
	line-height: 2rem;
	margin-bottom: 3rem;
}

h3 {
	font-size: 24px;
	margin-bottom: 0.75rem;
	color: #000000;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}
