* {
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', Verdana, Helvetica, sans-serif;
}

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../typo/quicksand-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../typo/quicksand-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../typo/quicksand-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../typo/quicksand-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../typo/quicksand-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../typo/quicksand-v30-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
body,html {
	width: 100vw;
	height: 100vh;
	font-size: 16px;
	color: #fff;
	z-index: 10000;
	overflow-x: hidden; 
  scroll-behavior: smooth;
}
body {
  padding-bottom:3em;
}
img, object, embed {
	max-width: 100%;
}


h1 {
	font-size: 3em;
	line-height: 2em;
	margin: 1.5em 0;
	width: 100%;
	border-bottom: 3px solid #171819;
}

h2 {
	margin-bottom: 1.2em;
	font-size: 2em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 1em 0 1em 1.2em;
}

p {
	line-height: 1.5em;
	margin-bottom: 2em;
}

.kommentar {
	font-size: .7em;
	color: #999;
}

a {
	text-decoration: none;
	color: #FF9;
}
#footer a {color:#eee; }
#contact a {color: #06C; }

a:hover, a:focus {
	text-decoration: underline;
	color: #0F0;
}

ul {
	margin: 2rem 0 2rem 2rem;
	line-height: 1.7rem;	
}
li {
	list-style:none;	
	line-height: 1.5rem;	
}
li li {margin: 0 0 0 1rem;}

.bullit {
	list-style: circle;	
	line-height: 1.2rem;	
	margin-left: 1.5rem;
}

#footer { 
		position: fixed;
  		bottom: 0;
  		left: 0;
  		right: 0;
	background:#131313;
	background-image:url(../img/footer.gif);
	color: #acacac;
	font-size: 1.2rem;
	text-align:center;
	min-height: 6vh;
	margin:0;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-10, .bgimg-11, .bgimg-12{
  position: relative;
  opacity: 0.85;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../img/attika.jpg");
  min-height: 100%;
  margin-top: 0;
}

.bgimg-2 {
  background-image: url("../img/proPellets-Austria.jpg");
  min-height: 80%;
}

.bgimg-3 {
  background-image: url("../img/Initiative-Pro-Pellets-Brennende_Pellets.jpg");
  min-height: 80%;
}
.bgimg-4 {
  background-image: url("../img/duravit05.jpg");
  min-height: 80%;
}
.bgimg-5 {
  background-image: url("../img/KEMI_IXMO.jpg");
  min-height: 80%;
}
.bgimg-6 {
  background-image: url("../img/Fotolia_contrastwerkstatt-44439938_M.jpg");
  min-height: 80%;
}
.bgimg-7 {
  background-image: url("../img/pallets.jpg");
  min-height: 100%;
  margin-top: 0;
}
.bgimg-10 {
  background-image: url("../img/proPellets-Austria-mutter_herzt_ihr_baby.jpg");
  min-height: 80%;
} 

.bgimg-11 {
  background-image: url("../img/KEMI_IXMO_people_DU_6.jpg");
  min-height: 80%; 
} 
.bgimg-12 {
  background-image: url("../img/geberit-aquaclean-test-at-home-aktion.jpg");
  min-height: 80%; 
} 

.info {
	padding: 1em 3em 3em 6em;
	color: #123456;
}
.dark {
	padding:  1em 3em 3em 6em; 
	background: #333; 
}
.two-column {
	column-width:21rem;
	column-count:2;
	column-gap:1.2rem;
  }
.multicolumn {
	position: relative;
	column-width: 360px;
	column-gap: 1em;
	width: 100%;
}
.multicolumn img, .multicolumn video {
	width: 100%;
	margin: 1.5em 0;
}
.rechts {text-align:right;}
@media screen and (max-device-width:480px), screen and (max-width:600px) {
	h1 {font-size: 1.7rem;} 
	h2 {font-size: 1.5rem;}
	h2 {font-size: 1.2rem;}
	ul {margin-left: 1rem;}
	#footer {font-size: 0.7rem; 
	background:#131313; }
	.info {	padding: 1rem; color: #123456;}
	.dark {	padding:  1rem; background: #333;}	
}
	
.red {color: #F00;}
