* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, 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%;
}

h1, h2, h3, h4 { font-family: Tahoma, Verdana, Helvetica, sans-serif; }

h1 {
	font-size: 3rem;
	line-height: 3.5rem;
	margin: 2.5rem 0;
	width: 100%;
	border-bottom: 3px solid #171819;
}

h2 {
	margin: 1.2rem 0;
	font-size: 2rem;
	line-height: 2.5rem;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin: 1em 0;
}

h4 {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: 1em 0;
}

p {
	line-height: 1.5rem;
	margin-bottom: 2rem;
}

a {
	text-decoration: none;
	color: #06C;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #00F;
}

.dark a {color: #FF0;}

.address {font-size: 2rem;
		line-height: 2.5rem;}
		
.small {font-size: .7rem;
		line-height: .7rem;}
.notop {margin-top: 0}
		
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:#253081;
	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/bg006.jpg");
  min-height: 100%;
  margin-top: 0;
}

.bgimg-2 {
  background-image: url("../img/bg005.jpg");
  min-height: 80%;
}

.bgimg-3 {
  background-image: url("../img/bg002.jpg");
  min-height: 80%;
}
.bgimg-4 {
  background-image: url("../img/bg004.jpg");
  min-height: 80%;
}
.bgimg-5{
  background-image: url("../img/bg001.jpg");
  min-height: 80%;
}
.bgimg-6 {
  background-image: url("../img/bg003.jpg");
  min-height: 80%;
}
.bgimg-7 {
  background-image: url("../img/bg6.jpg");
  min-height: 80%;
}
.bgimg-8 {
  background-image: url("../img/bg007.jpg");
  min-height: 80%;
}
.bgimg-9 {
  background-image: url("../img/bg008.jpg");
  min-height: 80%;
}
.info {
	padding: 1rem 3rem 3rem 6rem;
	color: #123456;
}
.dark {
	padding:  1rem 3rem 3rem 6rem; 
	background: #003366; 
} 
.rechts {text-align:right;}

@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;
}

.pc {display: inline-block;}
	
.handy {display: none;}