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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/titillium-web-v15-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-200.woff') format('woff'); /* Modern Browsers */
	text-rendering: optimizeLegibility;}

@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/titillium-web-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300.woff') format('woff'); /* Modern Browsers */
	text-rendering: optimizeLegibility;}

@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/titillium-web-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-600.woff') format('woff'); /* Modern Browsers */
	text-rendering: optimizeLegibility;}
	   
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'); /* Modern Browsers */
	text-rendering: optimizeLegibility;}

@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700.woff') format('woff'); /* Modern Browsers */
	text-rendering: optimizeLegibility;}
	
html, body {
	height: 100%;
	width: 100%;
	background-color: #D1D3D4;}

body {
	font-size: 100.01%;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;}	
	
h1 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 80px;
	font-weight: 200;
	color: #000;
	text-align: center;
	margin: 0 0 50px 0;}
		
h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: #000;}
	
span {
	font-weight: 300;}
	
p {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 25px 0;
	color: #000;}
	
b {
	font-weight: 700;}
	
hr {
	border: 0;
	border-top: dashed 1px #000;
	margin: 25px 0;}

a {
	text-decoration: none;
	color: #000;}
a:hover {
	text-decoration: underline;}

.clearer {
	clear: both;}

	
/*------------------------------------------------------------------------------------------*/
/*                                    HEADER                                         */
/*------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	max-width: 1400px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;}
	
#header img {
	width: 100%;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	object-fit: contain;}
		
/*------------------------------------------------------------------------------------------*/
/*                                 NAVIGATION                                     */
/*------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------------*/
/*                                    INHALTE                                         */
/*------------------------------------------------------------------------------------------*/	

#content {
	position: relative;
	max-width: 1400px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #fff;}
	
#content img {
	width: 100%;
	height: auto;
	padding: 30px 0;}
	
.left {
	float: right;
	width: 60.666%;
	padding: 0 2% 0 4%;}
	
.right {
	float: right;
	width: 27.333%;
	padding: 0 4% 0 2%;}

/*------------------------------------------------------------------------------------------*/
/*                                         FOOTER                                           */
/*------------------------------------------------------------------------------------------*/

#footer {
	position: relative;
	max-width: 1400px;
	width: 100%;
	height: 100px;
	margin: 0 auto;}
	
#footer p {
	font-size: 20px;
	margin: 30px 4%;}
	
/*------------------------------------------------------------------------------------------*/
/*                                         RESPONSIVE                                       */
/*------------------------------------------------------------------------------------------*/


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

p {
	font-size: 20px;
	line-height: 30px;}
}

@media only screen and (max-width: 767px) {
	
#header img {
	object-fit: cover;}

.left {
	width: 92%;
	padding: 0 4%;}
	
.right {
	width: 92%;
	padding: 0 4% 30px 4%;}

}

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

h1 {
	font-size: 60px;}
		
h2 {
	font-size: 40px;}

}
	