@font-face { 
	font-family: oswald; 
	src: url(font/Oswald-Regular.otf);
}

body {
	background-color: #ffffff;
	font-size: 15px;
	font-family: Arial;
	color: #76828e;
}

* {
	margin: 0;
	padding: 0;
}

/*------------------------------ Schrift ---------------------------*/

h1 {
	font-family: 'oswald';
	color: #492553;
	font-size: 34px;
	line-height: 44px;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin: 0;
}

h2 {
	font-family: 'oswald';
	color: #492553;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin: 0;
}

h3 {
	font-family: Arial;
	color: #492553;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0;
	margin: 0;
}

p.title {
	font-family: 'oswald';
	color: #492553;
	font-size: 34px;
	line-height: 44px;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin: 0;
	text-align: center;
}

p.title_small {
	font-family: 'oswald';
	color: #492553;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding: 20px 0 0 0;
	margin: 0;
}


p.zitat {
	font-family: 'oswald';
	color: #76828e;
	font-size: 34px;
	line-height: 44px;
	font-weight: normal;
	padding: 50px 0 20px 0;
	margin: 0;
	text-align: center;
}

p.zitat_small {
	font-family: 'oswald';
	color: #76828e;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: right;
}
	
/*------------------------------- Listen ---------------------------*/
	
ul {
	list-style: none;
	text-align: center;
}

li {
	display: inline-block;
	padding: 0 0 0 10px;
	background: transparent url('http://www.meinmacher.de/fileadmin/templates/default/public/images/pfeil-rechts-3.png') left 4px no-repeat;
}

/*------------------------------- Links ---------------------------*/

a {
	font-weight: bold;
	color: #76828e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.button {
	font-size: 18px;
	color: #ffffff;
	background-color: #492553;
	margin: 0;
	padding: 2%;
	line-height: 65px;
}

a.button:hover {
	background-color: #68607e;
	-webkit-transition: background-color 1s, -webkit-transform 2s; 
    transition: background-color 1s;
}

.footer_blue a{
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

/*------------------------------ Aufbau ---------------------------*/

.content {
	position: relative;
	margin: 0px auto;
	height: 100%;
	width: 1000px;
}

.content_grey {
	position: relative;
	background-color: #eeeeee;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 1050px;
}

/*------------------------------- Header ---------------------------*/

.header {
	height: 84px;
	position: relative;
	z-index: 100;
}

.logo {
	position: absolute;
	top: 18px;
	left: 0px;
}

.zertifikat {
	position: absolute;
	top: 34px;
	left: 256px;
}

.stoerer {
	position: fixed;
	width: 150px;
	right: 5px;
	top: 5px;
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s; 
    transition: width 2s, height 2s, transform 2s;
}

.stoerer:hover {
	width: 190px;
	-webkit-transform: rotate(360deg); 
    transform: rotate(360deg);
}

/*------------------------------- Inhalt ---------------------------*/

.image_box {
	width: 100%;
	background-color: #ede9ed;
	height: 150px;
	text-align: center;
}

.content_box {
	padding: 30px 0 0 0;
	width: 100%;
	text-align: center;
	height: 800px;
}

.white_box {
	background-color: #ffffff;
	clear: both;
	padding: 17px 23px;
	margin: 0px -15px 0px -21px;
}

.column {
	float: left;
	width: 50%;
	box-sizing: border-box;
	height: 700px;
	padding: 0 20px 0 20px;
}

.column_three {
	float: left;
	width: 33.333333%;
	box-sizing: border-box;
	padding: 70px 20px 0 20px;
	text-align: center;
	height: 400px;
}

.footer_blue {
	background-color: #0e72b5;
	padding: 30px 0 60px 0;
	width: 100%;
	margin: 0;
	text-align: center;
}	


@media handheld, screen and (max-width: 629px) {

body {
	width: 100%;
}

h1, p.title {
	font-size: 28px;
	line-height: 28px;
}
	
a.button {
	display: block;
	padding: 0px;
	margin: 1px 0 1px 0;
	line-height: 35px;
}
	
.image_box  {
	height: 100px;
}

.image_box img {
	width: 100%;
	height: auto;
}

.content {
	width: 100%;
}

.content_box {
	height: 1800px;
}

.column_three {
	width: 100%;
}

.column {
	width: 100%;
	height: 750px;
}

.content_grey {
	height: 1900px;	
}

.stoerer {
	display: none;
}

