* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat Alternates', Verdana, Helvetica, sans-serif;
}

body,html {
	width: 100vw;
	height: 100vh;
	font-size: 16px;
	color: #fff;
	z-index: 10000;
	overflow-x: hidden; 
  scroll-behavior: smooth;
}

img, object, embed {
	max-width: 100%;
}

/* aclonica-regular - latin */
@font-face {
  font-family: 'Aclonica';
  font-style: normal;
  font-weight: 400;
  src: url('../typo/aclonica-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../typo/aclonica-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../typo/aclonica-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../typo/aclonica-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../typo/aclonica-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../typo/aclonica-v18-latin-regular.svg#Aclonica') format('svg'); /* Legacy iOS */
}

h1, h2, h3, h4, .big { font-family: 'Aclonica', sans-serif; }

h1 {
	font-size: 3rem;
	line-height: 3.5rem;
	margin: 1.5rem 0;
	width: 100%;
	border-bottom: 3px solid #171819;
}

h2 {
	margin-bottom: 1.2rem;
	font-size: 2rem;
	line-height: 1.7rem;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin: 1em 0;
}

h4 {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: 1em 0;
}
.big {
	font-size: 5rem;
} 
.small {
	font-size: 0.75rem;
}

p {
	line-height: 1.5rem;
	margin-bottom: 2rem;
}

a {
	text-decoration: none;
	color: #06C;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #0F0;
}

.dark a {color: #FF0;}

ul {
	margin-bottom: 2rem;
	margin-left: 2rem;
	line-height: 1.5rem;	
}
li {
	list-style:none;	
	line-height: 1.5rem;	
}
li li {
	font-size: 0.81rem;
	list-style: disc;
}
.nobullit {
	margin-left: -1em;
	list-style: none;	
}

#footer {
	font-family: 'Aclonica', sans-serif; 
	background:#131313;
	color: #acacac;
	text-align:center;
	min-height: 10vh;
	margin:0;
	padding-top: 2rem;
}
/**** iPhoneHack ****/
@media screen and (max-width: 767px) {	
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8 {
  position: relative;
  opacity: 0.85;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
}
@media screen and (min-width: 768px) {
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8 {
  position: relative;
  opacity: 0.85;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
}
.bgimg-1 {
  background-image: url("../img/index25.jpg");
  min-height: 100%;
  margin-top: 0;
}

.bgimg-2 {
  background-image: url("../img/img_parallaxn1.jpg");
  min-height: 80%;
}

.bgimg-3 {
  background-image: url("../img/img_parallax23.jpg");
  min-height: 80%;
}
.bgimg-4 {
  background-image: url("../img/img_parallaxn6.jpg");
  min-height: 80%;
}
.bgimg-5{
  background-image: url("../img/img_parallaxn2.jpg");
  min-height: 80%;
}
.bgimg-6 {
  background-image: url("../img/img_parallax21.jpg");
  min-height: 80%;
}
.bgimg-7 {
  background-image: url("../img/kat283.jpg");
  min-height: 80%;
}
.bgimg-8 {
  background-image: url("../img/head_imp.jpg");
  min-height: 80%;
}
.info {
	padding: 1rem 3rem 3rem 6rem;
	color: #123456;
}
.dark {
	padding:  1rem 3rem 3rem 6rem; 
	background: #333; 
} 
.rechts {text-align:right;}

.copy {	text-align:right;
		color: #00cccc;
		font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
	#handheld {display: none;}
.two-column {
	column-width:21rem;
	column-count:2;
	column-gap:1.2rem;
  }
.multi-column {
	column-width:21em;
	column-gap:1.2em;
}
}	.gd_logo {
	margin-left: 6rem;
}
.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
	#slideshow {display: none;}
	} 
   