* {
	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%;
}


/* Orbitron-regular - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url('../typo/aclonica-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
     
       url('../typo/Orbitron-VariableFont_wght.ttf') format('truetype'), /* Safari, Android, iOS */
}

h1, h2, h3, h4, .big { font-family: 'Orbitron', 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("../paralax/01.jpg");
  min-height: 100%;
  margin-top: 0;
}

.bgimg-2 {
  background-image: url("../paralax/02.jpg");
  min-height: 80%;
}

.bgimg-3 {
  background-image: url("../paralax/03.jpg");
  min-height: 80%;
}
.bgimg-4 {
  background-image: url("../paralax/04.jpg");
  min-height: 80%;
}
.bgimg-5{
  background-image: url("../paralax/05.jpg");
  min-height: 80%;
}
.bgimg-6 {
  background-image: url("../paralax/06.jpg");
  min-height: 80%;
}
.bgimg-7 {
  background-image: url("../paralax/07.jpg");
  min-height: 80%;
}
.bgimg-8 {
  background-image: url("../paralax/08.jpg");
  min-height: 80%;
}
.info {
	padding: 1rem 3rem 3rem 6rem;
	color: #123456;
}
.dark {
	padding:  1rem 3rem 3rem 6rem; 
	background: #047; 
} 
.rechts {text-align:right;}
.mittig {text-align:center;
		color: #123456;
}
.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;
  }
.triple-column {
	column-width:21rem;
	column-count:3;
	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;
}
#gotop, #gotop a {
    position: fixed;
}

#gotop a {
    font: 1.1em/2 Verdana;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle,#282828,#555);
    border-radius: 10px;
    box-shadow: 0 0 4px 2px #666;
    width: 2em;
    height: 2em;
    bottom: 40px;
    margin-left: 90%;
    opacity: .8;
    transition: 1s;
    z-index: 100;
}

#gotop a:hover,
#gotop a:focus {
    background: radial-gradient(circle,#555,#282828);
    border-radius: 30px;
	text-decoration: none;
}

#gotop span {
    height: 0;
    width: 0;
    top: -4000em;
    overflow: hidden;
    position: fixed;
}

#gotop {
    opacity: 0;
    transition: 1s;
}

@media screen and (max-width: 768px) {
	#slideshow {display: none;}
	} 
   