* {
	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%;
}

h1, h2, h3, h4 { font-family: 'Josefin Sans', Verdana, Helvetica, 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;
}

p {
	line-height: 1.5rem;
	margin-bottom: 2rem;
}

a {
	text-decoration: none;
	color: #06C;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #0F0;
}

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: 'Josefin Sans', Verdana, Helvetica, sans-serif;
	background:#131313;
	color: #acacac;
	text-align:center;
	min-height: 10vh;
	margin:0;
	padding-top: 2rem;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
  position: relative;
  opacity: 0.85;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../img/seerose.jpg");
  min-height: 100%;
  margin-top: 0;
}

.bgimg-2 {
  background-image: url("../img/gruppe.jpg");
  min-height: 80%;
}

.bgimg-3 {
  background-image: url("../img/solo.jpg");
  min-height: 80%;
}
.bgimg-4 {
  background-image: url("../img/pink.jpg");
  min-height: 80%;
}
.bgimg-5 {
  background-image: url("../img/pink2.jpg");
  min-height: 80%;
}.bgimg-6 {
  background-image: url("../img/rot1.jpg");
  min-height: 100%;
  margin-top: 0;
}
.info {
	padding: 1rem 3rem 3rem 6rem;
	color: #123456;
}
.dark {
	padding:  1rem 3rem 3rem 6rem; 
	background: #333; 
} 
.rechts {text-align:right;}
@media screen and (min-width: 768px) {
	.two-column {
	column-width:21rem;
	column-count:2;
	column-gap:1.2rem;
   -moz-column-width: 21rem;
  -moz-column-count:2;
    -moz-column-gap: 1.2rem;
    -webkit-column-width: 21rem;
	-webkit-column-count:2;
    -webkit-column-gap: 1.2rem;
}
}	
.gd_logo {
	margin-left: 6rem;
}







/* Turn off parallax scrolling for tablets and phones 
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
        background-attachment: scroll;
    }
}
 */
   