@charset "utf-8";

/* -> Umstellung Boxmodell, -> allgemeines für html und body */ 

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	position: relative;
	font-size: 62.5%; 
	-webkit-text-size-adjust: none; 
	min-height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 1px;
	color: #fff;
	min-width: 300px;
	height: 100%;
	background-color: #fff;
	margin-bottom: 200px;
}
/* clear zum Auflösen der Floats Info: nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after, .clear { clear: both; }
a {
	text-decoration: none;
}
a:active, 
a:focus {
	outline:none;
}
img {
	width: 100%;
	height: auto;
}
header {
	background-color: #fff;
	width: 100%;
}
#grau {
	width: 100%;
	height: 135px;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	background-color: #d1d0d3;
	margin-bottom: 5px;
	border-bottom: 10px solid #939399;
}
#grau-inner h1 {
	float: left;
	display: none;
	width: 50%;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: -2px;
}
#grau-inner #kontakt {
	width: 260px;
	float: right;
}
#grau-inner #kontakt a,
#grau-inner #kontakt p {
	display: block;
	text-align: right;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#logos {
	width: 100%;
	padding: 0 2%;
}
div#ibscon {
	max-width: 415px;
	margin: 0 auto;
}
div#ibscon p {
	margin-bottom: 25px;
}
div#ibscon a.logo {
	display: block;
	max-width: 200px;
	width: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
div#ibscon a.logo img {
	max-width: 200px;
}
div#sh-grafikdesign {
	max-width: 415px;
	margin: 0 auto;
}
div#sh-grafikdesign p {
	margin-bottom: 50px;
}
p {
	color: #b2b2b2;
}
main {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;	
}
main a {
	display: block;
	margin-top: 80px;
	width: 100%;
	border-bottom: 1px solid #b2b2b2;
}
main a img {
	max-width: 620px;
}
main p {
	text-align: right;
	color: #b2b2b2;
}
footer {
	position: absolute;
	width: 100%;
	padding-top: 10px;
	bottom: 0;
	font-size: 14px;
	font-size: 1.4rem;
	height: 140px;
	margin-top: -140px;
	background-color: #b2b2b2;
}
#footer-inner {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
#footer-inner ul {
	margin-bottom: 20px;
}
#footer-inner ul li {
	text-decoration: none;
}
#footer-inner ul li a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#footer-inner p.bildquellen {
	display: block;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#grau-inner div#kontakt a:hover,
#footer-inner ul li:hover a,
#footer-inner a:hover,
main a:hover p {
	color: #5f6b75;
}


@media only screen and (min-width: 600px) {
	
	body {
		margin-bottom: 130px;
	}
	footer {
		height: 70px;
		margin-top: -70px;
	}
	#footer-inner ul {
		width: 260px;
		margin-bottom: 0;
		float: left;
	}
	#footer-inner p.bildquellen {
		width: 300px;
		float: right;
		text-align: right;
		line-height: 1.8;
	}

} /* Ende mediaqueries */


@media only screen and (min-width: 700px) {

	#grau h1 {
		display: block;
	}
	div#ibscon,
	div#sh-grafikdesign {
		margin: 0;
	}
	div#ibscon {
		float: left;
		width: 200px;
		max-width: 200px;
	}
	div#sh-grafikdesign {
		float: right;
		width: 415px;
	}
	div#sh-grafikdesign p {
		text-align: right;
	}
	
} /* Ende mediaqueries */


@media only screen and (min-width: 980px) {

	#grau-inner,
	#footer-inner,
	#logos,
	main {
		width: 940px;
		padding: 0;
		margin: 0 auto;
	}
} /* Ende mediaqueries */


@media print {
 
	header,
	main,
	footer { 
		display: none; 
	} 
 
} /* Ende @media - print */
